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

* {
	margin:0;
	padding:0;
	line-height:150%;
	color:#F4E3E1;
/*	font-family:"Times New Roman", Times, serif;*/
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}

a {
	outline:none;
	text-decoration:none;
}

img {
	border:none;
}

html, body {
    height: 100%;
		margin-bottom:1px;
}

body{
/*	background-color:#6f0403;*/
	background-color:#610303;
	background-image:url(../common-img/bg.gif);
	background-repeat: repeat-x;
	background-position: center 135px;
	font-size:80%;
	text-align:center;
}

#home-body {
	background-color:#610303;
	background-image:url(../common-img/index-bg.jpg);
	background-repeat: repeat-x;
	background-position: center 135px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* ie用に設定 */
	margin: 0 auto -100px; 
	/* class="footer"と同じ高さ(100px)の負の値を入力 */ 
}

#header {
/*background-color:#006699;*/
background-color:#A81E1B;
	width:100%;
	height:120px;
	padding:15px 0 0;
}

#header h1 {
	background-image:url(../common-img/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-7777px;
	width:153px;
	height:75px;
	margin:0 auto 15px;
}

#mainmenu {
/*background-color:#009900;*/
	margin:0 auto;
	width:713px;
}

#mainmenu li {
	display:block;
	height:13px;
	margin:0 25px;
	float:left;
	text-indent:-7777px;
}

#mainmenu li a {
	display:block;
	height:13px;
}

#mainmenu li.home {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-home.gif);
	background-repeat:no-repeat;
	width:47px;
}

#mainmenu li.info {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-info.gif);
	background-repeat:no-repeat;
	width:108px;
}

#mainmenu li.gallery {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-gallary.gif);
	background-repeat:no-repeat;
	width:63px;
}

#mainmenu li.profile {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-profile.gif);
	background-repeat:no-repeat;
	width:60px;
}

#mainmenu li.contact {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-contact.gif);
	background-repeat:no-repeat;
	width:73px;
}

#mainmenu li.link {
/*background-color:#FF3333;*/
	background-image:url(../common-img/mm-link.gif);
	background-repeat:no-repeat;
	width:37px;
}

#contents {
	clear:both;
	padding:20px;
	width:750px;
	margin:0 auto;
}

#contents h2 {
	text-indent:-7777px;
	width:750px;
	height:62px;
	margin:0 auto;
}

#home-body #contents {
	padding:600px 0 0;
	background-image:url(../common-img/index-main-v.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#contents #home {
	width:315px;
	margin:0 auto;
	padding:0 0 50px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}

#contents #home h2 {
	text-indent:-7777px;
	width:315px;
	height:27px;
	margin:0 auto;
	background-image:url(../common-img/top-info-h.gif);
	background-repeat:no-repeat;
}

#contents h2.gallery {
	background-image:url(../common-img/t-gallary.gif);
	background-repeat:no-repeat;
}

#contents h2.info {
	background-image:url(../common-img/t-info.gif);
	background-repeat:no-repeat;
}

#contents h2.profile {
	background-image:url(../common-img/t-profile.gif);
	background-repeat:no-repeat;
}

#contents h2.contact {
	background-image:url(../common-img/t-contact.gif);
	background-repeat:no-repeat;
}

#contents h2.link {
	background-image:url(../common-img/t-link.gif);
	background-repeat:no-repeat;
}

#contents h3 {
	text-align:left;
	border-bottom:1px solid #F4E3E1;
	font-size:200%;
	margin:20px 0;
	clear:both;
}

#contents #gallery h3 {
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #A81E1B;
	padding:50px 0 0px 0;
	margin:0px;
}

#contents #gallery h3 img {
	margin:0 30px 0 0;
}

#contents #gallery h3 a {
	font-size:60%;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 25px 0 0;
}

#contents h4 {
	text-align:left;
	border-bottom:1px solid #F4E3E1;
	font-size:200%;
	margin:20px 0;
	clear:both;
}

#contents #gallery h4 {
	font-family:"Times New Roman", Times, serif;
}

#submenu a {
	margin:0 20px;
	font-size:130%;
}

#footer-push {
	height:100px;
}

#footer {
	background-image:url(../common-img/footer-bg.gif);
	background-repeat:repeat-x;
	width:99%;
	height:30px;
	color:#A81E1B;
	text-align:right;
	padding:70px 1% 0 0;
}

/*********************************************/

/*GALLERY*/

#gallery {
	padding:0 0 180px 0;
}

#gallery ul.set li {
	display:block;
	float:left;
	width:134px;
	height:134px;
	padding:0 20px 20px 0;
}

#gallery ul.set li.setend {
	padding-right:0;
}

#gallery #submenu {
	padding:5px 0 0;
}

#tanka p {
	padding:4.5em 0 0;
	font-size:120%;
}

#profile {
	padding:70px 0;
	font-size:120%;
}

/**************************************************/

#contact .message-er {
	color:#9F2224;
	font-weight:bold;
}

#contact .complete {
	padding:100px 0;
	text-align:center;
}

#contact p {
	margin:20px 0;
	clear:both;
}

#contact p input {
	text-align:center;
}

#contact p em {
	font-weight:bold;
	font-style:normal;
}

#contact form {
	width:500px;
	margin:0 auto;
}

#contact form input {
	color:#333333;
}

#contact form textarea {
	color:#333333;
	font-size:100%;
}

#contact form dl dt {
	float: left;
	clear: both;
	width: 90px;
	font-weight:bold;
	padding:10px 10px 10px 0;
	text-align:left;
}

#contact form dl dd {
	width:400px;
	padding:10px 0 10px 0;
	text-align:left;
	float:right;
}

#contact .preview form table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F4E3E1;
}

#contact .preview form th {
	width: 90px;
	padding:7px 0px 7px 10px;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #F4E3E1;
	border-bottom-color: #F4E3E1;
}

#contact .preview form td {
	width:390px;
	padding:7px 0px 7px 10px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F4E3E1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F4E3E1;
}

#contact form ul {
	margin: 15px 0px;
}

#contact form ul li {
	list-style: none;
}

#contact dl dt {
	font-weight:bold;
	float:left;
}

#home {
	text-align:left;
}

#info {
	text-align:left;
}

#info .map {
	background-image:url(../info/img/map.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:735px;
	height:200px;
	padding:100px 0 0 15px;
	margin:30px 0 0;
}

#contents #info h3 {
	font-size:110%;
/*	font-weight:normal;*/
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}
