/*
	==========================================
	Furusaka Rumiko HP - Cascading Style Sheets
	http;//www.furusakarumiko.com/
	==========================================
	[ General CSS ]	/css/general.css
	Revision : 1.0
	==========================================
	Coded by Atushi Terada / Siichi Sakuraba
	Copyright (c) 2005 TOKYO ANAGRAM
	http;//www.tokyoanagram.com/
	==========================================
*/


/* ▼ 基本レイアウト ======================================== */

* {
	margin: 0;
	padding: 0;
}

BODY {
	/* テキスト設定 */
	text-align: center;
	/* ブロック設定 */
	background-color: black;
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#layoutContentsArea {
	/* テキスト設定 */
	text-align: left;
	/* ブロック設定 */
	position: relative;
	width: 702px;
	height: 480px;
	background-color: white;
	background-image: url(../images/bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#layoutContentsAreaTop {
	/* テキスト設定 */
	text-align: left;
	/* ブロック設定 */
	position: relative;
	width: 702px;
	height: 480px;
	background-color: white;
	margin: 0 auto;
}

#layoutHeaderNavigation {
	list-style-type: none;
	/* ブロック設定 */
	position: absolute;
	top: 26px;
	left: 215px;
}

#layoutHeaderNavigation LI {
	display: inline;
}

#layoutBody {
	/* ブロック設定 */
	top: 80px;
	left: 151px;
	padding: 80px 0 0 151px;
	width: 400px;
	padding-bottom: 100px;
}

#layoutFooter {
	/* テキスト設定 */
	text-align: center;
	/* ブロック設定 */
	background-image: url(../images/bg_01.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 20px 80px 20px 120px;
	margin: 0;
}

#newsArea {
	/* テキスト設定 */
	text-align: center;
	/* ブロック設定 */
	width: 100%;
	position: absolute;
	top: 420px;
	left: 0px;
}

.columnLeft {
	width: 190px;
	float: left;
	clear: right;
	margin-right: 20px;
}

.columnRight {
	width: 190px;
	float: left;
	clear: right;
}

.full {
	width: 400px;
	clear: both;
}

/* ▼ パーツレイアウト ======================================== */

IMG {
	vertical-align: top;
	border-style: none;
}

IMG.left {
	/* ブロック設定 */
	float: left;
	clear: right;
	margin-right: 7px;
}

IMG.right {
	/* ブロック設定 */
	float: right;
	clear: left;
	margin-left: 7px;
}

H1 {
	/* ブロック設定 */
	position: absolute;
	top: 20px;
	left: 25px;
}

UL {
	margin-left: 14px;
}

UL.link {
	list-style-image:url(/images/link_rose.gif);
	margin-left: 24px;
}

UL.link LI {
	margin-bottom: 5px;
	line-height: 17px;
}

DT {
	/* テキスト設定 */
	text-align: left;
	/* ブロック設定 */
	width: 80px;
	float: left;
	padding-bottom: 10px;
}

DD {
	/* テキスト設定 */
	text-align: left;
	/* ブロック設定 */
	padding-bottom: 10px;
}

DIV.text {
	/* ブロック設定 */
	clear: both;
	margin: 0 5px 20px 5px;
}

DIV.text P {
	/* テキスト設定 */
	text-indent: 13px;
	margin: 5px 0px 5px 0px;
}
DIV.topScroll {
	border: 1px solid #bbb165;
	width: 400px;
	padding: 5px 10px;
	margin: 0 auto 10px auto;
}



/* ▼ フォント指定 ======================================== */

BODY, TD {
	/* テキスト設定 */
	color: #451407;
	font-family: 'Times Bold','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐゴシック',serif;
	font-size: 12px;
	font-style: normal;
}

#layoutContentsArea {
	/* テキスト設定 */
	/* ブロック設定 */
	margin-bottom: 50px;
}

#layoutFooterNavigation {
	/* テキスト設定 */
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 18px;
}

#layoutFooterNavigation A {
	/* テキスト設定 */
	text-decoration: none;
}

ADDRESS {
	/* テキスト設定 */
	font-size: 9px;
	letter-spacing: 0px;
	font-style: normal;
	/* ブロック設定 */
	margin-top: 3px;
}

CAPTION, H3 {
	color: #696115;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

H4, #newsArea H2 {
	color: #696115;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

H5, STRONG, TABLE TR TH, DT {
	color: #696115;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

H5.bold {
	color: #FF00FF;
	font-size: 14px;
	font-style: oblique;
	margin-bottom: 5px;
}

STRONG.black {
	color: #451407;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.purple {
	color: #FF00FF;
}

.red {
	color: #FF0000;
}

A {
	color: #497115;
}

A:hover {
	color: #999145;
}



/* ▼ 行間（マージン）指定 ======================================== */

H2, H3.image {
	margin-bottom: 20px;
}

H3, H4, #newsArea H2 {
	margin-bottom: 5px;
}

.marginRight {
	margin-right: 12px;
}

.marginLeft {
	margin-left: 12px;
}

.marginTop {
	margin-top: 20px;
}

.marginBottom {
	margin-bottom: 20px;
}

/* ▼ 表組指定 ======================================== */
TABLE {
	width: 398px;
}
TABLE TR TH, TABLE TR TD {
	padding: 0 10px 5px 0;
}
CAPTION {
	background-image: url(../images/line_table_caption.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 30px;
}


