/*
	==========================================
	RenaART - Cascading Style Sheets
	http://www.renaart.com/
	==========================================
	[ Print CSS ]	/css/print.css
	Revision : 1.0
	==========================================
	Coded by Atushi Terada / Siichi Sakuraba
	Copyright (c) 2005 TOKYO ANAGRAM
	http;//www.tokyoanagram.com/
	==========================================
*/


BODY {
	/* テキスト設定 */
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 1pt;
	line-height: 13pt;
}

#layoutContentsArea {
	/* テキスト設定 */
	width: 620px;
}

H1, H2, H3, H4, H5, H6, STRONG {
	font-family: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS P Gothic", Lucida Grande, Lucida Sans Unicode, Lucida, Verdana, Trebuchet MS, sans-serif;
	font-style: normal;
	font-weight: bold;
}

#layoutHeaderMenu, #layoutFooterRight, #layoutBodyHeadLine, .pageNavi, #mailForm, .noPrint {
	display: none;
}

SMALL {
	font-size: 6pt;
}

#layoutFooter {
	font-size: 6pt;
	margin-top: 30pt;
}

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

.full {
	clear: both;
}

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

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

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

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

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

P {
	/* テキスト設定 */
	text-indent: 10pt;
	margin: 5px 0px 5px 0px;
}

P.noindent {
	text-indent: 0;
}

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


.padding {
	padding: 0 15pt;
}

.marginRight {
	margin-right: 15pt;
}

.marginLeft {
	margin-left: 15pt;
}

.marginTop {
	margin-top: 15pt;
}

.marginBottom {
	margin-bottom: 15pt;
}

