@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------
　　default.dwt で使用しているスタイル
--------------------------------------------------- */


/* ////////// reset ////////////////////////////// */

html { overflow-y: scroll; }

* { zoom: 1; }


body,
div,p,span,ul,ol,li,dl,dtldd,
h1,h2,h3,h4,h5,h6,
table,tr,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

ul,ol,li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ////////// 基本レイアウト ////////////////////////////// */

body {
	background: url(../images/bg_image.jpg) repeat-y center top;
	background-color: #dde3bd;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	border-top: solid 5px #A6C243;
}


/* レイアウト */

div#wrapper {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	width: 960px;
	margin: 18px auto 10px;
}

div#main_area {
	clear: both;
	width: 960px;
	margin: 0 auto 30px;
}

div#main_area div#left_column {
	clear: both;
	float: left;
	width: 190px;
}

div#main_area div#main_column {
	float: right;
	width: 750px;
}

div#footer {
	clear: both;
	width: 960px;
	margin: 0 auto 20px;
	border-top: solid 2px #A6C243;
	text-align: center;
	padding-top: 15px;
}


/* header */

div#header ul li {
	float: left;
}

div#header p.f_left {
	margin-bottom: 10px;
}

div#header p.f_right {
	margin-top: 7px;
}


/* パンくず */

div#topic_path {
	margin-bottom: 10px;
}

div#topic_path ul li {
	float: left;
	margin-right: 5px;
}


/* main area */

div#main_area h1 {
	margin-bottom: 5px;
}

div#main_area div#column_wrap {
	clear: both;
	background: url(../images/column_bg.gif) repeat-y left top;
}


/* left column */

/* sub navi */

ul#sub_navi li a {
	background: url(../images/sub_navi01.gif) left top;
	border-bottom: solid 1px #FFF;
	padding-left: 25px;
	min-height: 49px;
	line-height: 49px;
	display: block;
}

ul#sub_navi li a:hover,
ul#sub_navi li.current a {
	background: url(../images/sub_navi01_cr.gif) left top;
	text-decoration: none;
}

ul#sub_navi li ul li a {
	margin-left: 10px;
	min-height: 1.0em;
	background: none !important;
	background-color: #f6f9ec;
	padding: 0.75em 0 0.75em 10px;
	line-height: 1.4em;
	border-bottom: solid 1px #C1D47B;
}

ul#sub_navi li ul li a:hover,
ul#sub_navi li ul li.current a {
	background: none;
	background-color: #a5c242 !important;
}


/* main column */

.pagetop {
	clear: both;
	padding: 10px 0 0;
}

.pagetop p {
	text-align: right;
	font-size: 10px;
}

.pagetop p a {
	color: #A6C243;
}

/* adobe reader */

#adobe_box{
	overflow: hidden;
	width: 620px;
	padding: 10px 20px 10px 20px;
	border: solid 1px #B4B4B5;
	margin: 0 auto;
}