﻿@charset "UTF-8";

/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

#ContentsArea .IndexContents {
	clear: both;
	width: 820px;
	margin: 0 0 10px;
	padding: 0 40px;
	text-align: left;
}
#ContentsArea .IndexContents:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea #Top {
	padding: 30px 40px 0;
	background: url(/common/images/contents_top.gif) center top no-repeat;
}

/* +++++++++++ TOP FRAME +++++++++++ */

#ContentsArea #Left {
	height: 206px;
	background: url(../images/back_link.gif) left bottom repeat-x;
}

#ContentsArea #Right {
	height: 206px;
	background: url(../images/back_link.gif) left bottom repeat-x;
}

#ContentsArea #Left a,
#ContentsArea #Right a {
	height: 206px;
	background: url(../images/back_link.gif) repeat-x;
}

#ContentsArea #Left a:hover,
#ContentsArea #Left a:active,
#ContentsArea #Right a:hover,
#ContentsArea #Right a:active {
	background-position: left bottom;
}

#ContentsArea .TopFrame .Image {
	float: left;
	width: 301px;
}

#ContentsArea .TopFrame .TextArea {
	float: right;
	width: 98px;
}

#ContentsArea .TopFrame .TextArea p {
	margin: 10px auto 0;
	text-align: center;
}

/* BUTTON
#ContentsArea .IndexContents .TextArea .Button {
	width: 90px;
	height: 66px;
	background: url(../images/button_detail.gif) left bottom no-repeat;
}

#ContentsArea .IndexContents .TextArea .Button a {
	width: 90px;
	height: 66px;
	background: url(../images/button_detail.gif) no-repeat;
}

#ContentsArea .IndexContents .TextArea .Button a:hover,
#ContentsArea .IndexContents .TextArea .Button a:active {
	background-position: left bottom;
} */

/* +++++++++++ INFORMATION +++++++++++ */

#ContentsArea #Information {
	float: left;
	height: 250px;
}

#ContentsArea #Information .TextArea {
	float: none;
	width: 380px;
	height: 190px;
	margin: 0 auto;
}

#ContentsArea #Information .TextArea iframe {
	width: 380px;
	height: 190px;
	border: none;
}

/*#ContentsArea #Information .TextArea {
	float: none;
	width: 370px;
	height: 190px;
	margin: 0 auto;
	overflow: auto;
}

#ContentsArea #Information .TextArea dl {
	clear: both;
	margin: 0 0 5px;
	border-bottom: 1px #d6dada dashed;
}
#ContentsArea #Information .TextArea dl:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea #Information .TextArea dl dt {
	float: left;
	width: 60px;
	padding: 10px 0 15px 40px;
	background: url(/common/images/arrow_info.gif) left center no-repeat;
	color: #000;
}

#ContentsArea #Information .TextArea dl dd {
	float: left;
	width: 250px;
	padding: 10px 0 15px;
}*/

/* +++++++++++ BOOK +++++++++++ */

#ContentsArea #Book {
	height: 250px;
	background: url(../images/back_book.gif) left bottom repeat-x;
}

#ContentsArea #Book a {
	height: 250px;
	background: url(../images/back_book.gif) repeat-x;
}

#ContentsArea #Book a:hover,
#ContentsArea #Book a:active {
	background-position: left -254px;
	text-decoration: none;
}

/*#ContentsArea #Book .TextArea dl dd {
	width: 104px;
	height: 30px;
	background: url(../images/button_goods.gif) left bottom no-repeat;
}

#ContentsArea #Book .TextArea dl dd a {
	width: 104px;
	height: 30px;
	background: url(../images/button_goods.gif) no-repeat;
}*/

/* +++++++++++ BANNER AREA +++++++++++ */

#ContentsArea #Other ul li {
	margin: 0 0 4px;
}

