@charset "shift_jis";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	}

body {
	border-collapse:collapse;
	text-align:center;
	background-image:url(../img/bg.gif);
	}
	
	/*anchor*/



/*---------レイアウト---------*/
	
#contaier{
	width:700px;
	}

#header{
	width:700px;
	height:203px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
}

#main{
	width:698px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	border-bottom:solid 1px #33CC33;
	border-left:solid 1px #33CC33;
	border-right:solid 1px #33CC33;
	}

#menu {
	width: 150px;
	float: left;
	background-image:url(../img/menu.jpg);
	background-repeat:no-repeat;
	height:274px;

}

#contens{
	float:left;
	width:540px;
	text-align:left;
	margin-top:5px;
	}

#footer{
	width:690px;
	background-color:#669900;
	text-align:center;
	clear: both;
	font-size:80%;
	padding:5px;
	margin:0px;	
	}
/*---------見出し---------*/
h1 {
	background-image:url(../img/h1.gif);
	background-repeat:no-repeat;
	color:#000000;
	height:15px;
	font-size:80%;
	text-align:right;
	margin:0px;
	}
	

h2{
	margin:5px 5px 0px 10px;
	padding:10px;
	border-left:5px solid #66CC00;
	font-size:85%;
	}

		
h3{
	border-left:10px solid #FF6600;
	border-bottom:1px solid #FF6600;
	margin:10px 20px 10px 40px;
	padding:5px 0px 5px 5px;
	font-size:80%;
	text-align:left;
		}
		
h4{
	border-bottom:1px solid #0000FF;
	border-top:1px solid #0000FF;
	margin:10px 20px 10px 40px;
	color:#0000FF;
	padding:5px 0px 5px 5px;
	font-size:80%;
		}
/*------------------メニュー部----------------*/

#menu ul{
	text-align:left;
	padding:0px 5px;
		}



#menu li a{
		display:block;
	margin:5px 5px;
	border:solid 1px #66CC00;
	background-color:#669900;
	padding:5px 0px 5px 10px;
	color:#FFFFFF;
	font-size:90%;
	}

#menu li a:hover{
	color:#FFFFFF;
	display:block;
	background-color:#66CC00;
	}


/*------------------コンテンツ部----------------*/

#contens p{
	margin:0px 10px 20px 10px;
	font-size:85%;
	padding:5px;
	border:1px dashed #66CC00;
	line-height:1.5;
	text-align:left;
	color:#333333;
	}
	
#contens img{
	margin:5px
	}


#contens ul	{
	margin:10px　20px 5px 50px;
	text-align:left;
	padding:0px 5px;
	}
	
#contens li	{
list-style-type:disk; 
margin-bottom: 5px;
 font-size:80%;
 margin:10px;
}

#contens ul.new  li	{
	margin:10px 20px 10px 30px;
	text-align:left;
	padding:0px 5px;
	list-style-type:disk; 
	 font-size:90%;
	}

#contens th{
	padding:5px;
	font-size:80%;
	border-bottom:1px solid #FF6600;
	text-align:center;
	vertical-align:middle;
	}
	
#contens td{
	padding:5px;
	font-size:80%;
	border-bottom:1px solid #FF6600;
	}

#contens ul.section1	{
	margin:10px 5px 30px 30px;
	text-align:left;
	padding:0px 5px;
	}
		
/*------------------イメージ部----------------*/
	
img.top{margin:5px 20px 5px 40px;
	}

img.right{
	float:right;
	margin:10px;
	}
	
img.left{
	float:left;
	margin:10px;
	}


br.cr{
	clear:both;
	}
