@charset "utf-8";
/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
	　border: none;
	vertical-align: bottom;
}

/*--------------------------------------------------------
■container設定
--------------------------------------------------------*/

/*サイズ設定　その1*/
div#container{
	width: 850px;
	_width: 852px;
	margin: auto;
	text-align: left;
	border-left:1px solid #454545;
	border-right:1px solid #454545;
	font-family:Verdana, Geneva, sans-serif;
	line-height:140%;
}
#header1{
	background-image:url(../images/title3.jpg);
	height:450px;
	width:850px;
	border-bottom:dotted 0.1px #454545;
	border-top:solid 0.1px #454545;
}
#header2{
	background-image:url(../images/title3.jpg);
	height:450px;
	width:850px;
	border-bottom:dotted 0.1px #454545;
	border-top:solid 0.1px #454545;
}
#header3{
	background-image:url(../images/title3.jpg);
	height:450px;
	width:850px;
	border-bottom:dotted 0.1px #454545;
	border-top:solid 0.1px #454545;
}
#navi ul li {
	font-size:12px;
	line-height:140%;	
	margin-left:0.3em;
	font-size:12px #333;
	list-style-type:none;
	float:left;
}
#navi ul li a {
	color:##FC0;
}
/*テーブル----------------------------------------------*/

.pink40 {
	 width:40%;
	 height:12%;
	 background:#FFF4F4;
	 text-align:center;
}
.pink30 {
	width:30%;
	height:12%;
	background:#FFF4F4;
	text-align:center;
}

.wt40 {
	width:40%;
	height:12%;
	background:#FFF;
	text-align:center;
}

.wt30 {
	width:30%;
	height:12%;
	background:#FFF;
	text-align:center;
}


th{
	background-color: #FFF4F4;
	text-align:center;
	padding:3px;
	border:solid 1px #999;
}


td{
	padding:3px;
	border: 1px solid #999999;
}

table{
	margin:auto;
	font-size: 12px;
	line-height:140%;
}


/*コンテンツ内CSS始まり*/
#wrap {
background-color:#FFF;
float:left;
margin-top:5px;
padding:5px;
}
#contents{
	float:right;
	width:70%;
}
#contents #pad {
padding:10px;
}
#menu{
	float:left;
	width:29%;
}
#menu li {
list-style-type:none;
}
.menu_left {
margin:5px auto;
padding-top:2px;
width:210px;
}

#menu ul {
margin-bottom:5px;
}
#menu li a {
background-color:#FFFFFF;
background-position:5px center;
border:1px solid #454545;
color:#223A5C;
display:block;
font-size:12px;
line-height:24px;
margin-left:auto;
margin-right:auto;
margin-top:1px;
padding:2px 15px;
text-decoration:underline;
width:168px;
}
#menu li a:hover {
background-color:#E0E0E0;
color:#000000;
text-decoration:none;
}



.shoukai {
	float:right;
	width:580px;
	border:1px solid #999;
	padding:3px;
}
.shoukai img
{border-right:1px solid #999;
float:left;
padding:0.2em;
}



/*フッター*/

#footer {
background-image:url(../images/foot.gif);
background-repeat:repeat-x;
clear:both;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}
#footer ul {
margin-bottom:5px;
margin-top:5px;
}

#footer li {
border-right:1px solid #333333;
display:inline;
font-size:12px;
list-style-type:none;
padding-left:5px;
padding-right:5px;
}
address {
background-color:#FFFFFF;
color:#000000;
display:block;
font-size:12px;
font-style:normal;
padding-bottom:5px;
padding-top:5px;
text-align:center;
}
h3 img{
	padding-bottom:2.0em;
}

/*文字などの設定*/


h1 {
margin-top:15px;
color:#333333;
display:block;
font-family:"ＭＳ ゴシック",sans-serif;
font-size:15px;
height:20px;
line-height:20px;
margin-left:20px;
padding-top:0;
text-decoration:none;
width:780px;
}
h2 {
background-image:url(../images/h2.gif);
background-repeat:no-repeat;
color:#3F4A50;
line-height:30px;
display:block;
font-size:14px;
font-weight:bold;
margin-top:10px;
text-indent:30px;
}
h3{
font-weight:bold;
font-size:14px;
}
h4 { 
margin-left:35px;
font-size:13px;
border-left:double;
padding-left:1.0em;
}
#wrap #contents h3 {
border-left:5px solid #223A5C;
color:#333333;
font-size:14px;
line-height:20px;
margin-bottom:10px;
margin-left:10px;
margin-top:15px;
padding-left:10px;
}
.left_title h3 {
background-image:url(../images/side_h3.gif);
color:#3F4A50;
display:block;
font-size:13px;
font-weight:bold;
line-height:24px;
margin:10px auto 7px auto;
padding-top:4px;
text-align:center;
width:200px;
}
#contents p {
font-size:13px;
line-height:27px;
margin:10px 30px;
padding:5px 10px;
}
.red{ color: #ff0000!important; }
.b {font-weight:bold!important;}
.mark2 {font-size:14px;
        font-weight:bolder;
		line-height:180%;}
.fl_l {float:left!important;}
.fl_r {float:right!important;}
.m_5 {margin:5px!important;}

