/***　All　***/
* {
	margin:0;
	padding:0;
}

body,html {
	text-align: center;
	height: 100%;
}

body {
	font-family:'ＭＳ Ｐゴシック',Meiryo,'メイリオ',sans-serif;
	color:#666666;
	font-size:12px;
	background:#fff;
	line-height: 14px;
}

a {
	color:#c8608a;

}
a:visited {
	color:#8060c8;
}
a:hover {
	color:#FF6600;
}

ul{
	list-style-type: none;
}

p,div{
	text-align: left;
}

img{
	border: 0px;
}


/*--------------------*/

#all{
	width: 820px;
	background: url(./img/header.jpg) no-repeat #fff;
	margin: 0 auto;
}

h1{
	border-top: 3px solid #f677a4;
	font-size:11px;
	padding:2px 0 0 5px;
}

.h1{
	border-top: 3px solid #f677a4;
	font-size:11px;
	padding:2px 0 0 5px;
	font-weight: bold;
}

#logo{
	font-size	: 24px;
	text-align: left;
	padding:25px 10px 10px;
}

#logo a{
	color:#f7518c;
	text-decoration: none;
	font-weight: 900;

}

h2{
	text-align: left;
	font-size: 13px;
	padding: 0 10px;

}

h3{
	height: 26px;
	line-height: 26px;
	background: url(./img/title.gif) no-repeat;
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 20px 0 10px 0;
	float: right;
	width: 600px;
	text-indent: 30px;
	color: #fff;
}

.h3{
	height: 26px;
	line-height: 26px;
	background: url(./img/title.gif) no-repeat;
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 20px 0 10px 0;
	float: right;
	width: 600px;
	text-indent: 30px;
	color: #fff;
	font-weight: bold;
}

/*-リンクリスト-------------------*/

#link_list_top{
	float: right;
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	width: 250px;
}

#link_list_top p{
	float: right;
	margin: 0 10px;
}

/*-ボタン-------------------*/

#menu_list{
	width: 820px;
	font-weight: bold;
	float: left;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0;
	padding: 1px 0;
	line-height: 25px;
	background: url(./img/menu_bg.gif) 0 1px;
}

#menu_list li{
	float: left;
	border-right: 1px solid #ffb8cc;
}

#menu_list .left{
	margin: 0 0 0 3px;
}

#menu_list .line_none{
	border: none;
}

#menu_list a{
	padding: 0 15px;
	background: url(./img/menu_bg.gif);
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	float: left;
}

#menu_list a:hover{
	background: url(./img/menu_bgo.gif) 0 1px;
	color: #fff;
}

/*-サイドバー-------------------*/

#side_bar{
	float: left;
	width: 200px;
}

.side_menu_title{
	background: url(./img/side_title.gif);
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 20px 0 0;
	color: #fff;
	font-weight: bold;
	text-indent: 17px;
}

#side_menu{
	text-align: left;
	border: 1px solid #ccc;
	line-height: 20px;
	padding: 10px 0;
	color: #e6b97f;
	background: url(./img/side_bg.gif) repeat-x;
}
#side_menu li{
	margin: 0 0 0 10px;
}

#side_menu .down{
	padding: 0 0 0 20px;
}

.side_link_title{
	background: url(./img/side_title.gif);
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 0 0;
	color: #fff;
	font-weight: bold;
	text-indent: 17px;
}

#side_link{
	text-align: left;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 10px 0;
}

#side_link li{
	margin: 0 0 0 10px;
}

.book li{
	margin: 10px 0;
}

.banner{
	margin: 15px 0 0;
}

.banner a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

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

#contents{
	float: right;
	width: 600px;
	margin: 0 0 20px 0;
}

#contents .title{
	line-height: 26px;
	height: 26px;
	text-indent: 15px;
	background: url(./img/border.gif);
}

#top_text_box{
	margin: 10px;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	height: 150px;
}

#top_text_box img{
	float: left;
	margin: 0 10px 10px 0;
}

#top_menu .title{
	width: 295px;
	height: 20px;
	line-height: 25px;
	font-weight: bold;
	background: url(./img/top_title_bg.gif);
	text-indent: 10px;
}

#top_menu div{
	width: 295px;
	margin: 0 0 15px;
	height: 110px;
	background: url(./img/top_box_bg.gif);
}

#top_menu .left{
	float: left;
}

#top_menu .right{
	float: right;
}


#top_menu div .text{
	line-height: 20px;
	padding: 5px 0;
}

#top_menu img{
	float: left;
	margin: 5px 10px 0 5px;
	padding: 0 0 5px;
}





/*-フッター-------------------*/

#footer_link{
	font-size:11px;
	border-top: 1px solid #ccc;
	width: 820px;
	margin: 10px 0 0 0;
	padding: 5px 0;
	text-align: center;
	background: #eee;
	clear: both;
}

#footer_link a{
	color	: #999;
	text-decoration: none;
}

#footer_link a:hover{
	color	: #6699FF;
	text-decoration: underline;
}

#pr_link{
	font-size:11px;
	border-top: 1px solid #ccc;
	width: 820px;
	padding: 5px 0;
	text-align: center;
	background: #eee;
	clear: both;
}

#pr_link a{
	color	: #999;
	text-decoration: none;
}

#pr_link a:hover{
	color	: #6699FF;
	text-decoration: underline;
}


#copy{
	border-top: 1px solid #ccc;
	width: 820px;
	padding: 10px 0;
	text-align: center;
	background: #ccc;
	clear: both;
}




/*-人生の慶事年表-------------------*/

