@charset "utf-8";
/* CSS Document */

/* -- base style ---------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222222;
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 150%;
	/*font-size: 90%;*/
}

h1 {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	width: 850px;
	margint: 2px auto;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}
/* -- base style end ------------------ */

/* -- header style -------------------- */
#header {
	width: auto;
	margin: 10px auto;
	text-align: left;
}

#header #masthead {
	height: 83px;
	margin-bottom: 5px;
	position:relative;
}

#header #masthead .left {
	float: left;
	width: 400px;
}

#header #masthead .right {
	float: right;
	width: 235px;
	position:absolute;
	right: 5px;
	bottom: 0px;
}

#header #fontsizechange {
	width: 230px;
	height: 32px;
	background-image: url(../images/fontcaption.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
	position:relative;
	margin: 0;
	padding: 0;
}

#header #fontsizechange li {
	float: left;
	height: 32px;
}

#header #fontsizechange li a {
	display: block;
	position:absolute;
	bottom: 1px;
}

#header #fontsizechange li span {
	display: none;
}

#header #fontsizechange .caption {
	width: 118px;
}

#header #fontsizechange .normal {
	width: 56px;
}

#header #fontsizechange .normal a {
	width: 46px;
	height: 24px;
	background-image: url(../images/fontcaption.jpg);
	background-repeat: no-repeat;
	background-position: -118px -7px;
}

/*
#header #fontsizechange .normal a:hover {
	background-position: -118px -39px;
}
*/

#header #fontsizechange .zoom {
	width: 56px;
}

#header #fontsizechange .zoom a {
	width: 51px;
	height: 27px;
	background-image: url(../images/fontcaption.jpg);
	background-repeat: no-repeat;
	background-position: -174px -4px;
}

/*
#header #fontsizechange .zoom a:hover {
	background-position: -174px -36px;
}
*/

#header #navi {
	width: 100%;
	height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
}

#header #navi li {
	float: left;
	width: 120px;
	height: 50px;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
}

#header #navi li.navi_1 {
	background-position: 0px 0px;
}

#header #navi li:hover.navi_1 {
	background-position: 0px -50px;
}

#header #navi li.navi_2 {
	background-position: -120px 0px;
}

#header #navi li:hover.navi_2 {
	background-position: -120px -50px;
}

#header #navi li.navi_3 {
	background-position: -240px 0px;
}

#header #navi li:hover.navi_3 {
	background-position: -240px -50px;
}

#header #navi li.navi_4 {
	background-position: -360px 0px;
}

#header #navi li:hover.navi_4 {
	background-position: -360px -50px;
}

#header #navi li.navi_5 {
	background-position: -480px 0px;
}

#header #navi li:hover.navi_5 {
	background-position: -480px -50px;
}

#header #navi li.navi_6 {
	background-position: -600px 0px;
}

#header #navi li:hover.navi_6 {
	background-position: -600px -50px;
}

#header #navi li.navi_7 {
	background-position: -720px 0px;
}

#header #navi li:hover.navi_7 {
	background-position: -720px -50px;
}

#header #navi li a {
	display: block;
	width: 141px;
	height: 49px;
}

#header #navi li span {
	display: none;
} 

/* -- header style end ---------------- */

/* -- container style ----------------- */
#container {
	width: 850px;
	margin: auto;
}
/* -- container style end ------------- */

/* -- main style ---------------------- */
#main {
	width: 848px;
	height: auto;
	border: 1px solid #89A694;
	/*background-color: #C7E1A9;*/
}

#main.sub {
	text-align: left;
	background-color: #C7E1A9;
}

#main.sub h2 {
	margin-top: 20px;
	padding-bottom: 4px;
	border-bottom: 3px solid #C7E1A9;
}

#main.sub h3 {
	font-weight: bold;
	font-size: 110%;
	margin-top: 30px;
	padding-left: 22px;
	background-image: url(../images/ttl_sub.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

#main.sub #contents {
	width: 584px;
	padding-top: 10px;
	padding-left: 15px;
}

#main.sub #side {
	width: 228px;
	background-color: #C7E1A9;
	padding: 10px;
}
/* -- main style end ------------------ */

/* -- pankuzu style ------------------- */
#pankuzu {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 90%;
}

#pankuzu ul {
	list-style: none;
	margin: 0px;
	padding: 3px 0px 3px 5px;
}

#pankuzu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
}

#pankuzu li a {
	background-image: url(../images/pan_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
}
/* -- pankuzu style end --------------- */

/* -- contents style ------------------ */
#contents {
	float: left;
	width: 599px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-color: #ffffff;
	border-right: 1px solid #89A694;
	text-align: left;
}

#contents .block {
	margin-top: 30px;
	margin-right: 15px;
	text-align: justify;
	line-height: 130%;
}

#contents .block hr {
	width: 95%;
	border: 0.5px solid #dddddd;
	margin-left: 0;
}

#contents .block ul {
	margin: 0 auto;
	padding: 0;
	padding-left: 30px;
}

#contents .block li {
	margin: 10px auto;
}
/* -- contents style end--------------- */

/* -- contents side style ------------- */
#side {
	float: right;
	width: 248px;
	margin: 0;
	padding: 10px 0;
	text-align: justify;
}
/* -- contents side style end --------- */

/* -- footer style -------------------- */
#footer {
	width: auto;
	height: 28px;
	line-height: 28px;
	font-size: 10pt;
	color: 333333;
	text-align: right;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 15px;
}
/* -- footer style end ---------------- */

/* -- floating style ------------------ */
.fltrt {
	float: right;
	margin-left: 8px;
	display: inline;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clearleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/* -- floating style end -------------- */

/* -- button style -------------------- */
.buttons {
	width: 100%;
	margin: 10px 0;
	position: relative;
	text-align: center;
}

.buttons input.btnLeft {
	position: absolute;
	left: 0;
	top: 0;
}

.buttons input.btnRight {
	position: absolute;
	right: 0;
	top: 0;
}
/* -- button style -------------------- */

/* -- list style ---------------------- */
.none {
	list-style-type: none;
}

.disc {
	list-style-type: disc;
}

.circle {
	list-style-type: circle;
}

.square {
	list-style-type: square;
}

.decimal {
	list-style-type: decimal;
}

.l-roman {
	list-style-type: lower-roman;
}

.u-roman {
	list-style-type: upper-roman;
}

.l-alpha {
	list-style-type: lower-alpha;
}

.u-alpha {
	list-style-type: upper-alpha;
}
/* -- list style end ------------------ */

/* -- layout style -------------------- */
.layout-l {
	margin-left: 0;
	margin-right: auto;
}

.layout-c {
	margin-left: auto;
	margin-right: auto;
}

.layout-i{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.layout-r {
	margin-left: auto;
	margin-right: 0;
}

.layout-10 {
	padding-left: 10px;
}

.layout-20 {
	padding-left: 20px;
}

.layout-30 {
	padding-left: 30px;
}
/* -- layout style end --------------- */

/* -- text style --------------------- */
.text80 {
	font-size: 80%;
}

.text90 {
	font-size: 90%;
}

.text100 {
	font-size: 100%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text-u {
	text-decoration: underline;
}

.text-b {
	font-weight: bold;
}

.text-l {
	font-size: 110%;
	font-weight: bold;
}

.text-ll {
	font-size: 120%;
	font-weight: bold;
}
/* -- text style end ----------------- */

