html {
	scrollbar-base-color:#333333;
	scrollbar-face-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-arrow-color:#333333;
}

body { 
	background-image : url("images/sky-71.jpg");
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-size:12px;
	line-height:20px;
	margin:10px;
	padding:0px;
	color:#333333;
}

a:link,a:visited,a:active{
color:#3366cc;
text-decoration:none;
}
a:hover{
color:#cc6666; position: relative; top:2; left:2
text-decoration:none;
}



#box_name_title {
	margin-left:auto;
	margin-right:auto;
	border-top:1px none #333333;
	border-bottom:1px dotted #333333;
	padding-top:0px;
	background:#ffffff;
	width:600px;
	font-size:smaller; 
}

h1{
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding:0px;
	text-align:left;
	font-size:15px;
	font-weight:bolder;
	line-height:30px;
	border-bottom:1px dashed #333333;
}

h1 strong {
	font-weight;normal;
	}

h2 em {
	font-style:normal;
	color:#ff0000;
	}

h2{
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding:0px;
	text-align:left;
	font-size:11px;
	font-weight:bolder;
	line-height:15px;
	border-bottom:1px dotted #333333;
}

p{
	text-align:left;
	font-size:12px;
	padding-top:1px;
}


td { 

	border:1px dashed #666666;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	padding:2px;

}


#menu{
	font-size:100%;
	font-weight:bold;
	line-height:170%;
	margin:0px 0px 0px 0px;
}

#menu ul{
	list-style-type:none;
	margin:10px 10px 10px 10px;
}

#menu li{
	text-align:center;
	border-bottom:1px solid #333333;
	margin:0px 0px 0px 0px;
}

#menu li a{
	color:#000000;
	width:100%;
	display:block;
	text-decoration:none;
	border-top:1px none #333333;
	border-bottom:1px none #333333;
	border-left:5px none #ffffff;

}

#menu li a:hover{
	background-color:#00ffff;
}

iframe {
	border-width:1px;
	border-style:none;
	border-color:#333333;
}


.rireki{
	width:500px;height:100px;
	margin:0px 0px 20px 10px;
	background-color:#ffffff;
	border:1px solid #333333;
	overflow:auto;padding:2px;
}