/* CSS Document */

body{
	color:#333333;
	text-align:center;
	}
a{
	color:#006666;
	text-decoration:underline;
	}
a:hover{
	color:#006699;
	text-decoration:underline;
	}



*{
	margin:0;
	padding:0;
	}
img{
	border:0;
	}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 90%; /* IE 6以下 */
	text-align:center;
	font-family:"ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	}
th{
	*font:80%;
	}
td{
	*font:80%;
	}

/*■共通セレクタ*/
.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}
.t_nml{ font-weight:normal; font-style:normal;}
.t_bld{ font-weight:bold;}
.t_red{ color:#FF0000;}
.t_red2{ color:#CC0000;}
.t_bl{ color:#006699;}
.t_bl2{ color:#003366;}
.t_pk2{ color:#FF0066;}

table.tbl_setA{
	background-color:#000000;
	margin:0px 0 20px 0;
	border:1px solid #E6E6E6;
	}	
table.tbl_setA th{
	background-color:#666666;
	border:1px solid #E6E6E6;
	padding:6px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:120%;
	}	
table.tbl_setA td{
	border:1px solid #E6E6E6;
	padding:6px;
	background-color:#FFFFFF;
	line-height:120%;
	}
	
/**/
table.tbl_setB{
	background-color:#000000;
	margin:0px 0 20px 0;
	border:1px solid #E6E6E6;
	}	
table.tbl_setB th{
	background-color:#111111;
	border:1px solid #E6E6E6;
	padding:3px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	line-height:160%;
	}	
table.tbl_setB td{
	border:1px solid #E6E6E6;
	padding:3px;
	background-color:#FFFFFF;
	line-height:160%;
	}
/**/
table.tbl_setC{
	background-color:#000000;
	margin:0px 0 20px 0;
	border:1px solid #CCCCCC;
	}	
table.tbl_setC th{
	background-color:#EBEBEB;
	border:1px solid #CCCCCC;
	padding:3px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	line-height:160%;
	}	
table.tbl_setC td{
	border:1px solid #E6E6E6;
	padding:3px;
	background-color:#FFFFFF;
	line-height:160%;
	}

/**/
table.tbl_setD{
	margin:0px 0 20px 0;
	border-collapse:collapse;
	border:1px solid #000000;
	}	
table.tbl_setD th{
	background-color:#333333;
	border:1px solid #000000;
	padding:1px;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	}	
table.tbl_setD td{
	border:1px solid #000000;
	padding:1px;
	font-size:11px;	
	text-align:center;
	}
table.tbl_setD th.yasumi{
	background-color:#FF0066;
	color:#FFFFFF;
	}		
table.tbl_setD td.ao{
	background-color:#99CCCC;
	}
table.tbl_setD td.yasumi{
	background-color:#FF9999;
	color:#FFFFFF;
	}	
/**/
table.non_bdr{
	border-width:0;
	}
table.non_bdr td{
	border-width:0;
	}
strong{
	font-weight:normal;
	}

.page_up{
	text-align:right;
	}
.page_up a{
	text-decoration:none;
	border:dotted #FF6600;
	border-width:0 0 1px 0;
	color:#333333;
	}
.page_up a:hover{
	text-decoration:none;
	border:dotted #FF9900;
	border-width:0 0 1px 0;
	color:#333333;
	}
.tel_no{
		font-size:16px;
		font-weight:bold;
		color:#663300;
		}
	


.tel_no{
	font-size:16px;
	font-weight:bold;
	color:#330000;
	margin:6px 0 20px 0;
	}
span.bikou{
	color:#CC0000;
	}

a.img_hover:hover img{	filter:alpha(opacity=70); /*IE*/ -moz-opacity:7.00; /*FF*/}


/*基本レイアウト
----------------------------------------------------------------------------------------*/

#bg{
	background:url(img/common/bg.jpg) center top no-repeat;
	}
#bg2{
	background:url(img/common/bg2.jpg) center top no-repeat;
	}

#container{
	width:900px;
	margin:auto;
	text-align:left;
	}
	
#head{
	zoom:100%;
	}
#head:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}		
#head div#main_pic{	
	width:420px;
	float:left;
	}
#head div#title{
	width:480px;
	float:left;
	}

#head div#title h1{
	color:#999999;
	font-size:11px;
	font-weight:normal;
	height:14px;
	line-height:14px;
	text-indent:10px;
	text-align:right;
	margin:60px 0 0 0;
	}	
