/* Main CSS Document */
@charset "UTF-8";

/* Basic Style */
html {
	font-size:100%;
}
body {
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	color:#434343;
	background-color:#ebebeb;
	font-size:14px;
	line-height:1.5;
	/*font-family:"qMm Pro W3", "ז", "lr o", Georgia, "Times New Roman", Times, serif;*/
	font-family:"MS Pゴシック", Geneva, Helvetica, Arial, sans-serif;
}
/* Text Style */
a {
	text-decoration:underline;
	/*color:#506263;*/
	/*color:#41AFAD;*/
	color:#00A5DF;
}
a:link, a:visited {
	/*color:#41AFAD;*/
	color:#00A5DF;
	text-decoration:underline;
}
a:hover, a:active {
	/*color:#41AFAD;*/
	color:#0066DF;
	text-decoration:underline;
}

/* main tag Style */
table {
	border:0;
	table-layout:auto;
	empty-cells:show;
}
table th {
    text-align:center;
	padding:0;
	font-weight:normal;
}
table td {
	padding:0;
}
a img {
	border:0;
	margin:0;
	padding:0;
}
iframe {
	border:1px #8FA8AB solid;
	margin:0;
	padding:0;
}
div, p {
	border:0;
	margin:0;
	padding:0;
	text-align:left;
	text-align:justify;
}
hr {
	clear:both;
	border:1px solid #FF9CB5;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#2cb1b1;
}
h2 {
	display:block;
	margin:0 0 12px 15px;
	padding:0px;
	clear:both;
	width:720px;
	height:57px;
	color:#1A6B6B;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	vertical-align:top;
	background:url(../images/content_h2_bg.gif) no-repeat scroll bottom left;
}
h3 {
	display:block;
	margin:12px 0 12px 30px;
	_margin:12px 0 12px 15px;
	padding:11px 0 5px 24px;
	float:left;
	clear:both;
	width:660px;
	height:29px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
	vertical-align:top;
	background:url(../images/content_h3_bg.gif) no-repeat scroll top left;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {  }
h4 {
	display:block;
	margin:24px 0 12px 0px;
	padding:7px 0 5px 60px;
	float:left;
	clear:both;
	width:630px;
	height:24px;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	line-height:23px;
	vertical-align:top;
	letter-spacing:2px;
	background:url(../images/content_h4_bg.gif) no-repeat scroll top left;
}
h5 {
	margin:10px 0 3px 5px;
	padding:0 0 0 20px;
	clear:both;
	float:left;
	width:90%;
	border-bottom:1px dotted #2CB1B1;
	/*color:#2CB1B1;*/
	color:#1A6B6B;
	font-size:16px;
	font-weight:bold;
	height:23px;
	background:url(../images/content_h5_bg.gif) no-repeat scroll 0 3px;
}
h5 a, h5 a:link, h5:visited, h5 a:hover, h5 a:active { color:#2CB1B1 !important; }
h6 {
	margin:2px 0 4px;
	padding:0;
	clear:both;
	border-bottom:1px dotted #cccccc;
	color:#999999;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	height:20px;
}
span {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
strong {
	font-weight:bold;
}

dl, dt, dd {
	margin:0;
	padding:0;
	list-style:none;
}



/* 共通 */
div#spacer {
	clear:both !important;
	float:none !important;
}
.margin01 { margin:20px 0 8px; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.text_emphasis { color:#002F2F;/*color:#0DA6A7; color:#2CB1B1; color:#00BFBB;*/ }
.text_red { color:#FF0000; }
.text_blue { color:#0000FF; }
.border { border-width:1px; border-style:solid; border-color:#cccccc #999999 #999999 #cccccc; padding:2px; }

.link01 { padding-left:18px; background:url(../images/icon_link01.gif) no-repeat scroll 0 4px; }