@charset "Shift_JIS";

body {
	background-color: #E2EAED;
	margin: 4px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size:95%;
	color: #333333;
}

#container{
	width: 780px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#container #maincontents{
	width: 100%;
	margin: 0px auto;
	background-color:#EDEDED;
}

/* パンくずリスト */
#centerside #page_navi{
	color:#999999;
	font-size:0.9em!important;
	line-height: 200%;
}

#centerside #page_navi a{
	color:#999999;
	font-size:0.9em!important;
	text-decoration : none;
	border-bottom-style : dotted;
	border-bottom-color : #999999;
	border-bottom-width : 1px;
}

/* ヘッダー */
#container {
	width: 780px;
	float:center;
}

#header{
	background-color: #FFFFFF;
	width: 780px;
	height:133px;
	border-bottom: 4px #E2EAED solid;
}

#header h1{
	width: 145px;
	height:133px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#header #header_menu{
	background-image:url(img/ph_header.jpg);background-repeat:no-repeat;
	width: 635px;
	height:133px;
	text-align:right;
	float: right;
}

#header #header_menu a{
	padding: 2px 5px 0px 0px;
	color:#666666;
	text-decoration : none;
	line-height: 200%;
	font-size:11px!important;
}

#header #header_menu a:hover{
	color:#FF3300;
	text-decoration : none;
}

/* 左メニュー */
#leftside{
	width: 145px;
	float:left;
	height: 100%; 
	background-color:#EDEDED;
	padding-top: 5px;
}

#leftside #menu_o a{
	background-image:url(img/menu_back_o.gif);background-repeat:no-repeat;
	width: 145px;
	height: 27px;
	display: block;
	font-size:12px!important;
	text-indent: 18px;
	font-weight:bold;
	line-height: 200%;
	margin: 0px;
}

#leftside #menu_b a{
	background-image:url(img/menu_back_b.gif);background-repeat:no-repeat;
	width: 145px;
	height: 27px;
	display: block;
	font-size:12px!important;
	text-indent: 18px;
	font-weight:bold;
	line-height: 200%;
	margin: 0px;
}

#leftside a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#leftside a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#leftside a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-position: 0px -27px;
}

#leftside #member_box{
	width:145px;
	margin: 30px 0px 30px 0px;
}

#leftside #member_box #middle ul{
	list-style-type: none;
	list-style-image: url('img/arrow.gif');
}

#leftside #member_box a:link, #leftside #member_box a:visited{
	font-size:12px!important;
	color: #333333;
	text-decoration: none;
	border-bottom-style : dotted;
	border-bottom-color : #333333;
	border-bottom-width : 1px;
}

#leftside #member_box a:hover{
	font-size:12px!important;
	color: #FF3300;
	text-decoration: none;
	border-bottom-style : dotted;
	border-bottom-color : #FF3300;
	border-bottom-width : 1px;
}

#leftside #member_box #head{
	width:145px;
	height:33px;
}

#leftside #member_box #middle{
	background-image:url(img/box_mem_m.gif);
	background-repeat: repeat-y;
	width:121px;
	line-height: 160%;
	padding: 5px 12px 0px;
}

#leftside #member_box #foot{
	background-image:url(img/box_mem_f.gif);
	background-repeat: no-repeat;
	width:145px;
	height: 6px;
}

#leftside #member_box ul{
	list-style-type: none;
	list-style-image: url('img/dot2.gif');
	margin: 0 0 10px 1em;
	padding: 0;
}

#leftside #member_box ul li{
	margin-left: 15px;
	padding-left: 0em;
}

#leftside #member_box a:link, #leftside #member_box a:link a:visited{
	color: #333333;
}

#leftside #member_box ul li:before{
	display: marker;
	marker-offset: 3px;
}

/* テーブル関係 */
#content table{
	border-collapse:collapse;
	border-spacing:0px;
	width: 97%;
	margin: 0px 0px 10px 11px;
}

