@charset "euc-jp";


/*スクロールバー設定*/
html {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
}


body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(img/bg.gif);	/*壁色と壁紙設定*/
	font: 75%/1.5 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
*/
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #FE5F04;
}
img {
	border: none;
}
.uline1 {
	background: url(img/uline_1.gif) repeat-x left bottom;
}



/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
/*
a {
	color: #2040EF;
}
  a:link    { text-decoration:underline; color:#2040EF; }
  a:visited { text-decoration:underline; color:#ca0000; }
  a:active  { text-decoration:underline; color:#2111EF; }
  a:hover   { text-decoration:underline; color:#ca0000; }

*/

/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 1040px;
	border: 1px solid #808080;	/*HPを囲む枠の色と幅*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 36px;	/*サイト名部分の文字サイズ*/
	font-weight: bold;	/*太字にする*/
	color: #FFFFFF;		/*文字色*/
	/*background: #BBBBBB url(images/header_bg.gif) no-repeat bottom;*/	/*背景色と画像の指定*/
	background: #BBBBBB url(img/head_bg.gif) no-repeat bottom;	/*背景色と画像の指定*/
	height: 70px;
}
#header h1 {
	font-size: 10px;	/*h1の文字サイズ*/
	padding-left: 10px;
}
#header p {
	padding-left: 20px;
}



/*ページ上部メインメニュー
------------------------------------------------------------------------*/
#mainmenu {
	padding: 0px;
}
#mainmenu ul {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #999999;
	background: #FFFFFF url(img/mainmenu_bg.gif) repeat-x;	/*メニュー背景のグラデーション画像指定箇所*/
}
#mainmenu li {
	float: left;
}
#mainmenu ul li a {
	display: block;
	width: 147.28px;
	text-align: center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #333333;	/*メニューの文字色*/
	text-decoration: none;
}
#mainmenu ul li a:hover {
	background: #f5f5f5;	/*メニューカーソルオーバー時に背景色をこの色にする*/
}
#mainmenu .last {
	border-right-style: none;	/*一番右のメニューの右境界線を消す設定*/
}



/*左コンテンツ
------------------------------------------------------------------------*/
#left {
	/*background: #cccccc;*/	/*背景色*/
	/*background: #efefef;*/	/*背景色*/
	background: #FFFFFF;	/*背景色*/
	width: 250px;
	vertical-align: top;
	padding: 10px 5px;
}



/*右コンテンツ
------------------------------------------------------------------------*/
#right {
	/*background: #cccccc;*/	/*背景色*/
	/*background: #efefef;*/	/*背景色*/
	background: #FFFFFF;	/*背景色*/
	width: 250px;
	vertical-align: top;
	padding: 10px 5px;
}



/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
	width: 500px;
	vertical-align: top;
	/*background: #efefef;*/	/*背景色*/
	background: #FFFFFF;	/*背景色*/
	/*padding: 10px 5px;*/
	padding: 5px 5px;
}
#center p {
	padding: 0.5em 18px 1em;
}
#center h2 {
/*
	border-left: 5px solid #333333;
	font-size: 100%;
	background: url(images/h2_bg.gif) no-repeat left bottom;
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
*/
	background: #696969;
	border: 1px solid #808080;
	/*font-size: 100%;*/
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
	/*background: #999999;*/
	background: #696969;
	border: 1px solid #808080;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
}
#left h2 a,#right h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}

#center_col2 h2 {
	/*background: #999999;*/
	background: #696969;
	border: 1px solid #808080;
	/*font-size: 100%;*/
	font-size: 10pt;
	color: #FFFFFF;
	padding-left:15px;
}
#center_col2 h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#center_col2 h3 a:hover{
	text-decoration: underline;
}
#boxborder td {
	border-top: 1px solid #808080;		/*上のライン設定*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
}
#boxbordernone td {
	border-top: none;		/*上のライン設定*/
	border-right: none;	/*右のライン設定*/
	border-bottom: none;	/*下のライン設定*/
	border-left: none;		/*左のライン設定*/
}
#boxborder_zasekihyou td {
	border-top: 1px solid #808080;		/*上のライン設定*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	font: 75% "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 8pt;	/*文字サイズ*/
	margin: 0px;
	padding: 0px;
}


/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu {
	margin-bottom: 1em;
	text-align: center;	/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
}
#left ul.menu li a {
	color: #666666;	/*メニューの文字色*/
	text-decoration: none;	/*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #999999;	/*メニュー下に1pxの点線を入れる設定*/
	display: block;
	width: 250px;
}
#left ul.menu a:hover {
	color: #666666;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;	/*オーバー時に消していた下線を表示させる設定。不要なら１行丸ごと外す。*/
}


/*中央コンテンツ(中央と右側を両方使用)
------------------------------------------------------------------------*/
#center_col2 {
	width: 750px;
	vertical-align: top;
	/*background: #efefef;*/	/*背景色*/
	background: #FFFFFF;	/*背景色*/
	padding: 10px 5px;
}


/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	/*color: #FFFFFF;*/
	color: #808080;
	background:url("img/foot_bg.gif");
	text-align: center;
	/*border-top: 1px solid #808080;*/
	font-size: 8pt;
}
#footer a {
/*	color: #FFFFFF;*/
	color: #808080;
}

.box {
	border-top: 1px solid #808080;		/*上のライン設定*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
}
.boxwhite {
	background: #ffffff;	/*背景色*/
	border-top: 1px solid #808080;		/*上のライン設定*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
}


/*左右コンテンツ内の商品写真を囲んでいるボックス設定（上のラインなし）
------------------------------------------------------------------------*/
.box1 {
	/*background: #efefef;*/	/*背景色*/
	background: #ffffff;	/*背景色*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	padding: 5px;
	/*font-size: 85%;*/
	font-size: 10pt;
}



/*中央にある四角い商品写真を囲んでいるボックス
------------------------------------------------------------------------*/
.box2 {
	background: #efefef;	/*背景色*/
	padding: 5px;
	border: 1px solid #808080;	/*ボックスのライン設定*/
	/*width: 96%;*/
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
/*.box2 .fl {
	float: left;
	margin-right: 5px;
}
*/
.box3 {
	/*background: #efefef;*/	/*背景色*/

	background:url("img/search_bg.gif");
	border-top: 1px solid #808080;	/*右のライン設定*/
	border-right: 1px solid #808080;	/*右のライン設定*/
	border-bottom: 1px solid #808080;	/*下のライン設定*/
	border-left: 1px solid #808080;		/*左のライン設定*/
	padding: 5px;
	font-size: 85%;	/*文字サイズを全体より少し小さく設定。同じがいいなら丸ごと１行削除*/
}



/*角丸テーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.marutable {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.marutable p {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.marutable .td1 {
	background: url(images/table/1.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td2 {
	background: url(images/table/2.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td3 {
	background: url(images/table/3.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td4 {
	background: url(images/table/4.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .white {
	background: #FFFFFF;
}


/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */

.button_size {
    height: 30px;
    width: 150px;
}

@media print{
 HR.section-separate {page-break-after: always}
}