#head div#title h2{
	}

/**/
#head_menu{
	clear:left;
	/*height:38px;*/
	zoom:100%;
	}
#head_menu:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#head_menu ul{
	list-style-type:none;
	height:38px;
	}
#head_menu ul li{
	float:left;
	}
#head_menu ul li img{
	vertical-align:bottom;
	}	
#head_menu ul li a:hover img{
	filter:alpha(opacity=80); /*IE*/ -moz-opacity:0.80; /*FF*/
	}
#contents{
	clear:left;
	zoom:100%;
	margin:60px 0 20px 0;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
/**/
#catch{
	margin:-40px 0 0 0;
	height:330px;
	}
#catch div#left_img{
	width:380px;
	float:left;
	}
#catch div#right_txt{
	border:dotted #CCCCCC;
	border-width:1px 0 1px 0;
	width:520px;
	float:left;
	color:#CCCCCC;
	margin:10px 0 0 0;
	}
#catch div#right_txt p{
	margin:10px 0 10px 0;
	line-height:150%;
	font-size:11px;
	}	
#catch strong{}
/**/
/*********************メインカラム*******************************/	
#main{
	float:left;
	width:660px;
	margin:0;
	}	
#main h3{
	background:url(img/common/bg_h3.jpg) no-repeat;
	height:38px;
	line-height:38px;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-indent:10px;
	margin:0 0 10px 0;
	}
#main h4{
	clear:left;
	margin:0px 0 6px 0;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	background:url(img/common/bg_h4.gif) no-repeat center left;
	line-height:22px;
	height:22px;
	text-indent:24px;
}
h5{
	margin:20px 0 4px 0;
	font-size:100%;
	color:#003366;
	font-weight:bold;
	}		
h6{
	color:#CC0000;
	font-weight:normal;
	font-size:
	100%;
	margin:10px 0 0 0;
	}

#contents div.txt p{
	line-height:180%;
	margin:0 0 10px 0;

	}	

/************************左カラム*******************************/
#right_box{
	float:left;
	width:220px;
	margin:0 0 0 0px;
	}
/*左メニュー*/	
#right_menu{
	margin:0 0 20px 0;
	}
/**/
#right_menu h3{
	background:url(img/common/l_menu/bg_cate.jpg) no-repeat;
	text-align:center;
	line-height:34px;
	color:#FFFFFF;
	font-size:12px;
	}
#right_menu h3{
	cursor:pointer;
	}	
#right_menu ul{
	margin:0 2px 0 2px;
	width:235px;
	list-style-type:none;
	background:url(img/common/l_menu/bg_right_menu.jpg)  no-repeat 15px 0px;
	}
#right_menu ul li{
	height:38px;
	margin:0 0 2px 0;
	}
#right_menu ul li img{
	vertical-align:bottom;
	}	
#right_menu ul li a{
	letter-spacing:0;
	font-size:11px;
	text-align:left;
	color:#333333;
	text-indent:15px;
	text-decoration:none;
	display:block;
	width:220px;
	height:38px;
	line-height:38px;
	}
#right_menu ul li a:hover{
	filter:alpha(opacity=0); /*IE*/ -moz-opacity:0.00; /*FF*/
	}
	

#left_btn_sps{
	margin:0 0 20px 0;
	}
#right_box div#bnr_sps{
	margin:0 0 20px 0;
	}	
#right_box div#bnr_sps p{
	margin:0 0 2px 0;
	}

/**/	
#foot{
	background:url(img/common/bg_foot.gif) center top no-repeat;
	clear:both;
	text-align:center;
	font-size:9px;
	color:#ffffff;
	margin:auto;
	padding:10px 0 10px 0;
	}
#foot a{
	color:#ffffff;
	text-decoration:none;
	font-size:9px;
	}	
#foot a:hover{
	text-decoration:underline;
	}
#foot_menu{
	margin:0 auto 0 auto;
	width:900px;	
	}
#foot_menu2{
	margin:10px auto 0 auto;
	width:900px;
	text-align:left;
	}
#foot_menu2:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}	
#foot_menu2 ul{
	list-style-type:none;
	}
#foot_menu2 ul li{
	display:inline;
	padding:2px;
	font-size:9px;
	color:#ffffff;
	}
#foot_menu2 ul li a{
	text-decoration:none;	
	}
#foot_menu2 ul li a:hover{
	color:#FF6600;
	}	
