@charset "utf-8";
/* CSS Document */

/* -- base style ---------------------- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #222222;
	background-image: url(../images/bg-body.gif);
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 150%;
}

h1 {
	width: 100%;
	height: 23px;
	font-size: 90%;
	font-weight: normal;
	color: #f2f1ee;
	background-color: #363206;
	border-bottom: 2px solid #ffffff;
	margin: 0;
	padding: 0;
	line-height: 23px;
}

h2 {
	font-family: "ＭＳ Ｐ明朝", Osaka, "ヒラギノ明朝 Pro W3";
	width: 96%;
	font-size: 160%;
	font-weight: normal;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	border-bottom: 2px dotted #ffffff;
}

h3 {
	width: 100%;
	height: 20px;
	font-size: 90%;
	font-weight: bold;
	color: #222222;
	background-color: #d7dbd1;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
	line-height: 20px;
}

img {
	border: 0px;
}
/* -- base style end ------------------ */

/* -- wrapper style ------------------- */
#wrapper {
/*	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;*/
	width: 1000px;
	background-image: url(../images/bg-shadow.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;

}
/* -- wrapper style end --------------- */

/* -- header style -------------------- */
#header {
	text-align: center;
	color: #f2f1ee;
	background-color: #ffffff;
}

#header #navi {
	height: 40px;
	padding-top: 6px;
	text-align: center;
}

#header #navi ul {
	width: 973px;
	height: 37px;
	list-style: none;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	padding-left: 0px;
}

#header #navi ul li {
	float: left;
	height: 30px;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
}
#header #navi li.navi_0 {
	width: 121px;
	background-position: 0px 0px;
}

#header #navi li:hover.navi_0 {
	background-position: 0px -37px;
}
#header #navi li.navi_1 {
	width: 120px;
	background-position: -121px 0px;
}

#header #navi li:hover.navi_1 {
	background-position: -121px -37px;
}
#header #navi li.navi_2 {
	width: 111px;
	background-position: -241px 0px;
}

#header #navi li:hover.navi_2 {
	background-position: -241px -37px;
}

#header #navi li.navi_3 {
	width: 116px;
	background-position: -352px 0px;
}

#header #navi li:hover.navi_3 {
	background-position: -352px -37px;
}

#header #navi li.navi_4 {
	width: 131px;
	background-position: -468px 0px;
}

#header #navi li:hover.navi_4 {
	background-position: -468px -37px;
}

#header #navi li.navi_5 {
	width: 115px;
	background-position: -599px 0px;
}

#header #navi li:hover.navi_5 {
	background-position: -599px -37px;
}

#header #navi li.navi_6 {
	width: 114px;
	background-position: -714px 0px;
}

#header #navi li:hover.navi_6 {
	background-position: -714px -37px;
}

#header #navi li.navi_7 {
	width: 145px;
	background-position: -828px 0px;
}

#header #navi li:hover.navi_7 {
	background-position: -828px -37px;
}

#header #navi li a {
	display: block;
	height: 30px;
}

#header #navi li span {
	display: none;
}


/* -- header style end ---------------- */

/* -- contents style ------------------ */
#contents {
	background-image: url(../images/bg-contents.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#contents #title {
	height: 110px;
	color: #ffffff;
	text-align: center;
}

#contents #title .description {
	width: 96%;
	color: #888888;
	margin: 0 auto;
	padding: 5px 0;
	text-align: left;
	line-height: 130%;
}

/* -- contents style end -------------- */


/* -- footer style -------------------- */
#footer {
/*
	height: 50px;
	background-color: #ffffff;
	text-align: center;
	font-size: 90%;*/
	height: 50px;
	background-color: #ffffff;
	background-image: url(../images/bg-footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 90%;
	padding-bottom: 4px;

}

#footer .link {
	height: 30px;
}

#footer .link ul {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#footer .link li {
	display: inline;
	padding-left: 3px;
	padding-right: 5px;
	border-right: 1px solid #3bc5a4;
}

#footer .link li a {
	color: #3bc5a4;
	text-decoration: none;
}

#footer .link li a:hover {
	color: #363206;
	text-decoration: underline;
}

#footer .link li span{
	padding-left: 5px;
	border-left: 1px solid #3bc5a4;
}	

#footer .copyright {
	height: 20px;
	background-color: #3bc5a4;
	color: #ffffff;
	line-height: 20px;
}

#footer .copyright a {
	color: #ffffff;
	text-decoration: none;
}

#footer .copyright a:hover {
	color: #363206;
	text-decoration: underline;
}

/* -- 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;
}

.clearright {
	clear: right;
	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;
}
.red {
	color:#ff0000;
}
.image-margin {
	margin-top:50px;
}
/* -- text style end ----------------- */
