@charset "UTF-8";

/*=====================================
初期設定
=====================================*/
html, body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	line-height: 100%;
	list-style-type: none;
}
textarea { 
	font-size: 100%;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
.space20 {
	clear: both;
	display: block;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
}
.space30 {
	clear: both;
	display: block;
	height: 30px;
	font-size: 0px;
	line-height: 0px;
}

/*=====================================
テキストスタイル
=====================================*/

a {
	color: #00a5f2;
	text-decoration: none;
}
a:visited {
	color: #00a5f2;
	text-decoration: none;
}
a:hover {
	color:#ff9600;
	text-decoration: none;
}
a:active {
	color:#ff9600;
	text-decoration: none;
}

/*=====================================
ヘッダー
=====================================*/

#ALL{
	width: 100%;
	border-top: 5px solid #dddddd;
}
#HEADER {
	position: relative;
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
}
#LOGO{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 108px;
	height: 62px;
	border: none;
}
#HEADER ul{
	position: absolute;
	top: 49px;
	left: 320px;
	width: 480px;
	height: 11px;
}
#HEADER li {
	display: block;
	float: right;
	font-size: 10px;
	line-height: 120%;
}
#HEADER li a {
	height: 10px;
	margin-left: 14px;
	margin-right: 0px;
	padding-left: 10px;
	background-image: url(images/point_square.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #6e6d6d;
}
#HEADER li a:hover {
	color: #ff9600;
}


/*=====================================
コンテンツ／メインイメージ
=====================================*/

#MAINIMAGE {
	width: 800px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#MAINIMAGE h1{
	width: 800px;
	height: 120px;
	background-image: url(images/mainimage_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	text-indent: -9999px;
}
#LINE {
	width: 800px;
	height: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	background-image: url(images/mainimage_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#CONTENTS{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}


/*=====================================
左メニュー
=====================================*/

#LEFTMENU {
	float:left;
	width: 234px;
}
.menutitle1{
	width: 210px;
	min-height: 25px;
	background-color: #aaaaaa;
	background-image: url(images/bg_dot1.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.menutitle2{
	width: 210px;
	min-height: 25px;
	background-color: #00a5f2;
	background-image: url(images/bg_dot1.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.menutitle1 p, .menutitle2 p{
	margin-left: 11px;
	margin-right: 9px;
	padding-top: 7px;
	padding-bottom: 3px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
#LEFTMENU ul {
	clear:left;
	width: 210px;
	margin-bottom: 11px;
}
#LEFTMENU li {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(images/bg_dot2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #626262;
	font-size: 10px;
	line-height: 140%;
	list-style-type: none;
	vertical-align: top;
}
#LEFTMENU li span {
	display: block;
	padding-left: 12px;
	background-image: url(images/arrow_a.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}
.noline {
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: none !important;
	color: #626262;
	font-size: 10px;
	line-height: 140%;
	list-style-type: none;
}
.righttxt{
	background-image: none !important;
	text-align: right;
}
.detail{
	padding-left: 8px;
	background-image: url(images/arrow_b.gif) !important;
	background-position: left 3px;
	background-repeat: no-repeat;
}
.menutxt {
	width: 210px;
	margin-bottom: 11px;
	padding-left: 10px;
	padding-right: 6px;
	padding-top: 5px;
	color: #626262;
	font-size: 10px;
	line-height: 140%;
	list-style-type: none;
}


/*=====================================
フッター
=====================================*/

#PAGETOPBTN{
	clear:both;
	width: 100%;
	height: 24px;
	text-align: right;
}
#PAGETOPBTN p {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #626262;
	font-size: 10px;
	line-height: 140%;
	text-align: right;
}
#PAGETOPBTN a {
	padding-left: 10px;
	background-image: url(images/arrow_c.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
}
#FOOTER{
	clear:both;
	width: 100%;
	height: 63px;
	background-color: #dddddd;
}
#FOOTER p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	color: #626262;
	font-size: 10px;
	line-height: 140%;
	text-align: center;
}


