@charset "Shift_JIS";
/* 初期設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	width:100%;
	height:100%;
}

/* 画像ボーダー */
img {
border-style: none;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

/* 強調 */
strong {
	color: #005495;
}
/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* クリア */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* トップベース */
div#top_base {
	width:920px;
	height:420px;
	text-align: center;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	background:url(../images/bg02.jpg) center top no-repeat;
}

/* 中ベース */
div#base {
	width:920px;
	height:234px;
	text-align: center;
	margin:0 auto 0 auto;
	padding:5px 0 0 0;
	background:url(../images/naka/bg05.jpg) center top no-repeat;
}
/* ヘッダー */
div#header {
	width:880px;
	text-align: center;
	margin:0 auto 0 auto;
	padding:0;
}

div#header div#h01{
	width:267px;
	margin:6px 0 0 0;
	padding:0;
	float:left;
}
div#header div#h02{
	width:260px;
	margin:0;
	padding:0;
	float:right;
}
/* ロゴ */
div#header div#h01 h1{
	width:204px;
	margin:0;
	padding:0;
	height:37px;
	float:left;
	background:url(../images/logo.gif)  no-repeat;
	text-indent:-9999px;
}

/* ヘッダーサブメニュー（ホーム） */
div#header div#h01 ul{
	float:right;
	margin:28px 0 0 0;
	padding:0;
}
div#header div#h01 li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;	
}
div#h01 li a{
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
}
#home_b a{
	width:46px;
	height:9px;
	overflow:hidden;
	background:url(../images/snavi01.gif) no-repeat;
	background-position:0 0;
}

#home_b a:hover{
	width:46px;
	height:9px;
	overflow:hidden;
	background:url(../images/snavi01.gif) no-repeat;
	background-position:0 -9px;
}

/* 電話 */
div#header div#h02 p{
	width:257px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../images/tel01.gif)  no-repeat;
	text-indent:-9999px;
}

/* ヘッダーサブメニュー */
div#header div#h02 ul{
	float:right;
	margin:10px 0 0 0;
	padding:0;
}
div#header div#h02 li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;	
}
div#header div#h02 li#link_b{
	margin:0 32px 0 32px;
}
div#h02 li a{
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
}
#top_b a{
	width:80px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi02.gif) no-repeat;
	background-position:0 0;
}
#link_b a{
	width:58px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi03.gif) no-repeat;
	background-position:0 0;
}
#gaiyo_b a{
	width:58px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi04.gif) no-repeat;
	background-position:0 0;
}
/* マウスオーバー */
#top_b a:hover{
	width:80px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi02.gif) no-repeat;
	background-position:0 -12px;
}
#link_b a:hover{
	width:58px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi03.gif) no-repeat;
	background-position:0 -12px;
}
#gaiyo_b a:hover{
	width:58px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi04.gif) no-repeat;
	background-position:0 -12px;
}

/* アクティブ */
#top_b_o{
	width:80px;
	height:12px;
	overflow:hidden;
	background:url(../images/snavi02.gif) no-repeat;
	background-position:0 -12px;
	text-indent:-9999px;
}

/* メニュー */
div#menu {
	width:900px;
	margin:0 auto 0 auto;
	!margin:0 auto 7px auto;
	_margin:0 auto 0 auto;
	padding:0;
}

div#menu ul{
	width:900px;
	margin:9px 0 7px 0;
	padding:0;
	float:left;
}
div#menu li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;	
	text-indent:-9999px;
}
div#menu li a{
	margin:0;
	padding:0;
	display: block;	
}
#about_b a{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi01.jpg) no-repeat;
	background-position:0 0;
}
#lineup_b a{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi02.jpg) no-repeat;
	background-position:0 0;
}
#kinou_b a{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi03.jpg) no-repeat;
	background-position:0 0;
}
#jisseki_b a{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi04.jpg) no-repeat;
	background-position:0 0;
}
#toi_b a{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi05.jpg) no-repeat;
	background-position:0 0;
}

