@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 155%;
	color: #333;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#container video {
    width: 100%;
    height: auto;
}

#header {
	width: 300px;
	padding-left: 600px;
	background-image: url(../top/logo_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 55px;
	padding-top: 10px;
}
#header p {
	color: #666;
}

#header h1 {
	font-size: 0px;
	text-indent: -9999px;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #295A9D;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}


#maincontent {
	width: 900px;
}
#subcontent {
	width: 900px;

}

#info {
    float: left;
    width: 216px;
    padding-right: 15px;
    padding-left: 16px;
    margin-top: 15px;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
}
#info h3 {
	padding-bottom: 10px;
}

#info h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #4263A4;
}
#info img {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}
#info p strong {
	color: #0063C4;
}



#menu {
	float: right;
	width: 630px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#menu h3 {
	padding-bottom: 10px;
}

#menu td {
	font-size: 11px;
	line-height: 120%;
}

#footer {
	width: 900px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
	border-top-width: 1.5px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 3px;
	color: #666;
}
.text_wh {
	color: #FFF;
}
