@charset "utf-8";

/*---------------------
		基本設定
---------------------*/

* {
	font-family: Arial,Helvetica,sans-serif;
	}

html{
	margin: 0;
	padding: 0;
	}

body{
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 2px;
	}

div,ol,ul,dl,dd,p,form,input,textarea,table,tr,td {
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
strong,address{
	font-weight: normal;
	font-style: normal;
	}

em{
	font-weight: bold;
	font-style: normal;
	}

ul{
	list-style: none;
	}

ol{
	list-style-position: inside;
	}

table{
	border: 0;
	}

a{
	text-decoration: none;
	color: #093;
	outline: none;
	}

a:hover{
	color: #ffa500;
	text-decoration: underline;
	}

img{
	border: 0;
	vertical-align: bottom;
	}

.clear{clear: both;}
.clear2{clear: both; text-indent:-9999px; font-size: 1px;}
.clear3{clear: both; font-size: 14px; padding: 0 20px 20px 0; text-align: right;}

.circle{
	list-style-type: circle;
	}

.center{
	text-align: center;
	}

.bold{font-weight: bold;}
.bold2{font-weight: bold; font-size: 24px;}

.bold14{
	font-weight: bold;
	font-size: 14px;
	}

.left{
	text-align: left;
	}

.right{
	text-align: right;
	}

.red{color: #ff0000;}
.green{color: #009933;}

.back{
	clear: both;
	text-align: right;
	padding-right: 20px;
	}

.b_p20{padding-bottom: 20px;}
.l_p20{padding-left: 20px;}
.l_p15{padding-left: 15px;}

.bg_gray{background-color: #f5f5f5;}

/*---------------------
		共通部分
---------------------*/

/*ヘッダー*/
#head_top{
	background-color: #009933;
}

#head_top h1{
	width: 950px;
	margin: 0 auto;
	color: #fff;
	line-height: 21px;
}

#head_top h1 a{color: #fff; text-decoration: underline;}
#head_top h1 a:hover{text-decoration: none;}

#header{
	padding-top: 20px;
	background: url("../img/header_bg.jpg") left bottom repeat-x;
	}



#header h1 a{
	color: #222;
	text-decoration: none;
	}

#header h1 a:hover{
	color: #222;
	text-decoration: none;
	}

#header_inner{
	width: 950px;
	margin: 0 auto;
	background: url("../img/tell.jpg") right top no-repeat;
	}

#header img{
	float: left;
	}

#sm{
	float: right;
	padding-top: 15px;
	}

#gm{
	clear: both;
	padding: 10px 0 0 0;
	}

#gm li.first{
	border-left: 2px solid #093;
	display: inline;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	padding: 8px 0 8px 20px;
	}

#gm li a{
	color: #666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

#gm li a:hover{
	color: #666;
	}

#gm li ul{
	margin: 0 0 0 90px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	}

*:first-child+html #gm li ul{
	margin: 0 0 0 -90px;
	top: 120px;
	}


* html #gm li ul{
	margin: 0 0 0 -90px;
	top: 120px;
	}
		
#gm li ul li{
	display: block;
	width: 170px;
	}

#gm li ul li a{
	display: block;
	padding-left: 10px;
	color: #eee;
	background: url("../img/main_bg.png");
	}

* html #gm li ul li a{
	behavior: expression(IEPNGFIX.fix(this));
	}

#gm li ul li a:hover{
	color: #ffa500;
	background: #fff;
	}

/*パンくず*/

#p_list{
	width: 950px;
	margin: 10px auto 0 auto;
	}

/*サイドバナー*/

#side{
	float: right;
	margin: 10px 0 20px 0;
	width: 180px;
	}

#side li a{
	display: block;
	width: 180px;
	height: 50px;
	text-indent: -9999px;
	}

#sb1 a{background: url("../img/header_banner.jpg") 0 0 no-repeat;}
#sb2 a{background: url("../img/header_banner.jpg") 0 -50px no-repeat;}
#sb3 a{background: url("../img/header_banner.jpg") 0 -100px no-repeat;}
#sb4 a{background: url("../img/header_banner.jpg") 0 -150px no-repeat;}
#sb5 a{background: url("../img/header_banner.jpg") 0 -200px no-repeat;}
#sb6 a{background: url("../img/header_banner.jpg") 0 -250px no-repeat;}
#sb7 a{background: url("../img/header_banner.jpg") 0 -300px no-repeat;}

