@charset "utf-8";

/* デフォルトスタイルクリア */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

/* kihon */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	line-height: 1.6;
	}

#wrap {
	margin: 0 auto;
	text-align: center;
	}

/*  header */
#menu {
	background: url(images/menu_bg.png) repeat-x ;
	padding-bottom: 5px;
	border-bottom: solid 5px #343662;
	}

#menu ul {
	width: 850px;
	margin: 0 auto;
	padding-left: 70px;
	}

#menu ul li {
	display:inline;
	}

#menu ul li a:hover img{ 
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	}

#toppage #menu {
	margin-top: -440px;
	margin-bottom: 328px;
	}

*html #toppage #menu {
	padding-bottom: 328px;
	margin-bottom: 0px;
	border-bottom: solid 5px #343662;
	}

#toppage #menu ul {
	width: 850px;
	text-align: right;
	position: relative;
	padding-left: 80px;
	z-index: 20 !important;
	}

#toppage #menu {
	border-bottom: none;
	}

#mainphoto {
	position: relative;
	top: -40px;
	padding-bottom: 7px;
	border-bottom: solid 5px #343662;
	}

/* contents */
#contents {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	}

#mainarea {
	width: 605px;
	float: left;
	text-align: left;
	}

#subarea {
	width: 285px;
	float: right;
	}

#mainarea a {
	color: #000000;
	text-decoration: none;
	}
	
#mainarea a:hover {
	color: #000000;
	border-bottom: dotted 1px #000000;
	}


#subarea div a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


/* toppage contents*/ 
#topics {
	margin-top: 10px;
	}

#topics ul {	
	margin-top: 10px;
	margin-bottom: 10px;
	}

#topics ul li{
	margin-left: 10px;
	text-align: left;
	line-height: 3;
	border-bottom: solid 1px #B2AA9A;
	}

/* contents*/ 
#mainarea h2 {
	clear: left;
	margin-top: 20px;
	margin-bottom: 10px;
	} 

#mainarea p.photo {
	float: left;
	width: 320px;
	padding-bottom: 10px;
	}

#mainarea p.title{
	font-weight: bold;
	margin-bottom: 15px;
	}

#mainarea div.setsubi {
	clear: left;
	margin-bottom: 30px;
	}

#mainarea div.setsubi h3 {
	border-left: solid 5px #663300;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 1;
	}

#mainarea div.setsubi li {
	display: inline;
	margin-right: 3px;
	}

#mainarea table {
	border-collapse: collapse;
	}

#mainarea table th{
	padding: 2px 20px;
	background: #FFFFDC url(images/table_bg.png) repeat-x bottom;
	border: solid 5px #FFFFFF;
	border-left: none;
	}

#mainarea table td{
	background: #D7D7D7;
	padding: 2px 20px 2px 5px;
	border: solid 5px #FFFFFF;
	}


iframe {
	border: solid 1px #D7D7D7;
	margin-top: 20px;
	}

/* yoyaku area */
#yoyaku {
	background: url(images/yoyaku_bottom.png) no-repeat bottom;
	}
	
#yoyaku p.btm{
	height: 10px;
	}

* html #yoyaku p.btm{
	margin-top: -10px;
	}

#yoyaku div{
	background: url(images/yoyaku_bgC.png) repeat-y center;
	}

#yoyaku div p{
	padding: 7px;
	}

#yoyaku div p.yoyaku_img{
	background: url(images/yoyaku_bgT.jpg) no-repeat center top;
	}

#yoyaku div#txt {
	width: 150px;
	float: left;
	text-align: left;
	background: none;
	padding-left: 18px;
	padding-top: 10px;
	}

#yoyaku div#txt h3{
	font-size: 13px;
	font-weight: bold;
	color: #171B3B;
	border-bottom: solid 1px #000000;
	}

#yoyaku div#txt p{
	padding: 0;
	padding-top: 5px;
	}

#yoyaku ul li {
	margin-bottom: 5px;
	}

#yoyaku #qr {
	float: left;
	}

#yoyaku p.clr {
	clear: left;
	background: url(images/yoyaku_bgB.png) no-repeat center bottom;
	}

#btnarea {
	margin: 20px 0;
	}
	
#btnarea p {
	margin: 10px 0;
	}

/* footer */
#footer {
	clear: both;
	padding-top: 20px;
	background: url(images/dj_mark.png) no-repeat right 70px;
	/background: url(images/dj_mark.png) no-repeat right 90px;
	}


#footer a {
	color: #000000;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000000;
	border-bottom: dotted 1px #000000;
	}




#gototop {
	border: solid 1px #AEAEAE;
	background: #E9E9E9;
	text-align: right;
	padding: 10px;
	}

#footmenu {
	margin-top: 10px;
	margin-bottom: 10px;
	}

#footmenu li{
	display: inline;
	padding: 0 15px;
	border-left: solid 1px #AEAEAE;
	}

#footmenu li.left{
	border-left: none;
	}
