/* CSS Document */

body {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #333333;
}


div, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6,
 pre, form, fieldset, input, 
 textarea, p, blockquote{
	margin:0px;
	padding:0px;
	list-style-image:none;
	list-style-type:none;
	font-size:100%;
	font-weight:normal;
	position: relative;

}



#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;

}

.header {
	height: 100px;
	width: 800px;

}

#main {
	width: 900px;
}

.menu {
	width: 360px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5px;
	color: #333333;
	padding: 5px;
	background-image:url(../img/menuback.gif);


}

.menutitle{
	background-color:#66FF66;
	font-size:15px;
	width: 490px;
}

.menulist{
	margin:7px;
	margin-top:10px;
}

.contents1{
	width: 533px;
	margin-top:5px;
	color: #333333;
	background-color: #FFFFFF;
}

.contents2{
	width: 300px;
	float: left;
	margin-bottom:5px;
	margin-top:10px;
	color: #333333;
	background-color: #FFFFFF;
}

.contents1photo{
	width: 525px;
	height:265px;
	margin:3px;

}

.contents1ko{
	margin:5px;	

}

.contents2ko{
	margin:5px;	

}

.footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px solid #CCCCCC;
	height: 70px;
	background-color: #66FF66	;
	padding-top:15px;
}
