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

html {
	padding:0px;
	margin:0px;	
}

body {
	padding:0px;
	margin:0px;
	background-color:#0e0e0e;
	color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 1px 1px 2px #666;
}

a {
	color:#FF0000;	
}

h2 {
	/*font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho",  serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	border-left:solid 3px #bf272d;
	padding-left:8px;
	font-weight:normal;
	margin:50px 0px 30px 0px;
	color:#bf272d;
}

h2 small{
	display:block;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFFFFF;
}

h3 {
	font-weight:normal;
	margin:0px 0px 0px 0px;
}

th {
	font-weight:normal;
	padding-right:10px;
	vertical-align:text-top;
}
td {
	padding-bottom:30px;
}


#main {
	width:900px;
	margin:0 auto 0 auto;
	background-image:url(../img/main_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:600px;
}

#headder {
	background-image:url(../img/main_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:90px;
	position: relative;
}

.head_info {
	position:absolute;
	right:0px;
	top:10px;
	padding:0px;
	margin:0px;
	line-height:120%;
	font-size:14px;
}

#menu {
	padding:0px;
	margin:0px;
	position:absolute;
	right:0px;
	font-size:24px;
	width:600px;
	height:30px;
	bottom:10px;
	text-align:right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#menu li{
	height:30px;
	display:inline-block;
	border-bottom:solid 1px #bf272d;
	padding-bottom:0px;
	margin-left:8px;
	cursor: pointer;
	color:#bf272d;
}

.hover_text {
	position:absolute;
	left:485px;
	top:70px;
	font-size:14px;
	color:#bf272d;
}

#menu li:hover{
	color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}


#contents {
	height:900px;
	overflow:hidden;
	position:relative;
}

#contents1, #contents2, #contents3, #contents4 {
	position:absolute;
	width:850px;
	left:25px;
}

#contents1 {
	background-image:url(../img/contents01.png);
	background-repeat:no-repeat;
	background-position:5px 40px;
	height:600px;
}


.ac {
	background-color:#bf272d;
	border-radius:8px;
	padding:12px;
	margin-top:20px;
	font-size:18px;
}

#footer {
	background-color:#111;
	border-top:solid 1px #222;
	padding:10px;
}

#footer .copy {
	text-align:center;
	padding:0px;
	margin:0px;
}