@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
}
body	{
	margin:0;
	padding:0;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFFFCC;
	font-size:13px;
}
li {
	list-style:none;
}
h1,h2,h3,h4,p,li {
	font-size:100%;
	font-weight:normal;
	color:#333;
}
img {
	border:0;
	vertical-align:bottom;
}
p {
	line-height:25px;
	margin-bottom:10px;
	text-align:left;
}
/*wrapper
--------------------------------------------------------------------------------------*/
#wrapper {
	width:900px;
	margin:0 auto;
	background:url(images/bg.gif) repeat-y;
}

/*header
------------------------------------------------------------------------------------*/
#header {
	width:900px;
	height:245px;
	margin:0 auto;
	background:url(images/title.jpg) top left no-repeat;
}
#header img {
	padding-left:30px;
	float:left;
}
#header h1 {
	padding-top:17px;
}
/*contents
------------------------------------------------------------------------------------*/
#contents {
	width:800px;
	margin:0 auto;
	background:#FFF;
}
div.st {
	text-align:center;
	height:70px;
	padding-top:20px;
}
span.textr {
	color:#C00;
}
.imgbox {
	text-align:center;
}
div.box {
	padding-bottom:25px;
}
div.boxr01 {
	float:right;
	width:365px;
}
div.boxl01 {
	float:left;
	width:420px;
}
div.boxr02 {
	float:right;
	width:305px;
}
div.boxl02 {
	float:left;
	width:490px;
}
div.boxr03 {
	float:right;
	width:520px;
}
div.boxl03 {
	float:left;
	width:265px;
}
#box1,
#box2,
#box3 {
	float:left;
	width:265px;
}
#box1 h2,
#box2 h2 {
	width:220px;
	height:20px;
	border-left:solid 5px #F90;
	border-bottom:solid 1px #F90;
	padding:5px 0px 0px 10px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
}
table {
	border:0px;
	color:#333;
	width:235px;
}
table tr {
	line-height:25px;
}
table th {
	font-weight:lighter;
	text-align:left;
}
.textr {
	text-align:right;
}
.textl {
	text-align:left;
}
ul {
	padding-left:3em;
	text-indent:-3em;	
	line-height:20px;
	text-align:left;
}
#btn {
	text-align:center;
	padding-bottom:35px;
}
#btn img {
	margin:10px;
}
