/*//////////////////GLOBAL SETTING//////////////////*/
/*default css reset*/
body,div,p,h1,h2,h3,h4,h5,strong,a,ul,li,img,br{
	margin:0;padding:0;border:none;font-weight:normal;font-style:normal;text-decoration:none;
	list-style:none;
}

/*base*/
body{ 
	font-size:12px;
	text-align: center;
	color:#666666;
	background:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}
#container{
	width:774px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-8px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid; 

}
#container_inner{ 
	width:749px; 
	background: url(/img/bg_body.jpg) repeat-y;
	margin:0 auto;
}
/* header */
#header{ 
	height:117px; 
	background:url(/img/bg_header.jpg) repeat-x;	
}
#header_inner{ 
	width:776px; 
	height:117px; 
	margin:0px auto; 	
	padding-top:10px;
}
#description{
	font-size:10px; 
	margin:0px 0px 10px 3px;
	text-align:left;
}

#logo{ 
	float:left; 
	margin:5px 0px 0px 0px;
	vertical-align:bottom;
	display:block;
}
h1 a{ 
	margin-top:42px; 
	float:right; 
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#FF7979;
}
/* main */
#main{ 
	float:left;
	text-align:left; 
	width:523px;
}
#textblock{
	padding:10px 20px 10px 20px; 
}
#ph_main{ 
	background:url(/img/ph_main.jpg); 
	width:523px; 
	height:250px; 
}
#glovalmenu{ 
	width:774px; 
	height:48px; 
	margin:0 0 10px 0; 
	background: url(/img/bg_gmenu.jpg);
}
#glovalmenu ul{
	margin:0px;
	padding:0px;
}
#glovalmenu li{ 
	display:block; 
	float:left; 
	width:258px; 
	height:48px; 
	list-style:none; 
	text-align:left;  
}
#glovalmenu .block{ 
	padding:10px 10px 0px 10px;
	display:block;
} 	
#glovalmenu a{ 
	color:#EF4343; 
	text-decoration:underline; 
}
#glovalmenu a:hover{ 
	color: #C0C0C0; 
	text-decoration:underline;
}
#line_cont{ 
	background:url(/img/line_cont.jpg) no-repeat top;
	margin:0 auto;
	height:5px;
	width:749px;
	margin-bottom:10px;
}
#contact_main{
	clear:both;
	background: #FFFFFF;
	width:483px;
	
} 
#contact_main #title{ 
	background:url(/img/bg_info_title.gif); 
	line-height:2em;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:0.3em;
	width:483	px;
	border-top:1px solid #FD7575;
}
#contact_main .ft {
	background:url(/img/r_left.gif) no-repeat 0px 0px;
	height:12px;
}
#contact_main .ft .c {
	background:url(/img/r_right.gif) no-repeat right 0px;
	height:12px;
}
#contact_main .round_box_in img{ 
	margin:3px 0px 0px 0px;
	vertical-align:middle;
}
#contact_main .round_box_in .f14b_p{ 
	font-size:14px;
	font-weight:bold;
	color:#FF7979; 
	line-height:180%; 
}
#textblock a:link{color:#EF4343;}
#textblock a:visited{color:#EF4343;}
#textblock a:hover{color:#F48A8A; text-decoration:underline;}
#textblock a:active{color:#F48A8A; text-decoration:underline;}
.btm_more{
	float:right;
}
/*sidemenu*/
#sidemenu{ 
	width:216px; 
	float:right;
	padding:5px auto; 
}

.round_box_in{ 
	border-left:1px solid #FD7575;
	border-right:1px solid #FD7575;
	background:#FFFFFF; 
	padding:5px;

}
#sidemenu .ft {
	background:url(/img/side_r_left.gif) no-repeat 0px 0px;
	height:12px;
}
#sidemenu .ft .c {
	background:url(/img/side_r_right.gif) no-repeat right 0px;
	height:12px;
}
#contact_side img{ 
	display:block;
}
#contact_side .round_box_in img{ 
	margin-top:5px;
	display:inline;
}
#contact_side{
	text-align:center;
	width:200px;
	margin:10px auto 20px auto;
}

