/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
    &nbsp;&nbsp;&nbsp;&nbsp;font-style:normal;
}
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
}
/*table {
    border-collapse:collapse;
    border:0;
}*/
th {
    text-align:left;
}
input,select,textarea {
    vertical-align:middle;
}
img {
    border:0;
    vertical-align:middle;
}
ins, a {
    text-decoration:none;
}
ul {
    list-style:none;
}
br {
    letter-spacing: 0;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }


/*-----------------------------------------------
   block
-----------------------------------------------*/
#container{
   text-align:center;
   width:100%;
}

#wrapper{
	width:960px;
    text-align:left;
    margin:0px auto;
}


#header {
	height: 97px;
	background-repeat: repeat-x;
	font-size: 9pt;
	text-align: left;
	margin: 0px 5px 0px 5px;
	background-image: url(../images/top_bn/head_bg1.jpg);
}

#header_left {
	text-align: left;
	display: block;
	width: 200px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	position: absolute;
	z-index: 40;
}


#header_right {
	display: block;
	font-size: 1.2em;
	margin-right: 5px;
	width:550px;
	height: auto;
	position: relative;
	z-index: 30;
	left: 390px;
	top: 5px;
}	



#head_menu li{
	width:110px;
	float:left;
	height: 13px;
	background-image: url(../images/top_bn/mark_bg.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 5px;
	background-position: 0;
}


#head_menu li a{
	margin-left:13px;
}


#head_menu li.kago{
	background-image: url(../images/top_bn/kago.gif);
	height: 17px;
	font-size: 10pt;
	padding-top: 3px;
	width: 70px;
	background-color: #999999;
	margin-left: 5px;
	padding-left: 20px;
	/padding-left:25px;
	/width:90px;
}



#contents{
	width:960px;
	height:auto;
}

/* #contents w:960px; */


#main {
	text-align: left;
	padding-right: 5px;
	width: 760px;
	float: left;
	margin-top: 5px;
	height: auto;
	margin-left:4px;
	_margin-left:2px;
}

#sub{
	float: left;
	width: 170px;
	margin-left: 4px;
}


#box {
	width: 600px;
	font-size: 12px;
}

#box_rireki {
	float: left;
	width: 730px;
	font-size: 12px;
	margin-left:15px;
	margin-top: 15px;
}


.item_category,
.shohin_waku{
	float:left;
	border: 4px solid #d3d3d3;
	margin-left: 4px;
	_margin-left:2px;/*IE6*/
	margin-right: 4px;
}

.item_category{
	height:270px;
	margin-bottom:10px;
	padding: 5px;
}




.item_category h3,
.shohin_waku h3{
	font-size:1.6em;
	color:#330066;
	font-weight: bold;
	width:354px;
}



.shohin_waku{
	padding: 5px;
	height: 190px;
	margin-bottom: 10px;
}


.wrapper_top{
	clear: both;
	width:760px;
	height: 280px;
}

.wrapper_middle{
	clear: both;
	width:760px;
	height: 200px;
}



.waku_s_wrapper{
	clear: both;
	width:760px;
	height: 200px;
	margin-left: 5px;
}


.waku_s{
	float:left;
	height: 200px;
	border: 4px solid #d3d3d3;
	width: 163px;
	/width : 179px;
	padding: 5px;
	margin: 0px 5px;

}

.waku_s h3{
	display:block;
	font-size:12pt;
	font-weight: bold;
}

.waku_s img{
	width:100px;
}


.kihon_back {
	clear: both;
	display: block;
	font-size: 10pt;
	background-color: #CC0000;
	margin-bottom: 20px;
	width: 750px;
	height: 280px;
	padding-top: 10px;
	margin-left: 5px;

}


.kihon_back h3{
	font-weight:bold;
	colof:#fff;
	color: #FFFFFF;
	display: block;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
}




.kihon_back ul{
	display:block;
	width:750px;
	height:250px;
	padding-left: 13px;
}


.kihon_back li{
	display:block;
	float:left;
}

li.flow{
	display:block;
	height:230px;
	background-color: #FFFFFF;
	width: 174px;
	padding:4px;
}

