/*///////////////////////////////////////////////////////////////////////////////////////////////////
   Kigoulab CSS for BR
   created :2004/10/15
   Os: ALL
   Ua: ALL
   base.css
///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*
初期化/////////////////////////////////*/


* {
	margin: 0;
	padding: 0;
}


/*
基本文字/////////////////////////////////*/

body td {
	font-size: 12px;
	line-height: 1.6em;
}

span.en { 	font-family: 'Arial'; }

/*
タグ再定義//////////////////////////////////////////*/

body {
	background-image: url(../../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0;
	padding: 0;
}

a:link { color: #000099; text-decoration:none; }
a:visited { color: #000099; text-decoration:none; }
a:hover { color: #CC0033; text-decoration: underline; }
a:active { color: #CC0033; text-decoration: underline; }

img { border-width: 0; }

p { 
	margin-top: 1em;
	margin-bottom: 0em;
	margin-left:5px;
	margin-right:5px;
}

div.read { 
	margin-top: 0;
	margin-bottom: 0em;
	margin-left:5px;
	margin-right:5px;
}

em {
	font-style: normal;
	font-weight: bold;
	color: red;
}

.emb {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


/*
コラムレイアウト//////////////////////////////////////////*/

#container {
	background-color: #F5F5F5;
	text-align: left; 
	margin: 0 auto; 
	padding:0; 
	width: 748px;
	height:100%; 
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	background-color: #FFFFFF; 
	width: 748px;
}

#home_main {
	background-color: #FFFFFF; 
	padding-bottom: 20px;
}

#logo { 
	width: 748px;
}

#gnavi { 
	width: 748px;
}

#contents {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #FFFFFF; 
 	width: 748px;
}

#maincol {
/*	background-color: #FFFF00;*/
	padding-left:20px; 
	padding-right:20px; 
}

#subcol {
/*	background-color: #FF00FF;*/
	padding-left:10px; 
/*	padding:10px; */
}


#footer {
/*	background-color: #FF00FF;*/
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
}


#sidebar div.list {
	background-color: #F2F2F2;
	padding: 8px;
	border: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #E6E6E6;
	border-style: solid;
}

div.list div.item {
	font-weight: bold;
	font-size: 12px;
	margin-top: 1em;
}

div.list div.subitem {
	font-weight: normal;
	font-size: 12px;
	line-height: 125%;
	text-indent: -7px;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 12px;
}

.subitem {
	font-weight: normal;
	font-size: 12px;
	line-height: 125%;
	text-indent: -7px;
	margin-top: 1em;
	margin-right: 5px;
	margin-left: 26px;
}


/*
見出しクラス //////////////////////////////////////////*/

.m1 {
	font-weight: bold;
	font-size: 200%;
	line-height: 120%;
}


