﻿@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd,  h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th,  a {
	margin: 0;
	padding: 0;
	/*text-decoration: none;*/
}
/*strong, th {
	font-weight: normal;
}*/
/*table {	
	border-collapse: collapse;
	border-spacing: 0;
}*/
address, em {
	font-style: normal;
}
th {
	text-align: left;
}
/*hr, legend {
	display: none;
}*/
/*h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}*/
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 12px; /* IE */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-align: center;
	background-image: url(images/header_line.gif);
	background-repeat: repeat-x;
}
html>/**/body {
	font-size: 80%;
} /* Except IE */
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}
/* contents
------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
/*中央配置設定ここから*/
html, body {height: 100%;}  /*高さ100%に指定*/
#company ,#shop,#chumon{
	position: relative;
	min-width: 1000px;  /*中央配置するボックスの横幅*/
	min-height: 600px;  /*中央配置するボックス縦幅*/
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -90;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#company #wrap ,#shop #wrap ,#chumon #wrap{
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 1000px;  /*横幅*/
	height: 600px;  /*縦幅*/
	margin-top: -300px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -500px;
}
#headerArea {
	text-align: right;
}

/*中央配置設定ここまで*/
#headerArea li {
	float: left;
	font-size: 11px;
}
#headerTitle {
	background-image: url(images/cmn_headerBG.png);
	background-repeat: repeat-x;
	text-align: left;
	clear: both;
}
#headerArea ul {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
#headerArea a {
	color: #000;
}

#company table td {
	text-align: center;
	font-size: 11px;
}
#company #leftArea {
	width: 480px;
	margin-top: 50px;
	margin-left: 25px;
	float: left;
}
#company #rekishiTitle {
	border: 1px solid #000;
	text-align: left;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
}
#company #rekishiText {
	text-align: left;
	padding: 10px;
	font-size: 11px;
}
#company #rightArea {
	float: left;
	width: 460px;
	margin-top: 50px;
	margin-left: 25px;
}
#company #companyProfile {
	width: 420px;
	margin-left: 20px;
}
#company #companyProfile td{
	text-align: left;
	font-size: 11px;
	
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#company .boader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#footerArea {
	clear: both;
	position: relative;
	background-color: #CCD6DF;
	top: -96px;
}
#chumon #footerArea {
	clear: both;
	position: relative;
	background-color: #CCD6DF;
	top: -40px;
}
#footerbottle {
	float: right;
	margin-right: 20px;
}

#footerBox {
	width: 457px;
	border: 1px solid #333;
/*	height: 53px;
*/	float: right;
	clear: both;
}
#footerABS {
	position: absolute;
	top: 21px;
	left: 535px;
}

#footerBoxLeft {
	float: left;
	clear: both;
	height: 45px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	font-size: 16px;
	margin-top: 3px;
}
#footerBoxLeft img {
	position: relative;
	bottom: -3px;
	margin-right: 5px;
}

#footerBoxRight {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	text-align: right;
}
#footerBoxRight img {
	position: relative;
	bottom: -4px;
	margin-right: 10px;
}

/*アクセス*/
#company #accessArea{
	width: 480px;
	margin-top: 50px;
	margin-left: 25px;
	float: left;
	text-align:left;
	
}#infoVisual {
	margin-top: 15px;
}
#infoLeftArea {
	width: 480px;
	float: left;
	text-align: left;
	margin-top: 15px;
}
#blogTitleDiv {
	border: 1px solid #000;
	padding-left: 10px;
}
#blogTextDiv {
	padding: 10px;
}

#infoRightArea {
	width: 480px;
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#infoRightArea td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: left !important;
}
.infoSeparatorTD {
	border-bottom-style: none !important;
}

.infoRightYMD {
	width: 100px;
}
#infoRightArea table {
	width: 100%;
	text-align: left;
	margin-bottom: 100px;
}
/*商品紹介*/
#shop .leftArea {
	width: 475px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
#shop .rightArea {
	float: left;
	width: 475px;
	margin-top: 10px;
	margin-left: 25px;
}
#shopmessage {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.shopTitle {
	border: 1px solid #000;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}
.shopItemsTable {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
}
.shopTableHR {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
}
.shopItemNameTD {
	background-color: #E6E6E6;
	height: 20px;
}
.shopItemNameTD h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.shopItemTextTD {
	text-align: left;
	vertical-align: bottom;
}
.shopItemIMGTD {
	padding-right: 10px;
}
.shopPrice {
	font-size: 15px;
}
.shopPriceRed {
	font-size: 22px;
	color: #F00;
	font-weight: bold;
}
.shopPrice img {
	position: relative;
	top: 2px;
}
.shopTadashi2 {
	font-size: 10px;
}
.shopTadashi1 {
	font-size: 12px;
}
.shopWindowHead {
	background-image: url(images/shop_window_head.png);
	height: 3px;
	width: 475px;
	font-size: 1px;
	background-repeat: no-repeat;
}
.shopWindowMid {
	background-image: url(images/shop_window_mid.png);
	background-repeat: repeat-y;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
.shopWindowFoot {
	font-size: 1px;
	background-image: url(images/shop_window_foot.png);
	background-repeat: no-repeat;
	height: 20px;
}
#shopMoromisuTextDIV p {
	text-align: left;
	float: left;
	width: 300px;
	margin: 70px 0 0 10px;
}
#shopMoromisuTextDIV img {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

#shopMR {
	text-align: right;
	width: 460px;
}
/*注文フォーム*/
#chumon #leftArea {
	width: 475px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	text-align:left;
}
#chumon #rightArea {
	float: left;
	width: 475px;
	margin-top: 10px;
	margin-left: 25px;
	text-align:left;
}
.chumonTitle {
	border: 1px solid #000;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}.chumonKoumoku {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 20px;
}
.formTable1 {
	font-size: 11px;
}
.formTable1 td{
	height:30px;
}
.chumonText {
	font-size: 11px;
}
.chumonText2 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.chumonUL {
	margin-left: 1.0em;
	font-size: 11px;
	padding:0px 0px 0px 0px;
}
.chumonUL li {
text-indent: -1.0em;
	font-size: 11px;
	margin-bottom:4px;
}
.chumonRightAlign{
	text-align:right;	
	padding-right: 10px;
}

.chumonRightAlign{
	text-align:right;	
	padding-right: 10px;
}
.koumokuTD{
width:200px;	
text-align:right;
vertical-align:top;
background-color:#EEE;
padding:5px;
font-size: 11px;
}
.dataTD{
width:390px;	
text-align:left;
vertical-align:top;
padding:5px;
font-size: 11px;
}
#kakuninArea{
	width:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size: 11px;
}

#aisatsuRightArea {
	width: 480px;
	float: left;
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
}
#aisatsuLeftArea {
	width: 480px;
	float: left;
	margin-top: 15px;

}
#aisatsuLeftArea td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: left !important;
}
#aisatsuLeftArea table {
	width: 100%;
	text-align: left;
	margin-bottom: 100px;
}
