/* ▼基本要素 */
/* ----------------------------------------------------- */
body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0;
}
h3 {
	font-size: 13px;
	margin-bottom: 5px;
}
p {
	line-height: 16px;
	margin-top: 0;
	font-size: 13px;
	color: #333333;
}
p.small {
	font-size: 11px;
}

img {
	border: 0px;
}
td {font-size: 12px;}
th {font-size: 12px;}
dl {margin-top: 0px;}
dt {font-weight: bold;}
dd {line-height: 1.3em;}
ul {margin-top: 0px;}
ol {margin-top: 0px;}
li {line-height: 1.3em;}
strong {}
em {
	font-style: normal;
	color: #005E2A;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
form {
	margin: 0px;
	padding: 0px;
}
textarea{
font-size:12px;
}




/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: underline;
}
/* メニュー部分、フッター部分 */
#menu a:link,.information a:link,#footer a:link{
	color: #333333;
	text-decoration: none;
}
#menu a:visited,.information a:visited,#footer a:visited{
	color: #333333;
	text-decoration: none;
}
#menu a:hover,.information a:hover,#footer a:hover{
	color: #009933;
	text-decoration: none;
}




/* ▼レイアウト */
/* ----------------------------------------------------- */
.wrap {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.contents {
	width: 760px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url(img/menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.main {
	float: right;
	width: 570px;
	margin: 0px;
	padding: 0px;
}
.wrap-650 {
	width: 650px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
/* ▼ヘッダー */
/* ----------------------------------------------------- */
#head {
	width: 760px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15388e;
	margin-left: 10px;
}
#head-1 {
	width: 650px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #15388e;
}
#head h1 {
	font-size: 11px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.sitemap-img {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: left;
	position: relative;
}
.sitemap-img img {
	position: absolute;
	top: -18px;
	right: 0px;
	margin-right: 10px;
}
.summary {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	clear: left;
	position: relative;
}
.summary img {
	position: absolute;
	right: 0px;
	margin-right: 10px;
}
.h-wrap {
	width: 760px;
}
.h-wrap .left {
	width: 268px;
}
.h-wrap .right {
	width: 492px;
}
.tel {
	margin-left: 29px;
	margin-right: 10px;
}

/* グローバルナビゲーション */
.global-navi {
}
.global-navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 760px;
}
.global-navi ul li {
	padding: 0px;
	margin: 0px;
	float:left;
}
.global-navi ul li img{
vertical-align:bottom;
}




/* ▼メニュー */
/* ----------------------------------------------------- */
#menu {
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu dl {
	margin: 0px;
	padding: 0px;
}
.middle dt {
	background-image: url(img/m_main.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
}
#menu dd {
	margin: 0px;
	padding: 0px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
}

/* 更新情報 */
#menu .m-update {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 15px;
	margin-right: 15px;
}
#menu .m-update dt {
	padding-top: 10px;
}
#menu .m-update dd {
	padding-left: 0px;
}
.m-update dd ul li {
	background-color: #f5f5de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.m-update dd ul li a {
	display: block;
	background-image: url(img/m_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
}
/*-- ミドルページ --*/
.middle dt a {
	display: block;
	padding-top: 17px;
	padding-bottom: 14px;
	padding-left: 50px;
}
.middle dd ul li {
	background-image: url(img/m_back.jpg);
	background-repeat: no-repeat;
	line-height: normal;
}
.middle dd ul li a {
	padding-left: 25px;
	display: block;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
}

.middle dd ul li.m-over {
	background-image: url(img/m_back_over.jpg);
	background-repeat: no-repeat;
}

/* お問い合わせ */
.m-contact { background-color: white; margin: 14px 6px 20px; padding-bottom: 4px; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; }
.m-contact p {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.caption {
	padding-top: 10px;
	padding-right: 18px;
	padding-left: 13px;
}
.contact {
	margin-top: 25px;
}




/* ▼フッター */
/* ----------------------------------------------------- */
#footer {
	width: 760px;
	font-size: 12px;
	clear: both;
	margin-left: 10px;
	margin-bottom: 0px;
}
.footer-navi {
	background-color: #ededed;
	padding-left: 15px;
}
.footer-navi ul {
	margin: 0px;
	padding: 6px 0px;
}
.footer-navi ul li {
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: none;
	list-style-type: none;
	padding-right: 3px;
	padding-left: 5px;
	line-height: normal;
	display: inline;
}
.footer-navi ul li.last {
	border-right-width: 0px;
	border-right-style: none;
}
.f-link {
	list-style-type: none;
	margin-left: 0px;
	float: right;
	margin-right: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	width: 140px;
}
.f-wrap {
	width: 760px;
	padding-bottom: 3px;
}
.f-link li {
	line-height: 140%;
	padding-right: 28px;
}
.f-link li a {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.tel-mark {
	vertical-align: middle;
margin-right:5px;
}
address {
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
address strong {
	display: block;
	width: 105px;
	float: left;
	height: 40px;
}
.copyright {
	background-color: #15388e;
	text-align: center;
	clear: left;
	margin-bottom: 0px;
}


/* ▼ミドルページ */
/* ----------------------------------------------------- */
#main2 {
	margin-right: 20px;
	margin-left: 20px;
}
#main3 {
	margin-right: 15px;
	margin-left: 15px;
}
#main2 h1 {
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	color: #0b8440;
	margin-bottom: -10px;
	height: 41px;
	padding-left: 8px;
	line-height: 22px;
	margin-top: 0;
}
#main3 h1 { 
    background-image: url(img/h1-630.jpg); 
    background-repeat: no-repeat; 
    color: #0b8440; 
    margin-bottom: -25px;    
    height: 41px; 
    padding-left: 12px; 
    line-height: 22px;  
	margin-top: 0;
}
#main2 h2 {
	line-height: 28px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 13px;
	margin-bottom: 8px;
}
#main2 h2 a {
	color: #333333;
}
#main2 h3{
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 15px;
	padding-bottom: 4px;
}

