body {
	font-family	:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
	margin-bottom	:0;
	margin-left	:auto;
	margin-right	:auto;
	margin-top	:0;
	text-align	:left;
	width	:700px;
}

a:link {
	color	:#2567AD;
	text-decoration	:underline;
}

a:visited {
	color	:#2567AD;
	text-decoration	:none;
}
a:hover {
	color	:#2567AD;
	text-decoration	:underline;
}

a:active {
	color	:#2567AD;
	text-decoration	:none;
}

ul {
	list-style-type: none;
	margin: 3px 0px 12px 3px;
	padding:0px;
	}
	
img {
	border-style:none;
	}

/** head **/
#head {
	margin-bottom	:0;
	margin-left	:auto;
	margin-right	:auto;
	margin-top	:0;
	text-align	:left;
	width	:700px;
}

#head h1 {
	color	:#666666;
	font-size	:11px;
	font-weight	:normal;
	margin: 3px;
}

#logo {
	width 	:400px;
	float	:left;
}
#logo img {
	margin:10px;
}

#header_sub {
	height :70px;
	margin-bottom :12px;
	margin-left :auto;
	margin-right:auto;
	margin-top :0;
	text-align :left;
	width :700px;
	border-radius:3px;
	border-top	:solid 20px #005ea5;
	border-left	:solid 1px #005ea5;
	border-right	:solid 1px #005ea5;
	border-bottom	:solid 1px #005ea5;

	}

#header_sub_navi {
	float	:right;
	width	:200px;
	font-size	:14px;
	color: #005ea5;
	margin: 20px;
}

#header_sub_navi ul {
	margin-top	:5px;
}

#header_sub_navi li {
	list-style-image	:none;
	list-style-position	:outside;
	list-style-type	:none;
}


#header_sub_navi a {
	color: #005ea5;
}


#container {
	width	:676px;
	padding	:12px;
	line-height: 110%;
	border-radius:3px;
	background-color	:#f9f9f9;
	margin-bottom: 12px;
	}


#main {
	width	:650px;
	float	:left;
	padding	:12px;
	background-color	:#ffffff;
	border-radius:3px;
	font-size: 80%;
	}

#main img {
	margin:10px;
	}

#bread {
	font-size	:11px;
}

h2 {
	font-size	:140%;
	margin	:40px 0px 10px 6px;
	color: #333333;
}


h3 {
	font-size	:130%;
	margin:25px 0px 3px;
	color : #164B9F;
}
h4 {
	font-size	:100%;
	margin:2px 0px 2px;
	color: #333333;
}
.red {
	color	:red;
	font-weight	:bold;
}

.bold {
	font-weight	:bold;
}

.content {
	padding: 5px;
	margin-bottom: 40px;
	background-color : #ffffff;
}

.content p{
	margin:4px 0px 4px;
	}

.content div{
	width:648px ;
	float:left;
	}

.content ul{
	padding-left:5px;
	}

.content li{
	padding-bottom:5px;
	}


.lineheight10 {
	clear	:both;
	line-height	:10px;
	visibility	:hidden;
}




/** フッター **/
#fnavi {
	width	:700px;
	clear 	:both ; 
	font-size	:11px;
	border-top	:solid 4px #005EA5;
	border-left	:solid 1px #005EA5;
	border-right	:solid 1px #005EA5;
	padding	:12px 12px;
	width	:674px;
	background-color :#f9f9f9;
	}

#copyright{
	background-color	:#005EA5;
	margin-bottom	:10px;
	width	:676px;
	color 	:#ffffff;
	height	:20px;
	padding	:12px 12px 12px 12px;
}
