@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000000;
	margin:0px;
	text-align:center;
	}
	
#big{
	width:720px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin-right:auto;
	margin-left:auto;
	font-size:12px;
	}
	
#head{
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:150px;
	margin-bottom:15px;
	}
	
#main{
	width:480px;
	margin-right:10px;
	text-align:left;
	float:right;
	line-height:140%;
	}
	
#l_menu{
	width:180px;
	margin-left:10px;
	text-align:left;
	float:left;
	}
	

h1{
	margin:3px 0px 3px 15px;
	font-size:10px;
	text-align:left;
	}
	
h2{
	margin-top:25px;
	}
h2 a{
	color:#000000;
	text-decoration:none;
	}

h3{
	background-image:url(images/h3.gif);
	background-repeat:no-repeat;
	font-size:12px;
	height:40px;
	}
h3 a{
	color:#000000;
	text-decoration:none;
	}
	
.sitemap{
	margin-top:55px;
	margin-right:20px;
	text-align:right;
	}
.sitemap a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.c-both{
	clear:both;
	}
	
/****************************************************************/
/*LEFT*/

.module-header{
	height:20px;
	width:180px;
	background-color:#000000;
	color:#FFFFFF;
	}
.module-header p{
	margin:5px 0px 5px 5px;
	}


.menu_box{
	width:178px;
	border:1px solid #000000;
	margin-bottom:15px;
                padding-top: 10px;
                padding-bottom: 10px;
	}
.menu_box ul { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

.menu{
	list-style-type:circle;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	list-style-position:inside;
	line-height:150%;
	}
	
#navi{
	text-align:center;
	}
	
#track{
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	background-position:right;
	padding:5px;
	width:450px;
	border:1px solid #18A8CB;
	}

/*トラックバック・コメント*/

#comment_box{
	background-color:#FFFFFF;
	background-color:#FFFFFF;
	background-position:right;
	padding:5px;
	width:450px;
	border:1px solid #18A8CB;
	}


/****************************************************************/
/*FOOT*/

#foot{
	background-image:url(images/foot.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:60px;
	}
	
#copy{
	padding-top:30px;
	font-size:10px;
	}	
	
#banner-header{
	text-align:center;
	}
	

#pagebody{
	text-align:center !important;
	width:720px;
	margin-right:auto;
	margin-left:auto;
	}
	
