@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 90%;
	line-height: 1.5;
	color: #666666;
	background-color: #f0f5f7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*汎用設定
---------------------------------------------------------------------------*/
.mr6{
	margin-right:6px;}
.mt10{margin-top:10px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{
	margin-bottom:20px;}

/* clearfix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* clearfixここまで　*/	

.clear{
	clear:both !important;}


/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #666666;		/*リンクの文字色*/
}

a:hover {
	color: #61AAC8;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/mainimg.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 138px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #a7d5e8;
	background-position: center center;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 11px;		/*h1タグの文字サイズ*/
	color: #006ab8;	/*h1タグの文字色*/
	line-height: 13px;
	position: absolute;
	right: 14px;	/*ヘッダーに対して右から10pxの位置に配置*/
	bottom: 2px;	/*ヘッダーに対して下から10pxの位置に配置*/
	width: 416px;
}



/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	padding-bottom: 3px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 20px;
}

/*#main h2 {
	font-size: 140%;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 4px solid #61AAC8;
	background-image: url(images/h2bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #d6e9f1;
	padding: 5px 5px 3px 10px;
	margin-bottom: 10px;
}*/

#main h2 {
	/*font-size: 140%;*/
	font-size: 20px;
	font-weight: bold;
	/*background-color: #FFFFFF;*/
	/*border-top: 1px solid #d6e9f1;*/			/*h2タグの上線*/
	/*border-bottom: 4px solid #61AAC8;*/		/*h2タグの下線*/
	background-image: url(images/h2bg_long.gif);	/*h2タグの背景画像*/
	/*background-position: bottom;*/
	background-repeat: no-repeat;
	padding: 15px 0px 0px 60px;
	/*margin-bottom: 10px;*/
	height: 53px;
}


#main h3 {
	/*font-size: 140%;*/
	font-size: 18px;
	font-weight: bold;
	/*background-color: #FFFFFF;*/
	/*border-top: 1px solid #d6e9f1;*/			/*h2タグの上線*/
	/*border-bottom: 4px solid #61AAC8;*/		/*h2タグの下線*/
	background-image: url(images/icon_tera.jpg);	/*h2タグの背景画像*/
	/*background-position: bottom;*/
	background-repeat: no-repeat;
	padding: 0px 0px 0px 38px;
	/*margin-bottom: 10px;*/
	height: 30px;
	line-height:30px;
	vertical-align:middle;
	background-position:5px 0px;
}


#main p {
	padding: 0.18em 0.5em 0.18em 0.5em;
}

.mainbox p {
	padding: 0.2em 0.2em 0.2em 0.2em;
}


/*　寺紹介　*/
.mod_gallery_navi{
	float:right;
	width:282px;
	height:264px;
}



#photo{
	width:700px;
	height:350px;
	margin:20px 0 0 0;
}
#photo img{
	position:absolute;
}



.mod_gallery{
 margin:0 !important;
 padding-bottom:0 !important;
 
}

/* .mod_gallery_navi */
.mod_gallery_navi li{
	float:left;
	margin-bottom:4px;
	background:none;
	}
.mod_gallery_navi li a{
	display:block;
}
/* mod_gallery_photo */
.mod_gallery_photo{
	width:700px;
	height:300px;
	margin:20px 0 0 0;
}
.mod_gallery_photo img{
	position:absolute;
}




/*メインコンテンツ内のボックス*/
#mainbox {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
}

/*メインコンテンツ内のボックス*/
.box1 {
	width: 224px;
	float: left;

	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 10px;
}

.box1_in {
	width: 212px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #FFFFFF;	/*枠線色*/
	padding: 5px;				/*余白*/
}

.box1sr {
	width: 336px;
	float: right;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 10px;
}
.box1sl {
	width: 336px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 10px;
}
.box1s_in {
	width: 314px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #FFFFFF;	/*枠線色*/
	padding: 5px;				/*余白*/
}

/*水島石材について
---------------------------------------------------------------------------*/
.about_mizushima{
	
}

.about_mizushima p{
	margin-bottom:3px;
}


/*墓石・石材
---------------------------------------------------------------------------*/
.box2waku {
	/*width: 224px;*/
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	/*border: 1px solid #a7d5e8;*/
	/*padding: 5px;*/
	margin-bottom: 40px;
}
.text_box2{
	width:660px;
}
.title_box2{
	font-size:16px;
	padding:2px 4px;	
}

