*{
	padding: 0;
	margin: 0;
}

body {
		background: #949E64 url(../img/main2/background.jpg) repeat-y fixed top left;
	color: #202020;
	font-size: 12px;
	line-height: 16px;
}


div#topmenu {
    overflow: auto;
    height: 320px;
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -275px;
	margin-top: -160px;
	text-align: center;
}


div#contenor {
width: 800px;background: #FFFFFF;display: block;
	margin-left: auto;
	margin-right: auto;
}

div#main {
width: 760px;background: #FFFFFF;display: block;
	margin-left: auto;
	margin-right: auto;
}

div.main2 {
width: 800px;
display: block;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;

}

div.main2 {
width: 800px;
display: block;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;

}
div.main3 {
width: 800px;
display: block;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/main2/back.gif) repeat-y top right;
}

/*ヘッダー*/

.head {
width: 800px;background: #111D27;display: block;color: #FFFFFF;padding-bottom: 10px;margin-left: auto;margin-right: auto;
}

/*メインページ分割・中央*/

.update {
width: 246px;float: left;
margin-right: 10px;
margin-left: 10px;
}

.update ul {
	padding-left: 20px;

}
.update a {
	text-decoration: none;
	color: #0000C0;
}

/*メインページ分割・右*/
.product {
width: 246px;display: block;float: right;
margin-right: 10px;
}

.product a {
	text-decoration: none;
	color: #233A4F;
	padding-left: 10px;

}

.product td {
	padding-bottom: 10px;

}


/*カテゴリー分割*/
.cate { background: #111D27;color: #FFFFFF;font-weight: bold;	font-size: 12px;
	border-bottom: solid #C0C0C0 thin;
	padding: 3px 0px 3px 5px;

}

.cate2 { background: #AA9563;color: #000000;font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: solid #D5D7BF thin;

}


