﻿@charset "utf-8";

/*============================================
　共通設定
============================================*/
.style5 {color: #90BAE0}
.style7 {color: #A89B6F}
.style8 {color: #ACD3DA}
.style9 {color: #EBC5D2}
.style10 {color: #162743}
.style11 {color: #AED7DB}
.style12 {color: #A2D3D8}
.style13 {color: #102E46}
.style14 {color: #9EC3D3}
.style15 {color: #A4A8B4}
.style16 {color: #038A7C}
.style4 {
	color: #FF6600;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	font-weight: bold;
	line-height:100%;
}
.style3 {color: #FF0000}
body {
	background-color: #E7E7E7;
	background-image: url(back.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height:180%;
	color: #615959;
	margin:0;
	padding:0;
	overflow-y:scroll;
}
img{
	border:0
}   

#contents {
width:505px;
}

/*-------------------------------------
　スクロールバーの表示
-------------------------------------*/

/*■---------------------------■■■IE6設定用■■■*/
*html body {
	overflow-y:auto;
}

/*▲---------------------------▲▲▲IE7設定用▲▲▲*/
*+html body {
	overflow-y:auto;
}


/*-------------------------------------
　見出し共通設定
-------------------------------------*/

h1 {
	font-size: 16px;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 304px;
	color: #666666;
	text-align: left;
	line-height: 22px;
	padding:0px 0 0 15px;
	margin: 0;
}


h2 {
	font-size: 18px;
	color: #FEFEFE;
	font-weight: bold;
	background-image: url(h2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 29px;
	width: 490px;
	text-align: left;
	line-height: 29px;
	padding:0 0 0px 15px;
	margin:0;
}

h3 {
	font-size: 16px;
	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 304px;
	color: #666666;
	text-align: left;
	line-height: 22px;
	padding:0px 0 0 15px;
	margin: 0;
}


h4{
	padding:0;
	margin:0;
}

h5{
	padding:0;
	margin:0;
}

h6{
	padding:0;
	margin:0;
}


/*-------------------------------------
　アンカー共通設定
-------------------------------------*/

a:link {
	color: #615959;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:visited{
	color: #615959;
	text-decoration: none;
}

a:active{
    color:#FF9900;
	text-decoration: none;
}



/*-------------------------------------
　その他共通設定
-------------------------------------*/

p {
	line-height: 25pt;
	margin:0px 0 0 0;
	padding:0 0px 0 0;
	text-indent: 1em;
	white-space: normal;
	line-break:strict;
}


/*============================================
　ヘッダ部
============================================*/

/*共通設定用、背景画像などを使用する場合。*/

#header{
	vertical-align:bottom;
}

/*-------------------------------------
　ヘッダ部----グローバルナビ(上部メニュー)
-------------------------------------*/

.menubar {
	
	background-image: url(menubar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	height: 32px;
	width: 780px;
	font-size: 13px;
	font-weight: bold;
	color: FDFDFD;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


/*●---------------------------●●●モダンブラウザ設定用●●●*/
.menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	letter-spacing:0em;
}


.menubar li {
	float:left;
	display:inline;
	width:108px;
	height:32px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	line-height:32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/*■---------------------------■■■IE6設定用■■■*/
*html .menubar ul {
	list-style:none;
	 /*リストに背景イメージを使う場合、文字だけの場合none*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	letter-spacing:0em;
}

*html .menubar  li {
	float:left;
	display:inline;
	width:108px;
	height:32px;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	line-height:32px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


/*-- グローバルナビゲーションの幅がブラウザによって違うためメニューが2列になる場合は
　　 margin（左）を変えるかまたは、letter-spacingで文字間を変えて調整
----------------------------------------------------------------------------------------*/

/*現在表示しているページのリストの表示*/

.menubar li.current{
	background-image: url();
}
.menubar li a{
	color:#FFFFFF;
}


/*-------------------------------------
　ヘッダ部----グローバルナビ　アンカー設定
-------------------------------------*/

.menubar  a:link, .menubar a:visited, .menubar a:hover, .menubar a:active{
	text-decoration:none;
	color:#FFFFFF;
}


/*-------------------------------------
　ぱんくずリスト
-------------------------------------*/

div#locator {
	font-size: 10px;
	text-align: right;
	margin:4px 10px 4px 0;
}



/*============================================
　メインコンテンツ
============================================*/

/*-------------------------------------
　コンテンツ
-------------------------------------*/
.right {
	padding:0 0 0 0px;
	margin:0;
	text-align: left;
	vertical-align: top;
}

/*-------------------------------------
　左メニュー
-------------------------------------*/

/*--左メニュー---タイトル：現在のディレクトリ--*/
#leftmenu_title {
	background-image: url(subnavi-title.jpg);
	background-repeat: no-repeat;
	width: 208px;
	color: #ffffff;
	font-weight: bold;
	height:28px;
	line-height:28px;
	text-indent:10px;
	text-align:left;
}
#leftmenu_title a {
	color: #ffffff;
	text-decoration:none;
}
#leftmenu_title a:hover {
	color: #ffffff;
	text-decoration:underline;
}


/*--左メニュー---１階層目ボタン--*/
#leftmenu ul {
	margin: 0px 0 5px 0;
	padding:0;
}
#leftmenu li {
	font-size: 12px;
	line-height: 35px;
	color: #666666;
	background-image: url(subnavi.jpg);
	background-repeat: no-repeat;
	width: 208px;
	display: block;
	position: relative;
	list-style-type: none;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	text-align:left;
	text-indent:25px;
}
#leftmenu li.current{
	background-image: url(subnavi.jpg);
	color: #666666;
	width: 208px;
	display: block;
	text-decoration:underline;
	font-weight:bold;
}

#leftmenu li a {
	color: #666666;
	width: 208px;
	display: block;
	text-decoration:none;
}

#leftmenu li a:hover {
	color: #666666;
	width: 208px;
	display: block;
	text-decoration:underline;
}

/*--左メニュー---２階層目ボタン--*/

/*●---------------------------●●●モダンブラウザ設定用●●●*/
#leftmenu ul ul li {
	background-image: none;
	width: 208px;
	line-height: 18px;
	margin-bottom: 6px;
	margin-left:0px;
	height:18px;
	text-align:left;
}
#leftmenu ul ul li.current{
	font-weight: bold;
	background-image: none;
	width: 208px;
	line-height: 18px;
	margin-bottom: 6px;
	margin-left:0px;
	height:18px;
	text-align:left;
}

#leftmenu ul li.current ul li{
	font-weight: normal;
	background-image: none;
	width: 208px;
	line-height: 18px;
	margin-bottom: 6px;
	margin-left:0px;
	height:18px;
	text-align:left;
}

#leftmenu ul ul a {
	color: #666666;
	text-decoration:none;
	text-align:left;
}


/*■---------------------------■■■IE6設定用■■■*/
*html #leftmenu ul ul li {
	background-image: none;
	width: 208px;
	line-height: 18px;
	padding:0;
	left:0px;
	margin:0 0 6px 0;
	height:18px;
}
*html #leftmenu ul ul li.current{
	background-image: none;
	font-weight: bold;
	width: 208px;
	line-height: 18px;
	padding:0;
	left:0px;
	margin:0 0 6px 0;
	height:18px;
}