#chro_text_box{
	margin: 10px;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	height: 120px;
}

#chro_text_box p{
	margin: 0 0 10px;
}

#chro_text_box img{
	float: left;
	margin: 0 10px 10px 0;
}



#left_box{
	float: left;
}

#right_box{
	float: right;
}

.chro_tbl{
	background: #ccc;
	width: 295px;
	float: left;
}

.chro_tbl th{
	background: #eee;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 15px;
}

.chro_tbl td{
	background: #fff;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 11px;
}

.chro_tbl td p{
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	color: #6b4c4c;
}

.chro_tbl td .bule{
	color: #85b3ff;
}

.chro_tbl td .red{
	color: #ff8599;
}



/*-法事・法要の種類-------------------*/

#kind_text_box{
	margin: 10px;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	height: 150px;
}

#kind_text_box p{
	margin: 0 0 10px;
}

#kind_text_box img{
	float: left;
	margin: 0 10px 10px 0;
}

.kind_title{
	font-size: 15px;
	margin: 20px 0 10px;
	float: left;
	color: #3366CC;
}

.kind_tbl{
	background: #ccc;
	width: 600px;
	float: left;
}

.kind_tbl th{
	background: #eee;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 13px;
	width: 170px;
	line-height: 18px;
	color: #4c5e6b;
}

.kind_tbl th span{
	font-size: 11px;
}

.kind_tbl td{
	background: #fff;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 11px;
}

.kind_tbl td p{
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
	color: #6b4c4c;
	width: 80px;
}


/*-ご祝儀袋・不祝儀袋のマナー-------------------*/


#manner_text_box{
	margin: 10px;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	height: 110px;
}

#manner_text_box p{
	margin: 0 0 10px;
}

#manner_text_box img{
	float: left;
	margin: 0 10px 10px 0;
}

.manner_box{
	width: 600px;
	margin: 0 0 10px;
}

.manner_box h4{
	width: 600px;
	line-height: 18px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	padding:  5px 0;
	float: left;
}

.manner_box h4 a{
	color: #477eda;
}

.manner_box .left{
	float: left;
	width: 380px;
	line-height: 18px;
}

.manner_box .right{
	float: right;
}

.manner_box_left{
	float: left;
	width: 270px;
	margin: 10px 0 0;
}



.manner_box_right{
	float: right;
	width: 310px;
	margin: 10px 0 0;
}

.manner_box_right p{
	line-height: 18px;
	margin: 0 0 25px;
}

.manner_box_right_width{
	float: right;
	width: 230px;
	margin: 10px 0 0;
}

.manner_box_right_width p{
	line-height: 18px;
	margin: 0 0 25px;
}


.manner_h4{
	font-size: 15px;
	color: #3990e0;
	margin: 0 0 10px;
}

.manner_list{
	width: 600px;
}

.manner_list li{
	float: left;
	margin: 0 0 25px;
}


/*-冠婚葬祭・贈り物豆知識-------------------*/

#know_text_box{
	margin: 10px;
	line-height: 20px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
	height: 100px;
}

#know_text_box img{
	float: left;
	margin: 0 10px 10px 0;
}

.know_list{
	width: 290px;
	line-height: 17px;
}

.know_list li{
	margin: 0 0 20px;
}

.know_list h4{
	font-size: 14px;
	margin: 0 0 3px;
	color:#7f3985;
}

.know_list p{
	font-weight: bold;
	margin: 3px 0;
	color: #7b4c7f;
}


#know_left{
	float: left;
}

#know_right{
	float: right;
}

/*-サイトマップ-------------------*/


#site_menu{
	text-align: left;
	line-height: 20px;
	padding: 10px 0;
	color: #8ee67f;
	background: url(./img/side_bg.gif) repeat-x;
	font-size: 14px;
	letter-spacing: 1px;
}
#site_menu li{
	margin: 0 0 0 10px;
}

#site_menu .both_top{
	clear: both;
	padding: 5px 0 0;
}

#site_menu .both{
	clear: both;
	padding: 25px 0 0;
}

#site_menu .down{
	margin: 10px 0 0 10px;
	padding: 0 0 0 10px;
	float: left;
	width: 175px;
	color: #ccc;
}

/*-相互リンク-------------------*/

.form_tbl{
	margin: 15px 0 15px;
	background: #ccc;
	border: 0;
	font-size: 13px;
	width: 600px;
}

.form_tbl th{
	background: #eee;
	border: 1px solid #fff;
	padding: 5px 15px;
	color: #3968a1;
}

.form_tbl td{
	background: #fff;
	padding: 5px 15px;
}

.form_tbl td p{
	line-height: 20px;
	width: 335px;
}

.form_tbl input{
	border: 1px solid #ccc;
	width: 350px;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 5px;
}

.form_tbl textarea{
	border: 1px solid #ccc;
	width: 350px;
	height: 200px;
	font-size: 13px;
}


#contents .title_link{
	line-height: 26px;
	height: 26px;
	text-indent: 15px;
	background: url(./img/border.gif) repeat-x bottom;
	padding: 20px 0 0;
	color: #5695e2;
}

.text25{
	margin: 15px;
	line-height: 25px;
}

.text18{
	margin: 15px;
	line-height: 18px;
}

/*-リンク集-------------------*/

#link_list{
	font-size: 13px;
	width: 600px;
	float: right;
}

#link_list a{
	font-size: 13px;
	font-weight: bold;
}

#link_list li{
	width: 600px;
	float: left;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0  10px 0;
	border-bottom: 1px dotted #ccc;
}