@import url("pulldown-menu.css");


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #02174E;
	background-image: url(../img/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	behavior:url("css/csshover.htc");
	color: #333333;
}
 


h1,h2,h3,h4,p,ul,ol,dl{	margin: 0px; padding: 0px;}

img {border : 0px}

.right{float: right;}

.left{float: left;}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clear-l{
	clear: left;
}

.clear-l{
	clear: right;
}



a{color: #006699;}
a:visited{color: #660099;}



/*--------------------------------------*/

img.alignleft{
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
}

img.alignright{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}




/*layout--------------------------------------*/


#wrap{
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(../img/common/side_bg.gif);
	background-repeat: repeat-y;
}

#main{
	float: right;
	width: 570px;
	padding-top: 10px;
}

#head{
	background-image: url(../img/common/head_bg.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	height: 60px;
	font-size: 18px;
}

#side{
	float: left;
	width: 190px;
	padding-top: 5px;
	text-align: center;
}

#foot{
	width: 760px;
	background-image: url(../img/common/foot.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-align: left;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;

}

#contents{
	text-align: left;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}



/*head--------------------------------------*/


#head .right{
	margin-top: 30px;
}

#head ul.head-menu{
	list-style-type: none;
	float: left;
	background-image: url(../img/common/head_part.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#head ul.head-menu li{
	padding-right: 20px;
	display: inline;
	float: left;
	margin-top: 10px;
}

#head ul.head-menu li a{
	height: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	line-height: 0px;
	font-size: 0px;
}

#head ul.head-menu li a span{
	visibility: hidden;
}

#head ul.head-menu .hm1 a{
	background-image: url(../img/common/sitemap.gif);
	width: 60px;
}

#head ul.head-menu .hm2 a{
	background-image: url(../img/common/inq.gif);
	width: 60px;
}

#head ul.head-menu .hm3 a{
	background-image: url(../img/common/link.gif);
	width: 27px;
}


#g-navi{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
	text-align: left;
	width: 760px;
}


/*side--------------------------------------*/


#side .side-menu{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

.side-menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.side-menu ul li{
	background-image: url(../img/common/side_menu_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7D7DA;
	font-size: 80%;

}


.side-menu ul li a{
	background-image: url(../img/common/side_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 180px;
	text-indent: 17px;
}
.side-menu ul li a:visited{color: #660099;}

.side-menu .on a,
.side-menu .on a:visited{
	color: #CC6600;
}


.side-menu ul.cat-title{
	background-image: url(../img/common/side_menu_bg2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7D7DA;
	padding-top: 3px;
	padding-bottom: 3px;
}

.side-menu ul.cat-title li {
	border: none;
	background-image: url(../img/common/clear.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 1em;

}

.side-menu ul.cat-title a{
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/common/side_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: block;
	width: 180px;
	text-indent: 17px;
}


.side-menu ul.cat-title a:hover{
	visibility: visible;
}


.side-menu .reserch1{
	background-image: url(../img/common/side_reserch_menu02.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 180px;
}





/*foot--------------------------------------*/

.page-top{
	float: right;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
}

.copyright{
	margin-left: 10px;
}

/*breadcrumb  ----------------------------------------------*/

.path{
	padding-right: 20px;
	padding-top: 5px;
}

.path ol{
	margin-top: 0px;
	text-align: right;
	background-image: url(../img/common/path_bg.jpg);
	background-repeat: no-repeat;
}
.path ol li {
	list-style-type: none;
	display: inline;
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.path a {
	background-image: url(../img/common/path.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 0.6em;
	color: #666666;
	text-decoration: none;
}


/*CONTENTS  ----------------------------------------------*/


#contents p{
	font-size: 80%;
	margin-bottom: 1em;
	line-height: 1.8em;
}



#contents .indent{
	text-indent: 1em;
}


#contents .col-strong{
	color: #FF9900;
}

#contents .tx-s{
	font-size: 70%;
}


#contents p .tx-s{
	font-size: 80%;
}


/*h-tag  ----------------------------------------------*/


#contents h1{
	background-image: url(../img/common/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 90%;
	color: #003F64;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	margin-bottom: 5px;

}


#contents h2{
	background-image: url(../img/common/h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	color: #003F64;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#contents h3{
	background-image: url(../img/common/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	color: #003F64;
	padding-left: 14px;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

#contents h4{
	font-size: 80%;
	color: #003F64;
	margin-bottom: 0.5em;
	margin-top: 2em;
}






/*list-tag  ----------------------------------------------*/


#contents ul li,
#contents ol li{
	line-height: 1.5em;
	font-size: 80%;
}


#contents ul{
	list-style-type: none;
	margin-top: 1em;
	margin-bottom: 2em;
}

#contents ul li{
	background-image: url(../img/common/li.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 12px;
	margin-bottom: 0.2em;
}

#contents ul li ul{
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

#contents ul li ul li{
	background-image: url(../img/common/liulli.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-bottom: 0.1em;
	font-size: 100%;
}

#contents ol{
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 2em;
}

#contents ol li{
	margin-bottom: .2em;
}

#contents ul li ol{
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}