#content th{
	border:#666666 1px solid;
	padding:5px;
	background: #C0D6DD;
	text-align: center;
	line-height: 150%;
	white-space: nowrap;
}

#content td{
	border:#666666 1px solid;
	padding:3px;
	line-height: 150%;
	vertical-align: top;
	word-break:break-all;
}

#content table.table_no_border tr th{
	border: 0px;
	padding:3px;
	text-align: left;
	line-height: 150%;
	white-space: nowrap;
}

#content table.table_no_border tr td{
	border: 0px;
	padding-right:15px;
	line-height: 100%;
}

#content table.table_no_border td.ctr{
	border: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: 11px;
	text-align: center;
	vertical-align:bottom;
}

#content table.table_no_border td.v_mid{
	vertical-align:middle;
}

#content table.table_pict{
	border-collapse:collapse;
	width: 537px;
	border-spacing:0px;
	margin: 0px 0px 10px 0px;
}
#content table.table_pict tr td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: 12px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	vertical-align:bottom;
}
#content table.table_pict td.cap1{
	vertical-align:top;
}
/*---cartion用---*/
#content p.w300{
	width:310px;
	text-align:center;
	font-size: 12px;
}
#content p.f12{
	font-size: 12px;
}
#content p.w400{
	width:410px;
	text-align:center;
	font-size: 12px;
}
#content table .area{
	text-align: center;
	background-color: #EFEFEF;
}

#content .right{
	text-align:right;
}

#content .center{
	text-align:center;
}

#content table.dot_v_border{
	border-collapse:collapse;
	border-spacing:0px;
	border:#666666 1px solid;
	width: 97%;
	margin: 0px 0px 2px 11px;
}

#content table.dot_v_border th{
	border: 0px;
	border-bottom:#666666 1px solid;
	border-right:#999999 1px dotted;
}

#content table.dot_v_border td{
	border: 0px;
	border-bottom:#666666 1px solid;
	border-right:#999999 1px dotted;
}

#content dl {
	margin: 0px 0px 2px 11px;
	padding-bottom: 2px;
}

#content dt {
	font-weight: bold;
}

#content dd {
	margin: 2px 0px 10px 0px;
}


#content ul{
	list-style-type: none;
	list-style-image: url('img/dot2.gif');
	margin: 0 0 10px 1em;
	padding: 0;
}

#content ul li{
	margin-left: 15px;
	padding-left: 0em;
}

#content ul li:before{
	display: marker;
	marker-offset: 3px;
}

.n {
    list-style-type: none;
}	

/* センター */
#maincontents #centerside{
	width: 630px;
	/* height: 480px; */
	float: right;
	margin: 0px auto;
	padding-left: 5px;
	background-color:#FFFFFF;
}

#maincontents #centerside h2{
	margin: 0px;
	padding: 0px;
}

#maincontents #centerside h3{
	background-image:url(img/bk_h3.gif);background-repeat:no-repeat;
	background-position: left center;
	width: 610px;
	height: 25px;
	color: #666666;
	border-bottom: 1px #C0D6DD solid;
	font-size: 16px;
	text-indent: 28px;
	vertical-align: middle;
	padding: 5px 0px 0px 2px;
	margin: 5px 0px 5px 5px;
}

#maincontents #centerside h3.member{
	background-image:url(img/bk_h3_2.gif);background-repeat:no-repeat;
	background-position: left center;
	border-bottom: 1px #A3CAAC solid;
}

#maincontents #centerside #box_blue h4{
	font-size: 14px;
	margin: 8px;
	background-image:none;
	width: 250px;
}

#maincontents #centerside h4{
	background-image:url(img/bk_h4.gif);
	background-repeat:repeat-y;
	background-position: left center;
	color: #666666;
	font-size:115%;
	padding: 5px 0px 3px 8px;
	margin: 13px 0px 10px 10px;
}

