/*
  * { border: 2px dashed red }
  * * { border: 2px dashed green }
  * * * { border: 2px dashed orange }
  * * * * { border: 2px dashed blue }
  * * * * * { border: 1px dotted red }
  * * * * * * { border: 1px dotted green }
  * * * * * * * { border: 1px dotted orange }
  * * * * * * * * { border: 1px dotted blue }
  * * * * * * * * * { border: 1px solid red }
  * * * * * * * * * * { border: 1px solid green }
  * * * * * * * * * * * { border: 1px solid orange }
  * * * * * * * * * * * * { border: 1px solid blue }
*/
/* 全体の設定*/


BODY{
	font-style:normal;/*文字のスタイル*/
	font-weight:normal;/*文字の太さ*/
	font-size:12px;/*文字の大きさ*/
	color:#333333;/*文字の色*/
	background-color:#f1eee9;/* 背景の画像 */
	line-height:1.2em;
	vertical-align:top;
	width:100%;
	margin-left:10px;
	margin-top:0px;
	
}


#whole {
	clear:both;
	background-color:white;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	height:100%;
	padding-bottom:50px;
	border-left:1px solid #663300;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	width:754px;
	margin-top:40px;
}

#header {
	width:754px;
	height:93px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	border-left:1px solid #663300;
	border-right:1px solid #663300;
	border-top:1px solid #663300;
}

#menu{
	position:absolute;
	display:block;
	margin:0;
	width:756px;
	height:40px;
	background-color: #006000;
}
#menu em{
	float:left;
	list-style:none;
	text-indent:-9999px;
}
#menu a{
	text-decoration:none;
	display:block;
	height:40px;
	background-image:url(img/navigation.gif);
	background-position:left top;
	}
#menu a{
	height:40px;
}
#menu01 a{
	width:46px;
	background-position:0px 0;
}
#menu02 a{
	width:178px;
	background-position:-46px 0;
}
#menu03 a{
	width:177px;
	background-position:-224px 0;
}
#menu04 a{
	width:177px;
	background-position:-401px 0;
}
#menu05 a{
	width:177px;
	background-position:-578px 0;
}
#menu a:hover{
	height:40px;
}
#menu01 a:hover{
	background-position:0 -40px;
}
#menu02 a:hover{
	background-position:-46px -40px;
}
#menu03 a:hover{
	background-position:-224px -40px;
}
#menu04 a:hover{
	background-position:-401px -40px;
}
#menu05 a:hover{
	background-position:-578px -40px;
}


#menuleft {
	margin-top:10px;
	float:left;
	width:194px;
	background-color:white;
}

#login_box {
	width:100%;
	text-align:right;
}

#login_box form {
	font-size:10px;
	margin-right:15px;
	margin-top:20px;
}


#login_box #login_id, #login_box #login_password {
	margin:0px 0px 3px 0px;
}

#login_box #login_id input, #login_box #login_password input {
	font-size:12px;
	margin:0px 0px 0px 5px;
	width:100px;
	border:1px solid #e3e3e3;
	border-style: inset;
	vertical-align:middle;
	padding:2px;
}

#login_box #login_skip input {
/*	border:1px solid #e3e3e3;
	border-style: inset;*/
	vertical-align:middle;
}

#login_box #login_submit {
	margin:6px 0px 3px 0px;
}

#login_box #login_submit input{
	text-indent:-9999px;
	width: 142px;
	height: 28px;
	padding: 0;
	border: 0;
	background-image: url(img/login_button.jpg);
	background-position: top;
}

#login_box #regist_submit input{
	text-indent:-9999px;
	width: 142px;
	height: 28px;
	padding: 0;
	border: 0;
	background-image: url(img/regist_button.jpg);
	background-position: top;
}

#login_box_upper {
	text-indent:-9999px;
	background-image: url(img/login_box_upper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:39px;
}

#login_box hr {
	color:#333333;
	margin:0px 15px 0px 20px;
	height:1px;
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:#333333;
	overflow:hidden;
}

#category_box_upper {
	text-indent:-9999px;
	background-image: url(img/category_box_upper.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:33px;
}


.left_box {
/*	border:1px solid red;*/
	overflow:hidden;
	background-image: url(img/box_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.left_box_lower {
	background-image: url(img/box_lower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:17px;
}

.category_box {
	padding:5px 0px 10px 30px;
/*	margin:5px 0px 10px 30px;*/
}

.category_box a{
	background-image:url(img/arrow01.jpg);
	background-repeat: no-repeat;
	color:#666666;
	padding-left:15px;
}

#centerblock {
	display:block;
	float:left;
	width:556px;
}

#content {
/*	margin:10px 0px 20px 10px;*/
	padding:10px 0px 20px 10px;
}

#whatsnew {
	background-image: url(img/whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
	margin-bottom:30px;
	padding:40px 10px 0px 20px;
}

#news {
	border-bottom: 1px dashed #333333;
	padding:3px 0px 3px 0px;
	margin-right:5px;
}

#news .date {
	float:left;
}
#news .title {
	float:left;
	margin-left:20px;
}

#pickup_list {
	background-image: url(img/pickup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:0px;
	margin-bottom:10px;
	padding:40px 0px 0px 5px;

}

.pickup_content {
	float:left;
}

.pickup_box {
	margin:3px;
	width:260px;
	border:1px solid #666666;
}
.pickup_image {
	margin: 2px;
	border:0px;
}
.pickup_title {
	width:100%;
	font-weight:bold;
	margin:10px 0px 5px 5px;
	padding:0px 0px 0px 5px;
}
.pickup_title a{
	margin-left:0px;
	padding:0px 0px 0px 15px;
	background-image: url(img/pickup_arrow01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	color:#990000;
}

.pickup_desc {
	padding-left:5px;
}
.pickup_price {
	text-align:right;
}

.pickup_table{
	width:525px;
	margin-bottom:20px;
	border-collapse:collapse;
}

.pickup_table td{
	padding:5px;
	border:3px solid #CCCC00;
	line-height:1.4em;
}

#tokutei {
	margin:20px 15px 10px 0px;
}

#tokutei_title, #goriyou_title {
	font-weight:bold;
	padding-bottom:20px;
}

.tokutei_box {
	height:100%;
	border-bottom:1px dashed #333333;
	padding-bottom:10px;
	margin:10px 0px 5px 0px;
	clear:both;
}

.tokutei_left {
	float:left;
	width:170px;
}
.tokutei_right {
	float:left;
	width:355px;
}
.box_end {
	clear:both;
}

#footer{
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	height: 17px;
	width: 754px;
	padding-top: 10px;
	border-bottom: 1px solid #663300;
	border-left: 1px solid #663300;
	border-right: 1px solid #663300;
	clear:both
}

#link{
	float: left;
	margin-left: 10px;
	font-size: 10px;
}
#copy{
	float: right;
	font-size: 10px;
	margin-right: 10px;
}

#footer a:link{color:#666666; text-decoration: none}
#footer a:visited{color:#666666; text-decoration: none}
#footer a:hover{color:#666666; text-decoration: underline}
#footer a:active{color:#666666; text-decoration: none}


.ttl{
	background-image: url(../img/ttl_bg.gif);
	background-repeat: repeat-y;
}
