@charset "UTF-8";
/* CSS Document */


/* body
_____________________________________________________________________ */
body {
	background: #000000;
	color: #ffffff;
	text-align:left;
	font-size: 13px; /* 基本文字サイズ */
	*font-size: small; /* IE7およびIE6標準準拠モード適用 */
	*font: x-small; /* IE6後方交互モード適用 */
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
}


#container,
#header,
#content,
#footer{
	margin:auto;
	background-color:#000000;
	text-align:left;
	clear:both;
}

#container{
	background: #fff;
	clear: both;
	width: 790px;
	background:#000000
}



#main {
	width: 790px;
	background:#000000
}

img	{
	border: none;
	vertical-align:middle;
	}



.line-foot{
	height: 20px;
	background-color: #94304a;
	vertical-align:middle;
  padding:5px 0 0 0;
	margin:7px 0;
  text-align:center;
  font-size:85%;
}

#copyright{
	font-size: 77%;
	text-align: center;
}


/* font */

.txt{
 font-size:100%;
 line-height:1.6;
 text-align:top;
}

.txt-s{
 font-size:85%;
 line-height:1.6;
 vertical-align:middle;
}

.txt-sp{
 font-size:85%;
 line-height:1.6;
 color:#94304a;
}



.txt-s-or{
 font-size:95%;
 line-height:1.6;
 color:#e46b21;
}


.txt-orange{
 font-size:120%;
 line-height:1.6;
 color:#e46b21;
}


.txt-purple{
 font-size:120%;
 line-height:1.6;
 color:#94304a;
}

.text8Grey{
	color:#444;
	font-size:8px;
}

.textbold{
	font-weight:bold;
	font-size:105%;
}


.textbold2{
	font-weight:bold;
	font-size:100%;
}



h3.akasaka{
	font-size: 12px;
	color: #FFF;
	background-color: #812A41;
	padding: 5px;
	}


/* リンクテキスト 
_____________________________________________________________________*/

a {
	text-decoration: none;
	}
a:link {
	color: #e46b21;
	}
a:visited {
	color: #e46b21;
	}
a:hover,
a:focus,
a:active {
	color: #fff;
	background-color:#e46b21;
	}
	
/* Link arrow01
_____________________________________________________________________ */
ul.arrow01 {
  margin: 10;
	padding: 0;
}


li {
	padding:10px 20px;
	background:url(../images/ya.gif) no-repeat 0 center;
	font-size:100%;
	line-height:100%;
	list-style:none; 
}


/* Link maru
_____________________________________________________________________ */

.list_maru ul {
    margin: 0;
	padding: 0;
}

.list_maru li {
	font-size:100%;
	line-height:1.6;
	margin: 0 15px 0 0;
	background:url(../images/maru2.gif) no-repeat 0 0.5em;
	list-style:none;
	padding-right: 16px;
	padding-bottom: 0.2em;
	padding-left: 16px;
	padding-top: 0.2em;
}


/* Link arrow022
_____________________________________________________________________ */
ul.arrow022 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
ul.arrow022 li {
	list-style:none;
	margin-top: 0;
	margin-left: 13px;
	padding-left: 10px;
	background-image: url(../images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}




.indent10{
	margin-left: 10px;
	}



/* 水平線
_____________________________________________________________________ */

.hr　{
　border-top-width:1px;
　border-top-style:solid;
  border-color:#ffffff;
　text-align:center;
   }


.line01{
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #94304a;
    margin-bottom:5px;
}

.line-dod{
	border-bottom-width: 1px;
	border-bottom-style: dotted;;
	border-bottom-color: #94304a;
    height: 5px;
  　border: 5px;
	margin-bottom:5px;
}

.line-wdod{
	border-bottom-width: 1px;
	border-bottom-style: dotted;;
	border-bottom-color: #ffffff;
    height: 5px;
  　border: 5px;
	margin-bottom:5px;
}

/* 画像 */

	
	
.imgRight{
	float:right;
	margin:0 0 0.8em 0.8em;
}

.imgLeft{
	float:left;
	margin:0 0.8em 0.8em 0;
}


.left{	text-align:left;}

.right{	text-align:right;}

.center{ text-align:center;}

.rss{
	float:right;
	margin:0 8px 0 0;
}



	/*table装飾
	_____________________________________________________________________ */
table	{border-collapse:; empty-cells:;}
td {
	vertical-align: top;
}



/* form
_____________________________________________________________________ */

form fieldset {
	border: 1px solid #666;
	margin:2px 0 20px 0;
	padding:10px 15px;
	width:85%
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}

@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

.form150{
width:150px;
}

.form400{
width:400px;
}


table.reserv	{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells: show;
	width:100%;
}

table.reserv th,
table.reserv td {
	padding:7px 0;
	border-bottom:dotted 1px #666;
}

