
/* ------------------------------------------------------    共通   */

body,div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre,
form, fieldset, input, textarea, blockquote, table {  
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

li {
	list-style: none;
}

.flt-l {
	float: left;
	margin-right: 10px;
}

.flt-r {
	float: right;
	margin-left: 10px;
}

strong {
	color: #89D8FF;
	font-size: 1.1em;
}

span {
	color: #F59292;
	font-weight: 600;
}

span.orange {
	color:#FF6C00;
	font-weight: 600;
	border-bottom: double 3px;
}

span.red {
	color: #FF0000;
	font-weight: 600;
}



/* -------------------------------- */

a:link {
	color: #89D8FF;
	text-decoration: underline;
} 
a:visited {
	color: #89D8FF;
	text-decoration: underline;
} 
a:hover {
	color: #F49090;
	text-decoration: underline;
} 

a:active {
	color: #F49090;
	text-decoration: underline;
}

a:focus{
	outline:none;
}


/* -------------------------------- */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
  	  font-size: 0px;
}
* html.clearfix { display: inline-block; }

/* -------------------------------- */

body {
	color: #FAFAFA;
	background: url(../img/bg.jpg) left top;
	background-color: #001447;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif ;
	line-height: 140%;
}

#wrap {
	width: 800px;
	margin: 0px auto 0px auto;
	border: solid 1px #001447;
	text-align: left;
}


#header {
	width: 800px;
	height: 225px;
	background: url(../img/header.jpg) no-repeat left top;
}

h1{
	display: block;
	width: 345px;
	height: 70px;
	/*
	background: url(../img/logo.gif) no-repeat left top;
	text-indent: -500em;
	*/
	cursor: pointer;
}

#main {
	width: 760px;
	padding: 5px 20px 20px 20px;
	background-color: #001447;
}


	#main:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	}
	* html　#main  { display: inline-block; }



/* ------------------------------------------------------    メニュー   */
#menu {
	float: left;
	width: 170px;
	margin-right: 30px;
	padding-top: 8px;
	background-color: #101E55;
}

#menu ul {
	padding: 3px 0px 15px 0px;
}

#menu ul li {
	background: url(../img/menu_listmark.jpg) no-repeat 10px 6px;
	padding: 1px 0px 1px 30px;
}

#toppage {
	margin-bottom: 10px;
}


/* ------------------------------------------------------    コンテンツ   */
#contents {
	float: right;
	width: 560px;
}

#contents div {
	clear: both;
	margin: 0px 0px 25px 0px;
}
#contents2 {
	float: right;
	width: 580px;
}

#contents2 div {
	clear: both;
	margin: 0px 0px 0px 0px;
}

	#contents div:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	   font-size: 0px;
	}
	#contents2 div:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	   font-size: 0px;
	}
	* html#contents div { display: inline-block; }
	* html#contents2 div { display: inline-block; }


h2 {
	width: 560px;
	height: 80px;
	text-indent: -500em;
	margin-bottom: 15px;
}


h3 {
	font-size: 1.3em;
	color: #F59292;
	padding: 0px 0px 10px 20px;
	background: url(../img/listmark.jpg) no-repeat 0px 2px;
}

h3.top {
	font-size: 1.1em;
	color: #F59292;
	padding: 0px 0px 10px 20px;
	background: url(../img/listmark.jpg) no-repeat 0px 2px;
}

h3.attention {
	font-size: 1.1em;
	color: #F59292;
	padding: 0px;
	background: none;
}


div#detail {
	clear: both;
	width: 560px;
	text-align: right;
	margin: 0px;
}


/* -------------------------------- 「悪徳業者にご注意！」 */

div#attention {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: double 4px #FF6C00;
}

div#attention p {
	margin-bottom: 10px;
}

div#attention strong {
	color: #FF6C00;
	font-size: 1.2em;
}

div#attention span {
	color: #6CD0F1;
	font-weight: 600;
}


/* -------------------------------- トップページ */

h2#top_name {
	width: 560px;
	height: 45px;
	font-size: 1.6em;
	font-weight: 600;
	text-indent: 0;
	margin-bottom: 0px;
	padding: 5px 0px 0px 0px;
}

div#kyoukai {
	width: 560px;
	height: 45px;
	margin: 40px 0px 20px 0px;
}

div#kyoukai img {
	float: left;
	width: 200px;
	height: 45px;
	margin-right: 10px;
	vertical-align: middle;
}

div#news {
	width: 560px;
	height: 120px;
	background: url(../img/top_news_bg.gif) no-repeat 0px 25px;
}

