@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.shokusan-j.co.jp/
File name:		layout_commonness.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* Basis */
/* ------------------------------------------------------------ */
body {
	background-color: #fff;
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS UI Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.01em;
	line-height: 1.5;
	color: #646464;
	margin: 0;
	padding: 0;
}

div,
p,
img,
ul,
ol,
li,
dl,
dt,
dd {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

br {
	letter-spacing: 0;
}

table {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px #f00 solid;
}

th {
	padding: 0px;
	border: 0px #f00 solid;
}

td {
	padding: 0px;
	border: 0px #f00 solid;
}

/* テキストを表示させない */
/* ------------------------------------------------------------ */
.none { display: none; }

/* インデント１文字分 */
/* ------------------------------------------------------------ */
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* Font size H_type */
/* ------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0px #f00 solid;
}

.sub_text {
	font-size: 83%; /* 標準で10pt相当 */
}

.txt_14p {
	font-size: 117%; /* 標準で14pt相当 */
}

.txt_18p {
	font-size: 149%; /* 標準で18pt相当 */
}

.bold {
	font-weight: bold;
}

.emphasis {
	color: #057ece;
}

.emphasis2 {
	color: #000;
}

.emphasis3 {
	color: #005377;
}

.emphasis4 {
	color: #f00;
}

/* Link */
/* ------------------------------------------------------------ */
a:link, a:visited {
	color: #057ece;
	text-decoration: none;
}

a:hover, a:active {
	color: #057ece;
	text-decoration: underline;
}

area{
	border: none;
	outline: none;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* Float */
/* ------------------------------------------------------------ */
.f_left {
	float: left;
}

.f_right {
	float: right;
}

/* Center */
/* ------------------------------------------------------------ */
.f_center {
	text-align: center;
}

/* Clear */
/* ------------------------------------------------------------ */
.clear {
	clear: both;
}

.float:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

/* Margin */
/* ------------------------------------------------------------ */
.t_mgn2 {
	margin-top: 2px;
}

.t_mgn5 {
	margin-top: 5px;
}

.t_mgn10 {
	margin-top: 10px;
}

.t_mgn15 {
	margin-top: 15px;
}

.t_mgn20 {
	margin-top: 20px;
}

.t_mgn30 {
	margin-top: 30px;
}

.t_mgn50 {
	margin-top: 50px;
}

.r_mgn5 {
	margin-right: 5px;
}

.r_mgn10 {
	margin-right: 10px;
}

.r_mgn20 {
	margin-right: 20px;
}

.r_mgn25 {
	margin-right: 25px;
}

/* Header */
/* ------------------------------------------------------------ */
#header {
	width: 950px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header h1 {
	text-align: left;
	font-size: 91%; /* 標準で11pt相当 */
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header_layout {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	display: block;
	position: relative;
	border: 0px #0f0 solid;
}

#header_layout h2 {
	width: 235px;
	height: 67px;
	display: block;
	position: absolute;
	z-index: 0;
	left: 0px;
	bottom: 20px;
	border: 0px #f00 solid;
}

#header_layout .header_img1 {
	width: 343px;
	height: 30px;
	display: block;
	position: absolute;
	z-index: 2;
	left: 270px;
	bottom: 45px;
	border: 0px #f00 solid;
}

#header_layout .header_img2 {
	width: 170px;
	height: 36px;
	display: block;
	position: absolute;
	z-index: 3;
	left: 630px;
	bottom: 43px;
	border: 0px #f00 solid;
}

#header_layout .header_button1 a {
	background: url(../images/header_button1.gif) left top no-repeat;
	width: 121px;
	height: 35px;
	display: block;
	position: absolute;
	z-index: 4;
	right: 0px;
	bottom: 44px;
	border: 0px #f00 solid;
}

#header_layout .header_button1 a:hover {
	background: url(../images/header_button1.gif) left bottom no-repeat;
}

/* Header Menu2 */
/* ------------------------------------------------------------ */
#header_layout .header_button2 {
	width: 436px;
	height: 11px;
	display: block;
	position: absolute;
	z-index: 5;
	left: 300px;
	bottom: 13px;
	border: 0px #f00 solid;
}

