@charset "Shift-jis";

/*------- [ 初期設定 ]
 ---------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-style:normal;
}

body{
	background:url(../common_test/bg.jpg) top left repeat-x #2D2D2D;
	font-size: 16px;
	line-height:22px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border: 0;
	vertical-align:bottom;
}

ul li {
	list-style: none;
}

h1, h2, h3, h4 {
	font-weight:bold;
}
h1 {
	font-size: 10px;
	line-height: 20px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


h2{
	margin-bottom: 30px;
}

h2.in{
	font-size: 24px;
	background-image: url(../common_test/title_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	color: #FFF;
	height: 56px;
	width: 720px;
}

h3{
	font-size: 24px;
	background-image: url(../common_test/bg_title.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 55px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C30D23;
	margin-bottom: 15px;
}

h4{
	background:url(../common_test/h4_bg.jpg) left center no-repeat;
	padding:10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 110%;
}
h5 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #C30D23;
	margin-bottom: 10px;
}

th, td {
	line-height:1.4;
}

*html body ol{
	padding:0 0 0 24px;
}

ol{
	padding:0 0 0 18px;
}

*:first-child+html ol{
	padding:0 0 0 24px;
}

/*------- [ 初期設定（クラス） ]
 ---------------------------------------------------------------------*/
.none{
	display:none;
}

.clear{
	clear:both;
}

.t-left{
	text-align:left;
}

.t-center{
	text-align:center;
}

.t-right{
	text-align:right;
}

.t-right2{
	text-align:right;
	margin-right:20px;
}

.f-left{
	float:left;
}

.f-right{
	float:right;
}

/*------- [ マージン設定 ]
 ---------------------------------------------------------------------*/
.mt5{
margin:5px 0 0 0;
}

.m5{
	margin:0 0 5px;}

.m10{
	margin:0 0 10px;}

.m14{
	margin:0 0 14px;}

.m20{
	margin:0 0 20px;}

.m30{
	margin:0 0 30px;}
	
.m13{
	margin:0 13px;
}
	
.ml10{
	margin:0 0 0 10px;}
	
.ml12{
	margin:0 0 0 12px;}

.ml14{
	margin:0 0 0 14px;}

.ml20{
	margin:0 0 0 20px;}

.ml30{
	margin:0 0 0 30px;}

.m01_l{
	margin:0 0 0 2px;}
.mt20 {
	margin-top: 20px;
}


/*------- [ パディング設定 ]
 ---------------------------------------------------------------------*/
.p3{
	padding:0 0 3px;
}

.p3-all{
	padding:3px;
}

.p3-tb{
	padding:3px 0;
}

.p5-right{
	padding-right:5px;
}

.p5-left{
	padding-left:5px;
}

.p10{
	padding:0 0 10px;}
	
.p10-left {
	padding-left:10px;
}

.p10-tb{
	padding:10px 0;
}

.p14-left {
	padding-left:13px;
}

.p20-tb{
	padding:20px 0;
}

.p30-t{
	padding:30px 0 0 0;
}

.p16{
	padding:16px 0 0;
	}
/*------- [ リンク設定 ]
 ---------------------------------------------------------------------*/
a:link{
	color:#333333;
	text-decoration:none;
}

a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#FF0000;
	text-decoration:none;
}

.footer_top a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer_top a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer_top a:hover{
	color:#FF0000;
	text-decoration:none;
}

/*------- [ テキスト設定 ]
 ---------------------------------------------------------------------*/
.red{
color:#FF0000;
}

.bold {
	font-weight: bold;
}

.sizeup{
	font-size:110%;
}

.small{
	font-size:82%;
}

/*------- [ライン ]
 ---------------------------------------------------------------------*/
.dot_line{
	background:url(../common_test/dot_line.gif) left bottom repeat-x;
	padding:0 0 12px;
	margin:0 0 12px;
}

.line{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom:15px;
}
/*------- [ 矢印アイコン ]
 ---------------------------------------------------------------------*/
.arrow01{
background:url(../common_test/arrow01.gif) left center no-repeat;
padding-left:30px;
}

.arrow02{
background:url(../common_test/arrow02.gif) left center no-repeat;
padding-left:30px;
}

/*------- [ レイアウト設定 ]
 ---------------------------------------------------------------------*/
#wrapper{
	text-align:center;
	background-image: url(../common_test/bg_head.png);
	background-position: center top;
	min-width:1100px;
}

#contents{
	width:1000px;
	margin:0 auto;
	position:relative;
	text-align:justify;
}
#contentswrap {
	background-image: url(../common_test/bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: center top;
}
.header_bg{
	position: absolute;
	bottom:0;
	right:520px;
}
#global {
	padding-bottom: 30px;
}