div#news_overflow {
	width: 547px;
	height: 80px;
	overflow: scroll;
	padding: 3px 0px 5px 5px;
	margin: 7px 0px 0px 5px;
	color: #333333;
	line-height: 140%;
}


div#news a:link {
	color: #333333;
	text-decoration: underline;
} 
div#news a:visited {
	color: #666666;
	text-decoration: underline;
} 
div#news a:hover {
	color: #F49090;
	text-decoration: underline;
} 


/* -------------------------------- システム */

div.system h2 {
	background: url(../img/title_system.jpg) no-repeat left top;
}

table#table_meyasu {
	width: 350px;
}

table#table_meyasu th {
	width: 80px;
	padding: 5px;
	text-align: center;
	background-color: #213E88;
	color: #ffffff;
}

table#table_meyasu td {
	padding: 5px;
	background-color: #09205A;
}


/* -------------------------------- 移動火葬車 */

div.car h2 {
	background: url(../img/title_car.jpg) no-repeat left top;
}


/* -------------------------------- Ｑ＆Ａ */

div.qa h2 {
	background: url(../img/title_qa.jpg) no-repeat left top;
}

div.qa dl {
	margin: 0px 0px 20px 0px;
}

div.qa dt {
	font-weight: 600;
	color: #FF8F3D;
	margin-bottom: 5px;
	font-size: 1.1em;
}

div.qa dt:first-letter {
	font-size: 1.5em;
}


div.qa dd {
	border: solid 1px #666666;
	padding: 10px;
}

div.qa dd:first-letter {
	font-weight: 600;
	font-size: 1.5em;
}

div.qa ul#ul1 {
	padding: 10px 0px 0px 20px;
}

div.qa ul#ul1 li {
	padding-bottom: 10px;
	list-style: square;
}

div.qa ul#ul1 p{
	padding: 10px 0px 0px 0px;
}



/* -------------------------------- お知らせ */

div.news h2 {
	background: url(../img/title_news.jpg) no-repeat left top;
}

div.news dl {
	margin: 0px 0px 20px 0px;
}

div.news dt {
	font-weight: 600;
	color: #89D8FF;
	margin-bottom: 5px;
}

div.news dt#news_attention_dt {
	color: #FF6C00;
	font-size: 1.2em;
}

div.news dd#news_attention_dd {
	padding: 10px;
	border: double 4px #FF6C00;
	line-height: 150%;
}

div.news dd#news_attention_dd strong {
	font-size: 1.0em;
}





/* -------------------------------- 各エリア共通　料金表 */

table#table_price {
	width: 555px;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 5px;
}

table#table_price th {
	width: 186px;
	padding: 3px;
	text-align: center;
	background-color: #213E88;
	color: #ffffff;
}

table#table_price td.table_title {
	width: 186px;
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	font-weight: 600;
	color: #001447;
}

table#table_price td.table_title2 {
	width: 90px;
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	font-weight: 600;
	color: #001447;
}

table#table_price td.table_title3 {
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	font-weight: 600;
	color: #001447;
	line-height: 100%;
}

table#table_price td.table_title4 {
	width:100%;
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	font-weight: 600;
	color: #001447;
}

table#table_price td.table_title5{
	text-align:center;
}


table#table_price td {
	width: 186px;
	padding: 3px;
	text-align: center;
	background-color: #09205A;
}

div.shop {
	clear: both;
	margin: 0px 0px 20px 0px;
	border: solid 1px #666666;
	padding: 10px;
	}

div.shop p.shop_note {
	clear: both;
}

ul.price_notes li {
	padding: 0px 0px 10px 18px;
	background: url(../img/listmark2.gif) no-repeat left top;
}

span.tokyo {
	color: #FF0000;
	font-weight:normal;
	font-size: 0.9em;
}

p#tokyo-title {
	margin-bottom: 4px;
}

table#table_price th.tokyocenter{
	text-align:left;
	padding-left:20px;
}



/* -------------------------------- 各エリア共通　サービスエリア */

div.area_note p {
	padding-bottom: 7px;
}

 table#table_area {
	width: 555px;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 5px;
}

table#table_area th {
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	font-weight: 600;
	color: #001447;
}


table#table_area td {
	padding: 3px;
	text-align: center;
	background-color: #09205A;
}


/* -------------------------------- 各エリア共通　提携霊園 */

div.reien_note p {
	padding-bottom: 7px;
}

