@charset "UTF-8";



/* ========BASIC======== */
* {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ ProN W3", "小塚ゴシック Pro M";
	font-size: 13px;
}

body {
	padding: 0;
	margin: 0px;
	background-color: #0F2438;
}

br {
   letter-spacing:normal;
}

a {
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: blink;
}

img {
	border:0;
}

/* ========TEMPLATE LAYOUT======== */
div#container {
	box-shadow: 0 0 20px #666;
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0 0 20px #666;
	background-image: url(../images/comtener_index.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #13324C;
	background-position: bottom;
}

div#contents {
	height: auto;
	width: 1200px;
	display: block;
	margin: 0px;
	background-image: url(../images/left_top_j.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#contents_e {
	height: auto;
	width: 1200px;
	display: block;
	margin: 0px;
	background-image: url(../images/left_top_e.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ========TEMPLATE LAYOUT S======== */
div#header {
	height: auto;
	width: 850px;
}


div#header-2 {
}


div#left {
	width: 850px;
	height: auto;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#right {
	width: 350px;
	margin-left: 850px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div#right .header {
	width: auto;
	background-image: url(../images/right_header.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin: 0px;
	padding-top: 195px;
	padding-left: 30px;
	padding-bottom: 0px;
}

div#wp {
	background-color: #030506;
	margin-left: 120px;
	display: block;
	padding-bottom: 30px;
	width: 710px;
}
div#main {
	background-color: #FFF;
	width: 660px;
	padding: 20px;
	margin-left: 135px;
	margin-bottom: 20px;
	display: block;
}
div#mainbanner {
	padding: 0px;
	margin-left: 125px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 680px;
}

div#footer {
	height: 30px;
	padding-top: 5px;
	font-size: 10px;
	color: #FFF;
	padding-left: 135px;
	display: block;
	margin-top: 0px;
	margin-bottom: 30px;
	clear: both;
}
