@charset "Shift_JIS";

/*body再定義*/

body{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	background: #e5e5bb;
}


/*全体構造*/

#wrapper{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background: #FFFFFF;
}

/*ヘッダー*/

#header{
	width: 600px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/header2.png) no-repeat;
}

#header h1{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

/*カバー*/

#cover{
	width: 600px;
	height: 150px;
	background: url(../img/cover2.jpg) no-repeat;
	margin: 0;
	padding: 0;

}

/*コンテンツ*/

#content{
	width: 600px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background: url(../img/back_print.png) no-repeat;
	background-position:bottom right;
	text-align: center;
}

#content img{
	margin: 0;
	padding: 0;
	border: 0;
}

p{
	margin: 1em;
	padding: 0;
	font-size: 14px;
	color: #000000;
}

dl{
	margin-top: 1em;
	padding: 0;
	line-height: 1.5em;
}

#content01 dt{
	color: #3366CC;
	font-weight: bold;
}

#content02 dt{
	color: #FF6633;
	font-weight: bold;
}

#content03 dt{
	color: #666666;
	font-weight: bold;
}

#content01{
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content01 h2{
	background: url(../img/title06.png) no-repeat;
	width: 253px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999;
}

#content02{
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content02 h2{
	background: url(../img/title07.png) no-repeat;
	width: 253px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999;
}

#content03{
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#content03 h2{
	background: url(../img/title08.png) no-repeat;
	width: 280px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999;
}

/*フォント*/

.font12{
	font-size: 12px;
	color: #000000;
}

/*フッター*/

#footer{
	clear: both;	
	width: 600px;
	height: 50px;
	margin-top: 10px;
	background: url(../img/footer.png) no-repeat;
}


#copy{
	width: 350px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 12px;
	color: #000000;
	float: right;
}
	

