/*---base---*/

body{
font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:normal;
font-style:normal;
font-size:75%;
line-height:150%;
text-align: center;
color:#666666;
background-color:#FFF;
background-image:url(body_back.jpg);
background-repeat:repeat-y;
background-position:top;
}


*{
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:lighter;
}

img{
border-width: 0px;
border-style: none;
vertical-align:top;
}

table {
font-size:100%;
line-height:150%;
}

table a {
color:#006CA5;
}

table a:hover {
color:#006CA5;
}

table a:hover,a:visit {
color:#006CA5;
}

table td{
vertical-align:top;
line-height:150%;
}

#wrapper{
margin:0px auto;
width:900px;
text-align:left;
}

#main_wrapper{
width:900px;
float:left;
background-color:#FFF;
}

#main{
float:left;
width:880px;
margin:20px 10px 0 10px;
display:inline;
overflow:hidden;
}

#main-left{
width:660px;
float:left;
/*margin:0 0 40px 10px;
display:inline;*/
background-color:#FFF;
}

#main-right{
width:200px;
float:right;
display:inline;
background-color:#FFF;
overflow:hidden;
}

#header{
width:900px;
height:126px;
background-image:url(header-bk.jpg);
background-repeat:no-repeat;
float:left;
}

#header h1{
font-size:80%;
color:#797979;
margin:10px 0 0 27px;
float:left;
display:inline;
}

#header h1 a{
color:#797979;
}

#header h1 a:hover {
color:#797979;
}


#logo{
	width:400px;
	height:67px;
	float:left;
	margin-top:12px;
}

#header-left{
	width:530px;
	float:left;
	}
	
#header-right{
	width:370px;
	float:left;
	}

#header-box ul{
	float:right;
	list-style-type:none;
	margin-top:5px;
	/*padding-top:5px;*/
	width:370px;
}

#header-box ul li{
	float:right;
	margin-right:7px;
}

#header-sarch {
	float:right;
	width:330px;
}

#header-sarch input{
	float:left;
	padding-right:5px;
	margin-top:10px;
}

#header-btm{
width:900px;
background-image:url(header-btmbk.jpg);
background-repeat:repeat-x;
height:35px;
}
	
#header-btm ul{
float:right;
list-style-type:none;
}
	
#header-btm li{
float:left;
display:block;
}

#header-btm li a {
width:112px;
height:35px;
float:left;
text-indent:-9999px;
display:block;
margin-right:5px;
}

#header-btm li#head-nav01 a {
background:url(home-btn-o.jpg) no-repeat;
}

#header-btm li#head-nav01c a,
#header-btm li#head-nav01 a:hover,
#header-btm li#head-nav01c a:hover{
background:url(home-btn.jpg) no-repeat;
}


#header-btm li#head-nav02 a {
width:130px;
height:35px;
background: url(contact-btn.jpg) no-repeat;
}

#header-btm li#head-nav02 a:hover,
#header-btm li#head-nav02c a{
width:130px;
height:35px;
background:url(contact-btn-o.jpg) no-repeat;
}


#header-btm li#head-nav03 a {
background: url(sitemap-btn.jpg) no-repeat;
}

#header-btm li#head-nav03 a:hover,
#header-btm li#head-nav03c a{
background:url(sitemap-btn-o.jpg) no-repeat;
}


#locator{
padding:5px 0px 5px 3px;
color:#444;
width:500px;
float:left;
display:inline;
}

#locator a{
color:#006CA5;
}

a:link,a:visited{
color:#006CA5;
text-decoration:none;
}

a:active,a:hover{
color:#006CA5;
text-decoration: underline;
}


a:hover img{
filter:Alpha(opacity=50);
-moz-opacity:0.50;
opacity:0.50;
}


/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contents {
float:left;
width:660px;
}

.section{
width:600px;
float:left;
}

