@charset "UTF-8";
/* CSS 毎日コミュニケーション */

body {
	background-color:#606060;
	color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	
p {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
dl {
	border-bottom: dotted 2px #a0a0a0;
	clear: both;
	margin: 0;
	padding: 5px 0;
	}
	
dt {
	color: #00f200;
	float: left;
	margin: 0;
	padding: 0;
	width: 6em;
	}
	
dd {
	margin: 0;
	padding: 0;
	margin-left: 6em;
	}
	
.dl_bottom {
	border-bottom: 1px solid #a0a0a0;
	}
	

h3 {
	color: #fe9901;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}

table {
	text-align: left;
	}
	
a, a:link {
	color: #00e0e0;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	}

#wrapper {
	background: #FFFFFF url(../img/wrapper_bg.jpg) repeat-y;
	margin: 0 auto;
	width: 806px;
	}
	
#header {
	background: url(../img/head.jpg) no-repeat;
	height: 80px;
	text-align:right;
	}
	
#menubar {
	background:url(../img/menu_bg.jpg) no-repeat;
	font-size: 14px;
	height: 37px;
	margin: 0 3px 5px;
	text-align: left;
	}
	
#main_vis{
	padding: 15px 0 0;
	}
	
.main_vis_pic {
	border: 2px solid #ffffff;
	}
	
#content {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 770px;
	}
	
#content_secondary {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 770px;
	}
	
#left {
	float: left;
	width: 286px;
	}
	
#right {
	float: right;
	width: 468px;
	}
	
#footer {
	background: url(../img/footer.jpg) no-repeat;
	color: #00f200;
	font-size: 10px;
	height: 38px;
	text-align:center;
	}
	
.page_up {
	margin-top: 10px;
	padding: 0;
	text-align: right;
	}
	
.page_up a {
	/*background: url(../img/arrow_up.gif) left no-repeat;*/
	padding: 0 0 0 15px;
	}
	
	
/* ============= HEADER ================ */

#header h1 {
	font-size:12px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 10px 10px 0 0;
	}
	
#header_logo {
	float: left;
	padding: 10px 0 0 10px;
	width: 80px;
	}


/* ============================= */

#menubar a{
	background:url(../img/menu_bg.jpg) no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	height: 27px;
	width: 134px;
	padding: 10px 0 0 25px;
	}
	
* html #menubar a {/* IE 6 */
	height: 27px;
	width: 133px;
	}


#menubar a:hover {
	background: url(../img/menu_bg.jpg) 0 37px;
	text-decoration: none;
	}
	
.menu_b {
	margin-left: 2px;
	width: 134px;
	}
	
.menu_c {
	margin-left: 1px;
	width: 130px;
	}

#menubar2 a{

}
#menubar2 a:hover{
	text-decoration: none;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 0px 0px;
	background: -moz-linear-gradient(
		top,
		#12c0eb 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#12c0eb),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fffcff;
	-moz-box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
	width: 130px;
	height: 30px;
}


button.css3button:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 0px 0px;
	background: -moz-linear-gradient(
		top,
		#eb128d 0%,
		#3b3b3b 50%,
		#242424 50%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#12c0eb),
		color-stop(0.50, #3b3b3b),
		color-stop(0.50, #242424),
		to(#000000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fffcff;
	-moz-box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	box-shadow:
		0px 1px 3px rgba(191,015,191,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.6);
	text-shadow:
		0px -1px 0px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.2);
	width: 130px;
	height: 30px;
}

/* ============================= */

#news {
	border: 1px solid #a0a0a0;
	border-bottom: 8px solid #a0a0a0;
	padding: 4px 10px;
	}
	
.news_title h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin:0;
	padding: 7px 0 0 10px;
	}

.news_title {
	background-image:url(../img/title_news.jpg);
	color: #ffffff;
	height: 30px;
	text-align: left;
	}
	
.news_link {
	padding: 10px 0;
	}
	
#pickup {
	border: 1px solid #a0a0a0;
	border-bottom: 8px solid #a0a0a0;
	padding: 10px 12px;
	}
	
.pickup_title h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin:0;
	padding: 7px 0 0 10px;
	}

.pickup_title {
	background: url(../img/title_pickup.jpg) no-repeat;
	color: #000000;
	height: 30px;
	}
	
#pickup h3 {
	color: #fe9901;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 7px 0 7px;
	}
	
.pickup_box {
	float: left;
	margin-top: 10px;
	padding: 0;
	width: 215px;
	}
	
.pickup_box_r {
	float: right;
	margin-top: 10px;
	padding: 0;
	width: 215px;
	}
	
	
