/* 共通レイアウト
**************************************************************/
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	background: url(../img/share/header_bg.jpg) no-repeat left top;
	font-size: 100%;
}
/* header
***********************/
#container #header {
	padding-top: 10px;
	font-size: 84%;
	width: 960px;
	float: left;
}
#header h1 {
	float: left;
	padding-left: 17px;
	padding-bottom: 14px;
	padding-right: 23px;
}
#header #header_info {
	float: left;
	width: 852px;
}

#header_info ul {
	overflow: hidden;
	float: left;
	padding-right: 51px;
}
#header_info .tel {
	padding-top: 7px;
}
#header_info .right {
	padding-right: 20px;
	line-height: 1.4em;
	height: 49px;
}
#header_info ul li {
	float: left;
}
#container #contents {
	float: left;
	width: 960px;
	background: #FFF url(../img/share/h2_bottom_line.jpg) no-repeat 235px 55px;
	margin-top: 10px;
}
/* main */
#contents #main {
	width: 695px;
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}
#main h2 {
	padding-top: 15px;
	font: 225% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left: 15px;
	color: #009def;
	height: 41px;
}
/* パンくず
***********************/
#main .pan {
	font-size: 84%;
	overflow: hidden;
	height: 17px;
	padding-top: 8px;
	padding-bottom: 20px;
}
#main .pan li {
	float: left;
	padding-right: 5px;
	color: #666666;
}
#main .pan li a {
	background: url(../img/share/pan.gif) no-repeat right center;
	padding-right: 11px;
	color: #999999;
	text-decoration:none;
}
#main .pan .li_last a {
	background: url(none);
	color: #999999;
	text-decoration:none;
}
/* ブルー見出し
***********************/
#main h3 {
	background: url(../img/share/h3.jpg) no-repeat left top;
	padding-top: 9px;
	padding-left: 15px;
	height: 24px;
	color: #FFF;
	font-size: 134%;
	font-weight: bold;
	padding-bottom: 10px;
	clear: left;
}
#main h3 .small {
	font-size: 84%;
	font-weight: normal;
}
/* side
**********************/
#contents #side {
	float: left;
	width: 235px;
}

#side h2  {
	background: url(../img/share/h2_side.jpg) no-repeat left top;
	padding-top: 15px;
	text-align: center;
	color: #feffff;
	font: 225% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	height: 66px;
}
#side h3 {
	padding-left: 10px;
	padding-bottom: 3px;
}
#main h4 {
	padding-bottom: 10px;
}

#side ul {
	padding-left: 10px;
	padding-bottom: 28px;
	width: 206px;
}
#side ul .active {
	background: url(../img/share/navi_bg_o.gif) no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	height: 18px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
}
#side ul li a {
	background: url(../img/share/navi_bg.gif) no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	height: 18px;
	color: #666666;
	text-decoration:none;
	display: block;
}
#side ul li a:hover {
	background: url(../img/share/navi_bg_o.gif) no-repeat;
	color: #FFF;
}
#side .banner {
	padding-top: 7px;
	padding-left: 10px;
}

/* footer
**********************/
#footer {
	clear: left;
	width: 920px;
	font-size: 84%;
	line-height: 1.4em;
	overflow: hidden;
	padding: 20px;
}
#footer .pagetop {
	text-align: right;
	background: url(../img/share/footer_line.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
#footer h6 {
	padding-bottom: 20px;
}
#footer ul li {
	padding-bottom: 10px;
}
#footer ul li a {
	color: #888;
	text-decoration:none;
}
#footer ul li a:hover {
	color: #666;
	text-decoration:none;
}
#footer #footer_access {
	float: left;
	width: 345px;
}
#footer #footer_price {
	float: left;
	width: 325px;
}
#footer #footer_price ul {
	overflow: hidden;
}
#footer #footer_price ul li {
	width: 145px;
	float: left;
	padding-bottom: 5px;
}
#footer #footer_news {
	float: left;
	width: 325px;
}
#footer #footer_news ul {
	overflow: hidden;
}
#footer #footer_news ul li {
	width: 280px;
	float: left;
	padding-bottom: 10px;
	font-size: 115%;
	line-height: 1.4;
	border-bottom: 1px dotted #E1E1E1;
	margin-bottom: 10px;
}
#footer #footer_menu {
	float: left;
	width: 250px;
	background: url(../img/share/qr.gif) no-repeat right bottom;
}
#footer #footer_menu ul {
	padding-bottom: 50px;
}
#footer address {
	clear: left;
	text-align: right;
	padding-top: 25px;
	background: url(../img/share/footer_line.jpg) no-repeat center 14px;
}



#footer p .icon {
	background: url(../img/share/icon01.gif) no-repeat left top;
	padding-left: 16px;
	padding-bottom: 2px;
}
address {
	font-family: Verdana, Geneva, sans-serif;
}


/* 共通スタイル
**************************************************************/
.right {
	text-align: right;
}
.red {
	color: #34a1dc;
}
.small {
	font-size: 84%;
}
.bottom10 {
	padding-bottom: 10px;
}
.bottom15 {
	padding-bottom: 15px;
}
.bottom20 {
	padding-bottom: 20px;
}
.bottom30_top10 {
	padding-bottom: 30px;
	padding-top:10px;
}
.left15 {
	padding-left: 15px;
}
.center {
	text-align: center;
}

#main .text {
	line-height: 1.8em;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#main .caution {
	background: url(../img/share/icon_04.gif) no-repeat 15px top;
	padding-left: 31px;
}
/* shop用 */
.leftBoxHeading, #container #contents #main .centerBoxWrapper .centerBoxHeading {
	margin: 0em;
	background-color: #56cdff;
	color: #FFF;
	font: bold 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: auto;
	padding-top: 3px;
	padding-right: 0.2em;
	padding-bottom: 3px;
	padding-left: 0.2em;
}
#container #contents #main .itemTitle {
	background: url(none);
}
#container #contents #main #productMainImage a {
	text-decoration: none;
}