/**/	
#copy{ margin:10px 0 8px 0;}
	
/********************** 全国　******************************/			
#zenkoku{
	clear:left;
	text-align:left;
	margin:20px 0 0 0;
	}	
#zenkoku p{
	font-size:9px;
	line-height:16px;
	color:#333333;
	}
#zenkoku table{
	margin:0;
	}	
#zenkoku table th{
	margin:2px 0 0 0;
	font-size:10px;
	color:#006699;
	}	
#zenkoku table td{
	font-size:10px;
	padding:1px;
	color:#333333;	
	}	

#right_box div#calendar{
	width:200px;
	}



/************************************************トップページ**********************************************/

#top{
	}
#top table#kanren_site{
	}
#top table#kanren_site td{
	text-align:center;
	font-size:11px;
	border:1px solid #CCCCCC;
	line-height:160%;
	}
#top table#kanren_site td a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}	
#top table#kanren_site img{
	margin:0 0 5px 0;
	}	
	
#top h4{
	}	
#top_price{
	margin:0 0 20px 0;
	}
#top_price_inner{
	overflow:auto;
	height:730px;
	}	

/*******************************************デザインサンプルページ**************************************/
#design{
	}
#design p{
	margin:0 0 8px 0;
	line-height:160%;
	}

.design_image{
	margin:0 0 10px 0;
	border-collapse:collapse;
	}
.plan_list{
	border-collapse:collapse;
	border:1px dotted #999999;
	margin:0 0 10px 0;
	width:658px;
	}
.plan_list th{
	border:1px dotted #999999;
	text-align:center;
	font-weight:normal;
	width:20%;
	color:#006666;
	padding:5px;
	}	
.plan_list td{
	border:1px dotted #999999;
	padding:5px;
	}
.plan_list td.pic{
	padding:0;
	}	
.plan_list th.title{
	background-color:#666666;
	color:#FFFFFF;
	width:auto;
	}
.zeikomi{
	font-size:9px;
	color:#996666;
	}


/***********************************************/
table.price_list{
	border:1px solid #333333;
	border-collapse:collapse;
	margin:0 0 0px 0;
	}
table.price_list tr.title td{
	color:#FFFFFF;
	text-align:left;
	background:url(img/common/bg_price_tbl_title.jpg) top  left repeat-x;
	background-color:#003333;
	font-size:11px;
	padding:1px;
	width:10%;
	text-align:center;
	}
table.price_list th{
	border:1px solid #333333;
	padding:6px;
	font-size:12px;
	width:10%;
	}
table.price_list td{
	border:1px solid #333333;
	padding:6px;
	font-size:12px;	
	text-align:center;
	width:10%;
	}
table.price_list td a{
	color:#333333;
	text-decoration:none;
	border:dotted #FF3333;
	border-width:0 0 1px 0;
	}
table.price_list td a:hover{
	color:#FF6600;
	text-decoration:none;
	border:dotted #660000;
	border-width:0 0 1px 0;
	}	
table.price_list tr.bg_A{
	}
table.price_list tr.bg_B{
	background-color:#E3E3E3;
	}

/************************************************納期・納品**********************************************/
#nouhinn{
	}
#nouhinn p{
	line-height:160%;
	margin:0 0 12px 0;
	}




/************************************************入稿・ご注意**********************************************/
#kiyaku{
	}
#kiyaku p{
	line-height:180%;
	margin:0 0 10px 0;
	}


/************************************************入稿・ご注意**********************************************/
#nyukou{
	}
#nyukou{
	}
	
#nyukou div#check_list{
	}
#nyukou div#check_list p{
	margin:0 0 10px 0;
	font-size:14px;
	line-height:20px;
	background:url(img/common/check_box.gif) no-repeat left 0px;
	text-indent:24px;
	}

/*********************************************************************************************/
#cart_kiyaku{
	height:200px;
	overflow:auto;
	border:1px solid #999999;
	padding:10px;
	}
	
/************************************************納期・納品***********************************/	


/************************************************事業者案内**********************************************/
#company{
	}
#company p{
	line-height:150%;
	margin:0 0 12px 0;
	}
#company div#company_map{
	border:1px solid #333333;
	margin:20px 0 0 0;
	}
#company h5{
	margin:8px 0 2px 0;
	}	







/************************************************お問い合わせ**********************************************/

#contact{
	}
#contact span.hissu{
	color:#FF0000;
	font-size:90%;
	}