#contents ul li ol li{
	background-image: none;
	padding-left: 0em;
	margin-bottom: 0.1px;
}


#contents ol li ul{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#contents ol li ul li{
	background-image: url(../img/common/liulli.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-bottom: 0.1em;
}



/*table-tag  ----------------------------------------------*/


#contents td,
#contents th{
	font-size: 80%;
	line-height: 1.5em;
}

#contents .t-border-on{
	width: 100%;
	background-color: #A4AAB0;
}
#contents .t-border-on td{
	padding: 6px;
	background-color: #FFFFFF;
}

#contents .t-border-on th{
	padding: 6px;
	font-weight: normal;
	background-color: #DBE4E8;
	text-align: center;
}

#contents .t-border-off {
	width: 100%;} 

#contents .t-border-off td{
	vertical-align: top;
} 



#contents .t-border-on-s{
	background-color: #A4AAB0;
}
#contents .t-border-on-s td{
	padding: 5px;
	background-color: #FFFFFF;
	line-height: 1em;
}

#contents .t-border-on-s th{
	padding: 5px;
	font-weight: normal;
	background-color: #DBE4E8;
	text-align: center;
	line-height: 1em;
}






#contents td ul{
	margin-top: 0.5em;
}

#contents td ul li{
	font-size: 100%;
}



/*design parts  ----------------------------------------------*/


.more-link{
	background-image: url(../img/common/side_menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}

.back-link{
	background-image: url(../img/common/arrow_back.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
}



.arrow-l{
	background-image: url(../img/common/arrow_l.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contents ul.arrow-l li{
	background-image: url(../img/common/arrow_l.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contents ul.arrow-l {
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
}


#contents #news .dotline{
	background-image: url(../img/common/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 530px;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contents #news .dotline p{	margin-bottom: 0.5em;}



#contents .dotline{
	background-image: url(../img/common/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 530px;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents .dotline p{	margin-bottom: 0.5em;}





#contents .two-fraction{width: 530px;}
#contents .two-fraction .left{width: 260px;}
#contents .two-fraction .right{width: 260px;}
#contents .two-fraction ul{
	margin-top: 0;
}



#contents .sq{
	background-image: url(../img/common/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	color: #003F64;
	padding-left: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
}


#contents .sq-line{
	background-image: url(../img/common/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	color: #003F64;
	padding-left: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #68A2BF;
	line-height: 2.5em;
}


#contents .sq-line-s{
	background-image: url(../img/common/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 80%;
	color: #003F64;
	padding-left: 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 2.5em;
}


/*margin----------------------------------------------*/

.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}







/*page news----------------------------------------------*/



#news .index-ymd{
	float: left;
	width: 110px;
	font-weight: bold;
	color: #4A78A2;
}

#news .headline{
	float: left;
	width: 420px;
}


#news .headline a{
	color: #333333;
	text-decoration: none;
}

#news .headline a:hover{
	color: #FF9900;
	text-decoration: underline;
}

#news .headline a:visited{
	color: #660099;
}



#news p.ymd{
	margin-bottom: 10px;
	text-align: right;
	line-height: 0px;
}


#news .caption{
	width: 180px;
	margin-left: 20px;
	float: right;
}

#news .caption img{
	margin-bottom: 5px;
}


#news .caption p{
	margin-bottom: 10px;
	font-size: 70%;
	line-height: 1.3em;
}


/*page research----------------------------------------------*/


#contents dl.link-set{
	margin-TOP: 10px;
	margin-bottom: 10px;
}

#contents dl.link-set dt{
	font-size: 80%;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#contents dl.link-set dd{
	font-size: 80%;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.5em;
}




/*page archives----------------------------------------------*/


#contents .hr-list{
	margin-top: 5px;
	margin-bottom: 0px;
}

#contents .hr-list ul{
	margin: 0px;
	padding: 0px;
}

#contents .hr-list ul li{
	background-image: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 1em;
}


#contents .hr-list ul li a{
	text-decoration: none;
}






/*page link----------------------------------------------*/



#contents .link{
	width: 530px;
	background-image: url(../img/common/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 530px;
	margin-bottom: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}


#contents .link .left{
	width: 200px;
}


#contents ul.link li{
	background-image: url(../img/common/side_menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left center;
}



#contents ul.link{
	background-image: none;
	padding-left: 0px;
	margin-top: 0px;
	width: 330px;
	float: right;
}



/*page site map----------------------------------------------*/




#contents .sitemap{	width: 530px;}



#contents  .sitemap .left{
	width: 250px;
}

#contents  .sitemap .right{
	width: 250px;
}




#contents .sitemap ul li{
	background-image: url(../img/common/side_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 12px;
	margin-bottom: 0.2em;
}



#contents .sitemap ul li ul li{
	background-image: url(../img/common/arrow_s.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	margin-bottom: 0.1em;
	font-size: 100%;
}


/*-------------------------------------------------*/
/* ▼追記部分 */

.path a.listlastchild {
	background : none;
}

#main p.noscript{
	margin : 5px 10px;
	padding : 15px;
	text-align : center;
	color : #ff0000;
	font-size : 80%;
	background : #e4e9f0
}

