@charset "UTF-8";

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

/* +++++++++++ FLASH AREA +++++++++++ */

#FLashArea {
	width: 620px;
	height: 301px;
	margin: 0 0 5px;
}


/* +++++++++++ BANNER AREA +++++++++++ */

.BannerArea {
}

.BannerArea p {
	margin: 5px 0 0;
}

/* +++++++++++ PHOTO BOOK +++++++++++ */

/* SPECIAL01 */
.PhotoBookButton01 {
	display: block;
	float: left;
	width: 200px;
	height: 140px;
	margin: 0 10px 0 0;
	background: url(../images/special01_back.gif) left bottom no-repeat;
}

.PhotoBookButton01 a {
	display: block;
	width: 200px;
	height: 140px;
	background: url(../images/special01_back.gif) no-repeat;
	text-decoration: none;
}

.PhotoBookButton01 a:hover,
.PhotoBookButton01 a:active {
	background-position: left bottom;
	text-decoration: none;
}

.PhotoBookButton01 .Image {
	padding: 1px 1px 0 0;
	text-align: right;
}

.PhotoBookButton01 h3 {
	padding: 5px 5px 3px 25px;
	background: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.PhotoBookButton01 .Text {
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
}

/* SPECIAL02 */
.PhotoBookButton02 {
	display: block;
	float: left;
	width: 200px;
	height: 140px;
	margin: 0 10px 0 0;
	background: url(../images/special02_back.gif) left bottom no-repeat;
}

.PhotoBookButton02 a {
	display: block;
	width: 200px;
	height: 140px;
	background: url(../images/special02_back.gif) no-repeat;
	text-decoration: none;
}

.PhotoBookButton02 a:hover,
.PhotoBookButton02 a:active {
	background-position: left bottom;
	text-decoration: none;
}

.PhotoBookButton02 .Image {
	padding: 1px 1px 0 0;
	text-align: right;
}

.PhotoBookButton02 h3 {
	padding: 5px 5px 3px 25px;
	background: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.PhotoBookButton02 .Text {
	padding: 3px 5px;
	color: #e80c6e;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
}

/* SPECIAL03 */
.PhotoBookButton03 {
	display: block;
	float: left;
	width: 200px;
	height: 140px;
	background: url(../images/special03_back.gif) left bottom no-repeat;
}

.PhotoBookButton03 a {
	display: block;
	width: 200px;
	height: 140px;
	background: url(../images/special03_back.gif) no-repeat;
	text-decoration: none;
}

.PhotoBookButton03 a:hover,
.PhotoBookButton03 a:active {
	background-position: left bottom;
	text-decoration: none;
}

.PhotoBookButton03 .Image {
	padding: 1px 1px 0 0;
	text-align: right;
}

.PhotoBookButton03 h3 {
	padding: 5px 5px 3px 25px;
	background: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.PhotoBookButton03 .Text {
	padding: 3px 5px;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
}

/* +++++++++++ STORY +++++++++++ */

.StoryButton {
	display: block;
	float: left;
	width: 200px;
	height: 155px;
	margin: 0 10px 0 0;
	background: url(../images/story_back.gif) left bottom no-repeat;
}

.StoryButton a {
	display: block;
	width: 200px;
	height: 155px;
	background: url(../images/story_back.gif) no-repeat;
	text-decoration: none;
}

.StoryButton a:hover,
.StoryButton a:active {
	background-position: left bottom;
	text-decoration: none;
}

.StoryButton h3 {
	padding: 7px 0 3px 20px;
	background: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	letter-spacing: -0.1em;
}

.StoryButton .ImageArea {
	clear: both;
	margin: 5px 10px;
}

.StoryButton .ImageArea:after {
	content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.StoryButton .ImageArea p {
	display: inline;
	float: left;
	_float: none;
	margin: 0 5px 0 0;
	text-align: left;
}
*+html .StoryButton .ImageArea p {
	float: none;
}

.StoryButton .Text {
	clear: both;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}

.space {
	margin: 20px 0 0 0;
}

.nondisp {
	/*visibility: hidden;*/
	display: none;
}