/* マウスオーバー */
#about_b a:hover{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi01.jpg) no-repeat;
	background-position:0 -40px;
}
#lineup_b a:hover{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi02.jpg) no-repeat;
	background-position:0 -40px;
}
#kinou_b a:hover{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi03.jpg) no-repeat;
	background-position:0 -40px;
}
#jisseki_b a:hover{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi04.jpg) no-repeat;
	background-position:0 -40px;
}
#toi_b a:hover{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi05.jpg) no-repeat;
	background-position:0 -40px;
}

/* アクティブ */
#about_b_o{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi01.jpg) no-repeat;
	background-position:0 -40px;
}
#lineup_b_o{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi02.jpg) no-repeat;
	background-position:0 -40px;
}
#kinou_b_o{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi03.jpg) no-repeat;
	background-position:0 -40px;
}
#jisseki_b_o{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi04.jpg) no-repeat;
	background-position:0 -40px;
}
#toi_b_o{
	width:180px;
	height:40px;
	overflow:hidden;
	background:url(../images/navi05.jpg) no-repeat;
	background-position:0 -40px;
}

/* メインスペース */
div#main {
	width:890px;
	margin:20px auto 0 auto;
	padding:0;
	text-align:left;
}

/* 中ページパン屑 */
div#main div#pan {
	width:850px;
	margin:0 0 10px 10px;
	!margin:0 0 10px 7px;
	padding:0;
	float:left;
}

/* 左スペース */
div#left {
	width:610px;
	margin:0 0 0 10px;
	!margin:0 0 0 7px;
	padding:0;
	float:left;
}

/* 右スペース */
div#right {
	width:230px;
	margin:0 10px 0 0;
	!margin:0 7px 0 0;
	padding:0;
	float:right;
}
div#right div.r01{
	width:230px;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	float:right;
	background:url(../images/naka/base02.gif) bottom;
}
div#right div.r01 h6#r_lineup{
	width:230px;
	height:31px;
	margin:0;
	padding:0;
	background:url(../images/naka/base01.gif) top no-repeat;
	text-indent:-9999px;
}
div#right div.r01 h6#r_jisseki{
	width:230px;
	height:31px;
	margin:0;
	padding:0;
	background:url(../images/naka/base03.gif) top no-repeat;
	text-indent:-9999px;
}
div#right div.r01 h6#r_mm{
	width:230px;
	height:31px;
	margin:0;
	padding:0;
	background:url(../images/naka/base04.gif) top no-repeat;
	text-indent:-9999px;
}
/* メルマガ */
ul#mm{
	width:207px;
	margin:10px 0 0 12px;
	_margin:10px 0 0 6px;
	padding:0 0 5px 0;
	float:left;
}
ul#mm li{
	display:block;
	margin:0 0 5px 0;
	padding:0;
	float:left;
}
ul#mm #sumi a{
	width:207px;
	height:20px;
	background:url(../images/naka/s_mm01.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
ul#mm #mada a{
	width:207px;
	height:20px;
	background:url(../images/naka/s_mm02.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}
div#right div.r01 p{
	width:200px;
	margin:10px 0 0 12px;
	padding:0;
	float:left;
	!float:none;
}
div#right div.r01 dl{
	width:200px;
	margin:10px 0 0 12px;
	padding:0;
	float:left;
	!float:none;
}
div#right div.r01 dt{
	width:50px;
	margin:0 15px 0 0;
	padding:0;
	float:left;
}
div#right div.r01 dd{
	width:135px;
	margin:0;
	padding:0;
	float:right;
	text-align:left;
}
div#right div.r01 dd#m_text{
	width:125px;
	margin:0;
	padding:0;
	float:right;
	text-align:left;
}

/* フッター */
div#footer {
	width:100%;
	margin:0;
	padding:0;
	background:url(../images/bg03.gif) left top repeat-x;
	float:left;
	!float:none;
}

