body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../img2/bg3.jpg);
	background-repeat: no-repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	background-position: center top;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#header {
	height: 265px;
	margin: 0;
	padding: 0;
}
#back {
	text-align: left;
	padding: 3px 5px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#navi {
	height: 20px;
	padding: 5px;
	background-color: #FFFFFF;
}

#mainContent {
	padding: 5px 5px;
}

#footer {
	padding: 0 5px;
	font-size:14px;
	color:#000;
}

/* -------------------- category -------------------- */

.wireframeauramenu{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	padding: 0;
	height:83px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.wireframeauramenu ul{
	padding: 5px 5px 5px 60px;
	margin: 0px 0 0px 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
	display: inline;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #990; /*right border between menu items*/
}

.wireframeauramenu ul li a{
	color: #633;
}

.wireframeauramenu ul li a:hover{
	color: #C00; /*background of menu item onMouseover*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

/* -------------------- category2 -------------------- */

.wireframeauramenu2{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	padding: 0;
	height:25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.wireframeauramenu2 ul{
	padding: 5px 5px 5px 60px;
	margin: 0px 0px 0px 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu2 ul li{
	display: inline;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #990; /*right border between menu items*/
}

.wireframeauramenu2 ul li a{
	color: #633;
}

.wireframeauramenu2 ul li a:hover{
	color: #C00; /*background of menu item onMouseover*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

/*category name*/
#choiceCategory {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
	font-size:18px;
	text-align: center;
	color: #000;
	padding:0;
}

#text {
	margin-top: 2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	color: #752e2e;
	padding:0;
	background-image: url(../img2/bg2.png);
	width: 950px;
}
