@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
	line-height: 130%;
	font-size: 81%;
	color: #313131;
	width: 0 auto;
	background-image: url("body-bg.jpg");
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: 0
}
a:link {
	color: #385A23;
	text-decoration: none;
}
a:visited {
	color: #385A23;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #CCFF80;
}
a:active {
	color: #A4BC72;
}
p {
	text-align: left;
}


/* 全体のレイアウト */

div#base {
	margin: 25px auto 15px;
	padding:20px 5px 5px;
	width: 624px;     /* 150 460 2 2 5 5 */
}
div#maincontents {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/* 共通 */

h2{
	font-size: 100%;
	text-align: left;
	padding-left: 3px;
	font-weight: normal;
	line-height: 120%;
}
ul {
	padding: 0;
	margin-left: 3px;
}
li {
	margin-bottom: 4px;
	text-align: left;
	list-style-type: none;
	padding: 0;
}
img.icon {
	margin-right: 5px;
	margin-left: 3px;	
	width: 7px;
	height: 7px;
	padding-top: 8px;
}
img.icon1 {
	margin-right: 5px;
	margin-left: 3px;
	width: 8px;
	height: 8px;
	padding-bottom: 1px;
}


/* ヘッダー */

h1 {
	background-image: url("./title.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 25px 0;
	padding: 0;
	width: 302px;
	height: 22px;
}
h1 span {
	text-align: left;
	font-family: Verdana,Arial,sans-serif;
	font-size: 95%;
	display: none;
}


/* 左サブコンテンツ */

div#left-sub {
	float: left;
	width: 150px;
}
div#left-sub h2 {
	margin-left: 0;
	margin-bottom: 6px;
}
h2#menu {
	font-family: Arial,Verdana,sans-serif;
}
#amazon p {
	text-align: center;
	line-height: 120%;
	margin-top: 8px;
}
span.price {
	color: #E07616;
}
#left-sub ul li {
	list-style-image: url("./pin_02.gif");
	list-style-type: square;
	margin-left: 27px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#left-sub ul {
	margin-top: 5px;
	margin-bottom: 20px;
	border-top: 2px dotted #555555;
	border-bottom: 2px dotted #555555;
	padding-top: 7px;
	padding-bottom: 7px;
}


/* 右メインコンテンツ */

div#right-contents {
	float: right;
	width: 460px;
}
div.rightbox {
	padding-bottom: 6px;
}
h2.right-subtitle {
	background-image: url("./subtitle1.jpg");
	background-repeat: no-repeat;
	background-color: #CCFF66;
	height: 20px;
	margin-bottom: 0;
}
div.contents {
	border-right: 1px solid #CCFF66;
	border-bottom: 1px solid #CCFF66;
	border-left: 1px solid #CCFF66;
	padding: 0;
	margin: 0;
}
dl {
	height: 100px;
	margin-left: 3px;
	overflow: auto;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
dt,dd {
	text-align: left;
	line-height: 130%;
}
#right-contents p,ul {
	line-height: 130%;
	margin-left: 5px;
	margin-top: 0;
	padding-top: 7px;
	margin-bottom: 10px;
}
h2#sponsor {
	padding-left: 3px;
	margin-left: 0;
	margin-bottom: 2px;
}


/* フッター */

div#footer {
	text-align: center;
	margin-bottom: 10px;
	line-height:140%;
	clear: both;
}
div#footer p {
	text-align: center;
	line-height:140%;
}


/* 以下、IE7のレイアウト修正----------------------------------------------------- */

/* フッターの上の位置調節 */
*:first-child+html #footer {
	margin-top: -35px;
}



/* 以下、IE6のレイアウト修正----------------------------------------------------- */

/* 全体のセンタリング */
body {
	_text-align: center;
}
/* フロートの左右マージンの調節に伴う右コンテンツの段差落ちを修正 */
div#base {
	_padding:20px 4px 5px;
	_width: 634px;
}
/* ヘッダーのタイトル画像の位置調整（センタリングされているので） */
#header h1 {
	_width: 612px;
	_margin-top: -7px;
}
#header p {
	_padding-left: 6px;
}
/* ヘッダー下の高さ調節 */
#header {
	_margin-bottom: 25px;
}
/* フロートの左右マージンの調節 */
div#left-sub {
	_margin-right: 5px;
	_margin-left: 0;
}
div#right-contents {
	_margin-right: 0;
	_margin-left: 5px;
}
/* 右コンテンツのサブタイトル文字の上下位置の調節 */
h2.right-subtitle {
	_padding-top: 4px;
}
/* フッターの上の位置調節 */
#footer {
	_margin-top: -35px;
}