@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/


/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 150%;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html body img {
	vertical-align: bottom;
}

/* リンク
----------------------------------------------------*/
a {
	color: #0F83DB;
	text-decoration: none;
	font-weight: bold;
	border: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

.board a { text-decoration: underline; }
.board a:hover { text-decoration: none; }





/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */
/*----------------------------------------------------
	body
----------------------------------------------------*/

/* バウハウス---------------------------------------------------- */
body {
	background: url(../images/bg.jpg) #f7f7f7 center top no-repeat;
}
body.list {
	background: url(../images/bg02.jpg) #f7f7f7 center top no-repeat;
}
body.contact {
	background: url(../images/bg03.jpg) center top repeat-x;
	width: 750px;
	margin: 0 auto;
}


/*　header
----------------------------------*/
header {
	width: 1000px;
	margin: 0 auto;
}
h1 {
	height: 53px;
	margin: 35px 0 0 0;
	text-align: center;
}
h1.top {
	width: 750px;
}


/*　wrapper
----------------------------------*/
.wrapper{
	width: 1000px;
	margin: 285px auto 0;
}
.wrapper_under{
	width: 1000px;
	margin: 32px auto 0;
}


/*　menu
----------------------------------*/
.menu {
	width: 220px;
	float: left;
}
.menu ul {
	list-style-type: none;
}
.menu ul li {
	height: 75px;
	margin: 8px 0 0 0;
}
.menu ul li.list {
	height: 31px;
	margin: 8px 0 0 0;
}
.menu ul li.bannar {
	margin: 16px 0 0 0;
}


/*　contents
----------------------------------*/
.contents {
	width: 780px;
	_width: 770px;
	float: left;
	margin: 8px 0 0 0;
}
.contents .infomation {
	width: 669px;
	padding: 10px 0 10px 111px;
	background: url(../images/bg_infomation.jpg) left top no-repeat;
}
.contents .infomation .infoBox {
	color: #FFF;
	padding: 2px 0 6px 10px;
	border-left: 1px solid #FFF;
	height: auto;
}
.contents .infomation .infoBox .infoDate {
	width: 90px;
	float: left;
}
.contents .infomation .infoBox .infoText {
	width: 525px;
	float: left;
}
.contents .lineup {
	padding: 0 0 0 20px;
}
.contents .lineup .lineupBox {
	width: 356px;
	margin: 25px 0 0 10px;
	float: left;
}
.contents .lineup .lineupBox h2 {
	height: 17px;
}
.contents .lineup .lineupBox .photo {
	margin: 10px 0 0 0;
}

.under {
	width: 720px;
	padding: 32px 20px 40px 40px;
	background: url(../images/bg_white.png) left top repeat;
	_background: #FFF;
}
.under h2 {
	margin-bottom: 32px;
}

.contents .under_contents {
	background: url(../images/line_y.png) left top repeat-y;
	zoom: 1;
}
.contents .under_contents p{
	padding: 0 0 0 20px;
}
.under h3 {
	margin-top: 25px;
	padding-left: 20px;
	clear: both;
}
.under h3.top {
	margin-top: 0;
}
/*　list
----------------------------------*/
.listBox {
	margin-top: 10px;
	padding-left: 20px;
}
.listBox .photo{
	width: 442px;
	float: left;
}
.listBox .text{
	font-size: 90%;
	width: 236px;
	float: left;
}
.listBox .text .spec,
.listBox .text .btn{
	margin-top: 10px;
}
.listTit {
	width: 745px;
	margin-top: 8px;
	padding: 25px 0 25px 35px;
	background: url(../images/bg_listTit.jpg) left top no-repeat;
	float: left;
}
.specBox {
	width: 680px;
	padding-left: 20px;
	font-size: 90%;
}
.specBox .left {
	width: 442px;
	float: left;
}
.specBox .left table.room {
	width: 100%;
	margin: 20px 0 0 0;
}
.specBox .left table.room th {
	color: #FFF;
	background-color: #888;
	padding: 3px;
	text-align: center;
	border: 1px solid #CCC;
}
.specBox .left table.room td {
	padding: 3px;
	text-align: center;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.specBox .left table.room td.tL {
	text-align: left;
}
.specBox .left table.sub td {
	padding: 10px 0 0 0;
}
.specBox .left p.btn {
	padding: 20px 0 0 0;
}
.specBox .left table.photo {
	margin: 15px 0 0 0;
}
.specBox .left table.photo td {
	text-align: center;
	padding-top: 10px;
}
.specBox .left table.photo td.pC {
	padding: 0 6px 0;
}
.specBox .left table td.nw{
	white-space: nowrap;
}
.specBox .right {
	width: 224px;
	padding: 0 0 0 10px;
	float: left;
}
.specBox .right p {
	margin: 10px 0 20px 0;
}
.specBox .right dl {
	margin: 0 0 20px 0;
}
.specBox .right dl.last {
	margin: 0 0 0 0;
}

.specBox .right dl dt{
	width: 6em;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 0;
	float: left;
	clear: both;
}
.specBox .right dl dd{
	margin: 0 0 0 20px;
	padding: 5px 0 5px 6em;
	border-bottom: 1px dotted #000;
}



/*　contact
----------------------------------*/
body.contact header{
	width: 750px;
}
body.contact .wrapper {
	width: 750px;
	margin: 0;
}
body.contact .under {
	width: 710px;
	margin: 0;
	padding: 0 20px 40px 40px;
	background: none;
}
body.contact .under h2,
body.contact .under p{
	width: 710px;
	padding-left: 40px;
}
body.contact .under h2 {
	margin-top: 20px;
}
.ex {
	color:#666;
}
.contact {
	width: 750px;
}
.contact th,
.contact td {
	background: url(../images/line_x.png) top left repeat-x;
	padding: 20px 10px;
	color: #555;
	vertical-align: top;
}
.contact th {
	width: 130px;
	padding: 20px 0 20px 40px;
	vertical-align: middle;
}
.contact input,
.contact select,
.contact textarea{
	border: 1px solid #999;
	padding: 3px;
}
.contact textarea {
	width: 400px;
}
.contact input.sbmt {
	width: 400px;
	height: 30px;
	color: #FFF;
	background-color: #655a54;
	font-weight: bold;
}
.contact input.back {
	width: 400px;
	height: 30px;
	color: #FFF;
	background-color: #999;
	font-weight: bold;
	margin-bottom: 10px;
}


/*　footer
----------------------------------*/
footer {
	background: url(../images/bg_footer.png) center bottom repeat-x;
	width: 100%;
	padding: 50px 0 20px;
	clear: both;
}
footer .footer {
	width: 1000px;
	margin: 0 auto;
}
footer img {
	vertical-align: middle;
}
footer img.address{
	margin: 0 0 0 35px;
}





