@charset "Shift_Jis";

*{
	margin :0;
	padding:0;
}

html{
	height:100%;
	scrollbar-track-color:#FFF;
	scrollbar-face-color:#DDD;
	scrollbar-shadow-color:#DDD;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-highlight-color:#DDD;
	scrollbar-3dlight-color:#DDD;
	scrollbar-arrow-color:#222;
}

body{
	font-size:80%;
	color:#444;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	font-style:normal;
	line-height:1.6;
	background:#DDD;
}

table{
	font-size:100%;
}

a:link{color:#D9B81C;}
a:visited{color:#D9B81C;}
a:hover{text-decoration:none;}
a:active{color:#9B7076; text-decoration:none;}

p{
	margin:0 0 1em 0;
}

em{
	color:#9F1835;
	font-style:normal;
}

strong{
	color:#AAA;
	font-weight:bold;
}

img{
	border:0;
}

hr{
	display:none;
}
	.line{
		height:30px;
	}

h1{
	font-size:140%;
	color:#D9B81C;
	font-weight:bold;
	font-family: Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding-left:15px;
}
	h1 a:link{color:#D9B81C; text-decoration:none;}
	h1 a:visited{color:#D9B81C; text-decoration:none;}

h2{
	font-size:80%;
	color:#61837F;
	padding-left:15px;
	font-weight:normal;
}

h3{
	font-size:110%;
	color:#61837F;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	background:url(p_arrow009_007.gif) no-repeat center left;
	margin-bottom:10px;
	padding-left:15px;
}

#side h3{
	margin:10px 0 5px 10px;
}

#index{
	background:#FFF;
	width:725px;
	margin:10px auto 0;
	padding:20px;
	border:3px solid #CCC;
}
	#index p{margin:10px 0 0 20px;}

#header{
	height:140px;
	background:url(life050.jpg) no-repeat right top #FFF;
	border:3px solid #CCC;
}

#out {
	width:770px;
	margin:0 auto 0;
}

#contents{
	width:770px;
	float:left;
	background:#DDD;
	padding-top:10px;
}

#contents ul{
	padding:0 0 1em 30px;
}

#write{
	float:right;
	width:537px;
}

.s_box{
	background:#FFF;
	overflow:auto;
	height:336px;
	margin:8px 0 8px 0;
	padding:5px 15px 5px 15px;
	border:3px solid #CCC;
}

#side{
	background:url(life050.jpg) no-repeat -32% 0% #FFF;
	float:left;
	width:220px;
	height:500px;
	border:3px solid #CCC;
}

#side ul{
	margin:0 0 10px 0;
	padding:5px 0 5px 0;
}

#side ul li{
	list-style:none;
	line-height:1.8;
	padding:0 10px 0 10px;
}

#side p{
	line-height:1.6;
	margin:0 0 20px;
	padding:0 10px 10px 10px;
}

#menu{
	font-size:100%;
}

#menu li a{
	font-weight:normal;
	display:block;
	width:100%;
	text-decoration:none;
	background:url(dot001_9.gif) repeat-x bottom;
}

#menu li a:hover{
	color:#999;
	background:url(dot001.gif) repeat;
	text-decoration:none;
}

dl{margin-left:0; }
dt{text-decoration:underline; }
dd{
	padding:0 0 0 10px;
	margin:0 0 10px 15px;
	border-left:3px double #DDD;
}

p.info{
	background:#FFF;
	height:75px;
	overflow:auto;
	padding:5px;
}

.float{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.clears{
	clear:both;
}

#footer{
	clear:both;
	width:765px;
	text-align:right;
}

#copy{
	font-size:9px;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding:0 5px 0 0 ;
}

#copy a{
	color:#666;
	text-decoration:none;
}

input,select,textarea{ 
	font-size:100%;
	color:#444;
	line-height:110%;
	padding:2px;
	background:#DDD;
	border:1px solid #444;
}
	
b{font-weight:bold; }
i{font-style:oblique; }