﻿@charset "UTF-8";

/*
/////////////////////////////////////
BASE
/////////////////////////////////////
*/

/* +++++++++++ H +++++++++++ */

h2 {
	width: 100%;
	padding: 0;
}


/*
/////////////////////////////////////
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;
}

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

#ContentsArea .BannerArea ul li {
	margin: 0 0 20px;
}

#ContentsArea .BannerArea ul li.End {
	margin: 0;
}

/* +++++++++++ TOP FRAME +++++++++++ */

#ContentsArea #Left {
	height: 205px;
	background: url(../images/back_link.gif) left bottom repeat-x;
}

#ContentsArea #Right {
	height: 205px;
	background: url(../images/back_link.gif) left bottom repeat-x;
}

#ContentsArea #Left a,
#ContentsArea #Right a {
	height: 205px;
	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 -206px;
}

#ContentsArea .TopFrame .Image {
	float: left;
	width: 100px;
}

#ContentsArea .TopFrame .TextArea {
	float: right;
	width: 275px;
	padding: 0 10px 0 0;
}
#ContentsArea .TopFrame .TextArea:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea .TopFrame .TextArea p {
	clear: both;
	min-height: 100px;
	margin: 10px auto 0;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
}

/* 3列 */
#ContentsArea #FrameS {
	display: block;
	float: left;
	width: 266px;
	height: 206px;
	margin: 0 5px 0 0;
	background: url(../images/back_frame_s.png) left bottom repeat-x;
}

#ContentsArea #FrameS a {
	display: block;
	width: 266px;
	height: 206px;
	background: url(../images/back_frame_s.png) repeat-x;
	text-decoration: none;
	cursor: pointer;
}

#ContentsArea #FrameS a:hover,
#ContentsArea #FrameS a:active {
	background-position: left -210px;
	text-decoration: none;
}

#ContentsArea #FrameS .TextArea {
	float: none;
	width: 266px;
	padding: 0;
	text-align: left;
}

#ContentsArea #FrameS .TextArea p {
	margin: 0;
}

#ContentsArea .Right {
	float: right !important;
	margin: 0 !important;
}

/* +++++++++++ NEWS +++++++++++ */

#ContentsArea #News {
	float: left;
	height: 210px;
}

#ContentsArea #News .TextArea {
	float: none;
	width: 380px;
	height: 155px;
	margin: 0 auto 5px;
	padding: 0;
}

#ContentsArea #News .TextArea iframe {
	width: 380px;
	height: 155px;
	border: none;
}

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

#ContentsArea #Book {
	background: url(../images/back_book.gif) left bottom repeat-x;
	height: 210px;
}

#ContentsArea #Book a {
	height: 210px;
	background: url(../images/back_book.gif) repeat-x;
}

#ContentsArea #Book a:hover,
#ContentsArea #Book a:active {
	background-position: left -212px;
	text-decoration: none;
}

/* +++++++++++ PICK UP +++++++++++ */

#ContentsArea #Pickup {
	display: block;
	float: right;
	width: 224px;
	height: 210px;
	background: url(../images/back_pickup.gif) left bottom repeat-x;
}

#ContentsArea #Pickup a {
	display: block;
	width: 224px;
	height: 210px;
	background: url(../images/back_pickup.gif) repeat-x;
	text-decoration: none;
	cursor: pointer;
}

#ContentsArea #Pickup a:hover,
#ContentsArea #Pickup a:active {
	background-position: left -212px;
	text-decoration: none;
}

#ContentsArea #Pickup .TextArea {
	float: none;
	width: 224px;
	margin: 10px auto 5px;
	padding: 0;
	text-align: center;
}

#ContentsArea #Pickup .TextArea p {
	margin: 0;
	text-align: center;
}

/* +++++++++++ GOODS +++++++++++

#ContentsArea #Goods {
	float: right;
}

#ContentsArea #Goods .TextArea {
	float: none;
	clear: both;
	width: 400px;
	margin: 10px auto 5px;
	padding: 0;
	text-align: center;
}
#ContentsArea #Goods .TextArea:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

#ContentsArea #Goods .TextArea dl {
	float: left;
	width: 104px;
	margin: 0 14px;
	_margin: 0 7px;
}

#ContentsArea #Goods .TextArea dl dt {
	text-align: center;
}

#ContentsArea #Goods .TextArea dl dd {
	display: block;
	width: 104px;
	height: 30px;
	background: url(../images/button_goods.gif) left bottom no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#ContentsArea #Goods .TextArea dl dd a {
	display: block;
	width: 104px;
	height: 30px;
	background: url(../images/button_goods.gif) no-repeat;
}

#ContentsArea #Goods .TextArea dl dd a:hover,
#ContentsArea #Goods .TextArea dl dd a:active {
	background-position: left bottom;
} */



