@charset "utf-8";
/* -----------------------------------------------------------
 reset
----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}img,abbr,acronym,fieldset{border:0;}li{list-style-type:none;}a{color:#333333;}a:hover{text-decoration:underline;}
/* -----------------------------------------------------------
 layout
----------------------------------------------------------- */
body {
	background:url(../image/bg.jpg) 0 0 repeat;
	text-align:center;
}
img {
	vertical-align:bottom;	
}
#header {
	background-color:#000000;
}
#box {
	position:relative;
	width:940px;
	height:80px;
	margin:0 auto;
	text-align:left;
}
#box h1 {
	position:absolute;
	top:16px;
	left:15px;
}
#box p {
	position:absolute;
	top:16px;
	right:15px;
}
#menu {
	background-color:#A22041;
	border-bottom:#0B909A 1px solid;
	width:100%;
}
* html #menu {
	position:relative; //* ie6のみ */
}
#menu ul {
	width:940px;
	height:50px;
	margin:0 auto;
}
#menu ul li {
	float:left;
}
#contents {
	background-color:#ffffff;
	box-shadow:0 0 3px #bbbbbb;
	width:900px;
	text-align:left;
	margin:34px auto 0;
}
#contents h2 {
	background:url(../image/h_bg.gif) 0 0 no-repeat;
	height:62px;
	margin:25px 0 15px;
	padding:5px 0 0 48px;
	color:#ffffff;
	font-size:24px;
}
#contents p {
	padding:0 20px 20px;	
}

#contents2 {
	background-color:#000000;
	box-shadow:0 0 3px #bbbbbb;
	width:900px;
	text-align:left;
	margin:34px auto 0;
}
#content2s h2 {
	background:url(../image/h_bg.gif) 0 0 no-repeat;
	height:62px;
	margin:25px 0 15px;
	padding:5px 0 0 48px;
	color:#ffffff;
	font-size:24px;
}
#contents2 p {
	padding:0 20px 20px;	
}

#copy {
	background-color:#000000;
	border-top:#ffffff 1px solid;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	margin:80px 0 0 0;
	padding:50px 0;
}