div.photo {
	clear: both;
	width: 560px;
	margin: 0px 0px 8px 0px !important;
}


/* -------------------------------- 東京　提携霊園 */

div.reien_t h2 {
	background: url(../img/title_reien_t.jpg) no-repeat left top;
}

/* -------------------------------- 東京　料金表 */

div.price_t h2 {
	background: url(../img/title_price_t.jpg) no-repeat left top;
}

/* -------------------------------- 東京　サービスエリア */

div.area_t h2 {
	background: url(../img/title_area_t.jpg) no-repeat left top;
}

/* -------------------------------- 東京　自宅葬・寺院葬 */

div.zitakusou_t h2 {
	background: url(../img/title_zitakusou_t.jpg) no-repeat left top;
}

div.zitakusou_t div.flower {
	clear:none !important;
	float: left;
	width: 170px;
}

div.zitakusou_t div.flower img {
	margin-bottom: 5px;
}


div.zitakusou_t div.flower p {
	width: 170px;
	text-align: center;
}

.clear{
	clear:both;
}

/* -------------------------------- 愛知　料金表 */

div.price_a h2 {
	background: url(../img/title_price_a.jpg) no-repeat left top;
}

/* -------------------------------- 愛知　サービスエリア */

div.area_a h2 {
	background: url(../img/title_area_a.jpg) no-repeat left top;
}

/* -------------------------------- 愛知　提携霊園 */

div.reien_a h2 {
	background: url(../img/title_reien_a.jpg) no-repeat left top;
}


/* -------------------------------- 大阪　料金表 */

div.price_o h2 {
	background: url(../img/title_price_o.jpg) no-repeat left top;
}

/* -------------------------------- 大阪　サービスエリア */

div.area_o h2 {
	background: url(../img/title_area_o.jpg) no-repeat left top;
}

/* -------------------------------- 大阪　提携霊園 */

div.reien_o h2 {
	background: url(../img/title_reien_o.jpg) no-repeat left top;
}



/* --------------------------------　会社概要 */
div.company h2 {
	background: url(../img/title_company.jpg) no-repeat left top;
}

div.company blockquote {
	padding: 10px 0px 20px 20px;
	color: #FFD35C;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	line-height: 160%;

}

div.company blockquote p {
	text-align: right;
	padding-right: 20px;
}
	



/* --------------------------------　お問い合わせ */
div.contact h2 {
	background: url(../img/title_contact.jpg) no-repeat left top;
}

table#table_comapny {
	width: 555px;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 5px;
}

table#table_comapny th {
	width: 140px;
	padding: 3px;
	text-align: center;
	background-color: #213E88;
	color: #ffffff;
}

table#table_comapny td {
	padding: 3px;
	background-color: #09205A;
}


/* --------------------------------　アンケート */
div.question h2 {
	background: url(../img/title_question.jpg) no-repeat left top;
}


/* --------------------------------　お問い合わせ・アンケート */
table#table_post {
	width: 555px;
	border-collapse: collapse;
	border-spacing: 1px;
	margin-bottom: 5px;
}

table#table_post th {
	width: 200px;
	padding: 3px;
	background-color: #213E88;
	color: #ffffff;
}

table#table_post td {
	padding: 3px;
	background-color: #09205A;
}

table#table_post td.submit_td {
	padding: 15px;
	text-align: center;
}

.ime-off {
	ime-mode: disabled;
}

/* -------------------------------- リンク集 */

div.link h2 {
	background: url(../img/title_links.jpg) no-repeat left top;
}

div.link dl {
	width: 560px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #666666;
}

div.link dl dt {
	float: left;
	width: 110px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}

div.link dl dd {
	float: left;
	width: 420px;
}

	div.link dl:after {
	   content: ".";
	   display: block;
	   clear: both;
	   height: 0;
	   visibility: hidden;
	}
	* html　div.link dl  { display: inline-block; }


div.link dl#loverice_link {
	padding-top: 15px;
	border: double 4px #B7DEF1;
}

div.link dl#loverice_link dt {
	text-align: center;
}


/* -------------------------------- ブログ */

div.blog h2 {
	background: url(../img/title_blog.jpg) no-repeat left top;
}


/* ------------------------------------------------------    フッター   */
#footer {
	clear: both;
	width: 760px;
	background: url(../img/footer_bg.jpg) repeat-x left top;
	background-color: #001447;
	padding: 20px 20px 10px 20px;
}

#footer p {
	line-height: 110%;
	text-align: center;
}

#footer p#copyright {
	font-size: 0.9em;
}