@charset "shift_jis";

/* -------------------- html -------------------- */
html
{
	margin: 0;
	padding: 0;
}

/* BODY*/
body {
	background-color: #ffffff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	margin:0px;
	padding :0px;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	background-image: url(p_imgs/all_bg.gif);
	background-repeat: repeat-x;
	background-position:center top;
}


#number_t {
	margin: 0px;
	width: 740px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336633;
	font-size: 12px;
	line-height: 18px;
	height: 20px;
}

#n_left {
	margin: 0px;
	padding :0px;
	width: 100px;
	float: left;
}
#n_right {
	margin: 0px;
	float: right;
	padding :0px;
	width: 600px;
	text-align: right;
}


/*photo*/
div#photo {
	width: 740px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#photo ul{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#photo li{
	float:left;
	width: 170px;
	height: 140px;
	margin-top: 10px;
/*	margin-left: 13px;*/
/*	margin-right: 12px;*/
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
	background-image: url(p_imgs/photo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 13px;
	padding-right: 0px;
/*	padding-bottom: 28px;*/
	padding-left: 0px;

}

.photo_bg {
	background-image: url(p_imgs/bg08.gif);
	background-repeat: repeat;
}

.link {
	font-size: 14px;
	font-weight: bold;
}
/* -------------------- img -------------------- */
img {
	border: 0px none;
	vertical-align: top;
}

/* -------------------- clear -------------------- */
.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear:both;
}

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

.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}

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

.wireframeauramenu ul li{
display: inline;
}

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

.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(p_imgs/menu.gif) center center no-repeat; /*background of menu item onMouseover*/
}