#footer h2 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 0 0;
	}
	
#mailform {
	border: 1px solid #a0a0a0;
	border-bottom: 8px solid #a0a0a0;
	padding: 4px 10px;
	}
	
.mailform_title h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin:0;
	padding: 7px 0 0 10px;
	}

.mailform_title {
	background-image:url(../img/title_mailform.jpg);
	color: #ffffff;
	height: 30px;
	text-align: left;
	}

/* ============== NEWS =============== */

#news_h {
	background: url(../img/news_h_bg.gif) no-repeat;
	font-size:18px;
	font-weight: normal;
	height: 30px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 10px 0 0 15px;
	width: 780;
	text-align:left;
	auto;
	}
	
.news_row {
	border-bottom: 1px dotted #a0a0a0;
	padding: 10px 0;

	}
#wrap { width:780px; text-align:left; margin:0 auto; }  
#inner { 
	margin:0 10px;
	} 
#mainWrap { 
	width:620px; 
	float:right; 
	}  
#sideWrap { 
	color: #00f200;
	width:120px; 
	float:left; 
} 
	
#news_date {
	color: #00f200;
	float: left;
	width: 64;
	}
	
#news_date p {
	padding: 0;
	}
	
#news_text {
	color: #ffffff;
	float: right;
	width: 600;
	}
#news_border {
	border-bottom: 1px dotted #a0a0a0;
	padding: 10px 0;
}

/* ============== PICKUP =============== */
#products_h {
	background: url(../img/products_h_bg.gif) no-repeat;
	font-size:18px;
	font-weight: normal;
	height: 30px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 10px 0 0 15px;
	}
	


#pickup_left {
	float: left;
	width: 145px;
	}
	
#pickup_left ul {
	list-style-type: none;
	margin:0;
	padding: 0 0 5px;
	}
	
#pickup_left li {
	background: url(../img/li_pickup_bullet.gif) no-repeat;
	padding: 0 0 10px 25px;
	}
	
#pickup_right {
	float: right;
	width: 600px;
	}


#pickup_right h2 {
	font-size: 20px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#a0a0a0 0%,
		#000000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a0a0a0),
		to(#000000));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2e302e;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	/*	
	background: #a0a0a0;
	color: #000000;
	*/
	line-height: 1em;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
	
#pickup_right h3 {
	color: #fe9901;
	padding-top: 15px;
	}
	
.pickup_text {
	float: right;
	width: 300px;
	}
	
.pickup_text p {
	padding: 15px 0 0;
	}
	
.pickup_pic {
	width: 270px;
	float: left;
	}
	
	
/* ============== SHOP =============== */
#about_h {
	background: url(../img/about_h_bg.gif) no-repeat;
	font-size:18px;
	font-weight: normal;
	height: 30px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 10px 0 0 15px;
	}
	



.shop_pic {
	float: left;
	width: 295px;
	}
	
.shop_info {
	float: right;
	width: 430px;
	}
	
.shop_info dl {
	border-bottom: 1px solid #FFF;
	}
	
.shop_info dt {
	width: 60px;
	color: #632d00;
	}
	
.shop_info dd {
	width: 360px;
	}
	
.shop_detail {
	background:url(../img/shop_detail_bg.gif) repeat-y;
	margin-top: 15px;
	}
	
.shop_detail h3 {
	color: #632d00;
	font-size: 14px;
	padding: 5px 0 0 5px;
	}
	
.shop_d_left {
	float: left;
	width: 120px;
	}
	
.shop_d_right {
	float: right;
	width: 640px;
	}
	
.shop_detail dl {
	clear: both;
	border-bottom: 1px solid #e3d9d0;
	}

	
.shop_detail dt {
	color: #632d00;
	float: left;
	width: 6em;
	}
	
.shop_detail dd {
	margin-left: 6em;
	}

/* ============== LINK =============== */
#link_h {
	background: url(../img/link_h_bg.gif) no-repeat;
	font-size:18px;
	font-weight: normal;
	height: 30px;
	line-height: 1em;
	margin: 0 0 10px;
	padding: 10px 0 0 15px;
	}
	



/* ============== FAQ =============== */

.faq_row ul {
	border-bottom: 1px dotted #632d00;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	}

.li_q {
	background:url(../img/li_Q.gif) no-repeat;
	color: #00f200;
	margin-bottom: 10px;
	padding: 0 0 0 50px;
	}
	

.li_a {
	background:url(../img/li_A.gif) no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 50px;
	}
	

.faq_row {
	margin: 0 15px 10px;
	padding: 0;
	}
