/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.5em;
}
body {
	background-color: #EBF3FF;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #555555;
}
p {
	line-height: 1.5em;
	clear: both;
}
table {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
	color: #555555;
	clear: both;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
	display: none;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 0;
	padding: 0;
}
h2 {
	clear: both;
}
h2.top01 {
	width: 720px;
	height: 37px;
	background-image:url(image/topmidasi_greeting.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #000000;
}
.top01 span {
	line-height: 37px;
	margin-left: 30px;
}
h2.top02 {
	width: 350px;
	height: 37px;
	background-image:url(image/topmidasi_rss.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #000000;
}
.top02 span {
	line-height: 37px;
	margin-left: 30px;
}
h2.cordy {
	color: #FF0000;
	margin: 5px 0;
	font-size: 150%
}
h2.misuhei {
	height: 50px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
	margin: 10px 30px;
	padding-left: 20px;
	line-height: 48px;
	color: #000000;
	font-size: 150%
}
h2.new {
	color: #FFFFFF;
	background-color: #343399;
	font-size: 120%;
	padding: 3px 0 3px 20px;
}
h2.trad {
	font-size: 120%;
	color: #000000;
	border-left: solid 1em #C76B06;
	border-bottom: solid 1px #C76B06;
	margin: 15px 40px;
	padding-left: 15px;
}
h3 {
	clear: both;
}
h3.misuhei {
	color: #2261F3;
	margin: 10px 40px;
	border-bottom: 1px solid #2261F3;
	font-size: 125%
}
h3.jiin {
	color: #1C229A;
	margin: 20px 65px;
	padding-left: 10px;
	border-left: solid 0.6em #1C229A;
	border-bottom: solid 1px #1C229A;
	font-size: 125%
}
h3.jiin02 {
	color: #1C229A;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 0.6em #1C229A;
	border-bottom: solid 1px #1C229A;
	font-size: 125%
}

/* ------------------------------
 リンク関連
------------------------------ */

a {
	color: #555555;
}
a:hover {
	color: #ff0000;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
	margin: 10px;
}
.imgright {
	float: right;
	margin: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

.center {
	text-align: center;
	margin: 15px 0;
}
.text01 {
	margin: 15px 45px;
}
.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
.text02 {
	text-align: right;
	margin: 15px 65px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.bold {
	font-weight: bold;
	color: #000000;
}

/* ------------------------------
 コンテンツ部分
------------------------------ */

div.contents {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background-color: #1C229A;
}
table.contents {
	margin: 0;
}
table.contents02 {
	margin: 10px 30px;
}
div.main {
	background-color: #FFFFFF;
	margin: 0 10px;
	text-align: left;
}
.none {
	display: none;
}

/* ------------------------------
 ヘッダー部分
------------------------------ */

td.header_top {
	width: 780px;
	height: 35px;
	background-image:url(image/header_top.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0.8em;
	color: #000000;
}
.header_top p {
	margin-left: 0.5em;
}
td.header_logo {
	width: 275px;
}
td.header_tel {
	width: 295px;
}
td.header_font {
	width: 210px;
	vertical-align: middle;
	text-align: center;
	font-size: 0.8em;
}
.header_font img {
	vertical-align: middle;
	margin: 0 4px;
}

/* ------------------------------
 メニュー部分
------------------------------ */

td.menu {
	width: 780px;
}
ul.menu {
	width: 100%;
	font-size: 1em;
	list-style: none;
}
.menu li {
	width: 156px;
	height: 35px;
	float: left;
	text-align: center;
}
.menu a {
	width: 156px;
	height: 35px;
	display: block;
	background-image:url(image/menu.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	color: #000000;
}
.menu a:hover {
	background-position:0px -35px;
	color: #FF0000;
}
.menu_o li {
	width: 156px;
	height: 35px;
	float: left;
	text-align: center;
}
.menu_o a {
	width: 156px;
	height: 35px;
	display: block;
	background-image:url(image/menu.gif);
	background-position:0px -35px;
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 35px;
	font-weight: bold;
	color: #FF0000;
}
.menu_o a:hover {
	background-position:0px -35px;
	color: #FF0000;
}


/* ------------------------------
 トップページ部分
------------------------------ */

td.co00 {
	width: 30px;
}
td.co02_1 {
	width: 350px;
}
td.co02_2 {
	width: 20px;
}
td.cordy {
	width: 520px;
}
td.cordy01 {
	width: 150px;
}
td.cordy02 {
	width: 370px;
}
.cordy02 p {
	margin: 10px;
}
.banner {
	width: 200px;
}
.banner img {
	margin-bottom: 10px;
}

/* ------------------------------
 RSS・新着情報表示部分
------------------------------ */

ul.topix {
	margin: 10px 20px;
	list-style: none;
	font-size: 90%
}
.topix li {
	border-bottom: 1px solid #999999;
	padding: 5px;
}
td.topix02 {
	width: 350px;
	background-color: #EFF6FF;
	margin: 0;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.topix02 img {
	margin: 0;
	padding: 0;
}

/* ------------------------------
 パンくず部分
------------------------------ */

p.bread {
	text-align: right;
	margin: 10px;
	font-size: 75%
}

/* ------------------------------
 伝統型仏壇
------------------------------ */

table.tradition {
	margin: 15px 40px;
}
td.tradition {
	width: 350px;
	vertical-align: middle;
}
table.tradition02 {
	margin: 15px 90px;
}
td.tradition02_1 {
	width: 330px;
}
td.tradition02_2 {
	width: 270px;
}
table.trad {
	margin: 20px 67px 20px 68px;
	border-top: solid 1px #6A6899;
	border-left: solid 1px #6A6899;
}
table.trad p {
	margin: 3px;
}
td.trad00 {
	width: 215px;
	height: 20px;
	background-color: #6A6899;
	border-right: solid 1px #6A6899;
	border-bottom: solid 1px #6A6899;
}
td.trad01 {
	width: 215px;
	text-align: center;
	border-right: solid 1px #6A6899;
	border-bottom: solid 1px #6A6899;
}
td.trad02 {
	width: 150px;
	border-right: solid 1px #6A6899;
	border-bottom: solid 1px #6A6899;
}
td.trad03 {
	width: 65px;
	background-color: #DDDDDD;
	border-right: solid 1px #6A6899;
	border-bottom: solid 1px #6A6899;
}
td.trad03 p {
	font-size: 80%;
}
p.tradmidasi {
	color: #000000;
	font-weight: bold;
}
p.tradprice {
	color: #FF0000;
	font-weight: bold;
}

/* ------------------------------
 家具調仏壇
------------------------------ */

table.new {
	margin: 20px 67px 20px 68px;
	border-top: solid 1px #343399;
	border-left: solid 1px #343399;
}
table.new p {
	margin: 3px;
}
td.new00 {
	width: 215px;
	height: 20px;
	background-color: #343399;
	border-right: solid 1px #343399;
	border-bottom: solid 1px #343399;
}
td.new01 {
	width: 215px;
	text-align: center;
	border-right: solid 1px #343399;
	border-bottom: solid 1px #343399;
}
td.new02 {
	width: 150px;
	border-right: solid 1px #343399;
	border-bottom: solid 1px #343399;
}
td.new03 {
	width: 65px;
	background-color: #DDDDDD;
	border-right: solid 1px #343399;
	border-bottom: solid 1px #343399;
}
td.new03 p {
	font-size: 80%;
}
p.newmidasi {
	color: #000000;
	font-weight: bold;
}
p.newprice {
	color: #FF0000;
	font-weight: bold;
}

/* ------------------------------
 位牌
------------------------------ */

table.ihai {
	margin: 15px 50px;
	border-top: 1px solid #1C229A;
	border-left: 1px solid #1C229A;
}
.ihai p {
	margin: 10px;
}
td.ihai01 {
	width: 170px;
	border-right: 1px solid #1C229A;
	border-bottom: 1px solid #1C229A;
}
td.ip01 {
	padding: 0 3px;
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
}
td.ip02 {
	padding: 0 3px;
	font-size: 0.8em;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
}
span.ihainame {
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #888888;
}

/* ------------------------------
 神棚
------------------------------ */

table.kami01 {
	margin: 15px 60px;
}
td.kami001 {
	width: 370px;
	vertical-align: middle;
}
td.kami002 {
	width: 290px;
}
p.kami01midasi {
	margin: 7px;
	color: #000000;
	border-bottom: solid 1px #555555;
	font-weight: bold;
}
p.kami01text {
	margin: 7px;
}
table.kami02 {
	margin: 15px 99px;
	border-top: solid 1px #BBBBBB;
	border-left: solid 1px #BBBBBB;
}
td.kami003 {
	width: 194px;
	border-bottom: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
table.kami03 {
	margin: 15px 159px;
}
td.kami004 {
	width: 154px;
	border: solid 1px #BBBBBB;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
td.kami005 {
	width: 154px;
	border-top: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
td.kami006 {
	width: 154px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 80%
}

/* ------------------------------
 仏壇リフォーム
------------------------------ */

div.qa {
	border: 1px solid #CCCCCC;
	margin: 20px 40px;
}
p.qa_q {
	font-weight: bold;
	color: #FF0000;
	margin: 15px;
}
p.qa_a {
	font-weight: bold;
	color: #0000FF;
	margin: 15px;
}

/* ------------------------------
 ご寺院様向け
------------------------------ */

table.jiin {
	margin: 15px 80px;
}
table.jiin02 {
	margin: 15px 65px;
}
.jiin p {
	margin: 15px 5px;
}
td.ji01 {
	width: 320px;
}
td.ji02 {
	width: 300px;
}
td.ji03 {
	width: 10px;
}
td.ji04 {
	width: 210px;
	text-align: center;
}
p.jiname {
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* ------------------------------
 会社概要
------------------------------ */

table.company {
	margin: 20px 140px;
}
.company p {
	margin: 5px;
}
td.com01 {
	width: 100px;
	border-bottom: solid 1px #2261F3;
	font-weight: bold;
	color: #000000;
}
td.com02 {
	width: 400px;
	border-bottom: solid 1px #2261F3;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 15px 140px;
}
.contact01 {
	width: 150px;
	padding: 5px 0;
}
.contact02 {
	width: 350px;
	padding: 5px 0;
}
input.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
}
textarea.contact {
	width: 320px;
	border: 1px solid #B3B3B3;
}
.btn {
	width: 70px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
}


/* ------------------------------
 サイトマップ
------------------------------ */

ul.sitemap {
	margin: 20px 80px;
	font-weight: bold;
	font-size: 120%
}
.sitemap li {
	margin-bottom: 15px;
}

/* ------------------------------
 フッター
------------------------------ */

p.footer {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
	border-top: 20px solid #2261F3;
	margin-top: 20px;
	padding-top: 10px;
}

/* ------------------------------
 伝統型別カラー
------------------------------ */

td.header_top02 {
	width: 780px;
	height: 35px;
	background-image:url(image/header_top02.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0.8em;
	color: #000000;
}
body.trad {
	background-color: #FFF6B9;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #555555;
}
div.contents_trad {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	background-color: #C76B06;
}
table.trad_b {
	margin: 20px 67px 20px 68px;
	border-top: solid 1px #9A6634;
	border-left: solid 1px #9A6634;
}
table.trad_b p {
	margin: 3px;
}
td.trad00_b {
	width: 215px;
	height: 20px;
	background-color: #9A6634;
	border-right: solid 1px #9A6634;
	border-bottom: solid 1px #9A6634;
}
td.trad01_b {
	width: 215px;
	text-align: center;
	border-right: solid 1px #9A6634;
	border-bottom: solid 1px #9A6634;
}
td.trad02_b {
	width: 150px;
	border-right: solid 1px #9A6634;
	border-bottom: solid 1px #9A6634;
}
td.trad03_b {
	width: 65px;
	background-color: #EACEB4;
	border-right: solid 1px #9A6634;
	border-bottom: solid 1px #9A6634;
}
td.trad03_b p {
	font-size: 80%;
}
p.tradmidasi_b {
	color: #000000;
	font-weight: bold;
}
p.tradprice_b {
	color: #FF0000;
	font-weight: bold;
}
p.footer_b {
	text-align: center;
	font-size: 0.8em;
	line-height: 1.5em;
	border-top: 20px solid #B20904;
	margin-top: 20px;
	padding-top: 10px;
}
