﻿@charset "utf-8";

@import "./init.css";
@import "./header.css";
@import "./footer.css";

/* ---------- 全体レイアウト---------- */
body
{
	background-image:url("../images/common/wall.gif");
}

.container
{
	position:relative;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

#wallpaper
{
	border-top:solid 1px #FFF;
	background-image:url("../images/common/wall.png");
	background-repeat:repeat-x;
	background-color:#F3F3F3;
}

#outer
{
	width:836px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/common/wall_outer.png");
	background-repeat:repeat-y;
}

#inner
{
	padding-left:28px;
	padding-right:26px;
	padding-top:24px;
	background-image:url("../images/common/wall_inner.png");
	background-repeat:no-repeat;
	text-align:justify;
}

/* -------------------- */

#content
{
	float:right;
	width:604px;
}

/* パンくずリスト */
#breadcrumbs
{
	margin-bottom:3px;
	font-size:90%;
}

#breadcrumbs a
{
	font-size:90%;
	color:#016fbc;
	text-decoration:underline;
}


/* サイドナビ */
#side_navi
{
	float:left;
	width:170px;
	padding-top:2px;
	padding-bottom:7px;
	background-color:#E3E3E3;
	text-align:center;
}

#side_navi img
{
	vertical-align:bottom;
}

#side_navi ul
{
	margin-left:5px;
}

#side_navi_text
{
	margin-top:8px;
	margin-bottom:8px;
}

#side_navi_text li
{
	margin-top:5px;
	background-image:url("../images/common/link_arrow.png");
	background-repeat:no-repeat;
	background-position:center left;
	text-align:left;
}

#side_navi_text li a
{
	margin-left:19px;
	text-decoration:underline;
}

/* コンテンツ下 */
#content_bottom
{
	margin-top:30px;
	padding-bottom:20px;
}

#content_bottom a.return_top img
{
	background-image:url("../images/common/return_top.png");
	background-repeat:no-repeat;
}

#content_bottom a.return_top:hover img
{
	background-position:0px -17px;
}

/* コンテンツ共通 */
#content_title
{
	margin-top:6px;
	margin-bottom:12px;
}

#content_subtitle
, .content_subtitle
{
	width:569px;
	height:24px;
	border-bottom:dotted 1px #898989;
	margin-top:12px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.content_subtitle_2
{
	text-align:center;
	margin-bottom:12px;
}

.page_paragraph
{
	margin-left:18px;
	margin-right:18px;
	margin-bottom:12px;
	line-height:150%;
}

.green
{
	color:#577F52;
}

.navi_link
{
	margin-bottom:6px;
	text-align:center;
}

#tbl_navi
{
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

#tbl_navi td
{
	text-align:center;
	padding-bottom:12px;
}

.arrow_link
{
	background-image:url("../images/common/link_arrow.png");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:18px;
	text-align:left;
}

.arrow_link:link
{
	text-decoration:underline;
}


.content_box
{
	width:570px;
	margin-left:auto;
	margin-right:auto;
}

.content_box a
{
	color:#016FBC;
}

.content_box .page_paragraph
{
	margin-left:0px;
}

.content_box .column_left
{
	float:left;
	width:360px;
}

.content_box .column_right
{
	float:right;
	width:210px;
	text-align:center;
}

.content_box .column_right img
{
	vertical-align:bottom;
	margin-bottom:6px;
}