@charset "utf-8";
/* CSS Document */
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"KozGoStd-Light","KozGoStd-Regular",Arial,Helvetica,Verdana,san-serif;
line-height:1.6em;
}


#contents a[href^="http"] {   
    background: url(../img/another_window_icon.gif) no-repeat 100% 50%;
	padding-right:20px;  
}  
#contents * html a.external   {   
    background: url(../img/another_window_icon.gif) no-repeat 100% 50%;
	padding-right:20px;  
}  
#contents a[href$=".pdf"] {   
    background: url(../img/pdf_icon.gif) no-repeat 100% 50%;
	padding-right:20px;  
}
#contents * html a.pdf{   
    background: url(../img/pdf_icon.gif) no-repeat 100% 50%;
	padding-right:20px;  
}
a {
	color:#2d287f;	
}
a:hover {
	text-decoration:none;
}
a:visited {
	color:#447fa4;
} 
#wrapp {
	width:1000px;
	margin:0 auto;
	background:#FFF;
	border-left:solid 4px #000000;
	border-right:solid 4px #000000;	
}
#head {
	background:url(../img/bg_head.gif) no-repeat;
	height:293px;
}
#head h1 {
	margin:0;
	padding:0;	
}
ul.gnv {
	margin:0 0 0 25px;
	padding:0;
}
ul.gnv li {
	display:inline;
	font-size:0;
	line-height:0;
}
.nv04 {
	margin:0 5px 0 10px;	
}
#foot {
	background:#fff;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	border-bottom:solid 4px #000000;
	clear:both;
}
#backtop a{
	display:block;
	background:#000;
	height:40px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-size:1.2rem;
	line-height:40px;
}
#backtop a:hover{
	background:#000;
}
#contents .main h2 {
	background:#000;
	height:70px;
	margin:0 0 45px 0;
	padding:25px 0 0 50px ;	
}
/*パーツ
-----------------------------------*/
.t-right {
	text-align:right;	
}
.t-left {
	text-align:left;	
}
.t-center {
	text-align:center;	
}
.f-right {
	float:right;	
}
.f-left {
	float:left;	
}
a.allow01{
	background:url(../img/allow01.png) no-repeat;
	padding:0 0 0 20px;	
}
#contents a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;	
}
#head h1  a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;	
}
#head p.oulogo {
	text-align:right;
	margin:0;
	padding:5px 25px 0 0;
}
#head .oulogo a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;	
}
.copy img {
	display:inline-block;
	vertical-align:middle;	
}
.red {
	color:#cb0000;	
}
.border01 {
	border:solid 1px #CCC;
	display:block;
	padding:5px;	
}
.font_l {
	font-size:1.2em;	
}
.font_s {
	font-size:0.8em;	
}