#maincontents #centerside h5{
	margin: 13px 0px 5px 13px;
	padding-left:15px;
	background-image:url(img/bk_h5.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #666666;
	font-size:105%;
	font-weight:bold;
}

#maincontents #centerside h6{
	margin: 13px 0px 5px 9px;
	padding-left:15px;
	padding-bottom:3px;
	background-image:url(img/bk_h6.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #666666;
	font-size:105%;
	font-weight:normal;
	border-bottom: #AACCAA 1px solid;
}

#tebiki {
	width: 600px;
}

#tebiki p {
	line-height: 150%;
	color: #666666;
}

#tebiki ul {
	color: #666666;
	padding-left: 5px;
}

#tebiki ul li {
	color: #666666;
}

#maincontents #centerside #content{
	line-height: 120%;
	padding:0px 5px 0px 5px;
	background-color:#FFFFFF;
}

#maincontents #centerside #content p{
	padding:0px 0px 10px 13px;
	margin:0px;
}


#maincontents #centerside #content img{
	padding-right: 10px;
}

#maincontents #centerside #content #photo{
	float: left;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	background-color: #EFEFEF;
}

#maincontents #centerside #shikishi{
	width: 265px;
	line-height: 120%;
	padding:0 5px 0px;
	margin: 0px;
	float: left;
}

#maincontents #centerside #shikishi img{
	/* padding-left: 15px; */
}

#maincontents #centerside #info{
	width: 310px;
	line-height: 150%;
	float: right;
	margin: 0px 10px 0px 0px;
}

#maincontents #centerside #info #box_blue{
	border:#457DD8 1px solid;
	padding: 5px;
}

#maincontents #centerside #info a{
	color: #333333;
	text-decoration: none;
	border-bottom-style : dotted;
	border-bottom-color : #333333;
	border-bottom-width : 1px;
}

a.dot_under{
/*  font-size:12px!important; */
	color: #333333;
	text-decoration: none;
	border-bottom-style : dotted;
	border-bottom-color : #333333;
	border-bottom-width : 1px;
}

a.dot_under:hover{
	color: #FF3300;
	text-decoration: none;
	border-bottom-style : dotted;
	border-bottom-color : #FF3300;
	border-bottom-width : 1px;
}

/* 掲示板 */
#centerside form {
	margin:0;
	padding:0;
}

.bbs_title{
	color: #FF6600;
	font-weight: bold;
	line-height: 150%;
}

a.bbs_title{
	text-decoration: none;
}

a.bbs_title:hover{
	border-bottom-style : dotted;
	border-bottom-color : #FF6600;
	border-bottom-width : 1px;
}

.controll_box{
	padding: 15px 3px 5px 0px;
	text-align: right;
}

.black_line{
	padding: 3px;
	border: #333333 1px solid;
	width: 95%;
	margin: 0px 0px 5px 11px;
	line-height: 150%;
}

.topic_box{
	padding:3px;
	border: #AAAAAA 1px solid;
	background-color: #F6F6F6;
	width:95%;
	margin:0px 0px 5px 11px;
	line-height:140%;
}

.ress_field{
	 line-height: 150%;
	 padding: 3px;
}

.ress_field img{
	 padding: 5px;
}

.bbs_title_area{
	padding: 3px;
	background-color: #D8E9DC;
}

/* フッター */
#copyright{
	background-color:#FFFFFF;
	text-align:right;
	width:780px;
	height:18px;
	border-top:#AAAAAA 2px solid;
	line-height: 200%;
	clear: both;
}

/* 共通 */
#page_top {
	text-align: right;
}

#page_top a {
	font-size: 11px!important;
	text-decoration: none;
	color:#999999;
}

.red{
	color: #FF3300;
	font-weight: normal;
}

a.page_link:link, a.page_link:visited {
	padding:0.1em 0.4em;
	margin:2px;
	border: 1px solid #AAAAAA;
	text-decoration: none;
	color: #AAAAAA;
}

