body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666666;
}
.style1 {font-size: 16px;}
.style2 {font-size: 16px; padding: 10px 0px 5px 0px;}
.style3 {font-size: 12px; line-height: 13px; padding: 3px 0px 5px 0px;}
.style4 {font-size: 12px; line-height: 13px; padding: 0px 0px 0px 70px;}
.style5 {font-size: 12px; line-height: 13px; padding: 0px 0px 0px 50px;}
.style6 {color: #006AC3;}
.style7 {
	padding: 10px 0px 20px 0px;
	text-align: center;
}
.style8 {
	padding: 170px 0px 0px 350px;
	text-align: center;
}
 
.left {float: left; width: 160px;}
 .right {float: right; width: 160px;}

.left2 {float: left; width: 157px;}
.right2 {float: right; width: 157px;}
 
.left3 {float: left;width: 75px;}
.right3 {float: right; width: 75px;}

.left4 {float: left;width: 75px;}
.right4 {float: right; width: 75px;}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;  
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/bg_header.gif);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;width: 140px;height: 85px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
	background-image: url(images/logo.png);
}

span, #container-name span,#container-slogan span {
	padding: 0px 0px 0px 0px;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
	background-image: url(images/bg_eyecatcher.png);
}

#container-navigation {
	width: 670px;
	background-color: #044c89;
	height: 30px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 30px;
}

#navigation li a {
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}

#container-content {
	width:670px;
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: 500px;
}

#content {
	width: 320px;
	float: left;
}

#border {
	width: 320px;
	float: right;
}


#footer {
	padding: 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	color:#ffffff; background-color: #006AC3;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size:13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center; }

#footer a { color: #ffffff; text-decoration: underline}
#footer a:hover {
	color: #ffffff;
	 text-decoration: underline;
	font-weight:bold;}	
#footer a:visited {
	color: #ffffff; text-decoration: none}


.clearer {
	clear: both;
}

h1 {
	font-size: 30px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 5px 0 5px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #006AC3;
	padding: 10px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px dotted #055395;
	height: 0px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	font-size: 16px;
	line-height: 24px;
	color: #444444;font-weight: bolder;
	margin: 0 0 20px 0px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006AC3;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px;

}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #006AC3;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#content img {
	background-color: #ffffff;
	padding: 0px 5px 10px 5px ;}
/* 	border: 1px solid #006AC3;
*/	

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}