@charset "shift_jis";

/* ブラウザスタイル初期化 */
* {
	font-size: 100%;
	font-style: normal;
}
div,h1,h2,h3,h4,p {
	margin: 0px;
	padding: 0px;
	}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

/* タグ設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 78%;
	line-height: 1.4em;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	background-color: #ecebe8;
	background-repeat: repeat-x;
	background-image: url(/common/images/bg.gif);
}


/* リンク設定 */
a,a:link { color: #336699; }
a:hover { color: #336699; }
a:visited { color: #6666FF; }
a:active { color: #0099FF; }
a, img { border: 0; }

/* 画像設定 */
img {
	border: none;
	vertical-align: text-bottom;
}

/* テーブル設定 */
table {
	background-color: #CCC;
	margin-bottom: 15px;
}

td {
	background-color: #FFF;
}

th {
	background-color: #eee;
	font-weight: normal;
}

.link_self {
	background-image: url(/common/images/arrow_black.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: left center;
}

/* フォント設定 */
p.font_s {
	font-size: 85%;
	color: #999999;
}
.font_red {
	color: #990000;
}

/* 下マージン設定 */
.margin00 {
	margin-bottom: 0px;
}
.margin05 {
	margin-bottom: 5px;
}
.margin10 {
	margin-bottom: 10px;
}
.margin15 {
	margin-bottom: 15px;
}
.margin20 {
	margin-bottom: 20px;
}
.margin25 {
	margin-bottom: 25px;
}
.margin30 {
	margin-bottom: 30px;
}
.margin-both50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

/* 左マージン設定 */
.margin-l10 {
	margin-left: 10px;
}

/* 左右マージン設定 */
.margin-lr55 {
	margin-left: 55px;
	margin-right: 65px;
}

/* コンテナ設定 */
#container {
	width: 920px;
	height: auto;
	behavior: expression(IEPNGFIX.fix(this));
}

/* ヘッダー */
#header {
	height: 150px;
	width: 920px;
}
#header_head {
	background-image: url(/common/images/header_head.gif);
	width: 920px;
	background-repeat: no-repeat;
	height: 20px;
}
#header_title {
	width: 460px;
	height: 95px;
	float: left;
}
#header_right {
	width: 460px;
	height: 95px;
	float: left;
}

/* ナビゲーション */
#navi {
	height: 35px;
	width: 920px;
	clear: both;
}
#navi p {
	float: left;
}

/* コンテンツ */
#contents_container {
	width: 920px;
	background-image: url(/common/images/contents_bg.png);
	background-repeat: repeat-y;
	height: auto;
}
#contents_container_menu {
	width: 920px;
	background-image: url(/common/images/contents_bg_menu.png);
	background-repeat: repeat-y;
	height: auto;
}

#contents_top {
	background-image: url(/common/images/contents_top.gif);
	width: 920px;
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
}
#contents_under {
	background-image: url(/common/images/contents_under.gif);
	width: 920px;
	background-repeat: no-repeat;
	height: 25px;
	clear: both;
}
#sub_navi {
	width: 215px;
	float: left;
}
#sub_navi_ {
	width: 215px;
	float: left;
	text-align: right;
}
#sub_navi_menu {
	width: 225px;
	float: left;
	text-align: right;
}

#contents {
	width: 705px;
	float: left;
	text-align: left;
}

#main {
	width: 705px;
	float: left;
}
#main331 {
	width: 695px;
	height: 331px;
	float: left;
}

/* メニューコンテンツ */
#menu_sub_navi {
	width: 225px;
	float: left;
}
#menu_contents {
	width: 695px;
	float: left;
}

/* フッター */
#under_navi {
	height: 40px;
	width: 920px;
}

#footer {
	height: 110px;
	width: 920px;
}
