/* CSS Document */

body{
	padding:0;
	margin:0;
	text-align:center;
	}
	
teble{
	border-collapse:collapse;
	}
	
#cont{
	width:800px;
	border:1px dotted #00FFCC;
	}
	
#header{
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	width:800px;
	height:149px;
	}
	
#menu{
	width:800px;
	}
#contents{
	width:750px;
	padding:5px 20px 5px 30px;
	text-align:left;
	}

#footer{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	padding:10px;
	width:780px;
	height:20px;
	font-size:80%;
	}	

#border_green{
	border-top:10px solid #00FF00;
	margin:0px;
	}

#border_blue{
	border-top:10px solid #00FFFF;
	margin:0px;
	}	

#border_yellow{
	border-top:10px solid #FFFF00;
	margin:0px;
	}	

#edit{
	width:800px;
	}
/*　見出しタグ　*/
h1{
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
	width:790px;
	height:18px;
	padding:5px 5px;
	margin:0px;
	font-size:80%;
	text-align:right;
	color:#FFFFFF;
	}
	
h2{
	background-image:url(../images/h3.gif);
	background-repeat:no-repeat;
	width:605px;
	height:21px;
	margin:10px;
	padding:25px 20px 0px 65px;	
	font-size:85%;
	color:#336600;
	}	
	
/*　段落タグ　*/
p{
	margin:5px 40px 10px 25px;
	line-height:2;
	font-size:90%;
	}
	
/*　アドレスタグ　*/
address{
	margin-left:400px;
	font-style:normal;
	line-height:1.5;
	font-size:80%
	}
	
/*　説明タグ　*/
dl{
	margin:5px 40px 10px 25px;
	}
dt{
	font-weight:bold;
	font-size:110%;
	padding:5px;
	margin:10px;
	color:#006600;
	background-color:#66FF99;
	display:block;
	}
dd{
	font-size:80%;
	line-height:2;
	}