/*---nav---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#nav_wrapper{
width:200px;
float:right;
}




#nav {
width:200px;
float:right;
}

#nav ul {
float:right;
}


#nav li {
list-style-type:none;
float:left;
margin-bottom:3px;
}


#nav li a{
background-image:url(nav.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
line-height:50px;
text-indent:18px;
list-style-type:none;
display:block;
text-align:left;
text-decoration:none;
font-weight:normal;
color:#707070;
font-size:125%;
overflow:hidden;
}

#nav ul li a:hover{
background-image:url(nav-ov.jpg);
background-repeat:no-repeat;
font-weight:normal;
color:#FFFFFF;
text-decoration:normal;
}

#nav ul li.current a{
background-image:url(nav-ov.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
text-decoration:underline;
}

#nav ul ul {
margin-bottom:20px;
}

#nav ul ul li {
width:200px;
height:50px;
overflow:hidden;
}

#nav ul li.current ul li a {
background-image:url(nav.jpg);
background-repeat:no-repeat;
width:200px;
height:50px;
line-height:50px;
text-indent:18px;
list-style-type:none;
display:block;
text-align:left;
text-decoration:none;
overflow:hidden;
color:#707070;
}

#nav ul li.current ul li.current a {
background-image:url(nav-ov.jpg);
color:#FFF;
}

#nav ul li.current ul li a:hover{
background-image:url(nav-ov.jpg);
background-repeat:no-repeat;
font-weight:normal;
text-decoration:underline;
color:#FFF;
}

#nav ul li.current ul li.current a{
background-image:url(nav-ov.jpg);
background-repeat:no-repeat;
text-decoration:underline;
color:#FFF;
}





#administer{
	background-image:url(right_banner_icon.jpg);
	background-repeat:no-repeat;
	text-indent:20px;
	line-height:16px;
	margin:30px 0 5px 0;
	float:left;
	width:200px;
}

#association{
color:#67AE27;
line-height:16px;
margin:0 0 10px 0;
float:left;
width:200px;
}


#title {
font-weight:bold;
}


/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
width:900px;
height:100px;
background-image:url(footer-bk.jpg);
background-repeat:repeat-x;
text-align:left;
float:left;
color:#FFF;
margin-top:30px;
display:inline;
}

#footer ul.footer_list2{
width:900px;
/*line-height:30px;
line-height:1.9em;*/
line-height:150%;
float:left;
list-style-type:none;

padding:16px 0 0 20px;
}

#footer ul.footer_list{
width:900px;
/*line-height:30px;*/
/*line-height:1.9em;*/
line-height:150%;
float:left;
list-style-type:none;
padding:0px 0 0 20px;
}

#footer ul li {
display:inline;
color:#FFF;
}

#footer ul li a{
color:#FFF;
}


#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active{
color:#FFF;
}

.footer_sitemap{
	/*line-height:16px;*/
	float:left;
	text-indent:12px;
	padding-top:20px;
	margin-left:15px;
	display:inline;
	color:#00639B;
}

.footer_sitemap a{
	color:#00639B;
}


address {
font-size: 80%;
font-style: normal;
float:right;
padding-top:15px;
color:#444444;
padding-right:5px;
}

address a{
color:#444444;
}

address a:link,
address a:visited,
address a:hover,
address a:active{
color:#444444;
}


