@charset "utf-8";

/*==========================================
File name: base.css
Editors: itprobe_zezaidoji
Last Editor: itprobe_zezaidoji
Date: 2010.02.02
========================================== */


/* ▼ 01.BASE FONT ▼ */


body {
	color: #000;
	font-family: Meiryo, "メイリオ","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

/* ▼ 02.LINK SETTING ▼ */

a{
	outline: none;
}

a,a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

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

/* ▼ 03: BASE LAYOUT ▼ */

html{
	text-align: center;
	width: 100%;
}



body {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	background:url(../images/common/bg.jpg) repeat-x top left;
}


#container {
	width: 960px;
	margin: 0 auto 0px auto;
}


#contents{
	clear: both;
	padding: 0 0 0 0;
	overflow: visible;
}


#contents a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ▼ 04: HEADER ▼ */

#header {
	width: 960px;
	height: 111px;
	position: relative;
}

#header h1{
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 75%;
	width: 960px;
	color:#FFF;
	top:2px;
}


/* ▼ 05: MAIN IMAGE ▼ */

#keyvisual{
	margin:15px 0 10px 0;
}
#keyvisual_top{
	margin: 5px 0 10px 0;
	background:url(../images/top/main.jpg) no-repeat top left;
	width:960px;
	height:320px;
}


/* ▼ 06: GLOBAL NAVIGATION ▼ */

#gnav{
	margin: 10px 0 15px 0;	
}

#gnav ul{
	width: 960px;
	height: 65px;
}

#gnav li{
	list-style-type: none;
	display: inline;
	float:left;

}
/* ▼ 07: MAIN CONTENTS ▼ */

#main{
	width: 735px;
	float: right;
	padding: 0 0 0px 0;
}

.main_submenu{ text-align:right;}

.main_bn_l{
	float:left;}

.main_bn_r{
	float:right;}

h3,
.h3_type{
	margin: 0 0 10px 0;
	font-size:14px;
	color:#333300;
	font-weight:bold;
	padding:10px 0 0 20px;
	background:url(../images/common/title_bg01.jpg) no-repeat top left;
	width: 715px;
	height: 30px;
}

.zero{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 1em;
	width: auto;
	height: auto;
}

td .zero{
	display: inline;
}


/* ▼ 08: SIDEBAR ▼ */

#side{
	width: 210px;
	float: left;
}

.s_bn{ margin:0 0 10px 0;}

.s_bn img{ margin:0 0 10px 0;}

.s_bn li{
	margin:0 0 10px 0;}


.s_waku{
	width:208px;
	border:#052492 1px solid;
	margin:0 0 10px 0;
	}

.s_waku_in{
	width:200px;
	margin:0px auto;
	}
	
.s_waku02{
	width:208px;
	border:#FFC488 1px solid;
	margin:0 0 10px 0;
	background-color:#FFF2E1;
	}

.s_waku_in{
	width:200px;
	margin:0px auto;
	}
	
	
	
.s_li_type01 ul{
	margin:10px 0 0 0;}

.li_type01{
	background:url(../images/common/li.jpg) no-repeat top left;
	padding-left:15px;
	line-height:1.5;
	margin:0 0 5px 0;}

.li_type02{
	background:url(../images/common/li02.jpg) no-repeat top left;
	line-height:1.5;
	padding-left: 10px;
	margin:0 0 5px 27px;
	}



/* ▼ 09: FOOTER ▼ */

#foot{
	width:100%;
	height: 550px;
	margin:5px auto;
	background-color:#052492;
	color:#FFF;
	clear:both;
	overflow:hidden;}

#footer_in {
	width:960px;
	margin:0px auto;
	position:relative;
}

.f_menu_l{
	width:310px;
	float:left;
	margin:15px 15px 0 0;
	}
.f_menu_c{
	width:310px;
	float:left;
	margin:15px 0 0 0;
	}
.f_menu_r{
	width:310px;
	float:right;
	margin:15px 0 0 0;
	}


.f_copy{
	position:absolute;
	top:520px;
	width:960px;
	font-size:10px;
	text-align:center;
	clear:both;
	overflow:hidden;}

#foot a{	color:#FFF; text-decoration:none;}
#foot a:hover{	color:#999;}

/*▼ 10: CLEAR FIX ▼ */


.clear{
	clear: both;
}


/* modern browsers */

.clearfix:after,
div#container:after,
div#header:after,
div#footer:after,
div#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE7 */

.clearfix,
div#container,
div#header,
div#footer,
div#contents{
	display: inline-block;
}

/* legacy IE */

* html .clearfix,
* html div#container,
* html div#footer,
* html div#contents{
	height: 1%;
}

.clearfix,
div#container,
div#header,
div#footer,
div#contents{
	display: block;
}


/* ▼ 10: COMMON STYLE ▼ */

p{ 
	margin:0px 0 15px 0;}



