@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_spring.jpg);
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1081px;
}
#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: 100px;
}
/* header */
#header {
	width: 800px;
	float: left;
	background-color: #FFF;
}
#header_info {
	float: left;
	height: 22px;
	width: 380px;
	text-align: left;
	font-size: 10pt;
	color: #484848;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 11px;
}
#card_logo {
	float: left;
	height: 26px;
	width: 300px;
	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;
	padding-left: 10px;
}
#main_index {
	width: 795px;
	text-align: left;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-indent: 20px;
	padding-bottom: 1px;
}
#main_index li {
	display: inline;
}
#shopping {
	width: 128px;
	float: left;
	text-align: left;
}
/* header end */
#topic_path {
	height: 23px;
	width: 600px;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}
#cart_inside {
	float: right;
	width: 120px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
}
#cart_inside a {
	color: #FA0808;
}
/* 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;
}
/*-----------------------------------------------------*/
.bold_black {
	font-weight: bold;
}
.bold_red {
	font-weight: bold;
	color: #D03109;
}
.red {
	color: #D03109;
}
/*-----------------------------------------------------*/
.gyoukan {
	line-height: 25px;
}
.up {
	font-size: 12px;
	background-image: url(../share/arrow_up.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	margin-left: 650px;
	width: 140px;
	text-indent: 14px;
	margin-top: 20px;
	display: inline;
	float: left;
}