div#footer div#f_base{
	width:900px;
	margin:0 auto 0 auto;
	padding:0 0 10px 0;
	!padding:0 0 10px 15px;
	_padding:0;
}
div#f_base div.f01{
	width:200px;
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
div#f_base div.f02{
	width:167px;
	float:right;
	margin:0;
	padding:0;
}
div#f_base h5#lineup{
	width:200px;
	height:25px;
	margin:0;
	padding:0;
	background:url(../images/f_tit01.gif)  no-repeat;
	text-indent:-9999px;
}
div#f_base h5#jisseki{
	width:200px;
	height:25px;
	margin:0;
	padding:0;
	background:url(../images/f_tit02.gif)  no-repeat;
	text-indent:-9999px;
}
div#f_base h5#contents{
	width:200px;
	height:25px;
	margin:0;
	padding:0;
	background:url(../images/f_tit03.gif)  no-repeat;
	text-indent:-9999px;
}
/* コピーライト */
div#copy{
	width:900px;
	float:left;
	margin:8px 0 20px 0;
	padding:0;
	background:url(../images/copyright.gif)  no-repeat;
	text-indent:-9999px;
}

/* フッター商品・導入メニュー */
div#f_base div.f01 dl{
	width:200px;
	float:left;
	margin:10px 0 10px 0;
	padding:0;
}
div#f_base div.f01 dt{
	width:30px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
}
div#f_base div.f01 dt img{
	margin:0;
	padding:0;
}
div#f_base div.f01 dd{
	width:160px;
	!width:150px;
	float:left;
	margin:0;
	padding:0;
	text-align:left;
}
div#f_base div.f01 img{
	float:left;
	margin:0;
	padding:0;
}

/* フッターコンテンツメニュー */
div#f_base div.f01 ul{
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
div#f_base div.f01 li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;
	text-indent:-9999px;
}
div#f_base div.f01 li a{
	margin:0;
	padding:0;
	display: block;	
}
#f_about_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi09.jpg) no-repeat;
	background-position:0 0;
}
#f_lineup_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi10.jpg) no-repeat;
	background-position:0 0;
}
#f_kinou_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi11.jpg) no-repeat;
	background-position:0 0;
}
#f_jisseki_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi12.jpg) no-repeat;
	background-position:0 0;
}
#f_toi_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi13.jpg) no-repeat;
	background-position:0 0;
}
#f_link_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi14.jpg) no-repeat;
	background-position:0 0;
}
#f_gaiyo_b a{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi15.jpg) no-repeat;
	background-position:0 0;
}

/* マウスオーバー */
#f_about_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi09.jpg) no-repeat;
	background-position:0 -30px;
}
#f_lineup_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi10.jpg) no-repeat;
	background-position:0 -30px;
}
#f_kinou_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi11.jpg) no-repeat;
	background-position:0 -30px;
}
#f_jisseki_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi12.jpg) no-repeat;
	background-position:0 -30px;
}
#f_toi_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi13.jpg) no-repeat;
	background-position:0 -30px;
}
#f_link_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi14.jpg) no-repeat;
	background-position:0 -30px;
}
#f_gaiyo_b a:hover{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi15.jpg) no-repeat;
	background-position:0 -30px;
}

/* アクティブ */
#f_about_b_o{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi09.jpg) no-repeat;
	background-position:0 -30px;
}
#f_lineup_b_o{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi10.jpg) no-repeat;
	background-position:0 -30px;
}
#f_kinou_b_o{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi11.jpg) no-repeat;
	background-position:0 -30px;
}
#f_jisseki_b_o{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi12.jpg) no-repeat;
	background-position:0 -30px;
}
#f_toi_b_o{
	width:200px;
	height:30px;
	overflow:hidden;
	background:url(../images/navi13.jpg) no-repeat;
	background-position:0 -30px;
}