#header_layout .header_button2 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#header_layout .header_button2 li a {
	background-image: url(../images/header_button2.gif);
	height: 0 !important;
	height /**/: 11px;
	padding-top: 11px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* ------------------------------------------------------------ */
/* 通常 */
#header_layout .header_button2 .menu1 a { width: 76px; height: 11px; background-position: 0 0; }
#header_layout .header_button2 .menu2 a { width: 103px; height: 11px; background-position: -76px 0; }
#header_layout .header_button2 .menu3 a { width: 179px; height: 11px; background-position: -179px 0; }
#header_layout .header_button2 .menu4 a { width: 78px; height: 11px; background-position: -358px 0; }

/* 現在位置 */
#header_layout .header_button2 .menu1 a.select { background-position:  0 -11px; }
#header_layout .header_button2 .menu2 a.select { background-position: -76px -11px; }
#header_layout .header_button2 .menu3 a.select { background-position: -179px -11px; }
#header_layout .header_button2 .menu4 a.select { background-position: -358px -11px; }

/* オンマウス */
#header_layout .header_button2 .menu1 a:hover { background-position:  0 -11px; }
#header_layout .header_button2 .menu2 a:hover { background-position: -76px -11px; }
#header_layout .header_button2 .menu3 a:hover { background-position: -179px -11px; }
#header_layout .header_button2 .menu4 a:hover { background-position: -358px -11px; }

/* Header Menu3 */
/* ------------------------------------------------------------ */
#header_layout .header_button3 {
	width: 165px;
	height: 28px;
	display: block;
	position: absolute;
	z-index: 6;
	right: 0px;
	bottom: 5px;
	border: 0px #f00 solid;
}

#header .header_button3 dt {
	width: 65px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header .header_button3 .font_m {
	background:url(../images/icon_font_d.gif) no-repeat;
	width: 44px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}
#header .header_button3 .font_l {
	background:url(../images/icon_font_l.gif) no-repeat;
	width: 44px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header .header_button3 .font_m a,
#header .header_button3 .font_l a {
	display:block;
	width: 44px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#header .header_button3 .font_m a:hover {
	background:url(../images/icon_font_d_hover.gif) no-repeat;
}

#header .header_button3 .font_l a:hover {
	background:url(../images/icon_font_l_hover.gif) no-repeat;
}

/* Global menu */
/* ------------------------------------------------------------ */
#global_menu {
	background-color: #057ece;
	height: 35px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#global_menu ul {
	width: 950px;
	height: 35px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#global_menu li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

#global_menu li a {
	background-image: url(../images/header_button4.gif);
	height: 0 !important;
	height /**/: 35px;
	padding-top: 35px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
#global_menu .menu1 a { width: 120px; height: 35px; background-position: 0 0; }
#global_menu .menu2 a { width: 150px; height: 35px; background-position: -120px 0; }
#global_menu .menu3 a { width: 120px; height: 35px; background-position: -270px 0; }
#global_menu .menu4 a { width: 140px; height: 35px; background-position: -390px 0; }
#global_menu .menu5 a { width: 105px; height: 35px; background-position: -530px 0; }
#global_menu .menu6 a { width: 105px; height: 35px; background-position: -635px 0; }
#global_menu .menu7 a { width: 105px; height: 35px; background-position: -740px 0; }
#global_menu .menu8 a { width: 105px; height: 35px; background-position: -845px 0; }

/* 現在位置 */
#global_menu .menu1 a.select { background-position:  0 -35px; }
#global_menu .menu2 a.select { background-position: -120px -35px; }
#global_menu .menu3 a.select { background-position: -270px -35px; }
#global_menu .menu4 a.select { background-position: -390px -35px; }
#global_menu .menu5 a.select { background-position: -530px -35px; }
#global_menu .menu6 a.select { background-position: -635px -35px; }
#global_menu .menu7 a.select { background-position: -740px -35px; }
#global_menu .menu8 a.select { background-position: -845px -35px; }

/* オンマウス */
#global_menu .menu1 a:hover { background-position:  0 -35px; }
#global_menu .menu2 a:hover { background-position: -120px -35px; }
#global_menu .menu3 a:hover { background-position: -270px -35px; }
#global_menu .menu4 a:hover { background-position: -390px -35px; }
#global_menu .menu5 a:hover { background-position: -530px -35px; }
#global_menu .menu6 a:hover { background-position: -635px -35px; }
#global_menu .menu7 a:hover { background-position: -740px -35px; }
#global_menu .menu8 a:hover { background-position: -845px -35px; }

