@charset "utf-8";

/* 印刷表示用スタイルシート
------------------------------------------------------------
印刷用に個別設定が必要な場合に記述
*/

/* リンク設定
============================================================
リンクのアンダーバーは印刷上必要なしとの判断。
*/

a:link {
	text-decoration:none;}

a:visited {
	text-decoration:none;}

a:active {
	text-decoration:none;}

a:hover {
	text-decoration:none;}

/* 共通設定
============================================================ */
body {
	background: url(/images/c/bg-base.gif) repeat-y center;}

#base {background: none;}

#wrap {background: none;}


#wrap:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;}
/* table設定
============================================================ */
table {}

td {}

th {}

/* レイアウト設定
============================================================ */

	
/* ヘッダー
============================================================ */
#head {}

/* ロゴ
------------------------------------------------------------ */
#logo {}

/* メニュー
------------------------------------------------------------ */
#hm00 {}

/* パンくず
------------------------------------------------------------ */
#bread {}

/* メインコンテナー
============================================================ */
#mc {}

/* 左コンテナー
------------------------------------------------------------ */
#mcL {}
	
/* 右コンテナー
------------------------------------------------------------ */
#mcR {}

.up {clear: both;}

/* フッター
============================================================ */
#foot {
	position: static;
	clear: both;
	background: none;}

#foot address {
	clear: both;
	position: relative;
	z-index: 333;
	color: #000000;
	font-size: small;}

#foot ul {
	display: none;}

/* メニュー
------------------------------------------------------------ */
#fm00 {}

/* コピーライト
------------------------------------------------------------ */
#cr {}
