/*
	==========================================
	Astraia Spirits - Cascading Style Sheets
	http;//www.astraiaspirits.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: "ヒラギノ丸ゴ Pro W4", "HiraMaruPro-W4", "MS P Gothic", Lucida Grande, Lucida Sans Unicode, Lucida, Verdana, Trebuchet MS, sans-serif;
	font-style: normal;
	font-size: 10pt;
	letter-spacing: 1pt;
}

.blockText {
	/* テキスト設定 */
	line-height: 13pt;
}

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

#layoutTopFrame, #sideMenu, #layoutFooterNavigation, #pageNavigation, .hr, #mailForm, .noPrint {
	display: none;
}

SMALL {
	font-size: 6pt;
}

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

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

.membersLeft {
	width: 120px;
	float: left;
	clear: right;
	margin-right: 20px;
}

.membersRight {
	width: 400pt;
	float: left;
	clear: right;
	margin-bottom: 30pt;
}

.activitiesLeft {
	width: 120px;
	float: left;
	clear: right;
	margin-right: 20px;
}

.activitiesRight {
	width: 215px;
	float: left;
	clear: right;
}

.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;
}

.both {
	clear: both;
}

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


.blockText {
	padding: 0 15pt;
}

.marginRight {
	margin-right: 15pt;
}

.marginLeft {
	margin-left: 15pt;
}

.marginTop {
	margin-top: 15pt;
}

.marginBottom {
	margin-bottom: 15pt;
}

