@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 {
background: none;
	width: 600px;
	height: 30px;
}

div#header #logo {
	float: left;
	margin: 0 0 0 25px;
	display: inline;
	width: 150px;
	height: auto;
}

div#header h1.seo {
	display: none;
}

/* ---------------------------------------------------------
■ ナビゲーション
--------------------------------------------------------- */
div#fr_navi {
	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;
}


/* ---------------------------------------------------------
■ コンテンツ共通
--------------------------------------------------------- */
h1 {
	background-image: none;
	width: 590px;
	overflow: hidden; /* firefox対策 */
	margin-bottom: 10px;
	border-bottom: 2px double #CCCCCC;
}

h2 {
	font-weight: bold;
	padding: 1px 0 0 5px;
}

h3 {
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
	clear: both;
}


div#content p {
	width: 550px;
	padding: 0;
	margin:0;
}

/* ページの先頭へ戻る
----------------------------------------- */
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;
}


/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
div#wrapper {
	background: #FFFFFF;
	padding: 10px 15px 0 50px;
	float: left;
	width: 880px;
}

div#wrapper div#content {
	background: ;
	width: 655px;
	float: left;
	padding: 0;
	line-height: 20px;
	font-size: 12px;
}


/* ---------------------------------------------------------
■ テーブル
--------------------------------------------------------- */
/* 共通 
----------------------------------------- */
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;
}