/* ------------------------------
ALL
------------------------------ */
*{
	margin: 0px;
	padding: 0px;
}

/* ------------------------------
Boby
------------------------------ */
body {
	font-size: 13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #e7f1c4;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------
Page
------------------------------ */
div#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	background:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;	
	}
/* ------------------------------
Midashi
------------------------------ */	
h1 {
	width:785px;
	margin:0 auto 0 auto;
	padding-left:15px;
	height15px;
	background:#300;
	font-size:80%;
	color:#fff;
}	

h2 {
	width:730px;
	margin:0 auto 20px auto;
	height:30px;
	background:url("img/h2.png") no-repeat;
	font-size:150%;
	padding:5px 0 0 10px;
	color:#fff;
}	

h3 {
	width:730px;
	margin:0 auto 20px auto;
	height:30px;
	background:url("img/h3.png") no-repeat;
	font-size:150%;
	padding:5px 0 0 10px;
	color:#fff;
}	
/* ------------------------------
Header
------------------------------ */
div#header {
	width:780px;
	height:250px;
	margin:10px auto 20px auto;
	background:#000;
}

/* ------------------------------
Contents
------------------------------ */
div#text {
	width:720px;
	line-height:250%;
	margin:10px auto 10px auto;
}

.text2 {
	width:720px;
	line-height:250%;
	margin:0 auto 0 auto;
}

div#text3 {
	width:700px;
	line-height:250%;
	text-align:center;
	font-size:110%;
	margin:20px auto 0 auto;
}

.a1 {
	color:#F00;
}

.a2 {
	background:#FF0;
	font-weight:bold;
}

.a3 {
	margin-bottom:15px;
}
/* ------------------------------
Footer
------------------------------ */
div#footer {
	width:800px;
	background:#ccc;
	text-align:center;
	padding-top:10px;
	height:50px;
	margin:0px auto 0 auto;
}
/* ------------------------------
list
------------------------------ */
ul.thumbnail {
width: 700px;
margin: 0 auto 0 auto;
padding: 0;
border-top: 1px #808080 dotted; 
list-style-type: none;
}

ul.thumbnail li {
padding: 20px 15px; 
border-bottom: 1px #808080 dotted;
}

ul.thumbnail dl {
width: 100%;
margin: 0;
font-size: 100%;
}

ul.thumbnail dt {
width: 250px;
float: right;
text-align: right;
}
ul.thumbnail dt img {
border: 1px #808080 solid;
}

ul.thumbnail dd {
margin: 0 160px 0 0;
line-height: 350%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* ------------------------------
Fix
------------------------------ */
img {
	border:0;	
}