/*--top---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.top-titile01{
	background-image:url(top-title01.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:54px;
	text-indent:-9999px;
	}
	
.top-titile02{
	background-image:url(top-title02.jpg);
	background-repeat:no-repeat;
	width:321px;
	height:52px;
	text-indent:-9999px;
	}
	
.top-titile03{
	background-image:url(top-title03.jpg);
	background-repeat:no-repeat;
	width:321px;
	height:52px;
	text-indent:-9999px;
	}

#top-cont01{
	margin-top:15px;
	background-image:url(top-cont01bk.jpg);
	background-repeat:repeat-y;
	width:660px;
	float:left;
	line-height:150%;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.top-cont01-inner01{
	float:right;
	padding:10px 0 10px 18px;
	background-image:url(top-cont01-innner01bk.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	width:460px;
}

.top-cont01-txt01{
	font-size:120%;
	color:#990000;
	margin-bottom:10px;
}

.top-cont01-txt02{
	color:#006CA5;
	margin-top:10px;
}

.top-cont01-txt02 a{
	color:#006CA5;
}

.top-cont01-txt02 a {
	color:#006CA5;
}


.top-cont01-txt03{
	color:#006CA5;
	margin-top:10px;
	margin-right:5px;
	text-align:right;
}

.top-cont01-txt03 a{
	color:#006CA5;
}

.top-cont01-txt03 a{
	color:#006CA5;
}


.top-cont01-txt04{
	color:#006CA5;
	margin-top:10px;
	margin-right:5px;
	text-align:right;
	float:right;
	display:inline;
}

.top-cont01-txt04 a{
	color:#006CA5;
}


.top-cont01-txt04 a{
	color:#006CA5;
}

#top-cont01 img{
	float:left;
}

.top-cont01-inner02{
	width:330px;
	float:left;
	border-right:#CCC;
	border-right-style:dotted;
	border-right-width:1px;
}

.top-cont01-inner02{
	margin:10px 0 0 12px ;
	display:inline;
	float:left;
	margin-bottom:15px;
}

.top-cont01-inner03{
	width:300px;
	float:left;
	margin-bottom:15px;
}

.top-cont01-inner03-box{
background-image:url(top-cont01-inner03-box.jpg);
background-repeat:no-repeat;
color:#FFF;
width:299px;
height:53px;
margin:15px 0 0 10px;
}

#top-cont02{
	margin-top:15px;
	float:left;
}

#top-cont02-left{
	width:321px;
	float:left;
	background-image:url(top-cont02bkmid.jpg);
	background-repeat:repeat-y;
	border-bottom:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#top-cont02-left dl{
	margin:15px 0 0 0;
	float:left;
	width:321px;
	background-image:url(top-cont02bkmid2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

#top-cont02-left dt{
	background-image:url(top-icon01.jpg);
	background-repeat:no-repeat;
	text-indent:20px;
	float:left;
	width:55px;
	margin-left:10px;
	display:inline;
}

#top-cont02-left dd{
	float:left;
	width:245px;
	color:#FF3366;
}

#top-cont02-left p{
	margin:10px 0;
	color:#444444;
}


#top-cont02-right{
	width:321px;
	float:right;
	display:inline;
	margin-left:15px;
	background-image:url(top-cont02bkmid.jpg);
	background-repeat:repeat-y;
	border-bottom:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#top-cont02-right dl{
	margin:15px 0 0 0;
	display:inline;
	width:321px;
	background-image:url(top-cont02bkmid2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}

#top-cont02-right dt{
	float:left;
	display:inline;
	width:295px;
	margin-left:12px;
	font-weight:bold;
	color:#FF3774;
}

#top-cont02-right dd{
	float:left;
	margin:10px 0 0 12px; 
	display:inline;
	width:295px;
}

#top-cont02-right p{
	margin-bottom:10px;
}

#top-cont03{
	margin-top:15px;
	float:left;	
	width:660px;
	background-image:url(top-cont01bk.jpg);
	background-repeat:repeat-y;
	border-bottom:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.top-titile04{
	background-image:url(top-title04.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:54px;
	text-indent:-9999px;
	}
	
.rss01{
width:660px;
line-height:150%;
float:left;
text-align:left;
display:inline;
margin:10px 0 0 12px;
}

.rss01 dt{
width:630px;
overflow:hidden;
float:left;
font-weight:bold;
background-image:url(info-midbk.jpg);
background-repeat:no-repeat;
background-position:bottom;
color:#FF3774;
}

.rss01 dt a{
width:630px;
font-weight:normal;
float:left;
margin:10px 0 15px 0;
text-align:left;
display:block;
color:#444444;
}

.rss01 .rss{
color:#333333;
width:
}


.rss01 dt a:hover, a:active, a:link, a:visited{
color:#333333;
}

.rss dd {
display:none;
}

.update{
	color:#006CA5;
	margin:10px 5px 10px 0;
	text-align:right;
	float:right;
	display:inline;
}

.update a{
	color:#006CA5;
	}

.update a:hover, a:active, a:link, a:visited {
	color:#006CA5;
	}



/*--top（右）---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#sidebox01{
	margin-top:15px;
	width:200px;
	background-image:url(sidebox01-bkmid.jpg);
	background-repeat:repeat-y;
	float:left;
	display:inline;
	border-bottom:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
	
#rss03{
width:640px;
line-height:150%;
float:left;
text-align:left;
/*display:inline;
margin:10px 0 0 0;*/
}

