* {
	margin:0;
	padding:0;
}
/*---------------------------------------------------------基礎設定*/
body {
	font-family: Osaka, sans-serif;
	font-size:12px;
	color:#332210;
	text-align:center;
	line-height:160%;
	background: #f5deb3 url(./back.gif) repeat-y fixed;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #1a1108; 
}
a {
	color:#cc4040;
	text-decoration:underline;
}
a:hover {
	color:#f5deb3;
	background-color: #cc4040;
	text-decoration:none;
}
p{
	margin : 5px 20px;
	padding : 3px 20px;
	padding-bottom : 18px;
}
img {
	border:0;
}
table,tr,td{
	border:0px;
}
/*---------------------------------------------------------ページレイアウト*/
#page {
	clear:both;
	width:700px;
	margin:0 auto;
	margin-top: 70px;
	margin-bottom: 30px;
	/*margin-left : 90px;*/
	text-align:left;
	overflow: hidden;
}
#foot {
	clear:both;
	height:20px;
	padding:5px;
	border-top:1px solid deeppink ;
	text-align:center;
	font-size:10px;
	background-color : #FFF;
}
/*---------------------------------------------------------サブレイアウト*/
.clear{
	font-size:12px;
	margin:30px;
	clear:both;
}
.half{
	width:200px;
	margin:0px;
	float:left;
}
.r{
	text-align : right;
	padding-right : 30px;
}
/*---------------------------------------------------------テキスト装飾*/
h1 {
    font-family:Georgia,Times New Roman, sans-serif;
	margin: 15px 20px;
	padding:10px 10px;
	letter-spacing : 10px;
	font-weight:bold;
	text-align: center;
	color:#800000;
	border:1px solid #28224d;
	/*border-top:1px dotted #28224d;*/
	background: url('./h1.gif') repeat;
}
h2 {
	font-family:Georgia,Times New Roman, sans-serif;
	margin: 3px 20px;
	padding:3px 10px;
	padding-left : 85px;
	color: #FFF;
	letter-spacing : 2px;
	font-size:12px;
	font-weight:bold;
	background:url('./h2.gif') repeat-y;
	border:1px solid #28224d;
}
h3 {
	font-family:Georgia,Times New Roman, sans-serif;
	margin: 25px 20px;
	padding:3px 15px;
	padding-left : 85px;
	color: #FFF;
	letter-spacing : 2px;
	font-size:12px;
	font-weight:bold;
	background:url('./h2.gif') repeat-y;
	border:1px solid #28224d;
	text-align: right;
}
.line {
	margin: 10px 20px;
	border-bottom:1px dotted #28224d;
}
.red{
	color:red;
}
.min{
	font-size:10px;
}
.tab{text-align:left;
    width:100%;}
.tab li{
	list-style:none;
	text-align:left;
	width:200px;
	margin : 1px 20px;
	padding : 1px 18px;
	
}
/*---------------------------------------------------------*/


	
	
	
	
