@charset "utf-8";
/* CSS Document */



/* 全体構造
---------------------------------------------------- */

body {
	font-size: 12px;
	_font-size: 75%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(img/bg.png);
	background-repeat: repeat-y;
}

p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}

address {
	margin-top: 14px;
	letter-spacing: 0.05em;
	font-style: normal;
}
* html address {
	margin-top: 12px;
	letter-spacing: 0.05em;
	font-style: normal;
	line-height: 1.3;
}

img { border: none;}

hr { clear: both;}

a{
	text-decoration: none;
	color: #660000;
}
a:hover{
	color: #9900CC;
	text-decoration: none;
}



/* ヘッダー
---------------------------------------------------- */


#header {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 75px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}
#header p{
	font-size: 89%;
	_font-size: 76%;
	_line-height: 1.4;
	margin-left: 20px;
}


h1{
	margin: 0 0 3px;
	padding: 0;
	font-size: 100%;
}
h1 a{
	display: block;
	width: 540px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(img/humpty.png);
}
h1 a:hover{
	background: transparent url(img/humpty.png) 0 -40px no-repeat;
}


.m_imege {
	width: 700px;
	height: 250px;
	margin: 0 15px;
	padding: 0;
}

.k_imege {
	width: 700px;
	height: 100px;
	margin: 0 15px;
	padding: 0;
}





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


#footer {
	clear: both;
	width: 730px;
	height: 85px;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
}

.f_navi {
	color: #FFFFFF;
	padding-top: 4px;
}

.f_navi a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 1em;
}
.f_navi a:hover{
	color: #660000;
	text-decoration: none;
}



/* トップページ
---------------------------------------------------- */

#contents {
	clear: both;
	width: 640px;
	margin: 25px 0 0 50px;
	padding: 0;
	background-color: #FFFFFF;
}

#contents h3{
	clear: both;
	display: block;
	text-indent: -9999px;
	font-size: 100%;
	margin-bottom: 2em;
	background-image: url(img/hr.gif);
	background-repeat: no-repeat;
}

#news {
	float: left;
	width: 400px;
	margin: 0 0 1.5em 0;
}
#news h2{
	display: block;
	width: 400px;
	height: 30px;
	font-size: 100%;
	text-indent: -9999px;
	background-image: url(img/new.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0.75em;
	padding: 0;
}
#news h5{
	font-size: 90%;
	margin: 0;
	padding: 0;
}
#news h6{
	float: left;
	font-size: 80%;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding: 0 1em 0 0.5em;
}
#news p{
	font-size: 80%;
	color: #666666;
	margin-bottom: 0.25em;
	padding: 0 1em 0 10em;
}
#news a{ color: #990000; text-decoration: none;}
#news a:hover{ color: #006600; text-decoration: none;}
#news a:visited{ text-decoration: none;}

#news p a{ color: #666666; text-decoration: underline;}
#news p a:hover{ color: #006600; text-decoration: underline;}
#news p a:visited{ text-decoration: underline;}

.post {
	clear: both;
	line-height: 1.6;
	vertical-align: top;
	margin-bottom: 1em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}


#bot_01{
	float: right;
	width: 200px;
	height: 90px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
}
#bot_01 a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 90px;
	text-indent: -9999px;
	background-image: url(img/bot_01.png);
}
#bot_01 a:hover{
	background: transparent url(img/bot_01.png) 0 -90px no-repeat;
}

#bot_02{
	float: right;
	width: 200px;
	height: 90px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#bot_02 a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 90px;
	text-indent: -9999px;
	background-image: url(img/bot_02.png);
}
#bot_02 a:hover{
	background: transparent url(img/bot_02.png) 0 -90px no-repeat;
}

#bot_03{
	float: right;
	width: 200px;
	height: 90px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#bot_03 a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 90px;
	text-indent: -9999px;
	background-image: url(img/bot_03.png);
}
#bot_03 a:hover{
	background: transparent url(img/bot_03.png) 0 -90px no-repeat;
}


#counter {
	font-size: 80%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}









/* ハンプティ・ダンプティ
---------------------------------------------------- */

#humpty {
	width: 700px;
	height: 985px;
	margin: 0 auto 10px;
	padding-top: 15px;
	background-image: url(img/humpty/humpty-bg.gif);
	background-repeat: no-repeat;
}

#humpty h2{
	float: left;
	display: block;
	width: 300px;
	height: 154px;
	text-indent: -9999px;
	margin: 0 0.5em 1em 20px;
	_margin: 0 0.25em 0.75em 10px;
	background-image: url(img/humpty/humpty-logo.png);
}
*:first-child+html #humpty h2{
	float: left;
	display: block;
	width: 300px;
	height: 154px;
	text-indent: -9999px;
	margin: 0 0.5em 0.75em 20px;
	background-image: url(img/humpty/humpty-logo.png);
}



#humpty h3{
	font-size: 115%;
	_font-size: 102%;
	color: #990000;
	text-indent: 1em;
	margin: 0 25px 0.5em 25px;
	_margin: 0 25px 0.3em 25px;
}
*:first-child+html #humpty h3{
	font-size: 115%;
	color: #990000;
	text-indent: 1em;
	margin: 0 25px 0.3em 25px;
}

