@charset "shift_jis";

/*
============================================================
印刷用css
------------------------------------------------------------

============================================================
*/

/* ---------------------------------------------------------
■ リンクカラー
--------------------------------------------------------- */

a:link    { color: #003399; text-decoration: underline; }
a:visited { color: #003399; text-decoration: underline; }
a:hover   { color: #0066CC; text-decoration: underline; }
a:active  { color: #0066CC; text-decoration: underline; }

/* ---------------------------------------------------------
■ 大枠レイアウト
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}
#top_content {
	background: url(../img/bgcontent.jpg) repeat-x #FFFFFF;
	width: 590px;
	height:auto;
	margin: 0;
	padding: 0;
	float: left;
}

div#content_base {
	width: 590px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	border: none;
	overflow: inherit;
}

div#fr {
	width: 590px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#header {
	width: 590px;
	margin: 0 4px 10px;
	height: auto;
	float: left;
	background: url(../img/bg_logo.jpg) no-repeat 220px 49px;
	clear: both;
}
div#header #font_size {
	display: none;
}

div#header p {
	display: none;
}


/* ---------------------------------------------------------
■ ナビゲーション
--------------------------------------------------------- */
div#navi {
	display: none;
	float: none;
}

.hiddenNavi {
	display: none;
	float: none;
}
/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
div#footer {
	width: 590px;
	margin: 40px 0 0;
	padding: 8px 0;
	border-top: 1px solid #B4B4B4;
	background: none;
}

div#footer p {
	padding: 0;
	font-size: 84%;
	line-height: 1.2;
	color: #666666;
	float: left;
}
/* ---------------------------------------------------------
■ パンくず
--------------------------------------------------------- */
#pankuzu {
	display:none;
}

/* ---------------------------------------------------------
■ コンテンツ共通
--------------------------------------------------------- */
h1 {
	background-image: none;
	width: 590px;
	overflow: hidden; /* firefox対策 */
	margin-bottom: 10px;
	border-bottom: 2px double #CCCCCC;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	padding: 1px 0 0 5px;
}

h3 {
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
	clear: both;
}

h4 {
	margin: 0 5px;
	padding: 5px 5px;
	clear: both;
}

div#content p {
	width: 550px;
	padding: 10px;
}

/* ページの先頭へ戻る
----------------------------------------- */
p.pageTop {
	display: none;
}

/* 画像配置
----------------------------------------- */
div.set_img { text-align: left; padding: 0 20px; }
div.set_img_right  { margin-left: 15px; float: left; }
div.set_img_left   { margin-right: 15px; float: left; }
div.set_img_left img,
div.set_img_right img,
div.set_img img { margin-bottom: 15px; }

/* テキスト配置
----------------------------------------- */
p.tx_right {
	display: none;
}

/* ---------------------------------------------------------
■ トップページ
--------------------------------------------------------- */
/* メインイメージ */
#main_img img {
	width: 590px;
	height: auto;
}

/* ---------------------------------------------------------
■ コンテンツ　3列
--------------------------------------------------------- */
#top_content div.left {
	width: 190px;
	float: left;
	margin: 0 5px 0 0;
	background:blue;
}

#top_content div.center {
	width: 190px;
	float: left;
	margin: 0 5px 0 0;
	background:red;
}

#top_content div.right {
	width: 190px;
	float: left;
	margin: 0;
	background:orange;
}
/* ---------------------------------------------------------
■ コンテンツ　2列
--------------------------------------------------------- */
#top_content div.left2 {
	width: 290px;
	float: left;
	margin: 0 5px 0 0;
	background: brown;
}

#top_content div.right2 {
	width: 290px;
	float: left;
	margin: 0;
	background: gray;
}

/* ---------------------------------------------------------
■ ページタイトル(画像) + リスト
--------------------------------------------------------- */
div.tit_zone {
	display: none;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
div#content {
	background: #FFFFFF;
	border: none;
	padding: 10px;
	float: left;
	width: 580px;
}

/* ---------------------------------------------------------
■ テーブル
--------------------------------------------------------- */
/* 共通 
----------------------------------------- */
div#content table {
	width: 580px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #e7e7e7;
	color: #333333;
}

/* th 通常 */
div#content table th {
	padding: 5px 10px;
	text-align: left;
	line-height: 1.8;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

/* td 通常 */
div#content table td {
	padding: 5px 10px;
	line-height: 1.8;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}