@charset "utf-8";

body {
	background-image: url(images/template/bg_01.gif);
	background-color: #99CCCC;
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }  
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; } 


/*link--------------------------------------------------------------*/

a {
	color : #006699;
	text-decoration : none;
}
a:visited {
	color : #29017E;
	text-decoration : none;
}
a:hover {
	color : #CC0000;
	text-decoration : underline;
}
a:active {
	color : #CC0000;
	text-decoration : none;
}


/*wapper--------------------------------------------------------------*/

#wapper_index {
	background-image: url(images/template/bg_02.gif);
	background-repeat: repeat-y;
	width: 980px;
	margin:0 auto;
}

#wapper_index img {
	border: none;
}

/*header--------------------------------------------------------------*/

#header_index {
	margin:0;
	height: 60px;
	width: 980px;
	background:url(images/index/header_bg.gif) no-repeat;
}

#header_index h1 {
	margin:30px 0 0 0 ;
	width:500px;
	font-size:13px;
	text-align:left;
	float:right;
}

#header_left {
	margin:0;
	width:725px;
	float: left;
}

#header_right {
	margin:0;
	padding-top:27px;
	width:255px;
	text-align:left;
	float: right;
}

#footer {
	margin:0;
}

/*op_logo--------------------------------------------------------------*/

#op_logo_field {
	width:825px;
	margin:20px auto;
}

#text_field {

}

/*cate--------------------------------------------------------------*/

.category {
	width:815px;
	margin:30px auto 50px auto;
	line-height:1.4;
	font-size:0.9em;
}

.c_coment {
	width:630px;
	margin:0;
	float:left;
	text-align:left;
}

.c_delivery {
	float:right;
}

.c_delivery p.day1 {
	margin:0 auto;
	width:160px;
	padding:3px;
	border:solid 1px #CCC;
	background-color: #D6C5B6;
}

.c_delivery p.day2 {
	margin:0 auto 5px auto;
	width:160px;
	padding:3px;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	background-color:#FFF;
	letter-spacing: 1px;
}


/*item2--------------------------------------------------------------*/

.item_cate_02 {
	width:825px;
	margin:0 auto;
}

ul.list_02 {
	margin:0;
	padding:0;
	list-style-type: none;
	line-height:1.4;
	font-size:0.9em;
}

ul.list_02 li {
	margin:0;
	padding:20px 0;
	width:205px;
	float: left;
}


ul.list_02 form {
	margin:5px 0 0 0;
}

ul.list_02 img {
	border:none;
}

ul.list_02 input {
	padding:5px 0;
	width:120px;
}

ul.list_02 p.item {
	margin:0;
	height:150px;
}

ul.list_02 p.name {
	margin:5px;
	line-height:130%;
	text-align:13px;
}

ul.list_02 span.price {
	font-weight:bold;
	color:#CC0000;
}

ul.list_02 p.line {
	margin:15px 15px 10px 15px;
	padding-top:15px;
	border-top: dotted 1px #4B3A30;

}

ul.list_02 p.day1 {
	margin:0 auto;
	width:120px;
	padding:3px;
	border:solid 1px #CCC;
	background-color: #D6C5B6;
}

.list_02 p.day2 {
	margin:0 auto 5px auto;
	width:120px;
	padding:3px;
	border-right:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	border-left:solid 1px #CCC;
	letter-spacing: 1px;
}

/*cate--------------------------------------------------------------*/

#cate_field {
	width:920px;
	margin:0 auto;
	border-top:solid 1px #999;
	line-height:1.2;
	font-size:0.8em;
}

#cate_field a {
	color:#7E6436;
	text-decoration : none;
}

#cate_field a:visited {
	color : #7E6436;
	text-decoration : none;
}

#cate_field a:hover {
	color : #CC0000;
	text-decoration : underline;
}

#cate_field a:active {
	color : #CC0000;
	text-decoration : none;
}


#cate_field_left {
	margin:25px 15px 30px 30px;
	width:150px;
	float:left;
	text-align:left;
}

#cate_field_right {
	margin:15px 30px 30px 0;
	width:650px;
	float:right;
	text-align:left;
}

#cate_field_right p {
	margin:10px 0;
	padding:7px;
	background-color:#CFBA9A;
}

#cate_field ul {
	list-style : none ;	
	margin : 0 ;
	padding : 0 ;
}

#cate_field li {
	display : inline ;
	margin-bottom : 20px ;
	padding : 0 7px 0px 7px ;
	border-left : 1px solid #454545 ;
	line-height : 2 ;
}


/*column--------------------------------------------------------------*/

.left {
	float: left;
}

.right {
	float: right;
}

.pb10 {
	padding-bottom:20px;

}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}   
.clear hr {
	display:none;
	margin: 0px;
	padding: 0px;
}