/* 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: 650px;
	/*margin-right: auto;
	margin-left: auto;*/
	height: auto;

}

.header {
	height: 100px;
	width: 648px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background: #FF66FF;
}

#main {
	width: 650px;
}

.menu {
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	padding: 5px;
	background-image:url(../img/menuback.gif);
	border: 1px solid #CCCCCC;
	margin-left: 5px;
}

.menutitle{
	background-color:#FF66FF;
	font-size:15px;
	color: #FFFFFF;
}

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

.contents1{
	width: 431px;

	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.contents1photo{
	width: 200px;
	height:180px;
	border: 1px solid #CCCCCC;
	margin:3px;

}

.contents1ko{
	margin:5px;	

}

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