@charset "euc-jp";
* {
  padding: 0;
  margin: 0;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
	text-decoration: underline;
}
body {
	font-size: 9pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

/* layout */
.wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.navi {
	width: 100%;
	position: relative;
}
.container {
	width: 100%;
	background-color: #FFFFFF;
}
.contents {
	padding-right: 15px;
	padding-bottom: 2em;
	padding-left: 15px;
}
.footer {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 1.5em;
	background-color: #FFFFFF;
}

/* --header-- */
.box1 {
	width: 250px;
	float: left;
}
.box2 {
	width: 610px;
	float: right;
	text-align: right;
}
.crear {
	clear: both;
	width: 100%;
}

/* --.navi-- */
.navi ul {
	list-style-type: none;
	position:absolute;
	right: 10px;
	text-align:left;
}
.navi li {
	float: left;
	font-size: 10px;
	width: 120px;
}
.navi li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 65px;
	text-indent:-9999px;
}

.menu_1 a {
	background-image: url(../images/menu_1.gif);
	background-position: 0px 0px;

}
.menu_2 a {
	background-image: url(../images/menu_2.gif);
	background-position: 0px 0px;
}
.menu_3 a {
	background-image: url(../images/menu_3.gif);
	background-position: 0px 0px;
}
.menu_4 a {
	background-image: url(../images/menu_4.gif);
	background-position: 0px 0px;
}
.menu_5 a {
	background-image: url(../images/menu_5.gif);
	background-position: 0px 0px;
}
.menu_1 a:hover {
	height: 65px;
	background-image: url(../images/menu_1r.gif);
	background-position: 0px 0px;
}
.menu_2 a:hover {
	height: 65px;
	background-image: url(../images/menu_2r.gif);
	background-position: 0px 0px;
}
.menu_3 a:hover {
	height: 65px;
	background-image: url(../images/menu_3r.gif);
	background-position: 0px 0px;
}
.menu_4 a:hover {
	height: 65px;
	background-image: url(../images/menu_4r.gif);
	background-position: 0px 0px;
}
.menu_5 a:hover {
	height: 65px;
	background-image: url(../images/menu_5r.gif);
	background-position: 0px 0px;
}

/* --contents-- */
h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	border: 1px solid #C9D0EF;
}
h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	border: 1px solid #C9D0EF;
}
h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	border: 1px solid #C9D0EF;
}
h4 {
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 26px;
	border: 1px solid #C9D0EF;
}
.title_1 {
	font-size: 1.2em;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C9D5F1;
	border-left-color: #3366CC;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}
.title_2 {
	margin-top: 7px;
	font-size: 13px;
	font-weight: bold;
	color: #359AC6;
	position: absolute;
	margin-left: 15px;
}
.contents p {
	line-height: 180%;
}

/* -- contents_box -- */
.box3 {
	width: 425px;
	float: left;
}
.box4 {
	width: 425px;
	float: right;
}

/* -- list -- */
.contents dl {
	margin-top: 40px;
	margin-bottom: 20px;
}
.contents dt {
	margin-bottom: 1em;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	margin-top: 10px;
}
.contents dd {
	margin-left: 10px;
}
.contents ol {
	margin-bottom: 1em;
	margin-left: 30px;
}
.contents ul {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0px;
}
.contents li.b{
	margin-bottom: 20px;
	line-height: 180%;
	background-image: url(../images/list_b1.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
}
.contents li.b2{
	margin-bottom: 20px;
	line-height: 180%;
	background-image: url(../images/list_b2.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
}

/* --footer-- */
.footer ul {
	padding-left: 110px;
	list-style-type: none;
}
.footer li {
	float: left;
	margin-left: 40px;
	background-image: url(../images/y_right.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
.line_f {
	background-image: url(../images/line_f.gif);
	width: 100%;
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 4px;
}

/* -- etc -- */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.mheight_1 {
	margin-top: 10px;
}
.mheight_2 {
	margin-top: 30px;
}
.hei_1 {
	line-height: 180%;
}
.hei_2 {
	line-height: 180%;
	padding-right: 5px;
	padding-left: 10px;
}
.ind_1 {
	padding-left: 20px;
}
.txt_1 {
	font-weight: bold;
	color: #317D7A;
}
.txt_2 {
	font-weight: bold;
	color: #616ECD;
}
.txt_3 {
	font-weight: bold;
	color: #CC0000;
}
.cont_t1 {
	background-color: #CCCCCC;
	width: 600px;
}
.cont_t1 td {
	padding: 10px;
	line-height: 180%;
	text-align: left;
}
.cont_t2 {
	width: 600px;
	line-height: 180%;
}
.cont_t3 {
	background-color: #CCCCCC;
}
.cont_t3 td {
	padding: 5px;
	line-height: 180%;
}
.bg_1 {
	background-color: #ffffff;
}
.bg_2 {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}
.bg_3 {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.ch_b1 {
	padding: 5px;
}