@charset "utf-8";
*{
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*文字色*/
.blue_b {
	font-weight: bold;
	color: #008BD5;
}
.red_n {
	color: #C00;
}
/*ゲスト名前*/
.name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	width: 300px;
	float: right;
}
/*ゲスト名前写真なし*/
.name2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	width: 390px;
	float: right;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
.green {
	color: #7CC77C;
}
.pink {
	color: #EFB4BE;
}
.pink2 {
	color: #FDEEF2;
}





body {
	background-color: #ededed;
}
#w_base {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
h1 {
	height: 95px;
	width: 880px;
	background-image: url(../images/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#head_box {
	text-indent: -9999px;
	background-image: url(../images/headimg.jpg);
	height: 315px;
}
#main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
h2 {
	margin-bottom: 20px;
}
/*イベント大枠*/
#ev_left h3,#ev_right h3 {
	margin-bottom: 10px;
}
#ev_left h4,#ev_right h4 {
	color: #008bd5;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}

#ev_left,#sc_left {
	width: 410px;
	margin-right: 10px;
	float: left;
}
#ev_right,#sc_right {
	float: right;
	width: 410px;
	margin-left: 10px;
}
#ev_burai {
	margin-top: 30px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 140%;
}
#ev_burai p {
	margin-left: 20px;
	margin-top: 25px;
}

/*スケジュール大枠*/
#sc_left h3,#sc_right h3 {
	background-color: #eaeaea;
	font-size: 16px;
	text-align: center;
	padding: 3px;
	line-height: 18px;
}
#sc_left h4,#sc_right h4 {
	color: #008bd5;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-left: 10px;
	line-height: 18px;
}
.sc_box {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-image: url(../images/line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
.gest {
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.copy {
	font-size: 11px;
	margin-top: 2px;
	margin-left: 3px;
}

/*チケット案内ベース*/

.blue_box_780 {
	background-color: #e5f3fb;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.txt_box_760 {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 90%;
	line-height: 180%;
}
.txt_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 140%;
	padding-bottom: 15px;
}

/*画像左寄せ*/
.left_img {
	float: left;
	margin-right: 10px;
}
#day13 {
	background-color: #FFEFD7;
}
#day13 h3 {
	color: #642800;
	background-color: #FFDBA6;
}
#day13 h4 {
	color: #642800;
}
#day14 {
	background-color: #E3F3DE;
}
#day14 h3 {
	background-color: #B3E0A5;
	color: #203711;
}
#day14 h4 {
	color: #203711;
}
#day14 .gest {
	background-color: #393;
}
#day14 .name,#day14 .name2 {
	color: #203711;
}
#day15 {
	background-color: #FDEEF2;
}
#day15 h3 {
	background-color: #F9CAD7;
	color: #4B1821;
}
#day15 h4 {
	color: #4B1821;
}
#day15 .gest {
	background-color: #E17185;
}
#day15 .name {
	color: #4B1821;
}







#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 70%;
	text-align: right;
	padding-top: 10px;
	margin-top: 30px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	margin-bottom: 15px;
}
a:link {
	color: #008CD4;
	text-decoration: none;
}
a:visited {
	color: 008CD4;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color: 008CD4;
	text-decoration: none;
}
