@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


body {
	font-size:12px;
	font-family: verdana,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W6"
	background-image: url(img/head.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	line-height: 150%;
}



a{
	color: #30C;
	text-decoration: none;
}

a:hover{
	color: #FFF;
	background-color: #30C;
	text-decoration: underline;
}

#container{
	padding: 0 10px;


}

#wrap{
	width: 750px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#share{
	width: 213px;
	position: fixed;
	top: 0px;
	right: 0px;
	background-image: url(img/share_bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	height: 22px;
	z-index: 3;
	
}

* html div#share{     
	position: absolute;     
	top: expression(eval(document.documentElement.scrollTop+0));  
}

/*#share table{
	width: 207px;
	margin: 0 auto;
}*/

.invite{
	padding-right: 10px;
}

.sns td{
	vertical-align: top;
}

.official{
/*	margin: 0 21px 0 0;*/
}

.tweet{
	padding-right: 6px;
}

.facebook{
	padding: 0 6px;
}

.mixi{
	padding: 0 6px;
}

.mail{
	padding-left: 6px;
}

#head{
	margin: 0;
	text-align: center;
	color: #7030a0;
	font-size: 25px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 150%;
	background-color: #e5e3ff;
	padding-top: 50px;
	padding-bottom: 10px;
	background-image: url(img/photo02.png);
	background-repeat: no-repeat;
	background-position: 250px center;
	height: 210px;
}

#head .titletop{
	width:550px;
	text-align:left;
	padding: 0 0 0 20px;
}

.box {
	/* [disabled]width: 630px; */
	/* [disabled]text-align: center; */
	margin: 10px auto;
	/*border: 1px solid #885413;*/
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #404040;
	color: #FFFFFF;
}

#explanation{
	font-size: 16px;
	padding: 20px 10px 10px;
	
}

#explanation .left{
	width: 489px;
}

#explanation .right{
	width: 490px;
	padding: 0;
}

.left{
	float: left;
}

.right{
	float: left;
}

#buttonArea{
	height: 85px;
	margin-top: 36px;
	margin-right: 0px;
	margin-bottom: 48px;
	margin-left: 0px;
}

#buttonArea .left{
	width: 490px;
}

#buttonArea .right{
	width: 489px;
}

#buttonArea table{
	margin: 17px 0;
}

#buttonArea table td.sharebtn{
	vertical-align: middle;
	padding-right: 13px;
}

#theme{
	margin: 41px 0 51px 0;
}

.themeTitle{
	padding: 0 0 35px 0;
}


#project{
	margin: 0 0 62px 0;
}

#schedule{

}

.schTitle{
	padding: 0 0 32px 0;
}

#detail{
	border: 1px solid #262626;
	margin: 0 0 32px 0;
}

.detailTitle{
	border-bottom: 1px solid #262626;
	background-color:#1a1a1a;
	height: 29px;
	padding: 18px 0;
	text-align: center;

}

.detailBody{
	height: 252px;
	padding: 30px;
	line-height: 170%;

}

.detailBody .left{
	width: 416px;
}

.detailBody .right{
	width: 487px;
}

.detailBody table td{
	vertical-align: top;
}

.tdLeft{
	width: 80px;
}


.tour{
	width: 980px;
	margin: 0 0 72px 0;
}

/* table */
.tour table {
	width: 100%;
}


/* th */
.tour table tr th {
	border-bottom: 1px #2b2b2b solid;
	border-right: 1px #2b2b2b solid;
	border-top: 1px #2b2b2b solid;
	padding: 13px 20px;
	background: #1a1a1a;
}

.tour table tr th.A {
	width: 25%;
	border-left: 1px #2b2b2b solid;
}

.tour table tr th.B {
	width: 40%;
}

.tour table tr th.C {
	width: 35%;

}


/* td */
.tour table tr td {
	border-bottom: 1px #2b2b2b solid;
	border-right: 1px #2b2b2b solid;
	padding: 13px 20px;
	vertical-align: top;
}	

.tour table tr td.A {
	border-left: 1px #2b2b2b solid;
	padding: 22px;
}

.tour table tr td.B {
}

.tour table tr td.C {
}


/* end */
.tour table tr.end td {

}


.red{
	color: #FF0000;
}

.gold{
	color: #ddca85;
}

.small{
	font-size: 10px;
}

.large{
	font-size: 16px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: medium double #7030a0;
	padding: 10px;
}
.bold {
	font-weight: bold;
}


.copyright{
	padding: 30px 0;
	font-size: 10px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}
.udline {
	text-decoration: underline;
}


li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/

}

#howto, .attention{
	margin: 0 0 20px 0;
}
