@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,td,th,fieldset {
     margin:0;
	 padding:0;
}

img { border: 0px;}
.clear {clear:both;}
.right { float:right;}
.left { float:left;}


/* margin */
.mt30 { margin-top: 30px !important;}
.mt34 { margin-top: 34px !important;}
.mr18 { margin-right: 18px !important;}
.mr21 { margin-right: 21px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb16 { margin-bottom: 16px !important;}
.mb19 { margin-bottom: 19px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb45 { margin-bottom: 45px !important;}
.ml11 { margin-left: 11px !important;}
.ml25 { margin-left: 25px !important;}

/* padding */
.pt30 { padding-top: 30px  !important;}

body {
	font-size: 12px;
	color: #4b4b4b;
}

td {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'sans-serif';
	font-size: 100%;
	line-height:15px;
}

#mainbox{
	width:980px;
	text-align:left;
	background: transparent url(../images/index_img01.jpg) top left repeat-x;
}
.boxl {
	background: transparent url(../images/index_img01.jpg) top left repeat-x;
}
.boxr {
	background: transparent url(../images/index_img02.jpg) top left repeat-x;
}
.item_boxl {
	background: transparent url(../item/images/item_img01.jpg) top left repeat-x;
}
.item_boxr {
	background: transparent url(../item/images/item_img02.jpg) top left repeat-x;
}





/* header  ------------------------------------*/

#header{
     width: 980px;
	 height: 348px;
}
#header div.index_h01{
     width: 980px;
	 height: 348px;
	 background:url(../images/index_img03.jpg) top left no-repeat;
}

#header div.index_info{
     width: 980px;
	 height: 348px;
	 background: url(../item/images/item_banner01.jpg) top left no-repeat;
}

#header div.index_info2{
     width: 980px;
	 height: 348px;
	 background: url(../item/images/item_banner02.jpg) top left no-repeat;
}

#header div.gnavi{
	width: 745px; 
	height:59px;
	padding-bottom:10px;
}
	#header .gnavi ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	#header .gnavi li{
		float: left;
	}
	
	
	
/* footer ---------------------------------*/

#footer{
     width: 980px;
	 height:44px;
	 padding-top:30px;
	 background: url(../images/index_img18.jpg) top left repeat-x;
}
.fotl{
     background: url(../images/index_img18.jpg) top left repeat-x;
}
.fotl{
     background: url(../images/index_img18.jpg) top left repeat-x;
}
#footer p{
	font-family: Tahoma;
	font-size: 10px;
	width:685px;
    float:left;
	color:#FFFFFF;
	text-align:right;
	text-transform: uppercase;
}
#footer img {
     float:right;
	 margin-right:22px;
}