#rss03 dt{
width:630px;
margin-left:5px;
display:inline;
overflow:hidden;
float:left;
text-indent:5px;
font-weight:bold;
color:#FF3774;
}

#rss03 dt a{
width:630px;
display:inline;
font-weight:normal;
float:left;
margin:7px 0 0 0;
text-align:left;
display:block;
color:#444444;
}

#rss03 dt a{
color:#444444;
}

#rss03 dd {
display:none;
}


#rss_box01{
width:200px;
float:left;
border-top:1px #CCC solid;
border-bottom:1px solid #CCC;
background-image:url(rss_back.jpg);
background-repeat:repeat-y;
text-align:left;
}

#rss_box01 .rss a {
color:#444;
}

#rss_box01 .rss a {
color:#444;
}

.rss {
width:200px;
float:left;
text-align:left;
margin:0 0 5px 0;
}


.rss dt{
width:184px;
line-height:1.5em;
overflow:hidden;
float:left;
padding:7px;
}

.rss dt a{
width:184px;
font-weight:normal;
float:right;
text-align:left;
display:block;
border-bottom:1px #CCC dotted;
padding-bottom:5px;
padding-top:5px;
}

.rss dd {
}


.rss02 dd {
display:none;
}

.update02{
	color:#006600;
	margin:10px 5px 10px 0;
	text-align:right;
	float:right;
	display:inline;
}

.update02 a {color:#006600;}

.update02 a{
	color:#006600;
	}

	
#sidebox02{
	width:200px;
	}
	
#sidebox02-inner{
float:left;
background-image:url(sidebox02-bk.jpg);
background-repeat:no-repeat;
width:200px;
height:136px;
}

#sidebox02-txt{
	color:#006600;
	margin:5px 5px 5px 0;
	text-align:right;
	float:right;
	display:inline;
	color:#FF3774;
}

#sidebox02-txt a{
	color:#FF3774;
	}
	
#sidebox03{
	width:200px;
	background-image:url(sidebox01-bkmid.jpg);
	float:left;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top:15px;
	display:inline;
}
	
#sidebox03 ul{
	margin:0 13px 13px 13px;
	list-style-type:none;
}

#sidebox03 ul li{
	margin-top:13px;
	background-image:url(top-icon02.jpg);
	background-repeat:no-repeat;
	text-indent:15px;
	line-height:12px;
}

#sidebox03 a{
	color:#FF3774;
	}

