@charset "UTF-8";

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

/* +++++++++++ MENU AREA +++++++++++ */

.StoryMenuArea {
	clear: both;
	margin: 0 0 5px;
}

.StoryMenuArea:after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.StoryMenuArea ul {
	overflow: hidden;
	list-style: none;
}

.StoryMenuArea ul li {
	float: left;
	width: 305px;
	height: 69px;
	margin: 0 10px 0 0;
}

.StoryMenuArea ul li img {
	border: none;
}

/* +++++++++++ 体験談 +++++++++++ */

.Story {
	clear: both;
	background: #fff;
	text-align: left;
}

.Story .Text {
	margin: 10px 15px 0;
	padding: 0 0 10px;
	background: url(../../common/images/dotline.gif) left bottom repeat-x;
	line-height: 160%;
}

.Story .Image01 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_01.jpg) no-repeat;
	text-align: right;
}

.Story .Image02 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_02.jpg) no-repeat;
	text-align: right;
}

.Story .Image03 {
	width: 600px;
	height: 151px;
	padding: 15px 10px 0;
	background: url(../images/image_03.jpg) no-repeat;
	text-align: right;
}

.Story .Image04 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_04.jpg) no-repeat;
	text-align: right;
}

.Story .Image05 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_05.jpg) no-repeat;
	text-align: right;
}

.Story .Image06 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_06.jpg) no-repeat;
	text-align: right;
}
.Story .Image07 {
	width: 600px;
	height: 151px;
	padding: 20px 10px 0;
	background: url(../images/image_07.jpg) no-repeat;
	text-align: right;
}

.nondisp {
	/*visibility: hidden;*/
	display: none;
}