/*------- [ メイン設定 ]
 ---------------------------------------------------------------------*/
#main{
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../common_test/bg_side.gif);
}

/*------- [ レフトボックス設定 ]
 ---------------------------------------------------------------------*/
#left-box{
	float:left;
	width:250px;
	background-color: #F0E6DC;
}

/*------- [ レフトボックス境界線 ]
 ---------------------------------------------------------------------*/
.leftbox_boundary{
	background:url(../common_test/leftbox_boundary.gif) top center no-repeat;
	padding-top:20px;
}


/*------- [ ライトボックス設定 ]
 ---------------------------------------------------------------------*/
#right-box{
	float:right;
	width:720px;
	padding-top: 20px;
}

.area1{
	width:720px;
	margin-left:0px;
	font-size: 14px;
	line-height: 24px;
}


/*------- [ ヘッダー設定 ]
 ---------------------------------------------------------------------*/
#header{
	position:relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#headerwrap {
	background-image: url(../common_test/bg_head.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header .left_area{
	float:left;
	width:200px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#header .right_area{
	float:right;
	width:465px;
}

#header .header_txt{
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px 0 0 10px;
	font-size: 10px;
}

#header .asd{
	padding:30px 8px 25px 8px;
	text-align: right;
}

.shopping{
	height: 43px;
	width: 233px;
	float: left;
}

.inquery{
	height: 43px;
	width: 232px;
	float: left;
}

.select{
	font-size: 12px;
	padding: 1px 0　0;
}

.select_btn{
	vertical-align:bottom;
}

/*------- [グローバルナビゲーション設定]
 ---------------------------------------------------------------------*/
#global ul{
	padding-right:1px;
	font-size: 100%;
	background-repeat: repeat-y;
	background-position: left top;
} 

#global ul li{
	background:url(../common_test/dot_line.gif) left bottom repeat-x;
	padding-bottom: 1px;
}

#global ul li a{
	display: block;
	text-decoration: none;
}

#global ul li a#on,
#global ul li a:hover {

}

#global ul li.menu01 a span{
	display:block;
	padding-left: 35px;
	background-image: url(../common_test/list.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#global ul li.menu01 ul li a{
	display:inline;
}

#global ul li.menu02 {
	background-image:none;
}

#global ul li.menu02 a span.top{
	display: block;
	background:url(../common_test/to_top.gif) left center no-repeat;
	padding-left: 65px;
}

#global ul li ul{	
	background: url(../common_test/dot_line.gif) top left repeat-x;
	padding-right:0;
	font-size: 84%;
	background-color: #FFFFFF;
	padding:10px 10px 10px 30px;

}

#global ul li ul a:hover {
	background-image:none;
}

#global ul li ul li{
	background-image:none;
	padding-bottom: 0px;
}

#global ul li ul li a:hover {
	background-image:none;
}

#global ul li ul li{
	background:url(../common_test/arrow04.gif) left 10px no-repeat;
	padding: 5px 0 5px 15px;
}


/*------- [ フッター設定 ]
 ---------------------------------------------------------------------*/
#footer {
	color: #FFF;
	background-image: url(../common_test/bg_foot.gif);
	width: 100%;
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 12px;
	line-height: 24px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footnav {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	height: 90px;
	width: 750px;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#cr {
	font-size: 10px;
	line-height: 33px;
	text-align: center;
	padding: 0px;
}
#foorcard {
	float: left;
	width: 485px;
	padding-bottom: 30px;
}
#footad {
	float: right;
	width: 480px;
	padding-bottom: 30px;
}
#footlogo {
	float: left;
	width: 220px;
}
#foottel {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding-top: 25px;
}




.footerbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer .left_box2{
	width:700px;
	float:right;
	background:url(../common_test/dot_line2.gif) right top no-repeat;
	height:100px;
}

#footer .right_box2{
	width:240px;
	float:right;
	text-align:right;
}

#footer ul.footer_base li.pattern1{
	float:left;
	border-right:solid 1px #000000;
	padding-right: 3px;
}


#footer ul.footer_base li.pattern2{
	float:left;
	border-right:solid 1px #000000;
	padding-right: 3px;
	padding-left: 3px;
}

#footer ul.footer_base li.pattern3{
	float:left;
	padding-left: 3px;
}

#footer ul.footer_base li.footer_top{
	float:left;
	background-color:#000000;
	color:#FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
.pconly {
	display: block;
}

.sponly {
	display: none;
}
.search_btn {
	text-align: right;
	padding-top: 10px;
}
form table tr select {
	width: 415px;
	height: 28px;
}
.footer_base .color {
	background-color: #000;
	width: 280px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.footer_base .color a:hover {
	color: #7D0000;
}
