@charset "UTF-8";
/* RESET */

body, header, footer, nav, section, div, 
ul, li, p, h1, h2, h3, h4, 
table, th, td, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	list-style: none;
}
	
img {
	vertical-align: top;
	border-style:none;
}

a {
    color: #BF5078;
    text-decoration: none;
	font-weight: bold;
}

/* HTML */

html {
overflow: auto;
}


/* BODY */

body {
	line-height: 1.5;
	font-size: 0.95em;
	font-family: sans-serif;
	color: #595757;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	overflow: hidden;
}

/* CONTAINER */

#container{
	margin: 0 auto;
	width: 960px;
	background: #FFF;
}

/* HEADER */

header {
	height: 92px;
	width: 916px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
}

h1 img {
	display: block;
	margin: 5px 30px;
	float: left;
}


h2 {
	display: block;
	font-size: 0.8em;
	float: right;
	padding: 70px 10px 0 0;
}

/* CONTENT */
#content {
	width: 920px;
	margin: 0 auto;
	clear: both;
}

/* MAIN */
#main {
	width: 654px;
	float: right;
	padding-bottom: 40px;

}

#mainvisual {
	width: 654px;
	height: 410px;
	margin: 0 auto;
}

/* INFO */

#info {
	padding: 15px 0;
}

#info h3, #attraction h3 {
	display: block;
	padding: 10px 0;
}
#info h4 {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}


#info_box {
	border: solid 1px #F19CA6;
	
}

hr{
    border:none;
    border-top:dotted  1px #c9bc9c;
    height:1px;
    color:#FFFFFF;
	padding: 8px 0 4px;
}


#info_inner {
	margin: 18px;
	height: 1480px;
	overflow: scroll;
	
	
}
#info p {
	margin: 10px 0;
	font-size: 1.125em;
	
}

strong {
	font-weight: bold;
}

p.lead {
	text-indent: -1em;
	padding-left: 1em;
}

.cap {
	color: #ff4500;
}


/* ATTRACTION */

#attraction_inner{
	background-color: #fadbda;
	padding: 10px 10px 30px ;	
}

#attraction_text {
	width: 390px;
	float: left;
}

table#attraction_text {
    border-collapse: separate;
	border-spacing: 10px;
}

#attraction_inner td, th {
	vertical-align: top;
	padding: 15px;
}

#attraction_visual {
	float: right;
	width: 188px;
	padding: 20px 30px 0 0;
}

#attraction_visual p {
	padding-bottom: 15px;
}

#attraction_cl {
	clear: both;
	padding-left: 15px;
}

/* SIDE */

#side {
	width: 242px;
	float: left;
}

nav {
	padding-bottom: 10px;
}


#twitter {
	height: 490px;
	padding-bottom: 15px;
}

#tw {
	padding-top: 10px;
}

#profile {
	height: 450px;
	margin-top: 10px;
	background-image:url(../images/profile_bg.png);
}

h5 img {
	display: block;
	padding: 25px 0 0 8px;
}

.pr_text {
	display: block;
	padding: 0 20px;
	font-size: 0.9em;
}

.pr_text_link {
	padding-top: 5px;
	text-align: center;
	font-size: 0.95em;
}


#movie {
	margin-top: 20px;

}

#movie h4 {
	font-size: 18px;
	font-weight: bold;
}

#topmovie {
	height: 135px;
	margin: 5px 0;
	background-image: url(../images/youtube_bk.jpg);
	
}


/* ASIDE */

aside ul {
	padding: 10px 0;
}

aside li {
	padding-bottom: 10px;
}

#side_bnr{
	padding: 10px 0;
}

#sns {
	padding-top: 20px;
}

/* FOOTER */

footer {
	clear: both;
	height: 175px;
	background-color: #fadbda;
	text-align: center;
	margin-top: 0;
	margin-right: -200%;
	margin-bottom: 0;
	margin-left: -200%;
	padding-top: 0;
	padding-right: 200%;
	padding-bottom: 0;
	padding-left: 200%;
}

#footernav {
	padding-top: 20px;
}

#copyright {
	padding: 20px;
	font-size: 0.8em;
}