.red{ color:#C00;}
.center01 {
	text-align: center;
	margin-bottom: 20px;

}
.center02 {
	text-align: center;
	background: #f2eeee;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.black{ color:#000;}
.blue{ color:#36F;}
.green{ color:#093;}
.orenge{ color:#F90;}


.size10{ font-size:10px;}
.size11{ font-size:11px;}
.size14{ font-size:14px;}
.size16{ font-size:16px;}
.size16red {
	font-size:16px;
	color: #F00;
}
.size18{ font-size:18px;}
.size20{ font-size:20px;}


.lightblue14b{
	font-size:14px;
	color:#0099CC;
	font-weight:bold;}

.purple14b{
	font-size:14px;
	color:#4300CA;
	font-weight:bold;
}
.green14b{
	font-size:14px;
	color:#003333;
	font-weight:bold;
}

.black14b{
	font-size:14px;
	color:#000;
	font-weight:bold;}

.section{
	clear: both;
	margin: 0 0 15px 0;
	overflow:hidden;
}

.pagetop{
	text-align:right;
	margin:10px 0;
	clear:both;
}

.pageend{
	font-size: 2.0em;
}

.imgl{ float:left; margin:0 10px 10px 0;}
.imgr{ float:right; margin:0 0 10px 10px;}

.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}

.mb0{ margin-bottom:0!important;}
.mb5{ margin-bottom:5px!important;}
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb30{ margin-bottom:30px!important;}

.pall15{ padding:15px;}

.ml20{ margin-left:20px;}

.pl12{ padding-left:12px;}
.pl20{ padding-left:20px;}
.pl24{ padding-left:24px;}
.pl36{ padding-left:36px;}
.pl45{ padding-left:45px;}
.pl48{ padding-left:48px;}

.textl{text-align: left!important;}
.textr{ text-align:right!important; margin:5px 0 10px 0;}
.textc{ text-align:center!important; margin:5px 0 10px 0;}

.no_cursor,
.no_cursor a,
.no_cursor a:hover{ cursor:default;}

/* --- ぱんくずナビ --- */

#breadcrumbs{
	text-align: left;
	margin: 0 0 10px 0;
}


/* --- このページのトップへ戻る --- */

.to_pagetop{
	position: relative;
}


.to_pagetop li{
	position: absolute;
	right: 0;
	padding: 0 0 0 20px;
	background: url(../images/common/to_pagetop.gif) no-repeat 0 50%;
}

/* テーブル */


.table_type01{
	margin: 0px 0 15px 0;
	}

.table_type01 th,
.table_type01 td{
	border: solid 1px #CCC;
	padding: 5px;
	text-decoration:none;
border-collapse: collapse;}

.table_type01 th{
	background-color: #E8E8E8;
	text-align:center;
	color:#333333;
	font-weight:bold;
}

.bg_red{ background-color:#C00;
	color:#FFF;
	font-weight:bold;}
	
.bg_blue{
	background-color:#88BBD7;
	color:#FFF;
	font-weight:bold;
}
.bg_green{
	background-color:#EBF1E0;
}
.bg_ore{
	background-color:#FFF2E1;
}


.bg_l_green{background-color:#E0F1E1;}
.bg_l_ore{
	background-color:#F9F1D9;
}
.bg_l_ore02{
	background-color:#EEC47B;
}
.bg_l_blue{
	background-color:#D8F1F0;
}

.table_bg_gray{
	background-color: #E8E8E8;
	color:#333333;
	font-weight:bold;
}


/* ▼▼▼ メインコンテンツのレイアウトに関する設定　ここから ▼▼▼ */

.box_type01,
.box_type02,
.box_type03{
	width:735px ;
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	}


.box_type01_l{
	width:200px ;
	float:left;}

.box_type01_r{
	width:520px ;
	float:right;}


.box_type02_l{
	width:350px ;
	float:left;}

.box_type02_r{
	width:370px ;
	float:right;}


.box_type03_l{
	width:520px ;
	float:left;}

.box_type03_r{
	width:200px ;
	float:right;}


/*材質から探す*/
.zai_netu{
	width:735px;
	height:100px;
	position:relative;}


.zai_netu_menu{
	position: absolute;
	top:5px;
	left:160px;
	margin:0;
	}

.zai_netu_menu ul{
	float:left;
	margin-right:100px;
	}


.zai_en,
.zai_spen{
	width:360px;
	height:125px;
	position:relative;}

.zai_en_menu,
.zai_spen_menu{
	position: absolute;
	top:28px;
	left:15px;
	margin:0;
	}



.zai_en_menu ul{
	float:left;
	margin-right:70px;
	}


.zai_spen_menu ul{
	float:left;
	margin-right:20px;
	}



/*用途から探す*/

.you_kata,
.you_model{
	width:360px;
	height:160px;
	position:relative;
	}


.you_kata p,
.you_model p{
	position: absolute;
	top:25px;
	left:87px;
	margin:0;
	font-size:11px;}

.f_bn{
	width: 350px;
	position: absolute;
	top: 200px;
	right: 0;}

.f_bn li + li{
	margin-top:15px;}


@media print{
	
#footer{
	display: none;
}

}
