@charset "utf-8";

/*	初期化	
--------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #B49AC7;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.6;
}
hr {
	display: none;
}

/*	リンク　
--------------*/
a img {
	border-style: none;
}
a:link {
	color: #C00;
	text-decoration: underline;	
}
a:hover {
	color: #BBB3D8;
	text-decoration: underline;
}

#bytel,#byfax,#byemail,#map{
	text-decoration: none;
	color: #9246A8;	
}

/*	基本構造　
--------------*/
#wrapper {
	background-color: #FFF;
	width: 800px;
/*  border-right: 1px solid #E5C1CD;
	border-left: 1px solid #E5C1CD;*/
	margin: 0px auto;
}
#header {
	float: left;
	width: 180px;
	margin-left: 30px;
	margin-bottom: 20px;
	position: relative;
	height: 1000px;
}
#toM {
	background-color: #FFF;
	text-align: left;
	padding: 60px;
	height: auto;
	width: auto;
}
#toM table {
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;		
}
.toM {
	font-size: 18px;
	text-indent: 1em;
	font-weight: bold;
}

#main {
	float: right;
	width: 520px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: 30px;
	/*
	padding-left: 20px;*/
}
#main2 {
	float: right;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 20px;
}
#main3 {
	float: right;
	width: 540px;
	padding-right: 30px;
}
#main h3 {
	margin-top: 10px;
}
#footer {
	clear: both;
	/*
	margin-top: 20px;*/
	width: 800px;
	height: 80px;
	padding-top: 20px;
}

/* ヘッダ　
--------------*/
#header #logo {
	top: 0px;
	margin-bottom: 15px;
}
#header #tel,#blog,#yumemai {
	/*top: 90px;*/
	margin-bottom: 15px;
}
#header ul {
	width: 180px;
	height: 205px;
	/*top: 240px;*/
	margin-bottom: 20px;
}
#header ul li {
	list-style: none;
}
#header ul li a {
	background-color: #c9b7d7;
	height: 50px;
	width: 180px;
	display: block;
	margin-bottom: 1px;
}

#header #tsurazu01 {
	/*position: absolute;
	top: 100px;*/	
	width: 180px;
	margin-bottom: 15px;
}

/* メニュー
--------------*/
#header ul li#nHome a {
	background-image: url(images/manu01.jpg) ;
}
#header ul li#nHome a:hover {
	background-image: url(images/manu01_2.jpg);
}

#header ul li#nCompany a {
	background-image: url(images/manu02.jpg);
}
#header ul li#nCompany a:hover {
	background-image: url(images/manu02_2.jpg);
}

#header ul li#nTsurazu a {
	background-image: url(images/manu03.jpg);
}
#header ul li#nTsurazu a:hover {
	background-image: url(images/manu03_2.jpg);
}

#header ul li#nContact a {
	background-image: url(images/manu05.jpg);
}
#header ul li#nContact a:hover {
	background-image: url(images/manu05_2.jpg);
}

#header ul li#nBlog a {
	background-image:  url(images/manu04.jpg);
}
#header ul li#nBlog a:hover {
	background-image: url(images/manu04_2.jpg);
}

/* メインエリア
-----------------*/
#main .inline_flame {
	background-image: url(images/news.gif);
	height: 550px;
	width: 480px;
	background-repeat: no-repeat;
	overflow: auto;
	padding: 5px 20px;
}

#main dl#info dt{
	color: #666666;
	font-weight: bold;
	border-bottom: dotted 2px #cccccc;
	margin-bottom: 8px;
}

#main dl#info dd{
	font-size: 0.875em;
	margin-bottom: 25px;
}

/* 会社紹介 
-------------*/
#main2 #profile {
	width: 485px;
	margin-top: 20px;
	padding-right: 17px;
	padding-left: 18px;
	padding-top: 40px;
	padding-bottom: 10px;
	background-image: url(images/waku_bgi.gif);
	height: 420px;
	background-repeat: no-repeat;

}
#main2 table {
	border-style: none;
	border-collapse: collapse;
	height: 360px;
}
#main2 table th {
	text-align: right;
	vertical-align: top;
	padding: 2px 15px;
}
#main2 table td {
	vertical-align: top;
	padding: 2px 15px;
}
#main2 h4 {
	margin-top: 10px;
}
#station {
	width: 500px;
	padding-left: 20px;
}

