﻿/* ================================================================ *
	共通設定
 * ================================================================ */

/* リセット */
h1, h2, h3, h4, h5, h6, p, em, ul, li,
form,caption {
	margin: 0;
	padding: 0;
	color: #333333;
	font-style: normal;
}

hr {
	display: none;
}
ul li a span,p a span {
	visibility:hidden;
	font-size: 9px;
	display: none;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #EFEFEF;
	margin-top: 0px;
}

img {
border:0;
}

/* ================================================================ *
	基本設定
 * ================================================================ */

#wrapper {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 805px;
	text-align: left;
	background-color: #FFFFFF;

}
.cen_box {
	width: auto;
	margin-top: 20px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 60px;
}

#header h1 {
	color: #666666;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}

#wrapper #header .logoimage {
	display: block;
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
}
/* ---------------------------------------------------------------- *
	フラッシュ
 * ---------------------------------------------------------------- */
#flashcontent {
	width: 805px;
	margin-bottom: 10px;
	height: 300px;
	clear: both;
}

/* ---------------------------------------------------------------- *
	ナビゲーション
 * ---------------------------------------------------------------- */
div#navi {
	display: block;
	clear: both;
	padding: 0px;
	text-align: center;
}

div#navi ul li {
	float:left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div#navi ul li a {
	display:block;
	width:115px;
	height:44px;
}
div#navi ul li.me1 a {
	background-image: url(../img/me1.gif);
}
div#navi ul li.me2 a {
	background:url(../img/me2.gif);
}
div#navi ul li.me3 a {
	background:url(../img/me3.gif);
}
div#navi ul li.me4 a {
	background:url(../img/me4.gif);
}
div#navi ul li.me5 a {
	background:url(../img/me5.gif);
}
div#navi ul li.me6 a {
	background:url(../img/me6.gif);
}
div#navi ul li.me7 a {
	background:url(../img/me7.gif);
}
div#navi ul li.me8 a {
	background:url(../img/me8.gif);
}

div#navi ul li a:hover {
	background-position:0 -44px;
	text-decoration:none;
}

.gototop {
	text-align: right;
	display: block;
	clear: both;
	margin-top: 30px;
}
/* ---------------------------------------------------------------- *
	topコンテンツ
 * ---------------------------------------------------------------- */

#main {
	float: right;
	width: 580px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#main2 {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 14px;
}
#ltr {
	width: 195px;
	float: left;
	margin-left: 10px;
}

#rtl {
	width: 185px;
	float: right;
}

.imgbox01 {
	margin-bottom: 10px;
	height: 90px;
	padding-top: 40px;
	font-size: 11px;
	width: 170px;
	display: block;
	background-image: url(../img/top_r1.jpg);
}

.side01 {
	width: 190px;
	display: block;
	height: 80px;
}
.side02 {
	width: 190px;
	display: block;
	height: 170px;
	background-image: url(../img/log3.jpg);
	background-repeat: no-repeat;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	text-align: center;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 10px;
	clear: both;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #3366FF;
	line-height: 22px;
	background-image: url(../img/bgfl.gif);
}

#adress {
	height: 25px;
	text-align: center;
	line-height: 16px;
	background-image: url(img/footer_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#copyright {
	margin-top: 10px;
	color: #CCCCCC;
	text-align: center;
	font-size: 10px;
	background-color: #3366FF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.arwbox {
	background-image: url(../img/link-arrow.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	margin-bottom: 10px;
	clear: right;
	margin-top: 10px;
}
.td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	padding-left: 5px;
	text-align: left;
	line-height: 25px;
	height: auto;
	width: auto;
	padding-right: 5px;
}

.td_col {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	background-color: #E6F4FF;
	text-align: left;
	line-height: 25px;
	height: auto;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
}

.image {
	display: block;
	margin-bottom: 30px;
}