#topics{
	width:200px; 
	margin:0 auto;
	margin-bottom:10px;
}
#topics img{ 
	display:block;
}
#topics .scroll{
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #666666; 
	scrollbar-highlight-color: #DDDDDD; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-3dlight-color: #DDDDDD; 
	scrollbar-darkshadow-color:#FFFFFF; 
}

#rss{ 
	float:right; 
	margin:4px;
}
#qr{
	padding:5px;
	font-size:10px;
	text-align:center;
	background:#FFFFFF;
	clear:both;
	border:#FF7979 1px solid;
	margin:20px 10px;
}

/* footer */
#footer{
	background:#FFFFFF;
}
#footer_border{
	width:749px;
	height:10px;
	clear:both;
	border-top: #CCCCCC 1px solid;
	margin:0 auto;
}
#footer_menu{ 
	margin:10px;
	margin-bottom:0px; 
	line-height:2em; 
	font-size:12px; 

}
#footer_menu a{ 
	color:#666666;
	text-decoration:underline;
}
#footer_menu a:hover{ 
	color:#CCCCCC;
	text-decoration:underline;
}
#copy_right{
	float:none; 
	margin-bottom:10px;
}




/*tag*/
h2{
	color:#FF7979;
	font-size:18px;
	font-weight:bold;
	margin-bottom:2px;
	line-height:1.2;
	margin-left: 15px;
	text-align:left;
	display:block;
	width:749px;
}
h3{
	color: #666666;
	font-size:14px;
	font-weight:bold;
	width:487px;
	height: 24px;
	background: url(/img/bg_h3.jpg) no-repeat;
	margin-bottom:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left:10px;
	clear: both; 
}
h4{
	font-size:14px;
	color:#00256C;
	font-weight:bold;
	margin:0 10px 1em;
	line-height:1.5;
}
#textblock p{
	line-height:1.7em;
	margin-bottom: 1em;
}
td,th{
	font-size:12px;
	line-height:1.7em;
}
strong{
	font-weight:bold;
}

/*read_text*/
#read_text p{
	font-size:14px;
	margin:1em 10px 1em;
	line-height:20px;
}

/*common class*/
#textblock ul{ 
	margin:0 0 5px 15px; 
	padding:0 0 5px 15px; 
}
#textblock li{
	line-height:1.7em; 
}
#textblock .menu li{ 
	list-style-image:url("/img/ico.gif"); 
	font-size:14px; 
}	
.right{
	float:right;
}
.left{
	float:left;
}
.clr {
	clear: both;
}
.photo_right{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	font-size:10px;
	line-height:1.2;
}
.photo_left{
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	font-size:10px;
	line-height:1.2;
}
.bf{
	text-align:center; 
	margin-bottom:20px;
}
.bf img{
	vertical-align:middle;
}
.defotable{
	margin:0 10px 1em;
	border-collapse: collapse;
}
.defotable th{
	font-weight:normal;
	background: #C0C0C0;
	padding:4px 8px;
	border:1px solid #CFCFCF;
	text-align:left;
}
.defotable td{
	padding:4px 6px;
	border:1px solid #CFCFCF;
}
.nowrap{
	white-space: nowrap;
}
.mr15{
	margin-right:15px;
}
/*//////////////////LOCAL SETTING//////////////////*/

/*-----年表-----*/
.history_year {
	width: 60px;
	vertical-align:top;
}

/*-----箇条書き部分-----*/
.example li {
	background-image: url(../photo/star_ff7979.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

/*-----よくある質問集-----*/
.question {
	text-align:left;
	background-image: url(../photo/question.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
 
}

.answer {
	text-align:left;
	background-image: url(../photo/answer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	margin: 5px 0 10px 0;
 
}




