/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	color:#CCCCCC;
	text-align:center;
	background-color: #000000;
}


a:link {
	text-decoration: none;
	color: #FF9900;
}

a:visited {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #FF9900;
}

p{
	margin:0px 0px 16px 0px;
}


h1{
	margin:0px;
}

h2{
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h3{
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0px;
	color:#F08200;
	text-align:left;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #FEE8A9;
	padding: 5px 5px 5px 2px;
}

span{
	margin:0px;
}
span.right{
	margin:0px;
	text-align:right;
}


.sideMenu { margin:0px 20px; } 
.sideMenu ul{
list-style-type:none;
}
.sideMenu li{
	list-style:none;
	background:url('') left top no-repeat;
	line-height:16px;
	margin: 0px;
	padding: 0px;
 } 
 


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 */

#content{
	margin:0px auto;
	height: auto;
	padding-bottom: 30px;
	width: 830px;
	text-align:center;
	background-image: url(img/common/bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}
 
#main{
	width:495px;
	float:right;
	margin: 0 0 -32768px
	padding: 0 0 32768px

}
#main2{
	width:475px;
	float:right;

	margin: 0 0 -32768px
	padding: 0 0 32768px
; 		margin: auto;
	text-align: left;

}
#honmon{
	margin: auto;
	width: 435px;
	margin-top:18px;
}

#side{
	width:335px;
	float:left;
	text-align:left;
	visibility: inherit;
	margin: 0 0 -32768px
	padding: 0 0 32768px
}

#c1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


#footer{
	width:100%;
	height: 107px;
	bottom: 0px;
	background-image: url(img/common/footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
address {
	text-align: center;
	padding: 20px;
}

table.contact{
	border:1px solid #262626;
	width:435px;
	border-collapse:collapse;
	margin:auto;
}

table.contact td,th{
	padding:5px;
	border:1px #262626 solid;
}

table.contact .item{
	background-color:#333333;
	width:100px;
	vertical-align:top;
}

table.contact input,textarea {
	border:1px #999999 solid;
	background-color:#666666;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
}

.form_bt{
	text-align:center;
	margin:20px 0px 0px 0px;
}

.form_bt input {
	border:1px #999999 solid;
	background-color:#FFFFCC;
	color:#333300;
	font-weight:bold;
}



/* ------------------------------------- 
 *	汎用パーツ
 * ------------------------------------- */
.clear{ clear: both; visibility: hidden; height: 0;}

.img_left{
 	float:left;
	margin:0px 5px 10px 0px;
}

.img_right{
 	float:right;
	margin:0px 0px 10px 20px;
}

.news {
	float: right;
	width: 475px;
}

dl.list dt {
  clear: left;
  float: left;
  width: 10em;
  text-align:left;
}

dl.list dd {
  margin-bottom: 12px;
  text-align:left;
  margin-left:10em;
}


.concert {
	width: 395px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto;
}

.concert dl dt {
	clear: left;
	float: left;
	width: 4em;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding-top: 18px;
}

.concert dl dd {
	text-align:left;
	margin-left:4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2D2D2D;
	padding: 18px 0px 0px;
	margin-bottom: 18px;
}


.clumn1 {
	background-color: #070707;
	width: 395px;
	border: 1px solid #262626;
	padding: 20px;
	margin: 33px auto auto;
	text-align: left;
}
.clumn1 div {
	text-align:right;
	margin: auto;
	padding-top: 15px;
}
.text_red {
	color: #FF0000;
}
.form-t {
	background-image: url(inquiry/img/t1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 435px;
}
