@charset "shift_jis";
*{
	padding:0;
	margin: auto;
}

#top{
	width: 750px;
	background-color: #FFFFFF;
}

body {
	font-family:verdana, arial, "ms ui gothic";
	font-size:12px;
	color:#666666;
	background-color: #CCC;
}

a{
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#FBCA4A;
	text-align: left;
}

h1{
	font-family:verdana, arial, "ms ui gothic", osaka, sans-serif;
	font-size:1.8em;
	font-weight:normal;
}

h2{
	font-family:verdana, arial, "ms ui gothic", osaka, sans-serif;
	font-size:1.4em;
	font-weight:normal
}

h3{
	font-family:verdana, arial, "ms ui gothic", osaka, serif;
	font-size:0.8em;
	font-weight:normal;
	color:#FF0000;
	padding-bottom: 13px;
	text-align: left;
}

h4{
	font-family:verdana, arial, "ms ui gothic", osaka, serif;
	font-size:1em;
	font-weight:normal;
	color: #999999;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 2.0em;
}

h5, h6{
	font-family:verdana, arial, "ms ui gothic", osaka, serif;
	font-size:1.0em;
	font-weight:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

p{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	line-height: 1.6em;
}

ul{
	list-style-position:inside;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 47px;
}

ul li{
	list-style-type:square;
	line-height: 1.6em;
}

/*--div.clear--*/
.clear {
	clear:both;
	height: 40px;
	overflow: auto;
}

/*--caution--*/
.ca{
	color:#FF0000;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}




/********************************
　　　　　index
********************************/


#index{
	font-family:verdana, arial, "ms ui gothic";
	font-size:10px;
	color:#666666;
	background-color:#FFFFFF;
	width:500px;
	padding: 10px 30px 30px;
	margin-bottom: 30px;
}

.index{
	padding: 20px 5px 20px;
	border: 1px solid #000066;
	width: 32em;

}

h1.index_title{
	color: #FF9900;
	text-align:center;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}




/********************************
　　　　　header
********************************/


div#header{
	text-align:left;
	height: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 15px;
}
h1#name{
	padding-right: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	padding-top: 20px;
}
h1#name a, h1#name a:hover{
	color:#FF8000;
}

.hl_top{
float:left;
}

.hr_top{
	float:right;
	margin-top: 29px;
	margin-right: 10px;
}



/********************************
　　　　　menu
********************************/


#menu{
	display:block;
	padding:4px 10px 2px;
	border-top: 1px dotted #FFAB00;
	border-bottom: 1px dotted #FFAB00;
	background-color: #FFFFFF;
	width: 730px;
	margin-bottom: 10px;
	height: 28px;
}

h2.m_ti{
	padding:5px 0 5px 5px;
	font-size:1em;
	color:#FFAB00;
	border-left:5px solid #FFAB00;
}

ul.list{
	list-style-type: none;
	clear: both;
	margin-left:20px;
}

li.list{
	list-style-type:none;
	display:inline;
	float: left;
	white-space: nowrap;
	margin-right: 85px;
}

li#on a{
	color: #CC0033;	
}

li#on a:hover{
	color:#FBCA4A;
}




/********************************

main(3) all (top,about treasure)

********************************/


#contents{
	width:735px;
	min-height:500px;
	overflow:auto;

}

.left{
	width:110px;
	float:left;
	height:100px;

}

.center{
	width:500px;
	float:left;
	position: static;
	padding-top: 15px;
}

.right{
	width:90px;
	float:right;
	height:100px;
}

.con_title{
	margin-bottom:20px;
	padding:7px 0px 5px 13px;
	color:#FFAB00;
	font-size:1.1em;
	border-bottom:1px dotted #FFAB00;
	border-left:18px double #FFAB00;
	margin-left: 50px;
	margin-right:50px;
	width: auto;
}

.main_in{
	width:70%;
}

.ce{
	text-align:center;
}




/*-------------------------
           top 
-------------------------*/

p.ri{
	text-align:center;
	margin-bottom:0;
}

.rireki{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #FEDA9E;
}

ul.dousa{
	text-align:center
}

li.dousa{
	list-style-type:none;
}

form{
	color: #90989F;
	margin-left: 0px;
}

select{
	margin:3px 0;
	font-family:verdana, arial, osaka, serif;
	font-size:1.0em;
	border:1px solid #b384b0;
}

textarea{
	font-family:verdana, arial, osaka, serif;
	font-size:1em;
	border:1px dotted #FFAB00;
	color: #90989F;
	margin-left: 0px;
	padding: 2px;
}

.name{
	font-family:verdana, arial, osaka, serif;
	font-size:1em;
	border:1px dotted #FFAB00;
	color: #90989F;
	margin-left: 0px;
	padding: 2px;
}




/*-------------------------
         about
-------------------------*/


dt{
	color: #FFAB00;
	text-decoration: underline;
	padding-bottom: 10px;
}
dd{
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom:1px dotted #808080;
	padding-bottom: 2px;
	padding-left: 5px;
}




/*-------------------------
　　　　treasure
-------------------------*/


dt#tre{
	border-bottom:1px dotted #808080;
	padding-bottom: 3px;
	text-decoration:none;
}
dd#tre{
	margin-left: 5px;
	padding-top: 3px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}




/*-------------------------
　　　　diary
-------------------------*/


#contents_d{
	width:735px;
	overflow:auto;
	min-height: 500px;

}

.center_d{
	width:700px;
	position: static;
	padding-top: 15px;
}




/*-------------------------
　　　　bookmark
-------------------------*/

.bkm{
	float:left;
	margin-right:0.5em;
	margin-bottom:0px;
}

.b1{
	line-height: 1.7em;
}

.b2{
	clear:left;
	line-height:0px;
	height: 1px;
	width: 95%;
	border-top: 1px solid #999999;
}


/********************************
　　　　　footer
********************************/

div#footer{
	text-align:center;
	height: 30px;
	clear: both;
	padding:10px;
}

