@charset "Shift_Jis";

*{
	margin:0;
	padding:0;
}

html{
	font-size:100%;
	color: #555;
	font-style:normal;
	line-height:1.5;
	font-family:Verdana,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	scrollbar-track-color:#FFF;
	scrollbar-face-color:#DDEDF0;
	scrollbar-shadow-color:#DDEDF0;
	scrollbar-darkshadow-color:#DDEDF0;
	scrollbar-highlight-color:#DDEDF0;
	scrollbar-3dlight-color:#DDEDF0;
	scrollbar-arrow-color:#FFF;
}

body{
	font-size:80%;
	background: url("dot005.gif") left top fixed;
	margin :0 0 0 auto;
}

a:link{color:#60941A;}
a:visited{color:#60941A; text-decoration:none;}
a:hover{color :#82C42A;text-decoration:none; }
a:active{color:#82C42A; text-decoration:none; }

p{
	margin: 0 40px 10px 45px;
}

img{
	border:0;
	margin-bottom:5px;
	margin-right:5px;
}

h1{
	font-size:250%;
	color:#A3E3EF;
	font-weight:normal;
	font-family:Century Gothic,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	margin:20px 0 0 20px;
}
	h1 a:link{color:#A3E3EF; text-decoration:none; }
	h1 a:visited{color:#A3E3EF; text-decoration:none;}

h2{
	font-size:170%;
	color:#A3E3EF;
	font-weight:normal;
	font-family:Arial,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	border-top:1px dashed #A4D51C;
	border-bottom:1px dashed #A4D51C;
	margin:20px 0 0 0;
	padding:0 0 0 20px;
}

h3{
	font-size:120%;
	color:#82C42A;
	font-weight:normal;
	font-family:Arial,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	background: url("p_square001.gif") left center no-repeat;
	padding:10px 0 10px 15px;
	margin-left:30px;
}

#header{
	height:360px;
	background: url("nor_sora015.gif") #FFF right top no-repeat;
	border:1px dashed #A4D51C;
	padding-left:10px;
	margin-top:50px;
}

#out{
	width:590px;
	margin:0 auto 0 auto;
	padding:0 ;
}

#menu{
	font-size:100%;
	color:#555;
	text-align:left;
	width:380px;
	margin:10px 0 0 20px;
}

#menu ul{
	margin:0;
	list-style-type:none;
}

#menu ul li{
	list-style-type:none;
	line-height:150%;
	border-bottom:1px dashed #C5C4B9;
	margin-left:20px;
}

#menu li a{
	width:100%;
	color:#555;
	text-decoration:none;
	display:block;
}

#menu li a:hover{
	background-color:#EFFAFC;
}

#menu p{
	font-size:10px;
	margin:5px 0 0 20px;
}

.write{
	width:590px;
	text-align:left;
	background: url("nor_awa003.gif") #FFF right top no-repeat;
	border:1px dashed #A4D51C;
	margin-top:200px;
	margin-bottom:100px;
}

ul.top{
	text-align:right;
	margin: 0 20px 20px 25px;
	list-style-type:none;
}

.float{
	float:left;
	margin-right:10px;
}

.clear{
	clear:both;
}

p.info{
	height:30px;
	background:#EFFAFC;
	overflow:auto;
	padding:2px;
}

#footer{
	text-align:right;
	padding:40px 0 0 auto;
	margin-bottom:350px;
}

#copy,#copy a{
	font-size:10px;
	color:#64BBCC;
	text-align:right;
}

b{font-weight:bold; }
i{font-style:oblique; }