/* Body */
/* ------------------------------------------------------------ */
#body {
	clear: both;
	background: url(../images/body_bg.gif) left top repeat-y;
	width: 950px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_left {
	text-align: left;
	width: 680px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#body_right {
	/*background-color: #faf7f5;*/
	text-align: left;
	width: 240px;
	padding: 30px 0px 10px;
	display: block;
	overflow: hidden;
	/*border-left: 1px #e6e6e6 solid;*/
	/*border-right: 1px #e6e6e6 solid;*/
}

.body_bg2 {
	clear: both;
	width: 950px;
	height: 10px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Bread crumb menu */
/* ------------------------------------------------------------ */
.bread_crumb {
	text-align: left;
	font-size: 83%; /* 標準で10pt相当 */
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.bread_crumb li {
	list-style: none;
	letter-spacing: 0;
	display: inline;
	border: 0px #f0f solid;
}

/* Float layout */
/* ------------------------------------------------------------ */
.float_layout {
	clear: both;
	width: 680px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Box */
/* ------------------------------------------------------------ */
.w210 {
	width: 210px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w220 {
	width: 220px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w240 {
	width: 240px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w270 {
	width: 270px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w290 {
	width: 290px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w310 {
	width: 310px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w320 {
	width: 320px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w340 {
	width: 340px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w360 {
	width: 360px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w365 {
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w440 {
	width: 440px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w460 {
	width: 460px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w470 {
	width: 470px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w500 {
	width: 500px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w530 {
	width: 530px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w560 {
	width: 560px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w590 {
	width: 590px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w750 {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w800 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w870 {
	clear: both;
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.w950 {
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}



/* Pagetop */
/* ------------------------------------------------------------ */
.pagetop {
	text-align: right;
	line-height: 1;
	margin: 30px 0px 0px;
	display: block;
	border: 0px #f00 solid;
}

/* Right menu */
/* ------------------------------------------------------------ */
#right_menu {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #00f solid;
}

#right_menu .frame {
	background: #fff;
	width: 218px;
	padding: 5px;
	display: block;
	overflow: hidden;
	border: 1px #c8c8c8 solid;
}

#right_menu .ul_1,
#right_menu .ul_2,
#right_menu .ul_3,
#right_menu .ul_4 {
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .ul_1 li {
	background: url(../images/arrow1.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
	list-style: none;
	border: 0px #00f solid;
}

#right_menu .ul_2 li {
	background: url(../images/arrow2.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
	list-style: none;
	border: 0px #00f solid;
}

#right_menu .ul_3 li {
	background: url(../images/arrow3.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
	list-style: none;
	border: 0px #00f solid;
}

#right_menu .ul_4 li {
	background: url(../images/arrow1.gif) left center no-repeat;
	padding: 0px 0px 0px 20px;
	list-style: none;
	border: 0px #00f solid;
}

#right_menu .banner1 a {
	background: url(../images/right_menu_button1.gif) left top no-repeat;
	width: 230px;
	height: 103px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner1 a:hover {
	background: url(../images/right_menu_button1.gif) left bottom no-repeat;
}

#right_menu .banner2 a {
	background: url(../images/right_menu_button2.jpg) left top no-repeat;
	width: 230px;
	height: 114px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner2 a:hover {
	background: url(../images/right_menu_button2.jpg) left bottom no-repeat;
}

#right_menu .banner3 a {
	background: url(../images/right_menu_button3.jpg) left top no-repeat;
	width: 230px;
	height: 114px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner3 a:hover {
	background: url(../images/right_menu_button3.jpg) left bottom no-repeat;
}

#right_menu .banner4 a {
	background: url(../images/right_menu_button4.jpg) left top no-repeat;
	width: 230px;
	height: 56px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner4 a:hover {
	background: url(../images/right_menu_button4.jpg) left bottom no-repeat;
}

#right_menu .banner5 a {
	background: url(../images/right_menu_button5.jpg) left top no-repeat;
	width: 230px;
	height: 56px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner5 a:hover {
	background: url(../images/right_menu_button5.jpg) left bottom no-repeat;
}

#right_menu .banner6 a {
	background: url(../images/right_menu_button6.jpg) left top no-repeat;
	width: 230px;
	height: 56px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner6 a:hover {
	background: url(../images/right_menu_button6.jpg) left bottom no-repeat;
}

#right_menu .banner7 a {
	background: url(../images/right_menu_button7.jpg) left top no-repeat;
	width: 230px;
	height: 56px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner7 a:hover {
	background: url(../images/right_menu_button7.jpg) left bottom no-repeat;
}

#right_menu .banner8 a {
	background: url(../images/right_menu_button8.jpg) left top no-repeat;
	width: 230px;
	height: 31px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner8 a:hover {
	background: url(../images/right_menu_button8.jpg) left bottom no-repeat;
}

#right_menu .banner9 a {
	background: url(../images/right_menu_button9.jpg) left top no-repeat;
	width: 230px;
	height: 56px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#right_menu .banner9 a:hover {
	background: url(../images/right_menu_button9.jpg) left bottom no-repeat;
}

/* Body Contents Layout3 */
/* ------------------------------------------------------------ */
.body_contents_layout3 {
	width: 230px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.body_contents_layout3 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

.body_contents_layout3 li a {
	background-image: url(../images/body_contents_layout3.png);
	height: 0 !important;
	height /**/: 28px;
	padding-top: 28px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
.body_contents_layout3 .menu1 a { width: 116px; height: 28px; background-position: 0 0; }
.body_contents_layout3 .menu2 a { width: 114px; height: 28px; background-position: -116px 0; }

/* 現在位置 */
.body_contents_layout3 .menu1 a.select { background-position:  0 -28px; }
.body_contents_layout3 .menu2 a.select { background-position: -116px -28px; }

/* オンマウス */
.body_contents_layout3 .menu1 a:hover { background-position:  0 -28px; }
.body_contents_layout3 .menu2 a:hover { background-position: -116px -28px; }

/* Body Contents Layout4 */
/* ------------------------------------------------------------ */
.body_contents_layout4 {
	width: 230px;
	height: 28px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.body_contents_layout4 li {
	list-style-type: none;
	float: left;
	display: block;
	border: 0px #f00 solid;
}

.body_contents_layout4 li a {
	background-image: url(../images/body_contents_layout4.png);
	height: 0 !important;
	height /**/: 28px;
	padding-top: 28px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------------------------------ */
/* 通常 */
.body_contents_layout4 .menu1 a { width: 116px; height: 28px; background-position: 0 0; }
.body_contents_layout4 .menu2 a { width: 114px; height: 28px; background-position: -116px 0; }

/* 現在位置 */
.body_contents_layout4 .menu1 a.select { background-position:  0 -28px; }
.body_contents_layout4 .menu2 a.select { background-position: -116px -28px; }

/* オンマウス */
.body_contents_layout4 .menu1 a:hover { background-position:  0 -28px; }
.body_contents_layout4 .menu2 a:hover { background-position: -116px -28px; }

/* Footer */
/* ------------------------------------------------------------ */
#footer {
	clear: both;
	background: url(../images/footer_bg.gif) left bottom repeat-x;
	text-align: center;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .catalogue_button a {
	background: url(../images/footer_banner.gif) left top no-repeat;
	width: 750px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .catalogue_button a:hover {
	background: url(../images/footer_banner.gif) left bottom no-repeat;
}

#footer .footer_menu {
	text-align: left;
	font-size: 91%; /* 標準で11pt相当 */
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu p {
	color: #057ece;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer .footer_menu li {
	list-style: none;
	display: inline;
	border: 0px #00f solid;
}

#footer .footer_bg {
	clear: both;
	background-color: #057ece;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#footer address {
	color: #fff;
	font-style: normal;
	font-size: 75%; /* 標準で9pt相当 */
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* Popup Header */
/* ------------------------------------------------------------ */
#popup_header {
	background: url(../images/popup_header_bg.gif) left top repeat-x;
	text-align: left;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

#popup_header h1 {
	width: 670px;
	height: 50px;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}