@charset "shift_jis";
@import "./common/base.css";
@import "./common/style.css";

h1 {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/logo_mini.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	width: 160px;
	height: 110px;
}

/* タイトル背景画像全体にリンクがかかる処理。テキストは横に飛ばして見えないようにしている */
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	display: block;
	width: 160px;
	height: 84px;
	color: #000000;
	text-indent: -1000px;
	text-decoration: none;
}

/* タイトル背景画像をずらしてロールオーバー風に */
h1 a:hover {
	background-color: #cccccc;
	background-image: url(../images/logo_mini.gif);
	background-position: 160px 0px;
}
h2 {
}
h3 {
	background-image: url(../images/h3_border_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.2em; /* 下線との間のパディング */
}
h4 {
	background-image: url(../images/h4_border_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.1em; /* 下線との間のパディング */
}
h5 {
	background-image: url(../images/h5_border_560.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 0.1em; /* 下線との間のパディング */
}

/* ■段組み */

/* contentとnavigationとfooterを囲むボックス */
#container {
	width: 780px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
}

/* 本文 */
#content {
	float: left;
	width: 620px;
}
#content * {
	margin-left: 40px;
	margin-right: 20px;
}
#content * * {
	margin-left: 0;
	margin-right: 0;
}

/* ページ上部へのリンク用 */
#content .pagetop {
	margin-top: 1em;
	margin-bottom: 0;
	font-family: Arial, sans-serif;
	text-align: right;
}
#content .pagetop a {
	text-decoration: none;
	font-weight: bold;
	color: #666664;
}

/* 特定商取引云々ページのテーブル整形用 */
#content .privacy_policy {
	width: 560px;
}/* テーブル全体の幅 */
#content .privacy_policy th {
	width: 155px;
}
#content .privacy_policy td {
	width: 405px;
}
#content .privacy_policy td * {
	font-size: 100%;
	margin: 0;
}

/* 右サイドのナビゲーションバー */
#navigation {
	float: left;
	width: 160px;
	font-size: 80%;
}
#navigation * {
	margin-left: 20px;
	margin-right: 20px;
}
#navigation * * {
	margin-left: 0;
	margin-right: 0;
}

/* サイドメニュー */
.side_menu, .side_menu li, .side_menu li a {
	margin:0;
	padding:0;
}
.side_menu {
	width:120px;
	list-style-type: none;
	margin-bottom:1em;
}
.side_menu li {
	list-style-type: none;
	margin-bottom: 3px;
}
.side_menu li a {
	width:120px;
	display: block;
	text-decoration: none;
}
.side_menu li a:hover {
	color: #333331;
	background-color: #ffdddd;
	text-decoration: none;
}
.side_menu li a:visited {
	text-decoration: none;
}

/* サイトマップの2段組 */
#content .column2 {
	width: 560px;
}
#content .column2_l {
	overflow: hidden;
	float:left;
	width: 260px;
	margin-right: 20px;
}
#content .column2_r {
	overflow: hidden;
	float:left;
	width: 260px;
	background-image: url(../images/column2_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 20px;
}

/* 装飾系 */

em.attention {
	font-weight: normal;
	color: #ff6666;
}

table.wideTable {
	width: 560px;
}

th.leftCell {
	width: 80px;
}
