@import url("recet.css");

/*大枠のCSS*/
body{
	margin:0;
	padding:0;
	background-image: url(../common/bodyback.gif);
	background-repeat: repeat;
	font-family: Verdana, sans-serif, Arial;
	}

#sansui{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size:0.9em;
	line-height:1.5em;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #008000;
	border-left-color: #008000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #008000;
	background-color: #ffffff;
}

#index_back{
	background-image: url(../common/topback2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top {
	width:800px;
	font-size:0.9em;
	vertical-align: baseline;
}

#top table{
	background-color:#008000;
	}

#header{
	width:800px;	
	background-color:#008000;
	padding-bottom:10px;
		}

#nav{
	float:left;
	width:150px;
}

#contents{
	float:right;
	width:630px;
	padding:5px 5px 15px 5px;
	border-left:solid 1px #008000;
}

#footer{
	clear:both;
	width:800px;
	height:50px;
	background-color:#008000;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	color:#ffffff;
	padding-top:10px;
}

#gototop{
	text-align:right;
	margin-top:10px;
	margin-bottom:15px;
}

/*各種見出しのcss*/

h1{
	font-size:1.3em;
	font-weight:bold;
	color:#008000;
	background-image: url(../common/H1back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:3px;
	margin-bottom:20px;
	line-height:1.4em;
	}
	
h2{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding:2px 0px 2px 5px;
	margin:5px 0px 10px 0px;
	background-color:#008000;
	}

h3{
	font-size:1.3em;
	color:#1E4A1E;
	width:300px;
	border-bottom:2px solid #6099CC;
	padding:2px 0px 2px 3px;
	margin-bottom:10px;
	font-weight: bold;
}

h4{
	font-size:1em;
	color:#008000;
	padding-left:5px;
	margin-bottom:10px;
	font-weight:bold;
}

h5{
	padding:5px;
	font-size:1.3em;
}

p{
	color:#1E4A1E;
	font-size: 0.9em;
	padding-left:5px;
}

a{
	color:#666666;
}

a:hover{
	color:#3399FF;
}
	


