@charset "utf-8";
body  {
	text-align: center; /* IE 5* ブラウザではコンテナが中央揃。キストは #container セレクタの初期設定である左揃え。 */
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10pt;
	/*	background-image: url(./share/back.jpg);*/
	background-repeat: repeat;
	margin-top: 0px;
	background-color: #dcdcdc;
	background-image: url(../share/back.jpg2.jpg);
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	background-color: #FFF;
}
#side_left {
	width: 140px;
	float: left;
	margin-top: 0px;
	text-align: right;
	padding-top: 280px;
}
#side_right {
	width: 140px;
	float: left;
	text-align: left;
	padding-top: 65px;
}
/* header */
#header {
	width: 800px;
	float: left;
	background-color: #FFF;
}
#header_info {
	float: left;
	height: 22px;
	width: 275px;
	text-align: left;
	font-size: 10pt;
	color: #484848;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 11px;
}
#card_logo {
	float: left;
	height: 26px;
	width: 410px;
	padding-top: 7px;
	text-align: left;
}
#mobile {
	float: right;
	width: 85px;
	text-align: right;
	padding-top: 8px;
	padding-right: 12px;
}
#logo {
	float: left;
	text-align: left;
	width: 176px;
	padding-left: 17px;
	height: 94px;
	padding-bottom: 10px;
}
#kani {
	height: 94px;
	float: left;
	width: 498px;
	padding-bottom: 10px;
}
#tel_fax {
	float: left;
	width: 145px;
	text-align: left;
	padding-left: 42px;
	padding-bottom: 14px;
}
#info_index {
	float: right;
	width: 590px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 15px;
}
#cart{
	float: left;
	width: 162px;
	text-align: right;
	color: #FA0808;
	display: inline;
	margin-top: 7px;
}

#cart a {
	color: #FA0808;
}
#main_index {
	width: 795px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-indent: 20px;
}
#main_index li {
	display: inline;
}
#shopping {
	width: 128px;
	float: left;
	text-align: left;
}
/* header end */
#topic_path {
	height: 21px;
	width: 600px;
	padding-top: 6px;
	padding-left: 30px;
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* footer */
#footer_address {
	width: 640px;
	background-color: #E7E8E9;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 12pt;
	text-align: left;
	padding-left: 160px;
}
#footer_copyright {
	background-color: #C40000;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}
/*-----------------------------------------------------*/
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*-----------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #fa0808;
	text-decoration: underline;
}
img {
    border: none;
}