li.flow, x:-moz-broken { padding:4px; 	width: 170px; /* Fx 3.0 以降に適用される */}


li.left{
	margin-left:6px;
	/margin-left:10px;
}


li.left, x:-moz-broken { margin-left:4px; /* Fx 3.0 以降に適用される */}



.thum{
	float:left;
	width: 160px;
}



fieldset, img{
     border:0;
}

/*table{
    border-collapse: collapse; 
    border-spacing:0;
}*/
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}




/* CSS Document */
a:link,
a:vlink { 
	color: blue;
}
a:visited { 
	color: blue;
}
a:hover {
	color: #CC3300;
}


body {	
	font-size:10pt;
	background-color: #ffffff;
}






h1 {
	display:block;
	font-size: 10pt;
	margin: 0px;
	font-weight: normal;
	text-align: right;
	background-color: #FFFFFF;
	border-bottom: 1px solid #ffffff;
}



#head_menu li.kago a{
	color:#fff;
}

#head_menu li.kago a:hover{
	text-decoration:underline;
}


#footer {
	height: 100px;
	width: 950px;
	background-repeat: no-repeat;
	font-size: 8pt;
	position: relative;
	text-align: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0000;
	padding-right: 4px;
	padding-left: 4px;
}
#footerlink {
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC3399;
	text-align: center;
}
#footerbn {
	text-align: right;
	float: right;
	width: 450px;
	padding-top: 3px;
}

/* sub 右側検索 現在停止中 */


#item_search {　
	font-size:10pt;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(../images/top_bn/search_bg_s.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
	margin-right: 0px;
	text-align: left;
}


#item_search input#text{margin-left:5px; }
#item_search a.more{
	background-image:url(../images/pt_pink.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	margin-top:3px;
	margin-left:5px;
	padding-left:12px;
	color:#000000;
	text-decoration:none;
	font-size: 8pt;
}

#item_search .searchbox{
	text-align: left;
	margin-left: 30px;
	padding-top: 7px;

}
#item_search input#text{margin-left:5px; }
#item_search a.more{
	background-image:url(../images/pt_pink.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	margin-top:3px;
	margin-left:5px;
	padding-left:12px;
	color:#000000;
	text-decoration:none;
	font-size: 8pt;
}

#item_search2 {
	margin: 0px;
	padding: 0px;
	font-size:10pt;
	margin-top: 10px;
	background-position: left;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 3px;
	text-align: center;
	height: 45px;
	background-image: url(../images/top_bn/seach_b2.gif);
	background-repeat: no-repeat;
	text-align: center;
}


#item_search2 .searchbox{
	margin-left: 160px;
	display: block;
	padding-top: 10px;
	/padding-top:0.87em;
	line-height: 1;
	height: 40px;
	
}


#footer_telfax {
	font-size: 12px;
	line-height: 15px;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px;
	width: 600px;
	border: solid 1px #cccccc;
	height: 60px;
	margin-left: 75px;
	display: block;
	clear: both;
}

#telfax_left { text-align: left; display: block; width: 370px; float: left }
#telfax_right { text-align: center; display: block; width: 170px; float: right }



#toiawase{
	margin-bottom:4px;
}