a.page_link:hover {
	padding:0.1em 0.4em;
	margin:2px;
	background-color: #FFDDAA;
	border: 1px solid #FF6600;
	color: #FF6600;
}


a.page_link_red:link, a.page_link_red:visited {
	padding:0.1em 0.4em;
	margin:2px;
	border: 1px solid #FF6600;
	text-decoration: none;
	color: #FF6600;
}
/*
a.page_link_red:hover {
	padding:0.1em 0.4em;
	margin:2px;
	background-color: #FFDDAA;
	border: 1px solid #FF6600;
	color: #FF6600;
}
*/

.mini{
	font-size: 11px!important;
}

.message{
	width: 80%;
	border: #FF6600 1px solid;
	padding: 5px;
	margin: 0px auto;
	color: #FF3300;
	text-align: center;
}

.dot2{
	vertical-align: middle;
	margin-right: 0.1em;
}

.pict { 
	background-color: #F6F6F6;
	border-width: 1px;
	margin: 5px 10px 3px 5px;
	padding: 7px 7px 7px 7px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

.pict_r {
	float: right; 
	background-color: #F6F6F6;
	border-width: 1px;
	margin: 5px 10px 14px 5px;
	padding: 7px 7px 7px 7px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}
.pict_cap { 
	background-color: #F6F6F6;
	border-width: 1px;
	margin: 5px 10px 0px 5px;
	padding: 7px 7px 7px 7px;
	border-style: solid;
	border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
}

.l_ud {
	border-bottom:solid 1px;
	padding:0.2px;
}	

/* 2008.8.6 add */
#content #backnum{
	width:605px;
}

#content #backnum p.categorym{
	/*position: absolute;*/
	margin:10px 5px 0 0;
	text-align:right;
	font-size: 93%;
}
#content p.categorym span{
		margin:0 5px;
}

/* 2009.8.12 add */

div.comment_box{
	width:93%;
	padding:10px;
	margin:10px;
	background-color:#CFF;
}

ul.prfct{
	line-height:130%;
	width:620px;
	display: inline;
    list-item-position: inside;

}

li.prfct{
	float:left;
	margin:0 10px;
	list-style-type:none;
}

li.prfct_b{
	float:left;
	margin:0 10px;
	list-style-type:none;
	font-weight:bold;
}

ol.topics {
	border-top:2px solid #daf4e0;
	border-bottom:2px solid #daf4e0;
	padding:5px 0;
	margin-top:0;
	margin-left:1.0em;
}

ol.topics li {
	margin-left:2em;
}

#content dl.item dt {
	border-left:5px solid #75b083;
	padding-left:5px;
	clear:both;
}

#content dl.item dd {
	border-left:none;
}
#content dl.item dt {
	border-left:5px solid #75b083;
	padding-left:5px;
}

#content dl.item dl {
	margin-left:-1.0em;
}
#content dl.item dl dt {
	border-left:5px solid #a3caac;
	padding-top:4px;
}
#content dl.item dl dd {
	font-weight:normal;
}
#content dl.item ol li {
	margin-left:-1.0em;
	font-weight:bold;
}
#content dl.item dd dl {
	margin-left:1.0em;
}
#content dl.item2 dt {
	border-left:5px solid #75b083;
	padding-left:5px;
}

.previously {
	background-color: #fecaab;
}
#content dl.open {
	line-height:110%;
	width:550px;
}
#content dl.open dt {
	clear:both;
	margin: 13px 0px 5px 0;
	padding-left:15px;
	background-image:url(img/bk_h5.gif);
	background-repeat:no-repeat;
	background-position: left center;
	color: #666666;
	font-size:110%;
	font-weight:bold;
}
#content dl.open dd {
	float:left;
	width:270px;	
}

#content img.ml180{
	margin-left:180px;
}

div#ob_end{
	border:#9CC 1px dotted;
	padding:10px;
	background-color:#D7F3F0;
	width:570px;
	margin-left:11px;
}

.bd_dott{
	border-bottom:1px #333 dotted;
}