/*--sitemap---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sitemap {
}

.sitemap ul{
padding:0 0 15px 30px;
}

.sitemap li{
margin:0px 0 20px 30px;
}

.sitemap ul ul{
padding:0 0 15px 30px;
}


/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.top_title02{
	width:550px;
	line-height:40px;
	text-indent:15px;
	font-size:117%;
	color:#FFFFFF;
	float:left;
	background-image:url(top_h2.jpg);
	background-repeat:no-repeat;
}

.subtitle02 {
width:660px;
height:50px;
background:url(subtitle01.jpg) no-repeat;
font-size:125%;
font-weight:bold;
text-indent:44px;
color:#00639A;
overflow:hidden;
line-height:50px;
margin-bottom:15px;
}

.subtitle03 {
width:660px;
height:40px;
background:url(subtitle02.jpg) no-repeat;
font-size:125%;
font-weight:bold;
text-indent:44px;
color:#FFF;
overflow:hidden;
line-height:40px;
margin-bottom:15px;
}

.subtitle04 {
width:660px;
height:30px;
background:url(subtitle03.jpg) no-repeat;
font-size:125%;
font-weight:bold;
text-indent:10px;
color:#666;
overflow:hidden;
line-height:30px;
margin-bottom:5px;
}

.subtitle05 {
width:660px;
height:60px;
background:url(subtitle04.jpg) no-repeat;
font-weight:normal;
overflow:hidden;
margin-bottom:10px;
}

.subtitle06 {
background:url(subtitle05.jpg) no-repeat 0 2px ;
font-weight:normal;
text-indent:18px;
margin-bottom:10px;
color:#FF3773;
}

.subtitle07 {
width:500px;
height:30px;
background:url(subtitle06.jpg) no-repeat;
font-size:125%;
font-weight:bold;
text-indent:10px;
color:#666;
overflow:hidden;
line-height:30px;
margin-bottom:5px;
}

.title01{
	width:550px;
	height:40px;
	background-image:url(title01.jpg);
	background-repeat:no-repeat;
	line-height:40px;
	font-size:120%;
	color:#136F00;
	text-indent:45px;
}

.title02{
	width:550px;
	height:40px;
	background-image:url(title02.jpg);
	background-repeat:no-repeat;
	line-height:40px;
	font-size:120%;
	color:#663300;
	text-indent:30px;
}

.title03{
	width:550px;
	height:40px;
	background-image:url(title03.jpg);
	background-repeat:no-repeat;
	line-height:40px;
	font-size:120%;
	color:#666666;
	text-indent:30px;
}

.info{
	width:550px;
	background-image:url(info_back.jpg);
	background-repeat:repeat-y;
	float:left;
}

.txt01{
	background-image:url(icon02.jpg);
	background-repeat:no-repeat;
	text-indent:20px;
	line-height:13px;
	float:right;
}



.table01 {
margin-bottom:20px;
}

.table01 table{
width:600px;
border-collapse:collapse;
text-align:left;
}

.table01 table td{
padding:10px;
border:1px solid #cccccc;
}

.table01 table .highlight{
border-right:1px solid #cccccc;
background-color:#efefef;
font-weight:bold;
vertical-align:middle;
}

/*.rss {
width:660px;
float:left;
text-align:left;
margin:0 0 20px 0;
}

.rss dt{
width:600px;
line-height:30px;
overflow:hidden;
float:left;
font-weight:bold;
border-bottom:1px solid #cccccc;
font-weight:bold;
text-indent:10px;
}

.rss dt a{
width:500px;
font-weight:normal;
float:right;
margin-top:-30px;
text-align:left;
display:block;
}

.rss dd {
display:none;
}*/

/*contact*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contact-form {
width:660px;
float:left;
}

#contact-form dl{
width:660px;
border-bottom:1px dotted #99cccc;
float:left;
padding:10px 0;
line-height:220%;
}

#contact-form dt{
width:180px;
float:left;
}

#contact-form dt span{
font-weight:bold;
color:#CC0000;
}

#contact-form dd{
width:360px;
float:left;
}

#contact-form dd p{
float:left;
margin:0 10px 0 0;
}

#contact-form dd ul{
width:360px;
float:left;
list-style-type:none;
}

#contact-form dd li{
width:360px;
float:left;
}

#contact-form dd li p{
width:80px;
float:left;
margin:0px;
}

#contact-form dd li input{
margin:5px 0 0 0;
float:left;
}

#contact-form dd ul#privacy{
width:360px;
height:200px;
overflow:auto;
float:left;
list-style-type:none;
margin:0 0 20px 0;
background-color:#f6f6f6;
}

#contact-form dd ul#privacy li{
width:340px;
margin:0 0 15px 0;
float:left;
}

#contact-button {
width:590px;
float:left;
margin:10px 0 25px 0;
}

#contact-button input{
width:180px;
margin:0 0 0 180px;
}

#contact-box01 {
width:590px;
float:left;
}

#contact-box01 dt{
width:260px;
text-align:right;
float:right;
}

#contact-box01 dd{
width:330px;
float:left;
}

#contact-box01 dd ul{
margin:0 0 20px 0;
list-style-type:none;
}

#contact-box01 dd li{
background-image:url(../icon05.jpg);
background-repeat:no-repeat;
background-position:0 50%;
text-indent:20px;
color:#FE9900;
font-weight:bold;
letter-spacing:2px;
}

#contact-tel{
margin:0px 0px 0px 0;
text-align:left;
}

/*各ページのＣＳＳをページごとに区切って下記に記述していってください*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.work-list01{
width:180px;
/*height:16px;*/
background-image:url(icon01.jpg);
background-repeat:no-repeat;
line-height:16px;
text-indent:20px;
margin-bottom:5px;
color:#666666;
}