.category { clear:both; padding:2px; margin:2px; margin-bottom:8px; }
.category.cream { background-color:#ffffcc; }
.category.mistyrose { background-color:#ffecec; }
.category.silver { background-color:#eeeeee; }
.category h4 {font-size:10pt; font-weight:bold; margin:2px 0 0 0; padding:3px 0; }
.cream h4 {background-image:url(../images/ya_r.gif); background-repeat:no-repeat; background-position:0 5px; padding-left:15px;}
.mistyrose h4 {background-image:url(../images/ya_k.gif); background-repeat:no-repeat; background-position:0 5px; padding-left:15px;}
.silver h4 {background-image:url(../images/ya_k.gif); background-repeat:no-repeat; background-position:0 5px; padding-left:15px;}
.category div.child {font-size:10pt; padding:0 0 3px 10px; margin:0 2px; border-bottom:dotted 1px gray;}
.category div.child.bottom {font-size:10pt; padding:2px 0 2px 10px; margin:0 2px; border-bottom:0;}
.category div.child a{ padding-right:10px; margin-bottom:2px; display:inline-block; }
.category td{ padding: 0 3px;}

.parent01_howto{ border:solid 1px #cc0000; margin-bottom:8px;}
.parent01_howto h4 { font-size:9pt; font-weight:bold; margin:0; padding:3px 5px; color:#ffffff; background-color:#cc0000;}
.parent01_howto ul{margin:4px 0 2px 8px; padding:0; list-style:none;}

.parent01_member{ border:solid 1px #cc0000;}
.parent01_member h4 { font-size:9pt; font-weight:bold; margin:0; padding:3px 5px; color:#ffffff; background-color:#cc0000; }
.parent01_member ul{margin:4px 0 2px 8px; padding:0; list-style:none;}

.parent01_news{
	font-size:9pt;
	margin-bottom:8px;
}
.parent01_news h4 { font-size:9pt; font-weight:bold; margin:0; padding:3px 5px; color:#ffffff; background-color:#000000 }
.parent01_news ul{margin:2px 4px 0 4px; padding:0; list-style:none;}
.parent01_news li{ line-height:110%; padding-top:4px; text-indent:-5px; padding-left:5px;}
.parent01_news li a{font-size:9pt; }
.parent01_news.more{ text-align:right; margin:0 5px 3px 0;}

.parent01_attention {
	font-size:8pt;
	color:#555555;
	margin-bottom:8px;
	margin-top: 10px;
}
.parent01_attention ul{margin:0; padding:0; list-style:none;}
.parent01_attention li{line-height:110%; text-indent:-10px; padding-left:12px; margin-bottom:3px;}

.linklist1 { margin:2px 0 0 8px; font-size:9pt; color:#666666;}
.linklist1 li{line-height:140%; padding-left:14px; background-image:url(../images/pt_pink.gif); background-repeat:no-repeat; background-position:0 3px;}
.linklist1 a{ color:#666666; text-decoration:none;}
.linklist1 a:visited{ color:#666666;}
.linklist1 a:hover{ color:#ff6633; text-decoration:underline;}

/* 古紙配合の注意書きなど */
.at {
	font-size:9pt;
	background-color:#F0F0F0;
	margin-bottom:2px;
	color:#990000;
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.at a {
	color:#990000;
	text-decoration:none;
}	.at a:visited {
	color:#990000;
} .at a:hover {
	color:#990000;
	text-decoration:underline;
}

/* 休業のおしらせなど */
.news_holiday {
	font-size:9pt;
	margin-bottom:5px;
	background-color: #FFFF99;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF3300;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	line-height: 120%;
}

/* コムニスからのお知らせiframe */
.top_news_title{
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#3366FF;
	width: 195px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.top_news_box{
	width:160px;
	height:160px;
	overflow:auto;
	border:solid 1px #cccccc;
	margin-left: 2px;
	margin-bottom: 10px;
}
.top_news_box td { font-size: 8pt;height: 1.1em;}

/* サービス向上案内 */
#infobox{
	width: 800px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.infobox_naiyou {
	border: 1px solid #FF9900;
	float:left;
	font-size:9pt;
	padding: 4px;
	width: 587px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 120%;
}

.infobox_naiyou a{
	color:Black;
	text-decoration: none;
	font-size: 9pt;
}
.infobox_naiyou a:visited{ color:Black;}
.infobox_naiyou a:hover{ color:#ff6633;}

/* 休業案内に使用 */
.annnai_j_title{
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFCC00;
	height: auto;
	width: 100px;
}
.annnai_j_title a{
	font-weight: bold;
	color: #FF0000;
	font-size: 10pt;
	text-align: center;
	text-decoration: none;
}
.annnai_j_title a:visited{ color:#FF0000;text-decoration: none;}
.annnai_j_title a:hover{ color:#ff6633; text-decoration:underline;}
#index_firstvisit {
	margin-top:4px;
	width:188px;
	height:80px;
	background-color: #E4FFCA;
}

/* sampleset */
#index_firstvisit div#catalog {
	line-height:1.2em;
	font-size:10pt;
	margin-top: 2px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#index_firstvisit div#catalog a{ font-size:10pt;}

.cl{
	clear: both;
}
.font8{	font-size: 8pt;}
.font10{font-size: 10pt;}



/* 追加 */

table.shohin_waku TD {
border: 1px dotted #CCCCCC; /* セルの枠線（太さ・色・スタイル） */
}



.shohin_kate {
	text-align: left;
	display: block;
	float: left;
	width: 180px;
	font-size: 9pt;
	padding-top: 4px;
	line-height: 1.2;
}
.right_font {
	text-align: left;
	display: block;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #666666;
}
.news_font {
	text-align: left;
	display: block;
	font-size: 12px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.news_back {
	text-align: left;
	display: block;
	font-size: 10pt;
	height: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 710px;
	margin-left: 10px;
}
.campBody {
	display: block;
	border: 1px solid #CCCCCC;
	width: 744px;
	/width:746px; /* IE678 */
	height:216px;
	margin:5px;
}

html>/**/body .campBody, x:-moz-any-link, x:default{ /*FF3*/
	width: 744px;
	height:216px;

}

.osusume{
	border: 1px solid #CCCCCC;
	width:740px;
	/width: 748px;
	margin-left:5px;
	padding-top: 10px;
	padding-left: 4px;
	margin-bottom: 10px;
	height:262px;
	padding-right: 4px;
	/height:270px;
}

li.osusume_bnr {
	display:block;
	float:left;
	height:115px;
	margin-right:4px;
	border-right:dotted 1px #CCCCCC;
	padding-right: 5px;
	margin-left: 4px;
}

li.osusume_bnr p{
	padding-top:4px;
	padding-left:5px;
	width:160px;
	font-size:9pt;
	line-height:1.3;
}



.campBody .bnr1{
	display: inline;
	width:360px;
	height: 200px;
	float: left;
	margin: 8px 0px 8px 8px;
}


.campBody .bnr{
	margin-bottom:5px;
	float:left;
}



.kihon{
	font-size: 10pt;
	width: 750px;
}

.kihon_naiyou{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.4;
}
.kihon_naiyou img{
	float: left;
}




#item_search2 h2{
	display:none;
}


.searchbox2{
	text-align: center;
	margin-top: 8px;

}
#item_search2 input#text{margin-left:5px; }
#item_search 2a.more{
	background-position:0 2px;
	margin-top:3px;
	margin-left:5px;
	padding-left:12px;
	color:#000000;
	text-decoration:none;
	font-size: 8pt;
}


#keyword{
	margin-left:30px;
	background-image: url(../images/top_bn/word.gif);
	background-repeat:no-repeat;
	height: 74px;
	margin-bottom:10px;
	padding-top: 15px;
}

#keyword .fukidashi{

}

#keyword h2{
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:bold;
	padding-left:30px;
	padding-top:6px;
	background-image: none !important;

}


#keyword ul li{
	display:inline;
	float:left;
	margin-left:20px;
	font-size:1.1em;
	color:ffffff;
	font-weight:bold;

}

/* html #keyword ul li {	margin-left:10px;
}*/

#keyword ul li a:link,
#keyword ul li a:visited{
	color:#ffffff;
	text-decoration:underline;
}

#keyword ul li a:hover,
#keyword ul li a:active{
	color:#FF9900;
	text-decoration:none;

}


.end{
	border-right:none;
}

#info h4{
	display:block;
	padding:5px 0px;
}


#sub .annai .category_menu a
{
	display:block;
	width:150px;
	height:auto;
	padding-left : 10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:8pt;
	background-image:none;
	border:none;
	font-weight:normal;
}


#header .treenode .category_menu a:hover,
#sub .annai .category_menu a:hover
{
	background-image:url(../images/top_bn/list_bg.gif);
	width: 150px;
	background-repeat: no-repeat;
	text-decoration:underline;
}



#banner{
	width:700px;
	height:150px;
	margin-left: 35px;
	margin-bottom: 20px;
}

#banner li{
	float:left;
	margin-left:10px;
}


#sub h4{
	display:block;
	margin-top: 10px;
	
}


/* -------------------------------------
 *	営業日カレンダー
 * ------------------------------------- */
 
table.eigyoubi{
	margin-left:10px;
	margin-bottom:10px;
	background-color:#cccccc;
	font-size:10pt;
	color: #666666;
	text-align:center;
}

table.eigyoubi th{
	width:20px;
	background-color:#E6E6E6;
	color:#666666;
}

table.eigyoubi th.nichi{
	background-color:#999999;
}


table.eigyoubi th.do{
	background-color:#D2D2D2;
}

table.eigyoubi .holiday{
	background-color:#FFDDFF;
	width:18px;
	display:block;
}

table.eigyoubi .weekday{
	background-color:#FFFFFF;
	color: #666666;
	display:block;
}

table.eigyoubi .saturday{
	background-color:	#D9F9F8;

}

table.eigyoubi .yasumi{
	color: #CC3300;
}

table.eigyoubi .houshin{
	background-color:#66ccff;
	width:18px;
	display:block;

}

.calenderInfo{
	display:block;
	margin:4px 8px;
	font-size:8pt;
	line-height: 1.1;
}


/*---------------------------
   ここまで
---------------------------*/

#member_menu{
	display:block;
	width:410px;
	height:36px;
	padding-left:20px;
	background-color: #CC0000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}





.merumaga{
	margin-left:0px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.annai{
	border:#CC0000 1px solid;
	width: 164px;
}


#sub .annai a{
	width: 164px;
	color:#333333;
}



#sub .annai p.kaiin a{
	display:block;
	width:154px;
	padding:5px;

	/width:164px;
	background-color:#CC0000;
	font-weight:bold;
	color:#fff;
	cursor: default;
}



#sub .annai .category_menu a:hover
{
	width: 164px;
	color:#cc0000;
}




#container #wrapper #header #header_right .callcenter {
	text-align: right;
	margin-bottom: 3px;
	margin-right: 5px;
}




TD {font-size:10pt; color:#696969;}
.font8 {font-size:8pt;}
.font9 {font-size:9pt;}
.font9ht {
	font-size:9pt;
	line-height: 120%;
	color: #666666;
}
.font10 {font-size:10pt;}
.font11 {font-size:11pt;}
.font12 {font-size:12pt;}
.font16 {font-size:16pt;}
.font18 {font-size:18pt;}
A {color:#6a5acd; text-decoration:none;}
A:visited {color:#6a5acd;}
.BP2002 {  color: #FF6600}
.font8Copy { font-size:8pt; }
hr2 {
	border: dotted #0099CC;
}
.fontbg {
	background-color: #FFFFFF;
	padding: 1px;
	font-size: 11pt;
	margin: 2px;
	border-top: medium double #FFCC00;
	border-right: medium double #FFCC00;
	border-bottom: medium double #FFCC00;
	border-left: medium double #FFCC00;
	vertical-align: middle;
	color: #FF0000;
}
.menu {
	font-size: 11pt;
	font-weight: bold;
	color: #000066;
	padding: 3px;
	border: 1px dotted #0099CC;
	background-color: #E0E3FC;

}
.chuui {
	font-size: 10pt;
	color: #CC0000;
}
.chuui_bg {
	font-size: 11pt;
	color: #FF0000;
	background-color: #FFFF99;
	margin-top: 4px;
}
.osusume_box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.osusume_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
	background-color: #FFFF99;
	font-weight: bold;
	color: #333333;
	padding: 2px;
}
.osusume_line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.memberMenu li{
	display:block;
	width:550px;
	height:80px;
	font-size:1.2em;
	line-height:1.4em;
	border:solid 1px #ccc;
	margin:5px;
	margin-left:20px;
	padding-left:20px;
	padding-top:5px;
}

.memberMenu li a{
	font-weight:bold;
}

