@charset "utf-8";

/*基本設定*/
* {
	margin: 0;
	padding: 0;
}

::selection {
	background: #DDBC95;
	color: #626D71;
}
::-moz-selection {
	background: #DDBC95;
	color: #626D71;
}

body {
	width: 95%;
	min-width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-size:16px;
	line-height: 32px;
	letter-spacing: 1px;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino kaku Gothic Pro',"MS PGothic","Osaka",Arial,sans-serif;
	background-color: #fff;
	color: #333;
	overflow-y: scroll;
}

a {
	font-size: 16px;
	text-shadow: 1px 3px 4px rgba(128, 0, 0, 0.2);
	color: #626D71;
}

a:hover {
	text-shadow: 1px 8px 5px rgba(128, 0, 0, 0.3);
	color: #B38867;
}

h1 {
	padding-left: 10px;
	margin-top: 20px;
}


h2 {
	width: 97%;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	background-color: #eee;
	border-left: 5px solid #333;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 15px;
	padding-top: 2px;
	padding-left: 2%;
	padding-bottom: 2px;
}

img{
	border: 0;
	vertical-align: bottom;
}

hr {
	margin-top: 10px;
	border: 1px solid #626D71;
}

/*************/
/* HTML5タグ */
/*************/
/* ヘッダ */
.header {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	display: block;
}

.header a {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
}

.aside {
	clear: both;
	display: block;
}

.nav {
	clear: both;
	display: block;
}

.article {
	clear: both;
	display: block;
}

.section {
	clear: both;
	display: block;
}

/* フッター */
.footer {
	width: 100%;
	height: auto;
	border-top: 3px solid #626D71;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a {
	font-size: small;
	text-decoration: none;
}

.subtitle {
	background-color: #626D71;
	color: #fff;"
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*************/
/* その他 */
/*************/

/* メイン */
#main {
	width: 100%;
	border-top: 3px solid #626D71;
}

/* 検索条件 */
#search_sub_area {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

/*********************************
#q {
	background-color: #ddbc95;
	width: 200px;
	height: 56px;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	padding-left: 10px;
	ime-mode: disabled;
	float: left;
}

#st {
	float: left;
}

#submitSearch {
	width: 200px;
	height: 56px;
	padding-left: 10px;
	font-size: 24px;
	line-height: 36px;
	float: left;
	color: #626D71;
}
*********************************/

#q {
	background-color: #eeffff;
	height: 34px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#st {
/*	background-color: #eeffff; */
	height: 34px;
	font-size: 18px;
	line-height: 24px;
	padding-left: 5px;
	padding-top: 5px;
}

#submitSearch {
	width: 200px;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
}

/* 一覧 */
.search_paging_area {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search_paging_area a {
	font-size: 18px;
	font-weight: bold;
}

.search_paging_area span.now_page {
	font-size: 18px;
	font-weight: bold;
	color: #ff0066;
}

.search_item {
	width: 98%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:dotted 1px #c1c1c1;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis; /* Opera9,10対応 */
}

/* 索引 */
.initial_area{
	clear: both;
	pdding-top: 20px;
	width: 100%;
}

.initial_area span.now_page {
	font-size: 18px;
	font-weight: bold;
	color: #ff0066;
}

/* アドセンス */
/* ads dummy start */
.ads3{
	width: 728px;
	clear: both;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

.ads_label {
	color: #333;
	font-size: 10px;
}

.word3{
	width: 728px;
	clear: both;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #fff;
}

.word_label {
	color: #333;
	font-size: 10px;
}
/* ads dummy end */

/* SNS用ボタン */
#sns_btn_area {
	margin-top: 10px;
	width: 95%;
	text-align: left;
}

.sns_btn {
	float: left;
	margin-left: 10px;
}


/*************/
/* 共通 */
/*************/

.disclaimer{
	font-size: 14px;
}

/* 文章の中で文字の一部を強調表示したいとき */
.ex_exp {
	color: #930;
	font-size: 18px;
	font-weight: bold;
}

.wa3_link {
	width :100%;
	text-align: right;
	padding-right: 10px;
}

.wa3_link a {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
	text-shadow: 0px 0px 0px rgba(128, 0, 0, 0.3); 
}

.wa3_link a:hover {
	text-decoration: underline;
}

table.table1 {
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	border: solid 1px #666;
	text-align: left;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 0;
/*	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;*/
}

table.table1 th {
	background-color: #626D71;
	color: #eee;
	border: solid 1px #666;
	padding: 10px;
}

table.table1 td {
	border: solid 1px #666;
	padding: 10px;
}

table.table1 td.addr_name {
	background-color: #626D71;
	color: #eee;
	font-weight: bold;
}
table.table1 td.addr_name a {
	color: #eee;
}

table.table1 td.detail_link a {
	color: #930;
	font-weight: bold;
}

