@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;
	}
a {
	text-decoration: underline;
	}

a:link {
	text-decoration: underline;
	color: #0000FF;
	}

a:visited {
	text-decoration:underline;
	color: #0000FF;
	}

a:active {
	color: #0000FF;
	}

a:hover {
	color: #0000CC;
	background-color: #FFC0CB;
	text-decoration:underline;
}	
#big{
	width:720px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	}
	
#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:150%;
	}

#content{
	margin-top: 10px;
	margin-bottom: 10px;
	}
.content{
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#l_menu{
	width:190px;
	margin-left:10px;
	text-align:left;
	float:left;
	}
	

h1{
	color:#707070;
	margin:10px 0px 0px 10px;
	font-size:10px;
	text-align:center;
	}
	
h2{
	margin-top:40px;
	}
h2 a{
	color:#000000;
	text-decoration:none;
	}
h2 a:link {
	color:#000000;
	text-decoration:none;
	}

h2 a:visited {
	color:#000000;
	text-decoration:none;
	}
h3{
	background-image:url(images/h3.gif);
	background-repeat:no-repeat;
	font-size:15px;
	height:40px;
	}
h3 a{
	color:#000000;
	text-decoration:none;
	}
h3 a:link {
	color:#000000;
	text-decoration:none;
	}
h3 a:visited {
	color:#000000;
	text-decoration:none;
	}
h4{
	font-size:14px;
	color:#493A33;	
	height:30px;
	}

.sitemap{
	margin-top:35px;
	margin-right:20px;
	text-align:right;
	}
.sitemap a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.c-both{
	clear:both;
	}
	
/****************************************************************/
/*LEFT*/

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


.menu_box{
	width:188px;
	border:1px solid #000000;
	margin-bottom:15px;
	}

.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;
	}
.ads-entop{
	margin: 0px 5px 5px;
	padding:0px 5px 0px;
	text-align:center;
}
.ads-entop p {
	font-size:12px;
	color:#999 ;
	margin: 0px 5px 0px;
	padding:0px 5px 0px;
	text-align:left;
}

/****************************************************************/
/**▼文字装飾*****/

/*赤文字*/
.rb{ color:#f00;}

/*下線*/
.uline{ text-decoration:underline;}

/*文字色背景を黄色*/
.yb{ background:#ff0;}

/*文字列を左寄せにする*/
.tl{ text-align:left;}

/*文字列を中央に配置*/
.tc{ text-align:center;}

/*文字列を右寄せにする*/
.tr{ text-align:right;}


ul.s1mk {
	margin: 10px 0 20px 20px;
/*	list-style-image: url(img/checkmark.gif) ; */
}
.s1mk li {
	font-size:14px;
	font-weight:bolder;
	color: #006400;
	margin: 5px 5px 5px 50px;
/*	text-indent: 50px; */
	list-style-image: url(img/checkmark.gif) ;
}

.s1mk dl {
	margin: 0px 0 20px 0px;
	font-size:14px;
	font-weight:bold;
	color: #3A3A8B;
	color: #663300;
}
.s1mk dt {
	color: #663300;
	margin: 10px 0 0 20px;
	padding: 0 0 0 0px;
}
.s1mk dd {
	font-weight:normal;
	color: #003939;
	margin: 0 0 0 40px;
	padding: 0 0 0 0px;
}