@charset "Shift_Jis";

*{
	margin :0;
	padding:0;
}

html{
	font-size:100%;
	color: #333;
	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:#F4F4F4;
	scrollbar-shadow-color:#F4F4F4;
	scrollbar-darkshadow-color:#DDD;
	scrollbar-highlight-color:#EEE;
	scrollbar-3dlight-color:#F4F4F4;
	scrollbar-arrow-color:#4AD3FF;
	height:100%;
	margin-bottom:1px;
}

body{
	font-size:80%;
	font-size:normal;
	background:#FFF;
	margin:0 auto 0 auto;
}

table{
	font-size:100%;
}

a:link{color:#0097C3;}
a:visited{color:#888;}
a:hover{text-decoration:none;}
a:active{color:#333; text-decoration:none;}

p{
	margin:10px 20px 30px 10px;
}

em{
	color:#FF4C72;
	font-style:normal;
}

strong{
	color:#0097C3;
	font-weight:bold;
}

img{
	border:0;
	padding-right:4px;
	padding-bottom:2px;
}

h1{
	font-size:220%;
	color:#FFF;
	font-weight:normal;
	font-family: "Century Gothic", Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding: 70px 30px 0 0;
}
	h1 a:link{color:#FFF; text-decoration:none;}
	h1 a:visited{color:#FFF; text-decoration:none;}

h2{
	font-size:80%;
	color:#FFF;
	font-weight:normal;
	font-family: Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding: 0 30px 0 0;
}

h3{
	font-size:100%;
	color:#AAA;
	font-family: Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	background: url("h3.gif") left center no-repeat;
	height:19px;
	padding:0 0 0 10px;
	margin:10px 0 0 0;
}

#header{
	background: url("css_sora016.jpg") #FFF center top no-repeat;
	height: 220px;
	text-align:right;
}

#out{
	width:705px;
	background#FFF;
	margin:0 auto 0 auto;
}

#side{
	float:left;
	width:240px;
}

#write{
	width:705px;
	background: url("side.jpg") #F3FDFF center top repeat-y;
}

#contents{
	float:left;
	width:450px;
	padding-right:10px;
}

#contents ul{
	padding:0 20px 10px 30px;
}

#menu{
	margin:10px 0 20px 45px;
}

#menu li a{
	font-size:100%;
	color:#555;
	font-weight:normal;
	font-family: "Century Gothic", Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	line-height:1.7;
	display:block;
	width:95%;
	text-decoration:none;
}

#menu li a:hover{
	background:#F0F0F0;
	text-decoration:none;
}

#side p{
	margin:20px 0 0 25px;
}

ul.top{
	background: url("p_shape005_a005.gif") #F4F4F4 right center no-repeat;
	text-align:right;
	list-style-type:none;
	margin:20px 20px 0 0;
}

ul.top a{
	color:#0097C3;
	font-family: Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	text-decoration:none;
	padding-right:10px;
}

p.info{
	background:#F4F4F4;
	height:75px;
	overflow:auto;
	padding:5px;
	margin:10px 20px 30px 10px;
}

.float{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.clear{
	clear:both;
}

#footer{
	clear:left;
	text-align:center;
	background: url("bottom.jpg") #FFF center top no-repeat;
	height: 80px;
	padding-top:20px;
}

#copy{
	font-size:9px;
	font-family:Verdana,"‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
}

#copy a{
	color:#0097C3;
	text-decoration:none;
}

input,select,textarea{ 
	font-size:100%;
	color:#333;
	line-height:110%;
	padding:2px;
	background:#F0F0F0;
	border:solid #DDD 1px;
}
	
b{font-weight:bold; }
i{font-style:oblique; }