@charset "utf-8";

/* Reset CSS */
/*
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
*/


/* sprite */
.sprite{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
}


body{
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background-color: rgb(248,248,248);

}
#container{
	width:980px;
	margin: 0 auto;
}
#top{
	background-color:white;
	height:700px;
}
#toppicture{
	float:left;
	margin-top:20px;
	margin-left:20px;
	
}
#right{
	float:right;
	width:560px;
}
section#top p{
	width:240px;
	height:218px;	
	margin-top:100px;
	margin-left:200px;
	background-image: url("/img/copy.png");
	} 
section#top h1{	
	width:160px;
	height:272px;
	margin-top:50px;
	margin-left:230px;
	background-image: url("/img/hirari_logo.png");
	} 
section#event_info{
	background-color: rgb(119,128,186);
	padding-top:20px;
	padding-bottom:20px;
}
section#event_info h2{
	margin:0 auto;
	margin-top:12px;
	margin-bottom:12px;
	background-image: url("/img/fura2.png");
	width: 348px;
	height:34px;
}
section#about{
	background-color:white;
	padding-top:46px;
	padding-bottom:40px;
}
section#about h2{
	margin:0 auto;
	background-image: url("/img/read.png");
	width:802px;
	height:284px;
}
section#place_info{
	background-color: rgb(119,128,186);
	padding-top:30px;
	padding-bottom:30px;
}
section#place_info .sprite.time{
	background-image: url("/img/day.png");	
	width:866px;
	height:110px;
	margin-left:40px;
}
section#place_info .sprite.place{
	background-image: url("/img/place.png");	
	width:676px;
	height:52px;
	margin-left:40px;
}
section#ticket_info{
	background-color: white;
	padding-top:14px;
	height:194px;/* FOR_smartphone */
}
section#ticket_info h2{
	background-image:url("/img/price.png");
	width:774px;
	height:78px;
	margin-left:40px;
}
p.ticket_reserve{
	width:774px;
	margin-left:40px;
	font-size: 14px;
	color:rgb(120,120,120);
}
p.ticket_reserve a{
	text-decoration: none;
	color:rgb(119,128,186);
}
section#hirari_info{
	padding-top:34px;
	padding-bottom:6px;
	height: 300px;
	background-image: url("/img/hirari_about.jpg");
}
section#hirari_info p{
	width:900px;
	margin:0 auto;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	text-align: justify;
	color: white;
}
section#author_info{
	height: 250px;/* FOR_smartphone */
	background-color: white;
	padding-top:30px;
	padding-bottom:30px;
}
section#author_info img{

	float:left;
	margin-left:40px;
}
section#author_info p{
	float: right;
	width:600px;
	font-size: 14px;
	line-height: 2.2em;
	margin-top: 42px;
	margin-right: 40px;
	text-align: justify;
}
#clear{
	clear: both;
}
section#staff{
	background-color: white;
	padding-top:34px;
	padding-bottom:30px;
	background-color: rgb(119,128,186);
	height:470px;
}
#left{
	float:left;
	width: 540px;
	margin-left:40px;
}
p.left{
	float:left;
	width:200px;
	font-size: 14px;
	color:white;
	line-height: 2em;
	letter-spacing: 0.2em
	}
p.center{
	float:right;
	width:200px;
	font-size: 14px;
	color:white;
	line-height: 2em;
	margin-left:120px;
	letter-spacing: 0.2em

	}
p.right{
	float:right;
	width:260px;
	margin-left:60px;
	margin-right:60px;
	font-size: 14px;
	color:white;
	line-height: 2em;
	letter-spacing: 0.2em
		}
#get_off_ad{
	height: 14px;
}