@charset "Shift_Jis";

*{
	margin :0;
	padding:0;
}

html{
	height:100%;
	margin-bottom:1px;
}

body{
	font-size:80%;
	color:#333;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	font-style:normal;
	line-height:1.5;
	background:url(stripe011.gif) #DEDEDE;
}

table{
	font-size:100%;
}

a:link{color:#A91626;}
a:visited{color:#A91626;}
a:hover{text-decoration:none;}
a:active{color:#A91626; text-decoration:none;}

p{
	margin:0 0 10px 0;
}



img{
	border:0;
	padding-right:1px;
	padding-bottom:2px;
}

h1{
	font-size:350%;
	color:#32131F;
	font-weight:normal;
	font-family: Georgia, Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding-left:15px;
}
	h1 a:link{color:#32131F; text-decoration:none;}
	h1 a:visited{color:#32131F; text-decoration:none;}


h2{
	font-size:110%;
	color:#5F8200;
	font-family:Arial, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	background:url(p_arrow005_001.gif) no-repeat center left;
	margin:25px 0 5px 0;
	padding-left:15px;
}

#header{
	height:200px;
	background:url(flower260.jpg) no-repeat center bottom;
}

#out {
	width:750px;
	margin:0 auto 0;
	background:#FFF;
	border:solid 15px #FFF;
}

#write{
	float:right;
	color:#333;
	background:#FFF;
	width:500px;
	padding-top:10px;
}

#contents{
	width:750px;
	float:left;
	background:#FFF;
	margin-bottom:10px;
}

#contents ul{
	padding:0 0 10px 30px;
}

#side{
	float:left;
	background:#FFF;
	width:220px;
	padding:10px 10px 10px 0;
}

#side img{
	margin:1px;
	padding:0;
}

#side ul{
	background:url(bg.gif) #F0F0F0 no-repeat right bottom;
	margin:0 0 20px;
	padding:10px 0 30px 0;
}

#side ul li{
	list-style:none;
	line-height:1.8;
	padding:0 10px 0 10px;
}

#side p{
	background:url(bg.gif) #F0F0F0 no-repeat right bottom;
	line-height:1.8;
	margin:0 0 20px;
	padding:10px 10px 30px 10px;
}

#menu{
	font-size:100%;
}

#menu li a{
	font-weight:normal;
	display:block;
	width:100%;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

#menu li a:hover{
	color:#333;
	background:#ECECEC;
	border-bottom:1px solid #F4F4F4;
	text-decoration:none;
}

p.info{
	background:#FFF;
	height:75px;
	overflow:auto;
	padding:5px;
	margin:10px 0 30px 0;
}

.float{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}

.clears{
	clear:both;
}

#footer{
	clear:both;
	width:750px;
	background:#F0F0F0;
	text-align:right;
}

#footer li{
	display:inline;
	list-style:none;
	padding:0 5px 0 5px;
}

#copy{
	font-size:9px;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", Osaka, monospace;
	padding:5px 5px 5px 0 ;
}

#copy a{
	color:#666;
	text-decoration:none;
}


	
b{font-weight:bold; }
i{font-style:oblique; }