/* フッターバナー */
div#f_base div.f02 ul{
	width:167px;
	margin:0;
	padding:0;
	float:left;
}
div#f_base div.f02 li{
	float:left;
	margin:0;
	padding:0;
	list-style-type: none;	
}
div#f_base div.f02 li a{
	margin:0 0 10px 0;
	padding:0;
	display: block;
	text-indent:-9999px;	
}
#b01 a{
	width:167px;
	height:40px;
	overflow:hidden;
	background:url(../images/bnr01.jpg) no-repeat;
}
#b02 a{
	width:167px;
	height:45px;
	overflow:hidden;
	background:url(../images/bnr02.gif) no-repeat;
}
#b03 a{
	width:167px;
	height:51px;
	overflow:hidden;
	background:url(../images/bnr03.jpg) no-repeat;
}
#b04 a{
	width:167px;
	height:45px;
	overflow:hidden;
	background:url(../images/bnr04.jpg) no-repeat;
}

/* アドレス */
address{
	width:167px;
	height:41px;
	margin:15px 0 0 0;
	padding:0;
	overflow:hidden;
	background:url(../images/tel02.gif) no-repeat;
	float:left;
	text-indent:-9999px;
}

/* 中ページトップ */
div#pagetop {
	width:880px;
	_width:875px;
	margin:0 0 15px 0;
	padding:0;
	float:left;
	!float:none;
}
div#pagetop ul{
	float:right;
	margin: 0px;
	padding:0px;
}
div#pagetop li{
	float:left;
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
#pagetop li a{
	margin:0px;
	padding:0px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}
#pagetop_b a{
	background-image: url(../images/page_top.gif);
	background-repeat: no-repeat;
	overflow:hidden;
	background-position:0px 0px;
	width: 110px;
	height: 12px;
}

/* とわ？サブメニュー */
div#right div#r02{
	width:230px;
	margin:0 0 20px 0;
	padding:10px 0 10px 0;
	_padding:10px 0 15px 0;
	float:right;
	background:url(../about/images/base02.gif) ;
}

div#right div#r02 ul{
	float:left;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	padding:0;
}
div#right div#r02 li{
	float:left;
	margin:2px 0 3px 0;
	padding:0;
	list-style-type: none;	
	text-indent: -9999px;
}
div#r02 li a{
	margin:0;
	padding:0;
	display: block;
}

#towa_b a{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/toha_b.gif) no-repeat;
	background-position:0 0;
}
#towa_b a:hover{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/toha_b.gif) no-repeat;
	background-position:0 -30px;
}
#towa_b_o{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/toha_b.gif) no-repeat;
	background-position:0 -30px;
}

#taiou_b a{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/taiou_b.gif) no-repeat;
	background-position:0 0;
}
#taiou_b a:hover{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/taiou_b.gif) no-repeat;
	background-position:0 -30px;
}
#taiou_b_o{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/taiou_b.gif) no-repeat;
	background-position:0 -30px;
}

#kensa_b a{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kensa_b.gif) no-repeat;
	background-position:0 0;
}
#kensa_b a:hover{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kensa_b.gif) no-repeat;
	background-position:0 -30px;
}
#kensa_b_o{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kensa_b.gif) no-repeat;
	background-position:0 -30px;
}


#kakou_b a{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kakou_b.gif) no-repeat;
	background-position:0 0;
}
#kakou_b a:hover{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kakou_b.gif) no-repeat;
	background-position:0 -30px;
}
#kakou_b_o{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kakou_b.gif) no-repeat;
	background-position:0 -30px;
}

#kumitate_b a{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kumitate_b.gif) no-repeat;
	background-position:0 0;
}
#kumitate_b a:hover{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kumitate_b.gif) no-repeat;
	background-position:0 -30px;
}
#kumitate_b_o{
	width:210px;
	height:30px;
	overflow:hidden;
	background:url(../about/images/kumitate_b.gif) no-repeat;
	background-position:0 -30px;
}