/* コンタクト
--------------*/
#main .info {
	height: 120px;
	width: 520px;
	border-style: none;
	border-collapse: collapse;
}
#main .info th {
	width: 150px;
	color: #9246A8;
	font-size: 1em;
	vertical-align: middle;
}
#main .number {
	width: 370px;
	color: #9246A6;
	font-size: 1.9em;
	font-weight: bold;
}
#main .number a {
	color: #9246A6;
}
#main .number a:hover {
	color: #9246A6;
	text-decoration: underline;
}
#main .time {
	width: 370px;
	color: #6666cc;
	font-weight: bold;
	font-size: 1em;
}

/* フッタ　
--------------*/
#footer ul{
	text-align: center;	
	/*vertical-align: bottom;*/
}
#footer ul li {
	display: inline;
	list-style: none;
	height: 40px;	
}
#footer address {
	width: 160px;
	margin-top: 5px;
	margin-right: 320px;
	margin-left: 320px;
	height: 35px;
}


/* 購入方法・プライバシポリシー　共通
--------------------------------------*/
#howtobuy #main,
#privacy #main {
	margin-top: 10px;
}
#howtobuy #main h2,
#privacy #main h2 {
	font-size: 110%;
	height: 70px;
	width: 520px;
	background-image: url(images/subtitle_bgi.gif);
	background-repeat: no-repeat;
	color: #9966CC;
	text-align: center;
	padding-top: 23px;
	clear: both;	
}
/* 購入方法
-------------*/
#howtobuy #main h3 a {
	width: 520px;
	text-align: center;
	color: #FF3366;
	font-size: 1.2em;
	display: block;
}
#howtobuy #main h3 a:hover {
	color: #FF3366;
	text-decoration: underline;
}
#howtobuy dl {
	width: 520px;
	height: 140px;
	padding-bottom: 10px;
}
#howtobuy dt {
	width: 100px;
	height: 140px;
	padding-left: 20px;
	float: left;	
}
#howtobuy dd {
	width: 360px;
	height: 140px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;	
}
.chousei{
	width: 480px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.chousei_left {
	width: 480px;
	padding-left: 20px;
	padding-right: 20px;
}
.right {
	width: 500px;
	padding-right: 20px;
	text-align: right;
	vertical-align: text-bottom;
	line-height: 14px;
}
/* 購入方法　table
-------------------*/
#howtobuy table {
	width: 520px;
	border-collapse: collapse;
	border: 1px solid #999;
}
#howtobuy table th{
	text-align: center;
	border: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#howtobuy table td{
	text-align: center;
	border: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.left {
	text-align: left;
}


/* プライバシポリシー
----------------------*/
/*
#privacy #main h4 {
	font-size: 100%;
	height: 70px;
	width: 520px;
	background-image: url(images/subtitle_bgi.gif);
	background-repeat: no-repeat;
	color: #9966CC;
	text-align: center;
	padding-top: 23px;	
}
*/
#privacy #main table {
	width: 520px;
	border-style: none;
	border-collapse: collapse;
	/*
	margin-right: 10px;
	margin-left: 10px;
	*/
	margin-bottom: 30px;
}
#privacy #main table th {
	text-align: right;
	vertical-align: top;
	width: 140px;
	padding-right: 10px;
	padding-bottom : 10px;
}
#privacy #main table td {
	text-align: left;
	vertical-align: middle;
	width: 330px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom : 10px;
}
#privacy #main dl dt {
	margin-top: 5px;
	margin-bottom: 5px;
}
#privacy #main dl dd {
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 10px;
}

/* つら～ず　サブメニュー
--------------------------*/
#tsurazu #main2 ul {
	background-color: #A688BD;	
	list-style: none;	
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;	
}
#tsurazu #main2 ul li{
	display: inline;
	height: 24px;
	width: 520px;
	color: #FFF;
}
#tsurazu #main2 ul li a {
	color: #FFF;
}
#tsurazu #main2 ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* つら～ず
------------*/
#main2 #senden p {
	font-weight: bold;
	padding-bottom: 10px;
	
}
#main2 #senden {
	/*background-image: url(images/waku_bgi.gif);
	background-repeat: no-repeat;*/
	/*height: 355px;*/
	width: 520px;
	/*padding: 35px 50px 30px;*/
}