#sb1 a:hover{background: url("../img/header_banner.jpg") -180px 0 no-repeat;}
#sb2 a:hover{background: url("../img/header_banner.jpg") -180px -50px no-repeat;}
#sb3 a:hover{background: url("../img/header_banner.jpg") -180px -100px no-repeat;}
#sb4 a:hover{background: url("../img/header_banner.jpg") -180px -150px no-repeat;}
#sb5 a:hover{background: url("../img/header_banner.jpg") -180px -200px no-repeat;}
#sb6 a:hover{background: url("../img/header_banner.jpg") -180px -250px no-repeat;}
#sb7 a:hover{background: url("../img/header_banner.jpg") -180px -300px no-repeat;}


/*コンテンツ*/

#contents{
	width: 950px;
	margin: 0 auto;
	}

.title{
	border-left: 8px solid #093;
	border-bottom: 1px solid #093;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin: 10px 0;
	color: #444;
	clear: both;
	}

.title_b{
	border-left: 8px solid #093;
	border-bottom: 1px solid #093;
	font-size: 21px;
	font-weight: bold;
	padding: 2px 0 2px 10px;
	margin: 10px 0;
	color: #444;
	clear: both;
	line-height: 24px;
	}

.link_dis{
	padding: 5px 19px;
	letter-spacing: 0;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	}

.box{
	clear: both;
	margin: 10px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #cecece;
	}

.box2{
	clear: both;
	margin: 10px 0;
	padding: 0 20px 20px;
	border-bottom: 1px dotted #cecece;
	}

.box_l{
	float: left;
	margin: 10px 0;
	padding: 0 40px 20px 0;
	}
/*
.box_r{
	float: right;
	margin: 10px 0;
	padding: 0 20px 20px 0;
	}
*/

.box p{
	padding: 0 20px;
	}

.box2 p{
	font-size: 14px;
	line-height: 24px;
	}

.box ol{
	margin: 10px 0 10px 20px;
	}

.cap{
	font-weight: bold;
	padding: 5px 0;
	margin-top: 15px;
	}

#shop{
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #cecece;
	border-bottom: 1px dotted #cecece;
	}

.catch{
	color: #009933;
	font-family: "ＭＳ Ｐ明朝",serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 0 15px 15px;
	}

.catch2{
	color: #009933;
	font-family: "ＭＳ Ｐ明朝",serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}

.context{
	padding: 0 15px 15px;
	font-size: 16px;
	line-height: 26px;
	border-left: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.contimg{
	margin: 0 auto 15px;
	display: block;
}

.spbana{
	margin-bottom: 15px;
	background: #f3f3f3;
}

.big_e{
	font-size: 18px;
	padding: 0 20px 10px 0;
	clear: both;
	text-align: right;
}

.spbana_in{
	padding: 0 20px;
}

.shop_box{
	width: 50%;
	float: left;
	padding: 20px 0;
}

.shop_box p{
	font-size: 16px;
	line-height: 24px;
}

.shop_box2{
	width: 50%;
	float: left;
	padding: 0;
	background: #f3f3f3;
}

.shop_inner{
	padding: 20px 20px 0 20px;
	background: #f3f3f3;
	}

.shop_inner_none{
	padding: 20px 20px 0 20px;
	background: #fff;
	}

.shop_inner p{
	padding: 20px 0;
	}

.shop_inner_none p{
	font-size: 18px;
	line-height: 25px;
	}

.ac_box{
	clear: both;
	padding: 10px 0;
	border-bottom: 1px dotted #cecece;
	}
	
a.tenjintenbn{
	display:block;
	float:right;
	width:180px;
	height:180px;
	background:transparent url(http://nice2003.co.jp/img/tenjintenbn.jpg) no-repeat scroll 0 0;
	text-indent:-9999px;
}

.tenjintenbn:hover{
	background:transparent url(http://nice2003.co.jp/img/tenjintenbn.jpg) no-repeat scroll -180px 0;
}
	
	
/*注文の流れ*/
.flow{
	padding: 0 20px;
	margin: 0 0 15px;
	}

div.flow_in{
	float: left;
	display: inline;
	}

.f_img{
	margin: 0 10px 0 0;
	float: left;
	}

.f_clear{
	clear: both;
	padding: 5px 0 10px;
	text-align: center;
}

#sbs_t{
	margin: 15px auto 0;
	width: 900px;
	border-collapse: collapse;
	background-color: #eee;
}

#sbs_t td{
	padding: 10px;
}

#sbs_t td a{
	display: block;
	width: 280px;
	height: 68px;
	text-indent:-9999px;
}
#sbs1{background: url("../img/sb_s1.jpg") no-repeat;}
#sbs2{background: url("../img/sb_s2.jpg") no-repeat;}
#sbs3{background: url("../img/sb_s3.jpg") no-repeat;}

