* {
	margin:0;
	padding:0;
}
/*---------------------------------------------------------基礎設定*/
body {
	font-family: Osaka, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	line-height:160%;
	background: #000000 url(./back.gif) repeat-y fixed;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #FFFFFF; 
}
a {
	color:#ff5a00;
	text-decoration:none;
}
a:hover {
	color:#fff8cc;
	text-decoration:overline underline;
	cursor:crosshair;
}
p{
	margin : 5px 20px;
	padding : 3px 20px;
	padding-bottom : 18px;
}
img {
	border:0;
}
table,tr,td{
	border:0px;
}
/*---------------------------------------------------------ページレイアウト*/
#page {
	clear:both;
	width:600px;
	margin:0 auto;
	margin-top: 70px;
	margin-bottom: 30px;
	/*margin-left : 70px;*/
	text-align:left;
	overflow: hidden;
}
#message{
	font-family:Georgia,Times New Roman, serif;
	text-align: center;
}
#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;
}
.line{
	margin: 30px 10px;
	padding: 0;
	width: auto;
	height: 20px;
	background:url('./line.gif') repeat-x center center ;
	border: 0px;
}
.line2{
	margin: 30px 10px;
	padding: 0px;
	width: auto;
	height: 12px;
	background:url('./line2.gif') no-repeat center center ;
	border: 0px;
}
/*---------------------------------------------------------角丸*/
.box {
   background: #cccccc;
   color: #444;
   margin: auto;
   padding: auto;
   width: 550px;
   text-align: center;
}
.box_top div {
   background: url(box_tl.png) no-repeat top left;
}
.box_top {
   background: url(box_tr.png) no-repeat top right;
}
.box_bottom div {
   background: url(box_bl.png) no-repeat bottom left;
}
.box_bottom {
   background: url(box_br.png) no-repeat bottom right;
}
.box_top div, .box_top, 
.box_bottom div, .box_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.box_content { 
	margin: 0 20px;
	text-align: left;	
	line-height:1.8em;
}
.box_content p{ 
	margin: 0px; padding: 0px;
	text-indent: 1em; 
}
.box_content p.page{
	margin-left: 10px;
	word-spacing: 0.5em; 
}
/*---------------------------------------------------------テキスト装飾*/
h1 {
    font-family:"金文体", sans-serif;
	margin: 5px 0px;
	margin-left: 30px;
	padding:0px;
	width: 600px;
	height: 50px;
	font-weight:bold;
	text-align: center;
	/*border-top:1px dotted #28224d;*/
}
h2 {
	font-family: Georgia,Times New Roman,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
	color: #000;
	letter-spacing : 2px;
	line-height: 1.5em; 
	font-size:16px;
	font-weight:bold;
	margin-bottom: 15px;
}
h3 {
	font-family:Georgia,Times New Roman, serif;
	color: #000;
	letter-spacing : 2px;
	line-height: 1.5em; 
	font-size:16px;
	font-weight:bold;
	margin-top: 10px;
}
h4 {
	color: #222;
	letter-spacing : 2px;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	margin-top: 10px;
}
h5 {
	font-family: Georgia,Times New Roman,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif; 
	color: #000;
	letter-spacing : 2px;
	line-height: 1.5em; 
	font-size:16px;
	font-weight:bold;
	margin-bottom: 15px;
	text-align: right;
}
.red{
	color:red;
}
.min{
	font-size:10px;
}
/*---------------------------------------------------------*/


	
	
	
	