.text12 {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.text14bl {
	line-height: 20px;
	color: #0099FF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.box30 {
	height: 30px;
	clear: both;
}
.box15 {
	height: 15px;
	width: auto;
	clear: both;
}
.line {
	height: 30px;
	clear: both;
	text-align: center;
	background-image: url(../img/line1.gif);
	background-repeat: no-repeat;
	width: 550px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.text12ltr {
	text-align: right;
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	color: #999999;
}

#main .topbox {
	width: 552px;
	margin-right: 14px;
	margin-left: 14px;
	height: 50px;
	}
#main .topbox2 {
	width: 552px;
	margin-right: 14px;
	margin-left: 14px;
	background-image: url(../img/top_under.gif);
	background-position: bottom;
	height: auto;
	margin-top: 0px;
	}
#ltr .side01 table {
	font-size: 12px;
	color: #666666;
}
#main ul {
	margin-left: 40px;
	margin-bottom: 20px;
}
#main li {
	font-size: 14px;
	line-height: 22px;
	color: #0099FF;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 1px;
}

#main2 ul {
	margin-left: 40px;
	margin-bottom: 20px;
}
#main2 li {
	font-size: 14px;
	line-height: 22px;
	color: #0099FF;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: 1px;
}

#ltr ul {
	list-style-type: none;
}
#ltr li {
	margin-top: 10px;
}
#navitop {
	clear: left;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	color: #003366;
}
.text12ltr {
	text-align: right;
	font-size: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	color: #999999;
}
.title1 {
	font-size: 18px;
	color: #FF6600;
	text-align: center;
	margin-bottom: 20px;
	border: thin dashed #0033CC;
	background-color: #FFFFCC;
	width: 560px;
	margin-left: 10px;
	line-height: 50px;
}
.imgrtl {
	float: right;
	margin-left: 5px;
}
.imgltl {
	float: left;
	margin-left: 5px;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-right: 15px;
	margin-left: 15px;
	color: #009999;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
#main h3.di {
	font-size: 16px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #003366;
	margin-left: 10px;
	line-height: 20px;
	padding-left: 10px;
	color: #003366;
	margin-bottom: 20px;
}
#main h2 {
	margin-bottom: 20px;
}
#main2 h2 {
	margin-bottom: 20px;
}

#main dt {
	font-weight: bold;
	margin-left: 25px;
	line-height: 20px;
	margin-top: 15px;
}
#main dd {
	line-height: 20px;
	margin-right: 15px;
}
#main2 dt {
	font-weight: bold;
	margin-left: 25px;
	line-height: 20px;
	margin-top: 15px;
}
#main2 dd {
	line-height: 20px;
	margin-right: 15px;
}

.red {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}
.image_center {
	text-align: center;
	display: block;
	clear: both;
	width: auto;
	margin-bottom: 20px;
}
.image_center2 {
	text-align: center;
	display: block;
	clear: both;
	width: auto;
}
.qabox {
	display: block;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
.qabox dl {
	margin: 5px;
	padding: 0px;
}
.title {
	margin-bottom: 15px;
	margin-left: 10px;
	font-size: 14px;
}
#wrapper #main li.ta{
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#main .subbox {
	margin-right: 15px;
	margin-bottom: 15px;
	float: right;
	width: 380px;
	margin-top: 5px;
}
#main .subboxtop {
	margin-right: 10px;
	float: right;
	width: auto;
	background-color: #FFFFE1;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
#main .leftbox {
	display: block;
	float: left;
	width: auto;
	margin-left: 10px;
}
.red2 {
	color: #FF0000;
}
#wrapper #header p {
	color: #484848;
}
#tl {
	display: block;
	height: 60px;
	width: 170px;
	float: left;
}
#tm {
	display: block;
	float: left;
	width: 320px;
	margin-top: 40px;
}
#tr {
	display: block;
	float: right;
	width: 165px;
	margin-top: 8px;
}
#wrapper #main table {
	width: 560px;
	margin-left: 10px;
	line-height: 18px;
	color: #333333;
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.nagare1 {
	height: auto;
	width: 550px;
	line-height: 20px;
	margin-left: 15px;
	background-image: url(../img/na6.gif);
	background-position: bottom;
	padding-top: 10px;
}