.work-list01 a:link,
.work-list01 a:visited{
color:#666;
}

.work-list01 a:active,
.work-list01 a:hover{
color:#999999;
}

/*examination*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.exam-tbl{
	width:550px;
	text-align:left;
	border-collapse:collapse;
}

.exam-tbl td{
padding:10px;
border:#CCC 1px solid;
width:275px;
}


/*outline*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.outline-tbl{
	width:500px;
	text-align:left;
	border-collapse:collapse;
}

.outline-tbl td{
padding:10px;
border:#CCC 1px solid;
}

.outline-tbl p{
margin-bottom:10px;
}

/*about*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.m5 { margin-bottom:5px;}
.m10 { margin-bottom:10px;}
.m12 { margin-bottom:12px;}
.m15 { margin-bottom:15px;}
.m20 { margin-bottom:20px;}
.m30 { margin-bottom:30px;}
.m40 { margin-bottom:40px;}
.m50 { margin-bottom:50px;}
.m60 { margin-bottom:60px;}

.ml10 { margin-left:10px; display:inline;}
.mr10 { margin-right:10px; display:inline;}

.pl10 { padding-left:10px;}
.pr10 { padding-right:10px;}

.flt { float:left;}
.flr { float:right;}

.arr {
float:right;
color:#006CA5;
}

.arr a{
float:right;
color:#006CA5;
}

.arr a:hover{
float:right;
color:#006CA5;
}

table.tab{
border-collapse:collapse;
border:1px solid #cccccc;
}
	
table.tab td{
border:1px solid #cccccc;
padding:5px;
text-align:left;
}

table.tab th{
border:1px solid #cccccc;
padding:5px;
background-color:#f3f3f3;
text-align:left;
}


table.tab2{
border-collapse:collapse;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}
	
table.tab2 td{
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
padding:10px;
text-align:left;
}

table.tab2 th{
border:1px solid #cccccc;
padding:5px;
background-color:#f3f3f3;
text-align:left;
}


.option-txt01 {
margin-left:1.0em;
text-indent:-1.0em;
}

.option-txt02 {
margin-left:0.7em;
text-indent:-0.7em;
}

.blue {
color:#006399;
}

.pink {
color:#FF3774;
}

.pink a{
color:#FF3774;
}

.b-tbl {
padding:10px;
color:#FFF;
width:620px;
background-color:#2F60A2;
text-align:left;
}

.b-tbl table td {
color:#FFF;
}

.red {color:#CC0000;}

#over {
float:left;
width:660px;
}

#over dl {
float:left;
width:660px;
}

#over dl dd {
display:none;
}

#over dl dt {
text-indent:10px;
padding-bottom:10px;
margin-top:10px;
width:660px;
overflow:hidden;
}

#over dl dt a {
width:660px;
margin-left:12px;
display:inline;
}

/*各ページのＣＳＳをページごとに区切って下記に記述していってください*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/