/*=====================================
メインコンテンツ
=====================================*/

#MAINCONTENTS {
	float:right;
	width: 556px;
}
#MAINCONTENTS h1 {
	max-width: 556px;
	min-height: 43px;
	margin-bottom: 22px;
	color: #212121;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.pagetitle{
	padding-left: 17px;
	padding-right: 17px;
	background-image: url(images/bg_pagetitle.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.subtitle {
	display: block;
	color: #aaaaaa;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#MAINCONTENTS h2 {
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.orange {
	margin-left: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-left: 0px;
	background-image: url(images/bg_title_orange.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	height: 5px;
}
.blue {
	margin-left: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-left: 0px;
	background-image: url(images/bg_title_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	height: 5px;
}
.cyan {
	margin-left: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-left: 0px;
	background-image: url(images/bg_title_cyan.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.emerald {
	margin-left: 0px;
	margin-bottom: 8px;
	padding-top: 15px;
	padding-left: 0px;
	background-image: url(images/bg_title_emerald.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
#MAINCONTENTS h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.point_blue {
	padding-left: 12px;
	background-image: url(images/point_title_blue.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#MAINCONTENTS h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#MAINCONTENTS p {
	margin-left: 0px;
	margin-right: 0px;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
#MAINCONTENTS ul {
	clear:left;
}
#MAINCONTENTS li {
	margin-left: 18px;
	margin-bottom: 3px;
	list-style-image: url(images/point_emerald.gif);
	list-style-type: none;
	list-style-position: outside;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
.sublist {
	margin-top: 0px !important;
	margin-left: 6px !important;
	list-style-image: none !important;
	list-style-type: none;
	list-style-position: outside;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
.sublist li {
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 3px !important;
	list-style-image: none !important;
	list-style-type: none;
	list-style-position: outside;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
#MAINCONTENTS dl {
	margin-left: 0px;
	margin-right: 0px;
}
#MAINCONTENTS dt {
	margin-bottom: 5px;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#MAINCONTENTS dd {
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
.half {
	float: left;
	width: 266px;
	margin-right: 10px !important;
}
.half-emerald {
	width: 266px;
	min-height: 19px;
	background-color: #00bbac;
	background-image: url(images/bg_dot1.gif);
	background-position: left top;
	background-repeat: repeat-y;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
.half-emerald span {
	display: block;
	margin-left: 10px;
	margin-right: 6px;
	padding-top:2px;
}
.half-txt{
	padding-left: 10px;
	padding-right: 6px;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
.news dt{
	padding-left: 12px;
	background-image: url(images/point_orange.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	color: #212121;
	font-size: 10px !important;
	font-weight: normal !important;
	line-height: 140%;
}
.news dd{
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	background-image: url(images/bg_dot2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #212121;
	font-size: 12px;
	line-height: 140%;
}
.ph-normal{
	margin-right: 0px;
	margin-bottom: 12px;
}
.ph-left{
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.ph-right{
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}
.boxtxt{
	width: 554px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px dotted #aaaaaa;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}
.boxtxt span{
	display: block;
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.tablebox1 {
	margin-top: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
.tablebox1 th {
	padding-right: 10px;
	border-collapse: collapse;
	border: 0px;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}
.tablebox1 td {
	border-collapse: collapse;
	border: 0px;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}
.indent6 {
	padding-left: 6px;
	padding-right: 6px;
}
.vmiddle {
	vertical-align: middle !important;
}
.tablebox2 {
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #aaaaaa;
}
.tablebox2 th {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	color: #626262;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}
.tablebox2 td {
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-collapse: collapse;
	border:1px solid #aaaaaa;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}
.txtblue{
	color: #0074de !important;
}


/*=====================================
ページ内メニュー
=====================================*/

.graybox {
	width: 554px;
	margin-bottom: 24px;
	background-color: #e9e9e9;
	border: 1px solid #d0d0d0;
}
.graybox p{
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	color: #626262;
	font-size: 12px;
	line-height: 140%;
}