#humpty hr{
	clear: both;
	width: 650px;
	margin: 0 25px 1em;
	_margin: 0 25px 0.65em;
}

#humpty .photo{
	float: left;
	margin: 0 1.5em 1em 20px;
}

#humpty .staff{
	float: left;
	width: 233px;
	height: 240px;
	text-align: center;
}

#humpty dl{
	margin: 0.25em 0 2em;
}
#humpty dt{
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 0.25em;
}
#humpty dd{
	font-size: 85%;
}

#humpty ul{
	list-style-type: none;
}

#humpty .ad{
	margin-left: 2em;
	font-weight: bold;
	letter-spacing: 0.2em;
}



/* カミキリヤ
---------------------------------------------------- */

#kami {
	width: 700px;
	height: 985px;
	margin: 0 auto 10px;
	padding-top: 15px;
	background-image: url(img/kamikiriya/kamikiriya-bg.gif);
	background-repeat: no-repeat;
}

#kami h2{
	float: left;
	display: block;
	width: 300px;
	height: 135px;
	text-indent: -9999px;
	margin: 0 0.5em 1em 20px;
	_margin: 0 0.25em 0.75em 10px;
	background-image: url(img/kamikiriya/kamikiriya-logo.png);
}
*:first-child+html #kami h2{
	float: left;
	display: block;
	width: 300px;
	height: 135px;
	text-indent: -9999px;
	margin: 0 0.5em 0.75em 20px;
	background-image: url(img/kamikiriya/kamikiriya-logo.png);
}

#kami h3{
	font-size: 115%;
	_font-size: 102%;
	color: #006600;
	text-indent: 1em;
	margin: 0 25px 0.5em 25px;
	_margin: 0 25px 0.3em 25px;
}
*:first-child+html #kami h3{
	font-size: 115%;
	color: #006600;
	text-indent: 1em;
	margin: 0 25px 0.3em 25px;
}

#kami hr{
	clear: both;
	width: 650px;
	margin: 0 25px 1em;
}

#kami .photo{
	float: left;
	margin: 0 1.5em 1em 20px;
}

#kami .staff{
	float: left;
	width: 233px;
	height: 240px;
	text-align: center;
}

#kami dl{
	margin: 0.25em 0 2em;
}
#kami dt{
	font-weight: bold;
	text-indent: 2em;
	margin-bottom: 0.25em;
}
#kami dd{
	font-size: 85%;
}

#kami ul{
	list-style-type: none;
}

#kami .ad{
	margin-left: 2em;
	font-weight: bold;
	letter-spacing: 0.2em;
}


/* 価　格
---------------------------------------------------- */
#price {
	clear: both;
	width: 670px;
	margin: 25px 30px;
	padding: 0;
	background-color: #FFFFFF;
}

#price h2{
	font-size: 115%;
	color: #990000;
	margin: 0 0 0.25em;
}

#price h3{
	font-size: 135%;
	text-indent: 3em;
	margin: 2em 0 0.5em;
}

#price img{
	float: left;
	margin: 0 1.5em 0 0;
}

#price dl{ margin-bottom: 2em;}
#price dt{
	font-size: 110%;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 0.35em;
}
#price dd{
	text-indent: 2em;
}

.sp1 { letter-spacing: 1em;}




/* ブライダル
---------------------------------------------------- */

#bridal {
	clear: both;
	width: 670px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#bridal h6{
	clear: both;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	margin: 0 0 2em;
}

#bridal .photo{
	float: left;
	margin-right: 50px;
	margin-bottom: 1em;
}

#bridal .photo2{
	float: right;
}

#bridal dl{ margin: 0.5em 0 2em;}
#bridal dt{
	font-size: 110%;
	font-weight: bold;
	color: #CC9933;
	text-indent: 1em;
	margin-bottom: 0.35em;
}
#bridal dd{
	text-indent: 2em;
}

.tb00 { margin: 15px 0 22px;}

.tb01 { vertical-align: top;}

.tb02 { float: right;}

.tb03 { margin-top: 22px;}

.tb04 { float: right; margin-top: 22px;}





/* アクセス
---------------------------------------------------- */


#map {
	clear: both;
	width: 670px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
#map h2{
	width: 355px;
	height: 185px;
	text-align: center;
	display: block;
	text-indent: -9999px;
	margin: 2.5em auto 2em;
	background-image: url(img/map.gif);
}

#map dl{
	margin-bottom: 2.5em;
}

#map dt{
	font-size: 110%;
	font-weight: bold;
	text-indent: 1.5em;
	margin-bottom: 0.35em;
}




/* お問い合わせ
---------------------------------------------------- */
#inquiry {
	clear: both;
	width: 670px;
	margin: 50px auto;
	padding: 15px;
	background-color: #FFFFFF;
}
#inquiry span {
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
#inquiry p {
	text-align: center;
	margin: 0px 0px 15px 0px;
}



/* 個人情報保護について
---------------------------------------------------- */
#privacy {
	clear: both;
	width: 500px;
	margin: 40px auto 7em;
	padding: 0;
}

#privacy h2{
	font-size: 115%;
	text-align: center;
	margin: 0 auto 2em;
}

#privacy li{
	margin-bottom: 1.5em;
}



