/*全体*/
body#index {
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat;
}
/*ヘッダー部分*/
#header {
	background-image: url(../img/sakura_header2014.png);
	height: 178px;
	width: 1000px;
	overflow: hidden;
}
#header h1{
	padding-top: 4px;
	margin-left: 40px;
	float: left;
}
#header ul{
	margin-left: 90px;
	float: left;
}
#header li{
	padding-top: 15px;
	margin-left: 6px;
	float: left;
}
#header h2{
	padding-top: 26px;
	margin-left: 110px;
	float: left;
}

/*フッター部分*/
#footer {
	background-image: url(../img/sakura_footer_2014.png);
	height: 183px;
	width: 1000px;
	overflow: hidden;
	left: 1px;
	top: 800px;
	position: absolute;
}
#footer #lineup {
	float: left;
	padding-top: 85px;
	width: 550px;
	margin-left: 40px;
}
#footer ul{
	padding-top: 2px;
}
#footer li{
	float: left;
	padding-top: 8px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
#footer li a{
	color: #333333;
	text-decoration: none;
}
#footer #sns{
	padding-right: 10px;
	padding-top: 100px;
	width: 400px;
	float: right;
}

#footer #section2{
	padding-left: 30px;
	padding-top: 70px;
	width: 500px;
	float: left;
}


/**** koe ****/
#section #leftcontents #koe{
	width: 400px;
	height: 90px;	
	border: 1px solid #dadbd5;
	background-color: #fdfbee;
	overflow-y: scroll;
}
#section #leftcontents p.voicetitle{
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
}

#koe dt a,#koe dd{
	padding-right: 12px;
	padding-left: 10px;
}

#koe dl{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-align:left;
}
#koe dl.odd{
	background-color: #f8f8f8;
}
#koe dl dt{
font-size: 12px;
line-height: 1.2;
font-weight: bold;
padding: 7px 0 0;
margin: 0 0 5px;
}
#koe dl dd{
	color:#6a685c;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 5px;
}
#koe dl dd img{
	float: left;
	padding-right: 5px;
}
#koe dl dt a{
color:#2c8fe2;
}