#description{
	height: 206px;
	padding-top: 40px;
	background: #f3f3f3 url("../img/dis.jpg") center 20px no-repeat;
	}

#description p{
	padding: 0 20px 20px 20px;
	}

#description img{
	float: right;
	}

#information{
	clear: both;
	padding: 10px 0;
	}

.info_box{
	width: 300px;
	float: left;
	margin-right: 15px;
	}
	

.info_box li{
	border-bottom: 1px dotted #222;
	padding: 3px 0;
	height:20px;
	overflow:hidden;
	width:300px;
	}

/*店内イメージBOX*/
.shopimg{
	width: 215px;
	float: left;
	margin: 0 0 20px 18px;
}

.shopimg2{
	width: 215px;
	float: right;
	margin: 0 18px 20px 0;
}

.shopimg p,.shopimg2 p{
	padding: 0 5px;
}

/*取扱い商品イメージ*/
#img_box{
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
}

#img_box td{
	text-align: center;
	padding: 0 2px 15px;
}

/*カタログ請求フォーム*/

#catalog{
	clear: both;
	}

#c_title{
	background: url("../img/catalog_bgt.jpg") no-repeat;
	padding: 20px 20px 0 20px;
	}
	
#c_form{
	background: url("../img/catalog_bgm.jpg") repeat-y;
	padding: 0 20px;
	}

#c_form h3{
	margin-top: 10px;
	}

#c_left{
	width: 48%;
	float: left;
	border-right: 1px solid #cecece;
	padding-bottom: 20px;
	}

#c_right{
	width: 50%;
	float: right;
	background: url("../img/catalog.png") right top no-repeat;
	}

* html #c_right{
	behavior: expression(IEPNGFIX.fix(this));
	}


.c_input{
	width: 95%;
	}

.c_check{
	vertical-align: middle;
	}


#c_btn{
	
	}

#c_back{
	background: url("../img/catalog_bgb.jpg") left bottom no-repeat;
	}

/*フッター*/

#footer{
	clear: both;
	padding: 10px 0;
	}

#footer_inner{
	width: 950px;
	margin: 0 auto;
	}

.sitemap_box{
	float: left;
	width: 300px;
	}

.sitemap_box .circle{
	margin-left: 20px;
	}

#area{
	padding: 10px 20px;
	border: 1px solid #CECECE;
	margin: 10px auto;
	}

#area li{
	display: inline;
	margin: 0 5px 0 0;
	}

#area li.clear{
	display: block;
	}

#footer p.clear{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}

#footer address{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}

#footer address a{
	color: #222;
	text-decoration: none;
	}

#footer address a:hover{
	color: #222;
	text-decoration: none;
	}




/*--------------------　カタログ専用注文フォーム　--------------------*/

table.formwidth{
width:900px;
}

table.formwidth tr{
padding:20px 0;
}

tr.formSubject td{
background:none repeat scroll 0 0 #009933;
border-bottom:10px solid #F3F3F3;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
height:20px;
padding:10px;
}

input.w1{
width:90px;
}

input.w2{
width:120px;
}

input.w3{
width:180px;
}

table.formwidth th{
width:160px;
font-weight:normal;
}

table.formwidth td{
height:25px;
}

.box300{
width:300px;
}

.bottom100{
margin-bottom:100px;
}

input.w1m{
width:90px;
}

input.w2m{
width:90px;
}

input.w3m{
width:140px;
}

table#catalogordersubmit{
border-collapse:collapse;
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
margin:15px auto 50px;
text-align:left;
background-color:#fff;
}

table#catalogordersubmit td{
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
padding:8px;
}

.top30{
margin-top:30px;
}

a.a_color{
color:#fff;
}


.backcolor{
background-color:#ededed;
}

.zenkaku {
  ime-mode: active;
}

.hankaku{
	ime-mode:inactive;
}