.m2 {
	font-weight: bold;
	font-size: 120%;
	background-image: url(../../img/m2.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-top: 2em;
	padding-top: 4px;
	padding-left: 24px;
	height: 26px;
}

.m3 {
	font-size: 120%;
	font-weight: bold;
	color: #CC6699;
	margin-top: 1em;
	margin-left:5px;
}

.m4 {
	font-weight: bold;
	color: #333333;
	margin-top: 1em;
	margin-left:5px;
}

/*
リストクラス //////////////////////////////////////////*/

.list {
	margin-left:1em;
}


.listitem {
	padding-left: 1.5em;
	background-image: url(../../img/dot.gif);
	background-repeat: no-repeat;
	margin-top:0.2em;
}

/*
囲み //////////////////////////////////////////*/

.box {
	background-color: #FFFFCC;
	padding: 10px;
	border-top: 1px #E4E4E4 solid;
	border-left: 1px #E4E4E4 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	margin-top:1em;
}

.box2 {
	background-color: #FFFFCC;
	padding: 10px;
	border-top: 1px #E4E4E4 solid;
	border-left: 1px #E4E4E4 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
.box div {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

/*
index.html //////////////////////////////////////////*/

.dot_tate {
	font-size: 1px;
	line-height: 0;
	background-image: url(../../img/dot_tate.gif);
	background-repeat: repeat-y;
	background-position: top center;
	width: 1px;
}

.dot_yoko {
	width:100%;
	height: 1px;
	font-size: 1px;
	line-height: 0;
	background-image: url(../../img/dot_yoko.gif);
	background-repeat: repeat-x;
	background-position: center;
}


/*
service_price.html //////////////////////////////////////////*/

.pricetable {
	margin-left:5px;
	margin-top:20px;
}


.pricebox {
	background-color: #E3F2DF;
	margin-left: 10px;
	padding: 10px;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}

.pricebox div {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}





/*
about_us.html //////////////////////////////////////////*/

table.tablelist {

	background-color: #CCCCCC;
	padding: 0px;
	margin-top:1em;
}

td.item { 
	padding-top:4px 6px;
	background-color: #E4E4CC;
}

td.cont { 
	padding:4px 6px;
	background-color: #FFFFCC;
}

/*
about_ceremonylady.html //////////////////////////////////////////*/

table.tablelist_cer {

	background-color: #CCCCCC;
	padding: 0px;
	margin-top:1em;
}

td.day { 
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color: #F7F7F7;
}

td.form { 
	font-style: normal;
	color: #333333;
	background-color: #EDF0FB;
}

td.company { 
	font-style: normal;
	color: #333333;
	background-color: #F7F7F7;
}

td.place { 
	font-style: normal;
	color: #333333;
	padding:3px 3px;
	background-color: #EDF0FB;
}

/*
shasou.html //////////////////////////////////////////*/
#lead {
	margin-top: 20px;
	margin-left: 1px;
	width: 350px;
	float: left;
}

#flower {
	float: left;
	margin-top:30px;
	margin-left:15px;
}

#3point {
	margin-top: 35px;
	margin-bottom: 44px;
	float: none;
	cle ar: both;
}

#3point div {
	float:left;
	margin:0;
	padding:0;
}

#shasoumidashi1 {
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 521px;
	height: 52px;
	margin-top:15px;
}


#shasoumidashi2 ,#shasoumidashi3 ,#shasoumidashi4,#shasoumidashi5,#shasoumidashi6 {
	background-repeat: no-repeat;
	text-indent: -10000px;
	width: 521px;
	height: 41px;
	margin-top:15px;
}


#shasoumidashi1 {
	background-image: url(../../img/P7midahsi1.gif);
}

#shasoumidashi2 {
	background-image: url(../../img/P7midahsi2.gif);
}
#shasoumidashi3 {
	background-image: url(../../img/P7midahsi3.gif);
}
#shasoumidashi4 {
	background-image: url(../../img/P7midahsi4.gif);
}
#shasoumidashi5 {
	background-image: url(../../img/P7midahsi5.gif);
}
#shasoumidashi6 {
	background-image: url(../../img/P7midahsi6.gif);
}

#P7table {
	background-color: #CCCCCC;
	padding: 0px;
	margin-top:1em;
	margin-left:25px;
	margin-bottom:21px;
}
.cont_p7 {
	margin-left:10px;
}

#P7ladies {
	margin-top:40px;
	margin-left:10px;
	margin-bottom:40px;
}

#shasoumidashi2_cont div{
margin-left:5px;
width:258px;
float:left;
}

#shasoumidashi2_cont img {
	margin-left:20px;
	float:right;
}

#client {
	margin-left:10px;
	margin-top:21px;
}

#linktoform {
	margin-top:21px;
	margin-left:200px;
}

#priceboxP7 {
	background-color: #E3F2DF;
	margin-left:25px;
	padding: 10px;
}

#priceboxP7 td {
	padding-top:4px;
	padding-left:4px;
	padding-bottom:4px;
}