*html #leftmenu ul ul a {
	width: 208px;
	color: #666666;
	text-decoration:none;
}




/*-- 左メニューのブラウザによる表示位置の違いはpaddingまたはline-heightで調整する
---------------------------------------------------------------------------------*/



/*============================================
　フッタ部
============================================*/

/*-------------------------------------
　共通設定用
-------------------------------------*/
/*共通設定用、背景画像などを使用する場合。*/

#footer{
}

/*-------------------------------------
　下部メニュー
-------------------------------------*/

#bottommenu {
	border-bottom:2px dotted #666666;
	margin:20px 0px 0px 0px;
	padding:0 0 10px 0; 
	}
#bottommenu a {
	color: #666666;
	text-decoration:none;
	}
#bottommenu a:hover {
	color: #333333;
	text-decoration:underline;
	}

/*-------------------------------------
　コピーライト表示枠
-------------------------------------*/
#copyright {
	font-size: 12px;
	text-align: center;
	padding:15px 0px 15px 0;
}

/*-----table--------------*/
.table_cell1 {
    border-bottom: 1px dashed #FF7F00;
	border-right: 1px dashed #FF7F00;
}
.table_cell2 {
    border-bottom: 1px dashed #FF7F00;
}
.table_cell3 {
    border-right: 1px dashed #FF7F00;
}
/*-------link------------*/
.inquiry a:link {
	color: #003399;
	text-decoration: none;
}