/* つら～ず　ボタン
--------------------*/
#main2 h4 a {
	background-image: url(images/howto_button_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 150px;
	margin-left: 340px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main2 h4 a:hover {
	background-image: 
url(images/howto_button_02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 150px;
	margin-left: 340px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main3 h4 a {
	background-image: url(images/howto_button_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 150px;
	margin-left: 360px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main3 h4 a:hover {
	background-image: 
url(images/howto_button_02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 150px;
	margin-left: 360px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main3 .pt {
	text-align: right;
	padding-right: 30px;
}

/* つら～ず　ポイント
----------------------*/
#main3 #point {
	/*background-image: url(images/point_bgi.gif);
	background-repeat: no-repeat;*/
	width: 540px;
	padding-right: 15px;
	padding-left: 15px;
}
/*#main3 #point dl {
	width: 350px;
	height: 480px;
	padding-top: 10px;
 }*/

#main3 #point dt {	
	color: #990099;
	font-weight: bold;
	width: 500px;
	padding-left: 10px;
	/*padding-top: 5px;/*/
	font-size: 1.5em;
}
#main3 #point dd {
	width: 460px;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 40px;
	padding-bottom: 20px;
}

/* お客様の声
----------------*/
#main3 #kugiri {
	background-image: url(images/voice_line_bgi.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 24px;
	width: 540px;
	display: block;
}
#main3 #v01{
	background-image: url(images/bag.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main3 #v02{
	background-image: url(images/tea.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main3 #v03{
	background-image: url(images/dance.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main3 #v04{
	background-image: url(images/runner.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main3 #v05{
	background-image: url(images/cute.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main3 .voice {
	height: 100px;
	width: 540px;
}
#main3 .voice dt {
	float: left;
	height: 100px;
	width: 100px;
}
#main3 .voice dd {
	float: right;
	height:90px;
	width: 420px;
	padding: 5px 10px;
}


/* つら～ず　サブタイトル
--------------------------*/
#main3 h3 {
	/*
	background-image: url(images/sizuku.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #A792C9;
	color: #FFF;
	height: 34px;
	width: 540px;
	text-indent: 70px;
	*/
	margin-top: 30px;
	margin-bottom: 30px;
}


/* つら～ず　Q&A
------------------*/
#main3 .qa {
	width: 500px;
	height: 140px;
	padding: 20px;
	background-image: url(images/qa_bgi.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#main3 .qa2 {
	width: 500px;
	height: 200px;
	padding: 20px;
	background-image: url(images/qa_bgi2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#main3 .qa dt,
#main3 .qa2 dt {
	width: 450px;
	color: #6633CC;
	font-weight: bold;
	font-size:1.1em;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 30px;
}
#main3 .qa dd,
#main3 .qa2 dd {
	margin-bottom: 10px;
	width:440px;
	padding-right: 30px;
	padding-left: 30px;
	font-size:font-size: 87.5%;
}
#main3 #bath img {
	padding-left: 20px;
	float: left;
}

/* サイトマップ
-----------------*/
#main .smap {
	float: left;
	height: 175px;
	width: 100px;
	background-image: url(images/sitemap_bgi_02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 15px 15px 10px;
}
#main .smap dl dt {
	color: #CC66CC;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#main .smap dl dd,
#main .smap dl dd a {
	color: #9999FF;
	font-weight: bold;
	text-align: left;
}

/* その他
------------*/
.pink {
	color: #FF3399;
	font-weight: bold;	
}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.red {
	color: #F00;
	font-weight: bold;
	text-align:center;
	font-size: 24px;
}

#company h3 {
	width: 520px;
	padding-left: 20px;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
	
}
#tsurazu  #main3 h3 {
	background-color: #C6C;
	text-indent: 40px;
	display: block;
	color: #FFF;
	background-image: url(images/hana01.png);
	background-position: left center;
	background-repeat: no-repeat;
}
