﻿@charset "UTF-8";
/* CSS Document */

.clear{
	clear: both;
}

.imagespace{
	vertical-align: bottom;
}

.imagespace2{
	vertical-align: top;
}

.center{
	margin: 0 auto;
}

body {
	background:#fef8e0 url(../img/bg.gif) repeat-y center top;
}

/*共通*/

#container{
	width: 640px;
	margin: auto;
	background-color: #ffffff;
}

#header{
	width: 600px;
	height: 85px;
	margin: 0 auto;
	padding-top: 20px;
}


#header-left{
	width: 352px;
	height: 85px;
	background-image: url(../img/logo.gif);
	float: left;
}

#header-left span{
	display: none;
}

#header-right{
	width: 248px;
	height: 85px;
	float: right;
	margin: 0 auto;
	
}

#header-right li{
	padding:5px 0;	
}

#subtitle1{
	width: 600px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../img/day1title.gif);
	padding-top: 20px;
}

#subtitle1 span{
	display: none;
}


#subtitle2{
	width: 600px;
	height: 130px;
	margin: 0 auto;
	background-image: url(../img/day2title.gif);
	padding-top: 20px;
}

#subtitle3{
	width: 600px;
	height: 130px;
	margin: 0 auto;
	background-image: url(../img/day3title.gif);
	padding-top: 20px;
}


#cast{
	width: 500px;
	color: #333333;
	font-size: 12px;
	line-height: 160%;
	margin: 0 auto;
	padding-top: 20px;
}

#cast2{
	width: 600px;
	color: #333333;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

#about{
	width: 540px;
	color: #333333;
	font-size: 12px;
	line-height: 180%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#story{
	width: 540px;
	color: #333333;
	font-size: 12px;
	line-height: 150%;
	margin: 0 auto;
	padding-top: 20px;
}


#photo{
	width: 360px;
	height: 265px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 15px;
}
#photo span{
	color: #666666;
	text-align: right;
	line-height: 150%;
	display: block;
}

#photo2{
	width: 400px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

#photo2-1{
	float: left;
}

#photo2-2{
	float: right;
}

#sakubun{
	width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/*メッセージ*/

#message-day{
	width: 600px;
	height: 94px;
	margin: 0 auto;
}

#message-day ul{
}

#message-day li{
	float: left;
}

#message{
	width: 600px;
	margin: 20px auto 0 auto;
}

#message-caption{
	width: 355px;
	height: 51px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#message-button{
	width: 245px;
	height: 51px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#message-caution{
	width: 585px;
	margin: 0 auto;
	font-size: 11px;
	color:#666666;
	line-height: 150%;
	padding-left: 15px;
}

#message-area{
	width: 570px;
	height: 470px;
	padding: 15px;
	background-image: url(../img/message_areabg.gif);
	margin: 20px auto;
}

#messagepage{
	width: 414px;
	margin: 10px auto;
	padding-left: 186px;
}

/*めざとく本サイト*/
#mezatokumain{
	width: 600px;
	margin: 0 auto;
}

#mezatoku-head{
	width: 600px;
	height: 332px;
	background-image: url(../img/mezatoku_headbg.gif);
}

#mezatoku-head h1{
	display: none;
}

.mainphoto{
	width: 385px;
	padding-left: 215px;
	padding-top: 60px;
}

#mezatoku-middle{
	width: 600px;
	height: 180px;
	background-image: url(../img/mezatoku_middlebg.gif);
}

.maincatch{
	width: 540px;
	padding: 0 30px;
	font-size: 12px;
	line-height: 150%;
	color: #231815;
}

#mezatoku-bottom{
	width: 600px;
	height: 366px;
	background-image: url(../img/mezatoku_bottombg.gif);
}

.subphoto1{
	float: left;
	padding-top: 45px;
	padding-left: 20px;
}

.subphoto2{
	float: right;
	padding-top: 45px;
	padding-right: 30px;
}

.comment{
	width: 600px;
	margin: 20px auto;
}

.answer{
	width: 600px;
	margin: 15px auto 0 auto;
}

.answer-text{
	width: 530px;
	font-size: 12px;
	line-height: 150%;
	color: #231815;
	padding: 5px 40px 5px 30px;
}



#copyright{
	width: 600px;
	margin: 0 auto;
}

#copyright-icon{
	width: 38px;
	float: left;
}

#copyright-text{
	width: 547px;
	float: right;
	color: #333333;
	font-size: 11px;
	line-height: 120%;
	padding-left: 15px;
}

#copyright-text a:link{
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}

#copyright-text a:hover{
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}

#copyright-text a:visited{
	color: #666666;
	text-decoration: none;
}