.box2 {
	width: 332px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;
	padding: 5px;				/*余白*/
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.box2_in {
	width: 326px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	/*border: 1px solid #FFFFFF;	枠線色*/
	/*padding: 5px;				余白*/
}

.box2_title {
	width: 326px;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}

.box2_moji {
	width: 316px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.boseki_center{
	width:700px;
	font-weight:inherit;
	border:3px double #61AAC8;
}
.boseki_center p{
	margin-bottom:5px;
}

/*お墓ができるまでページ
---------------------------------------------------------------------------*/
#nagare {
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
}

.nagare_left {
	width: 200px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;	/*背景色*/
	padding: 5px;				/*余白*/
	margin-bottom: 20px;
}

.nagare_right {
	width: 480px;
	float: right;
	background-color: #FFFFFF;	/*背景色*/
	padding: 5px;				/*余白*/
	margin-bottom: 20px;
}

.nagare_title {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006ab8;
	padding: 5px 5px 3px 10px;
}

.nagare_item1 {
	height: 180px;
}

.nagare_item2 {
	height: 50px;
}

.nagare_item3 {
	height: 72px;
}

.nagare_item4 {
	height: 24px;
}

.nagare_item5 {
	height: 50px;
}

.ex {
	clear: both;
}

/*よくあるご質問
---------------------------------------------------------------------------*/
.faq {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 10px 10px 0px 10px;				/*余白*/
	margin-bottom: 10px;
}

.faqin {
	background-color: #FFFFFF;	/*背景色*/
	margin-bottom: 15px;
}

.faq_last {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 10px;				/*余白*/
	margin-bottom: 20px;
}

.faq_number {
	width: 40px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	margin-right: 5px;
}

.faq_left {
	width: 240px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
}

.faq_right {
	width: 640px;
	float: right;
}

.faq_title {
	font-size: 140%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #006ab8;
	padding: 0px;
	margin-bottom: 5px;
}

.ex {
	clear: both;
}

/*リフォーム例
---------------------------------------------------------------------------*/
.rei {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 10px;				/*余白*/
	margin-bottom: 5px;
}

.rei_b {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 10px;				/*余白*/
	margin-bottom: 10px;
}

.rei_last {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 10px;				/*余白*/
	margin-bottom: 30px;
}

.rei_number {
	width: 80px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	margin-right: 10px;
}

.rei_left {
	width: 240px;
	float: left;
	background-color: #FFFFFF;	/*背景色*/
}

.rei_right {
	width: 350px;
	float: right;
	background-color: #FFFFFF;	/*背景色*/
}

.rei_title {
	font-size: 140%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #006ab8;
	padding: 5px;
	margin-bottom: 5px;
}

.rei_item1 {
	height: 180px;
}

.rei_item2 {
	height: 50px;
}

.rei_item3 {
	height: 72px;
}

.rei_item4 {
	height: 24px;
}

.rei_item5 {
	height: 50px;
}

.ex {
	clear: both;
}

/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #a7d5e8;
}

#side p {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.coupon {
	/*width: 224px;*/
	float: left;
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a7d5e8;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-top: 5px;
	margin-bottom: 10px;
}

.leftlogo {
	margin-bottom: 2px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 60px;
	color: #666666;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 20px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;
}


/*フッター上
---------------------------------------------------------------------------*/
#footer_ue {
	text-align: center;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}


/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}


/*トップページの「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 688px;			/*What's Newボックスの幅*/
	height: 70px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#main dl.new dt {
	font-weight: bold;		/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #d6e9f1;	/*日付ごとに入る下線*/
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 708px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #a7d5e8;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #F5FAFC;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}


/*その他
---------------------------------------------------------------------------*/
.faq_moji {
	font-size: 120%;
	color: #006ab8;
	font-weight: bold;
}

.color1 {
	color: #e86f85;
}

.moji1 {
	font-size: 120%;
	font-weight: bold;
}

.moji2 {
	font-size: 140%;
	font-weight: bold;
}

.look {
	background-color: #F3F0ED;
}

.mb1em {
	margin-bottom: 1em;
}
