@charset "EUC-JP";

/*------------------------------------------------------------------------------
	print.css
	アルテサロンホールディングス
	印刷用オーバーライドCSS
	2008-4-21 PRIQIA 遠藤隆史
------------------------------------------------------------------------------*/

/* 背景なし */
body {
	background			: none;
}

/* 幅は画面（紙）幅に合わせる */
#wrapper div#wrapper {
	width				: 100%;
	padding				: 0;
	margin				: 0;
}

/* コンテンツ背景なし */
#wrapper div#contents-wrapper {
	background			: none;
}

/* 不要ナビゲーションの分を詰める */
#wrapper div#header {
	width				: auto;
	height				: 60px;
}

/* 言語切り替えスイッチ不要 */
#wrapper p#language-switch {
	display				: none;
}

/* ナビゲーション不要 */
#wrapper ul#main-navigation {
	display				: none;
}
#wrapper ul#assist-navigation {
	display				: none;
}

/* 戻るボタン不要 */
#wrapper #content-title p.back-button {
	display				: none;
}

/* サブナビゲーション不要 */
#wrapper div#sub-navigation {
	display				: none;
}

/* ナビゲーションの分を無視する */
#wrapper div#contents {
	float				: none;
	width				: auto;
	margin				: 0;
	padding				: 0;
}

#wrapper div#footer p.credit {
	padding				: 0;
	text-align			: center;
}

/* 最新情報の２カラム */
#wrapper #contents div.news-topics,
#wrapper #contents div.group-info-topics {
	float				: left;
	width				: 320px;
	margin-right		: 10px;
}
#wrapper #contents div.news-topics {
	/* page-break-after	: always; */
}

/* IRの株主総会 */
#wrapper #ir #contents div.section.soukai {
	float				: left;
}


/* RSSアイコン不要 */
#wrapper p.rssfeed {
	display				: none;
}

/* 第3のカラムがあるページ */
#wrapper #contents.three-cols div.left-col {
	width				: 63%;
	padding				: 0;
	margin				: 0;
	overflow			: hidden;
}
#wrapper #contents.three-cols div.right-col {
	width				: 35%;
	padding				: 0;
	margin				: 0;
	overflow			: hidden;
}

/* 事業内容 */
#wrapper #business #contents .section.ma div.description,
#wrapper #business #contents .section.alliance div.description {
	width				: 55%;
}
#wrapper #business #contents .section.ma div.image,
#wrapper #business #contents .section.alliance div.image {
	width				: auto;
}

/* 財務諸表 */
#wrapper #ir #contents div.section.fs table {
	width				: 100%;
}