/* h1直下テキスト */
.h1-text {
	margin-right: 50px;
	margin-bottom: 10px;
}
/*トピックパス*/
.path {
	background-image: url(img/info_path.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 22px;
	text-align: right;
	padding-right: 15px;
}
/* 霊園・墓地探しパス */
#cemeteries {
	background-image: url(img/cemeteries_path.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* お墓についてパス */
#tomb {
	background-image: url(img/tomb_path.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* 会社案内パス */
#company {
	background-image: url(img/company_path.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/* 選ばれる理由 */
#relief {
	background-image: url(img/relief_path.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/*float解除*/
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}

/* ページトップ */
.to-top {
	text-align: right;
	margin-right: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#main2 .to-top {
	text-align: right;
	margin-right: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* マージンなし */
p.margin-none {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* テキストインデント */
p.indent {
	text-indent: -13px;
	padding-left: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}

/* 矢印 */
.arrow {
	background-image: url(img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

/* コンテンツ、画像指定 */
.left {
	float: left;
}
.right {
	float: right;
}
.img-right {
	float: right;
	margin-left: 15px;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}
.center {
	text-align: center;
}

/* スペース */
.space {
	height: 100px;
	width: 100px;
}
p.arrow-down{
	margin-top: -8px;
	margin-bottom: 5px;
}
.m-banner{ margin-top: 10px; margin-bottom: 5px; margin-left: 15px; }

/* 前ページへ戻る */
p.back {
	margin-bottom: -24px;
	margin-left: 20px;
}

/* テキスト指定 */
.price {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.red{color:#ff0000;}
.comment{
	font-size: 10px;
}
.big{
	font-size: 14px;
}
.big li{
	margin-bottom: 8px;
}
.right-txt{
 text-align:right;
}

/* イメージ指定 */
.v-middle {
	vertical-align: bottom;
}

/* 詳細はこちら */
.detail {
	text-align: right;
	margin-top:-10px;
	padding-right:5px;
}
.detail a {
	background-image: url(img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
p.detail-link {
	text-align: right;
	margin-right: 14px;
	margin-top: -30px;
	margin-bottom: 12px;
}

/* テーブル */
.table { padding: 0;
	background-color: #999999;
	margin-bottom: 20px;
	}
.table th {
	font-size: 13px;
	font-weight: normal;
	background-color: #e6e6e6;
	padding: 5px;
	text-align: left;
}
.table td {
	font-size: 13px;
	background-color: #ffffff;
	padding: 5px;
	line-height: 130%;
	vertical-align: top;
}
.table td span {
	text-align: left;
	padding-left: 22px;
}
.table ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-bottom: 5px;
}

/* カテゴリナビ */
.category-navi {
	margin-top: 20px;
	margin-bottom: 20px;
}
.category-navi dt {
	font-weight: bold;
	background-color: #cecece;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(img/category_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.category-navi dt a { color: #333333; font-size: 14px; }
.category-navi dd { font-size: 14px; border: solid 1px #cecece; margin-left: 0; line-height: 20px; padding: 8px 13px; }
/* リストあしらい */
.block{
margin-top:0px;
padding-left:15px;
margin-left:0px;
}
.block li{
	background-image: url(img/block.gif);
	background-repeat: no-repeat;
	background-position: left center;
padding-left:15px;
list-style:none;
line-height:150%;
}
/* DLタグあしらい */
.dl-list{
	margin-top:10px;
}
.dl-list dt{
color:#4b9f70;
}
.dl-list dd{
	margin-top:-14px;
	margin-left:100px;
	padding-left: 8px;
	border-left: 2px solid #4b9f70;
}

/* 枠指定 */
.box {
	border: 1px solid #7aaa8f;
	padding:8px 10px 5px;
	margin-bottom: 15px;
}
.box em{
	background-image: url(img/mark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #444444;
padding-left:13px;
}
.box p{
	margin-bottom: 8px;
}
.box ul{
	margin-bottom: 3px;
}


/* ▼各ページ */
/* ----------------------------------------------------- */

/* 霊園・墓地探し cemeteries - index.html */
.cemeteries-list {
	width: 530px;
}
.cemeteries-list img {
	display: block;
}
.cemeteries-list p {
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
}
.cemeteries-list .left {
	width: 260px;
}
.cemeteries-list .right {
	width: 260px;
}
#main2 .cemeteries-list h2 {
	background-image: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.cemeteries-list .left div {
	background-image: url(cemeteries/img/public_back.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 260px;
}
.cemeteries-list .right div {
	background-image: url(cemeteries/img/cemeteries_back.jpg);
	background-repeat: no-repeat;
	height: 72px;
	width: 260px;
}


/* 霊園・墓地を地域名探し cemeteries - area - index.html */
.area-list {
	width: 530px;
}
.area-list img {
	display: block;
}
.area-list p {
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
}
#main2 .area-list h2 {
	background-image: none;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
}
.map {
	float: left;
	width: 173px;
	margin-right: 4px;
}
.map2 {
	float: left;
	width: 173px;
}
.area-list .map div,.area-list .map2 div {
	background-image: url(cemeteries/img/map_back.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 173px;
}


/* ○○県（○○・○○・○○）の霊園・墓地探し『いしのや』 cemeteries - area -  */
.tab {
	margin-top: 0px;
	margin-bottom: 0px;
}
.tab a {
	padding-left: 15px;
}
.tab span {
	background-image: url(cemeteries/img/tab.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	width: 130px;
	display: block;
	float: left;
}
.tab span.visit {
	background-image: url(cemeteries/img/tab_visit.gif);
	background-repeat: no-repeat;
}
.tab-list {
 background-image: url(cemeteries/img/tab_list.gif); 
background-repeat: no-repeat;
line-height: 20px;
background-position: left bottom;
padding: 10px 10px 9px;
letter-spacing: -0.1em;
}
.tab-list1 {
 background-image: url(cemeteries/img/tab_list1.gif); 
background-repeat: no-repeat;
line-height: 20px;
background-position: left bottom;
padding: 10px 10px 9px;
letter-spacing: -0.1em;
}
.tab-list2 {
 background-image: url(cemeteries/img/tab_list2.gif); 
background-repeat: no-repeat;
line-height: 20px;
background-position: left bottom;
padding: 10px 10px 9px;
letter-spacing: -0.1em;
}


/* 詳細ページ cemeteries - tokyo - deainokyo.html */
.detail-table {
	background-color: #aac389;
	border: 0px;
	margin-bottom: 15px;
}
.detail-table th {
	background-color: #e2efd9;
	font-weight: bold;
	color: #0b8440;
	line-height: 130%;
	text-align: center;
}
.detail-table td {
	background-color: #FFFFFF;
	text-align: center;
	line-height: 130%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
}
.detail-table td.left-text {
text-align:left;
}
.photo-table {
	border: 0px;
}
.photo-table td {
	vertical-align: top;
}
.photo-table img {
	display: block;
	border: 1px solid #cecece;
	margin-bottom: 4px;
}
.photo-table td.border-none img  {
	display: block;
	border: 0px solid #ffffff;
}
#main2 .photo-table h1 {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
}
#main2 .photo-table h2 {
	font-size: 18px;
	color: #0b8440;
	margin-bottom: -10px;
	height: 41px;
	padding-left: 8px;
	line-height: 22px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
}
#main2 .photo-table h3 {
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.photo-table p {
	padding-right: 10px;
}


/*-- サイトマップ info - sitemap.html --*/
.sitemap ul {
	margin-left: 15px;
	padding-left: 0px;
}
.sitemap ul li {
	background-image: url(img/s-dot.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
.sitemap ul li.s-close {
	background-image: url(img/s-dot2.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.sitemap ul li.s-close2 {
	background-image: url(img/s-dot4.gif);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
.sitemap ul li.s-close3 {
	background-image: url(img/s-dot5.gif);
}
.sitemap ul ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	background-image: url(img/s-dot3.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* 2段組テーブル cemeteries - list - index.html */
.list-table td {
	vertical-align: top;
}
#main2 .list-table h2 {
	font-size: 14px;
	background-image: url(img/h3_half.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding-right: 3px;
	line-height: normal;
	height: auto;
}
#main2 .list-table h2.double {
	background-image: url(img/h3_halfd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 6px;
}
#main2 .list-table h3 {
	font-size: 14px;
	background-image: url(img/h3_half.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding-right: 3px;
	line-height: normal;
	height: auto;
}
.list-table p.detail {
	margin-top: -3px;
}
.list-table ul{
	margin-left: 0px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.list-table li{
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:11px;
	list-style:none;
	line-height:120%;
	margin-bottom: 5px;
	margin-right: 5px;
}
.list-table img {
	margin-bottom: 5px;
}


/* お墓について tomb - index.html */
.sub-wrap {width:530px;}
.sub-wrap .left{width:253px;}
.sub-wrap .right{width:253px;}
.sub-wrap dt{ font-size: 14px; background-image: url(img/line_back.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; margin-bottom: 8px; padding-top: 5px; padding-bottom: 5px; }
.sub-wrap dd{
margin-left: 0px;
padding-left: 0px;
}
.sub-list {
	margin-top: 10px;
	margin-left: 208px;
}
.sub-list dt { color: #4b9f70; font-size: 11pt; background-image: url(img/line_back.gif); background-repeat: no-repeat; background-position: left center; padding-left: 20px; margin-bottom: 8px; padding-top: 5px; padding-bottom: 5px; }
.sub-list dd {
	margin-left: 0;
	margin-bottom: 15px;
}
p.sub-img{width:208px;
float:left;
}


/* お墓の基本知識 tomb - basic - index.html */
.basic-table td {
	vertical-align: top;
}
#main2 .basic-table h2 {
	background-image: url(img/h3_basic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	line-height: 24px;
	height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main2 .basic-table h3 {
	background-image: url(img/h3_basic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	line-height: 24px;
	height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* お墓のリフォーム tomb - reform.html */
.reform-wrap{
width:500px;
	background-image: url(img/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.before{
float:left;
width:240px;
	border: 0px solid #4b9f70;
padding:5px;
}
.after{
float:right;
width:220px;
padding:5px;
	border: 0px solid #4b9f70;
}


/* お墓の種類 tomb - grave.html */
.stele-table{
margin-bottom:15px;
}
.stele-table td{
color:#333333;
font-weight:bold;
padding-top:5px;
}


/* リンクポリシー info - link.html */
p.code {
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #e5e5e5;
	padding: 5px;
}


/* お問い合わせ */
p.number{
	font-size: 20px;
	font-weight: bold;
	color: #025c26;
	margin-top: -5px;
	margin-bottom: 3px;
}


.link{
	font-size: 12px;
	font-weight: bold;
}
.link a{
	font-size: 14px;
	background-image: url(img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-left: 15px;
}
.m-p20 {
	padding-bottom: 20px;
	text-align: center;
}
.no-pad {margin:0px;
         padding:0px;}
				 
@charset "Shift_JIS";


/* ▼TOPページ index.html */
/* インフォメーションテーブル */
.information th {
	font-size: 13px;
	background-color: #f5f5de;
	font-weight: normal;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.information th a {
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
	display: block;
}
.information td {
	font-size: 13px;
	background-color: #f1f7f5;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 120%;
	padding-top: 7px;
	padding-bottom: 7px;
}


/* サイドメニュー
----------------------------------------------------- */

#top #menu ul.sideBnr {
	width:190px;
	}
	
#top #menu ul.sideBnr li{
	text-align: center;
	line-height: 0;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#top #menu ul.sideBnr li a{
	line-height:normal;
	padding:0px;
	margin:0px;
	}

#top #menu ul.sideBnr li a img{
	display:block;
	margin:0px auto;
	}
	
#top #menu .sideBnr li.sideBnrTitle{
	margin-top: 5px;
}

				 
/*　コンテンツ枠
----------------------------------------------------- */

body#top .contents {
	background: url(img/top/contents_bg.gif) repeat-y 570px;
}

body#top #menu {
	width: 190px;
	float: right;
	margin: 0px;
	padding: 0px;
}

body#top .main {
	float: left;
	width: 550px;
	margin: 0px;
	padding: 0px;
}

body#top .main #topPage{
	margin-left: 20px;
}

/*　メイン画像
----------------------------------------------------- */

#top #mainImg{
	width: 760px;
}

#top #mainImg div{
	float:left;
	}

#top #mainImg p{
	float:right;
	height: 128px;
	width: 501px;
	margin: 0px;
	padding: 0px;
	}

#top #mainImg ul{
	margin: 0px;
	padding: 0px;
	list-style: none outside;
	float: right;
	width: 501px;
	height: 117px;
	}

#top #mainImg ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 117px;
	width: 167px;
	list-style: none outside;
}

/*　コンテンツ内容
----------------------------------------------------- */

#top p.link1 {
	margin-top:-23px;
	text-align:right;
	margin-right: 10px;
}

#top .topTitle {
	margin:20px 0px 0px;
	}

#top .arrow2{
	background: url(img/top/arrow2.gif) no-repeat left 3px;
	padding-left: 10px;
}

/*　見出し
----------------------------------------------------- */

#top h2 { 
    color: #0b8440; 
    font-size: 18px; 
    background-image: url(img/dot.gif); 
    background-repeat: repeat-x; 
    background-position: left bottom; 
    margin-top: 18px; 
    margin-bottom: 6px; 
    padding-bottom: 6px; 
}

#top h3 {
	background-image:url(img/h2.jpg);
	background-repeat:no-repeat;
	height:28px;
	line-height:28px;
	margin-bottom:8px;
	padding-left:13px;
	font-size:14px;
	margin-bottom:0px;
}

/*　霊園・墓地をエリアから探す
----------------------------------------------------- */
#top #topArea {
	margin-bottom:20px;
	}
	

/*　おすすめ霊園・墓地情報
----------------------------------------------------- */


#top .osusumeBoxL {
	float: left;
	width: 246px;
	margin-bottom: 15px;
}
#top .osusumeBoxL div{
	float: left;
	width: 115px;
	margin-right: 8px;
	margin-bottom: 5px;
}
#top .osusumeBoxL p{
	font-size: 10px;
	line-height: 1.2em;
	margin: 0px;
	padding: 3px 0px 0px;
}
#top .osusumeBoxR {
	float: right;
	width: 276px;
	margin-bottom: 15px;
}
#top .osusumeBoxR ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#top .osusumeBoxR ul li{
	background: url(img/top/dotte.gif) repeat-x left bottom;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}


/*　霊園・墓地のこだわり探し
----------------------------------------------------- */

#top .kodawariBox{
	padding-top: 5px;
	margin-bottom: 15px;
}

#top .kodawariBoxSection{
	float: left;
	width: 263px;
	margin-bottom: 10px;
}

#top .kodawariImg{
	height: 60px;
	width: 80px;
	margin-right: 10px;
	float: left;
}

#top .kodawariTitle{
	margin-bottom: 5px;
}

#top .kodawariBox p{
	margin: 0px;
	padding: 0px 3px 0px 0px;
}

/*　新着情報
----------------------------------------------------- */

#top .topNew{}

#top .topNew ul{ margin: 0; padding: 0;
	list-style-type: none; list-style-position: outside; }

#top .topNew ul li{
	padding: 5px 5px 3px 8px;
	margin: 0px;
}

/* ---IE7対応clearfix--- */
#top .topNew ul li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#top .topNew ul li {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .topNew ul li {height: 1%;}
.topNew ul li {display: block;}
/* End hide from IE-mac */
/* ---/IE7対応clearfix--- */


/* これ以下はMac版IEでは無効 \*/
#top .topNew ul li{
	clear: both;
}
/* ここまで */


#top .topNew ul li.bg{ background-color:#edfade}
#top .topNew ul li p{
	float: left;
	width: 130px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}
#top .topNew ul li span{
	display: block;
	width: 295px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#top .topNew ul li a.icon{
	display: block;
	float: right;
	height: 15px;
	width: 72px;
}

/*　その他追加
----------------------------------------------------- */

#top #map:hover{ display:none;}