#contact span.rei{
	font-size:90%;
	color:#666666;
	}
#contact span.bikou{
	font-size:90%;
	color:#FF0000;
	}		
#contact p.bikou2{
	font-size:14px;
	margin:2px 0 8px 20px;
	letter-spacing:1px;
	}
#contact table.form_tbl td input.off{
	border:1px solid #999999;
	font-size:14px; line-height:16px;
	height:16px;
	background-color:#FFFFFF
	}
#contact table.form_tbl td input.on{
	border:1px solid #999999;
	font-size:14px; line-height:16px;
	height:16px;	
	background-color:#FF6699;
	}
#contact table.form_tbl table.no_bdr{
	margin:0;
	border-width:0;
	}
#contact table.form_tbl table.no_bdr th{
	border-width:0;
	text-align:left;
	}
#contact table.form_tbl table.no_bdr td{
	border-width:0;
	}

#contact div.btn{
	margin:10px;
	}
#contact div.btn input{
	font-size:14px;
	line-height:24px;
	}
#contact div#con_privacy{
	margin:10px;
	border:1px solid #CCCCCC;
	height:200px;
	overflow:auto;
	}





/************************************************プライバシーポリシー**********************************************/
#privacy{
	}
#privacy p{
	line-height:180%;
	margin:0 0 20px 0;
	}
/*■リンク*/
#link{
	}
#link p{
	line-height:150%;
	margin:0 0 12px 0;
	}

/************************************************サイトマップ**********************************************/
#sitemap{
	}
#sitemap_in{
	}
#sitemap_in ul{
	list-style-type:none;
	}	
#sitemap_in li{
	height:30px;
	line-height:30px;	
	margin:0 0 2px 0;
	}
#sitemap_in li a{
	border: dotted #999999 1px;
	display:block;
	font-size:13px;
	color:#333333;
	text-decoration:none;
	text-indent:12px;
	}
#sitemap_in li a:hover{
	border: dotted #FF6666 1px;
	text-decoration:none;
	}	

/************************************************リンク**********************************************/
#link{
	}
#link_in p a{
 	color:#333333;
	font-size:12px;
	margin:0 0 10px 0;
	text-decoration:underline;
	}
#link_in p a:hover{
	color:#FF0033;
	}	


/************************************************相互リンク**********************************************/
#sougo_link{
	}
#sougo_link div.links_menu{
	margin:20px 0 20px 0;
	}
#sougo_link div.links_menu a{
	padding:1px;
	border:1px solid #666666;
	background-color:#FFCC00;
	margin:1px;
	text-decoration:none;
	color:#333333;
	}
#sougo_link div.links_menu a:hover{
	background-color:#FF9900;
	}	
#sougo_link p{
	line-height:140%;
	margin:6px 0 0px 0;
	}
#sougo_link p a{
 	color:#333333;
	}
/*********************ご注文フォーム**********************/	
.cart_flow{
	border:1px solid #333333;
	border-collapse:collapse;
	margin:0;
	}
.cart_flow{
	}	
.cart_flow th{
	border:1px solid #333333;
	padding:3px;
	background-color:#FFCC00;
	text-align:center;
	color:#000000;
	}
.cart_flow th.on{
	background-color:#FF9900;
	}	
.cart_flow td{	
	border:1px solid #333333;
	padding:3px;
	font-size:11px;
	}
.error{
	margin:20px;
	}	
.error p{
	margin:0 0 10px 0;
	}
.hissu{
	color:#FF0000;
	font-size:11px;
	}
	
	
	
/*カレンダー*/
@charset "shift_jis";

li.Today {
	cursor: pointer;
	background-color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holyday {
	color: #FF0000;
	background-color:#FFCCCC;
}
li.Sun {
	color:#FF0000;
	background-color:#FFCCCC;
}
li.Sat {
	color: #0000FF;
	background-color:#FFCCCC;
}
li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	padding: 10px;
	width: 175px!important;
	width/**/: 195px;
	height: 160px!important;
	height/**/: 180px;
	background-image: url(./cal/background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	position: relative;
	margin-bottom: 10px;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	background-image: url(./cal/cal_01.gif);
}
li.cal_to {
	background-image: url(./cal/cal_02.gif);
}
li.cal_next {
	background-image: url(./cal/cal_03.gif);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	padding: 3px 0px 3px 0px;
	width: 25px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}

li.cal_headline {
	
}