.inquiry a:hover {
	color: red;
	text-decoration: underline;
}

.inquiry a:visited{
	color: #003399;
	text-decoration: none;
}

.inquiry a:active{
    color:#FF9900;
	text-decoration: none;
}
/*-----会社概要-------*/
.table-line-orange {
	border-collapse:collapse;
	border: solid #FFA144 1px;
	}
.table-line-orange td {
	border-collapse:collapse;
	border: solid #FFA144 1px;
	}
/*-----Ｑ＆Ａ-------*/
.question a:link {
	color: #0000FF;
	text-decoration: underline;
}

.question a:hover {
	color: red;
	text-decoration: underline;
}

.question a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.question a:active{
    color:#FF9900;
	text-decoration: none;
}
/*-----タオル-------*/
.cell_textspace{
    font-size:14px;
	padding-bottom: 20px;
	text-align: center;
}

.list_space{
	font-size: 16px;
	margin-top: 20px;
	margin-left: 1.5em;
	line-height: 1.3;
	margin-bottom: 10px;
}

.table_price{
	margin-left: 0.5em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-left-color: #FF6600;
	margin-bottom: 10px;
}

.table_price_left{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FF6600;
	border-right-color: #FF6600;
	background-color: #FFCC66;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.table_price_right{
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #FF6600;
	border-right-color: #FF6600;
	padding: 5px;
	font-size: 14px;
}

/*-----おすすめ商品-------*/

.select_image{
	border: 1px solid #CCCCCC;
}
.coment{
	font-size: 12px;
	
}
table.sizespeck {
	font-size: 12px;
	border: 1px  solid #666666;
	
	
}
table.sizespeck th{
	font-size: 12px;
	font-style:normal;
	text-align:center;
	border: 1px  solid #666666;
}
table.sizespeck td{
	font-size: 12px;
	text-align:center;
	border: 1px  solid #666666;
}
table.sizespeck td{
	font-size: 12px;
	text-align:center;
	border: 1px  solid #666666;
}
.sitasen{
	border: 1px  solid #666666;
	border-bottom:
}
table.epuron{
    font-size: 12px;
	text-align:left;
	
}
table.epuron th{
    font-size: 12px;
	text-align:left;
	font-weight: normal;	
}
	
th {
	font-weight: normal;
}
table.jack {
	  font-size: 10px;
}
table.jack th{
	  font-size: 12px;
	  text-align:left;
}

/*-----ブランド別商品紹介-------*/

p.brand_text{
	text-indent: 0px;
	padding-left: 5px;
	font-weight: bold;

}

h2.item_detele{
	background-image: none;
	color: #CC0000;
	padding-left: 5px;

}

h3.item_detele2{
	background-image: url(h2.jpg);
	background-position: left;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;

}

.brand_waku{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

h1.brand{
	margin-bottom: 30px;

}
table.towel{
	border: solid #CCCCCC 1px;
	
}
table.towel th{
	border: solid #CCCCCC 1px;
	color: #006699;
	padding: 0 0 0 5px;
	line-height: 25px;
	
}
table.towel td{
	border: solid #CCCCCC 1px;
	padding: 0 0 0 5px;
	line-height: 25px;
	

}
table.toweltwo{
	border: solid #CCCCCC 1px;
}
table.toweltwo th{
	border: solid #CCCCCC 1px;
	color: #006699;
	text-align:center;
	line-height: 25px;
	
	
}
table.toweltwo td{
	border: solid #CCCCCC 1px;
	line-height: 25px;
	text-align:center;
}
	

.style1 {color: #FF6600;
        line-height: 20px;
		border-bottom:1px solid #FF6600;
}
.tabtm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.tabla {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

