@charset "UTF-8";
/* サンプルムービー */
#img_title_sample {
	width: 950px;
	padding-top: 30px;
	height: 140px;
}
#wrapper_wadai {
	width: 905px;
	background-color: #fff;
	padding-left: 45px;
}
.box_wadai_title {
	width: 410px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #F36;
	height: 216px;
		padding: 4px;
	margin-right: 20px;
	background-image: url(../img/sample/title_wadai.jpg);
}
.box_wadai {
	width: 410px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #F36;
	padding: 4px;
	height: 216px;
	margin-right: 20px;
	background-image: url(../img/sample/bg_wadai.jpg);
}
.box_wadai img {
	float: left;	
}
.box_wadai_text {
	width: 230px;
	float: right;
	text-align: left;
	margin-top: 7px;
	margin-right: 12px;
}

.box_wadai_text h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.07em;
	color: #FFF;
}
.box_wadai_text p {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.07em;
	color: #FFF;
}
.box_wadai_comment {
	width: 230px;
	float: right;
	text-align: left;
	margin-top: 5px;
	margin-right: 12px;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	letter-spacing: 0.07em;
}
.box_wadai_comment img {
	margin-top: 5px;	
}

#contents_area_sample {
	width: 920px;
	background-color: #fff;
	padding-left: 30px;
	padding-bottom: 20px;
}

.box_sample {
	width: 151px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding: 4px;
	margin-left: 15px;
}
.box_sample_title {
	height: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 7px;
}

.box_sample h4 {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.05em;
	padding: 5px;
}


.box_sample p {
	font-size: 12px;
	line-height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	width: 161px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* バックナンバー */
#wrapper_backnumber {
	width: 950px;
	height: 80px;
	text-align: left;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#backnumber_l {
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	letter-spacing: 0.07em;
}
#backnumber_r {
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}


div#menu{
	height: 30px;
	width: 200px;
	position: relative;
	float: right;
}
ul#menuBody{width:100%; position: absolute; z-index:10;}
ul.nav{height:30px; overflow: hidden; background: #222; color:#eee; width: 200px; font-size:14px; text-align: center; float: left;}
ul.nav li{
	height: 30px;
	line-height: 30px;
}
ul.nav li:hover{
	cursor: pointer;
	background-color: #906;
}
ul#menuBody li{
	float: left;
}
ul#menuBody .nav li{
	float: none;
}
ul#menuBody .nav li a{
	color: #FFF;
}
ul#menuBody .nav li :hover{
	color: #FFF;
	text-decoration: none;
}
