/* ==========　reset　========== */

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;} 
table { border-collapse:collapse;border-spacing:0;} 

address,caption,strong,th {font-style:normal;font-weight:normal;} 
li {list-style:none;} 
th {text-align:left;}

img {border: none;vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;} 
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit}

div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body{
	margin:0 5px;
	padding: 0px;
	background-color:#efefef;
	font-size:0.90em;
	color:#333;
	line-height:1.6em;
}
/*
body {
	margin:0px;
	padding: 0px;
	font-size:12px;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Arial";
	line-height:150%;
	background-color:#ffffff;
}
*/

a{
	/* color:#2045ba; */
	color:#4F697D;
}
a:hover{
	color:#b3bcd9;
}

p{
	margin-bottom:2em;
	clear:both;
}

#wrapper{
	width:950px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #ccc;
}

#contents{
	margin:30px 45px 30px;
}

#header{
	width:100%;
	padding-bottom:20px;
	background:url("../images/line.gif") no-repeat scroll center bottom transparent;
}

#footer{
	background:url("../images/line_footer.gif") no-repeat scroll center top transparent;
	width:100%;
	padding:10px 0;
	font-size:0.85em;
	color:#666;
	text-align:right;
}

#menu{
	font-weight:bold;
	float:left;
	width:220px;
}

#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menu li{
	float:left;
	width:200px;
	height: 35px;
	padding-left:50px;
	line-height:40px;
}
#menu li.selected{
	background-position:0 0%;
	background-repeat:no-repeat;
	background-image:url(../images/can.jpg);
}
#menu li.link-selected{
	background-repeat:no-repeat;
	background-position:60% 0%;
	background-image:url(../images/can2.jpg);
}
#menu li a{
	display:block;
	background-repeat:no-repeat;
	overflow:hidden;
	text-decoration:none;
}
#menu li a:hover{
	color:#999;
}

#qrcode{
	text-align:center;
	float:left;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:30px;
	padding:2em;
/*
	border-top:1px dashed #600;
	border-left:1px dashed #600;
*/
	/* border-top:1px dotted #ccc; */
}
#qrcode img{
	margin-bottom:15px;
}

#main{
	width:100%;
	margin:30px 0 60px;
}

#content{
	float:right;
	width:610px;
	margin-top:10px;
}

#content a{
	color:#00a;
	border-bottom:1px dotted;
	text-decoration:none;
}
#content a:hover{
	/* color:#e69; */
	color:#66a;
}

#contents h1{
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1em;
	color:#600;
}
#contents h2{
	/* border-bottom:1px solid #A0A0A0; */
	background-color:#efefef;
	font-weight:bold;
	padding:4px 5px 3px;
	/* color:#fff; */
	margin-bottom:1em;
	font-size:1.2em;
}
#contents h3{
	clear:both;
	font-weight:bold;
	margin-top:0.3em;
	margin-bottom:0.5em;
	font-size:1.1em;
}
#contents h4{
	clear:both;
	font-weight:bold;
	font-size:1em;
}

.top-info{
	border:1px solid #ccc;
	padding:2em;
	background-color:#f3f3f3;
	margin-bottom:3em;
}
.top-info dl{
}
.top-info dt{
	clear:both;
	float:left;
	width:6em;
}
.top-info dd{
	margin-left:7em;
}

.top-box{
	clear:both;
	padding:1em 0;
	margin:1em 0;
	/* border-top:1px dotted #ccc; */
}
.top-box dl{
	clear:both;
}
.top-box dt{
	font-weight:bold;
	clear:both;
	float:left;
	width:4em;
	margin-bottom:1em;
}
.top-box dd{
	margin-left:5em;
	margin-bottom:1em;
}
div.guest-box{
	clear:both;
	margin:1em 0 3em;
}
dl.timetable{
	clear:both;
	margin:1em 0 5em;
}
dl.timetable dt{
	clear:both;
	float:left;
	width:15em;
	margin-bottom:1em;
	background-color:#efefef;
}
dl.timetable dd{
	margin-left:16em;
	margin-bottom:1em;
}

#content ul{
	clear:both;
	margin-bottom:1em;
}
#content ul li{
	list-style-position:outside;
	list-style-type:disc;
	margin-left:1.5em;
}

.link-box{
	margin-bottom:2em;
}
.link-box dl{
	width:100%;
}
.link-box dt{
	clear:both;
	float:left;
	width:12em;
}
.link-box dd{
	margin-left:13em;
}

table.list{
	background-color:#fff;
	margin-top:10px;
	border:1px solid #E4E4E4;
	border-collapse:collapse;
	margin-bottom:4px;
	width:100%;
}
table.list tr { 
	/* border:1px solid #eee; */
}
table.list tr.top { 
	/* border-top:1px solid #e4e4e4; */
}
table.list tr.odd { 
	/* background-color:#f6f6f6; */
	/* background-color:#ffffdd; */
}
table.list tr.gray { 
	background-color:#eee;
}
table.list tr:hover { 
	/* background-color:#ffffdd; */
}
table.list tr.hover { 
	background-color:#ffffdd;
}
table.list th{
	background-color:#ddd;
	padding:3px;
	/* border-right:1px solid #e4e4e4; */
	white-space:nowrap;
}
table.list th.left{
	text-align:left;
}
table.list th.right{
	text-align:right;
}
table.list td{
	vertical-align:top;
	/* cursor:pointer; */
	padding:2px;
	/* border-right:1px solid #e4e4e4; */
}
table.list td.border{ 
	border-top:1px solid #e4e4e4;
}
table.list td.center{
	text-align:center;
}
table.list td.right{
	text-align:right;
}
table.list td.nowrap{
	white-space:nowrap;
}
table.list td.marubatsu img.unselect{
/*
	filter: alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
*/
}
table.list td.marubatsu img.unselect:hover{
/*
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
*/
	cursor:pointer;
}
table.list th a.sort{
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding-right:16px;
}
table.list tr.sold{
	background-color:#fcc;
}
div.page{
	margin:30px 0 20px 0;
	text-align:center;
}
div.page b{
	color:#000;
	padding:7px;
	border:1px solid #ddd;
	background-color:#eee;
}
div.page a{
	color:#0000DE;
	border:1px solid #ddd;
	padding:7px;
	background-color:#fff;
}
div.page a:hover{
	/* color:#fff; */
	background-color:#ffffdd;
}
div.taidan{
	line-height:2em;
}
div.link-top-top{
	text-align:right;
	margin-bottom:2em;
}
a.external{
	background:url("../images/external.png") no-repeat scroll right center transparent;
	padding:0 13px 0 0;
}
#TB_window{
	border:4px solid #ccc;
}
.hiddenbox{
	display:none;
}
#TB_ajaxContent p{
	margin:0.5em 0;
}
