/* -----------------------------------
header
----------------------------------- */

#header-bg {
	height: 162px;
	background-image: url(../img_cmn/header_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header {
	background-image: url(../img_cmn/header_bg2.gif);
	background-repeat: no-repeat;
	height: 163px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3F5059;
}
#header-l {
	width: 395px;
	height: 85px;
	float: left;
}
#header-r {
	float: right;
	width: 91px;
}
#header-l h1 {
	margin-top: 45px;
	margin-left: 120px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 50%;
}

#header-r ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-r li {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header-r em {
	font-size: 50%;
	visibility: hidden;
}
#header-r a {
	text-decoration: none;
	display: block;
	height: 29px;
	width: 76px;
	background-image: url(../img_cmn/btn_link.gif);
	background-repeat: no-repeat;
	
}
#header-r a:hover {
	background-position: 0px -29px;
}
#gnavi {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 4px;
}
#gnavi ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 57px;
}
#gnavi li {
	padding: 0px;
	display: inline;
	margin: 0px;
	float: left;
}
#gnavi em {
	font-size: 50%;
	visibility: hidden;
}
#gnavi a {
	text-decoration: none;
	display: block;
	
}
#gnavi01 a {
    height: 57px;
	width: 129px;
	background-image: url(../img_cmn/gnavi01.gif);
	background-repeat: no-repeat;
	
}
#gnavi01 a:hover {
	background-position: 0px -57px;
}
#gnavi02 a {
    height: 57px;
	width: 123px;
	background-image: url(../img_cmn/gnavi02.gif);
	background-repeat: no-repeat;
	
}
#gnavi02 a:hover {
	background-position: 0px -57px;
}
#gnavi03 a {
    height: 57px;
	width: 123px;
	background-image: url(../img_cmn/gnavi03.gif);
	background-repeat: no-repeat;
	
}
#gnavi03 a:hover {
	background-position: 0px -57px;
}
#gnavi04 a {
    height: 57px;
	width: 123px;
	background-image: url(../img_cmn/gnavi04.gif);
	background-repeat: no-repeat;
	
}
#gnavi04 a:hover {
	background-position: 0px -57px;
}
#gnavi05 a {
    height: 57px;
	width: 123px;
	background-image: url(../img_cmn/gnavi05.gif);
	background-repeat: no-repeat;
	
}
#gnavi05 a:hover {
	background-position: 0px -57px;
}
#gnavi06 a {
    height: 57px;
	width: 129px;
	background-image: url(../img_cmn/gnavi06.gif);
	background-repeat: no-repeat;
	
}
#gnavi06 a:hover {
	background-position: 0px -57px;
}

/* -----------------------------------
second-title
----------------------------------- */
#second-title-bg {
	background-color: #3F5059;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 120px;
}
#second-title {
	height: 120px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* -----------------------------------
content
----------------------------------- */
#content {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#content2 {
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* -----------------------------------
subheading
----------------------------------- */
h2{
	font-size: 120%;
	color: #003C66;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B1CEDC;
}
h3{
	font-size: 110%;
	line-height: 1.1;
	margin: 10px 0 5px;
	padding: 0 0 0 5px;
	color: #5E4D00;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9600;
}
h4{
	color: #328600;
	font-size: 100%;
	margin: 10px 0 5px;
	padding: 0;
}

/* -----------------------------------
text
----------------------------------- */
p{
	margin: 0 15px 1em;
}
p.text-a{
	text-indent: 1em;
}
td p{
	margin: 0;
}

th p{
	margin: 0;
}
/* -----------------------------------
list
----------------------------------- */
ul{
	margin:0 0 1em 30px;
	padding:0;
}
ul li{
	margin:0 0 2px 0;
	padding:0;
	line-height:1.3;
}

ol{
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 10px;	
	padding:0;
}
ol li{
	padding-left: 0;
	margin-bottom: 5px;
	line-height: 1.3;
}
/* -----------------------------------
table
----------------------------------- */
table.table-a{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin:0 15px 1em;
	border-color: #999999;
}
table.table-a th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	color: #00384A;
	background-color: #CAE4FF;
	line-height: 120%;
	white-space: nowrap;
	border-color: #999999;
}
table.table-a td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding: 5px;
	border-color: #999999;
	line-height: 140%;
}
table.table-b{
	margin:0 15px 1em;
	font-size: 90%;
	line-height: 1.4;
}
table.table-b th {
	border-bottom: 3px solid #6BA1E3;
	padding: 4px 1em 4px 0;
	color: #00384A;
}
table.table-b td {
	border-bottom: 1px solid #7A654A;
	padding: 4px 1em 4px 0;
}
table.table-c{
	margin:0 15px 1em;
	line-height: 1.4;
}
table.table-c th {
	padding: 4px 1em 4px 0;
	color: #00384A;
}
table.table-c td {
	padding: 4px 1em 4px 0;
}
table.table-date {
	margin: 0 0 15px 15px;
	padding: 0;
	line-height: 1.3;
	font-size: 100%;
}
table.table-date th{
	color: #0285C2;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.table-date td{
	padding-bottom: 5px;
}
table.table-qa{
	margin-bottom: 1em;
	margin-left: 15px;
	width: 95%;
	font-size: 100%;
}
table.table-qa th{
	color: #544633;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
	line-height: 1.3;
}
table.table-qa th span.q{
	color: #e26360;
	font-size: 130%;
	padding-right: 7px;
}
table.table-qa td span.a{
	color: #5A82E9;
	font-weight: bold;
	font-size: 130%;
	padding-right: 7px;
}
table.table-qa td {
	padding: 4px 0;
	line-height: 1.4;
}
table.table-2col{
	width: 95%;
	margin-bottom: 1em;
	font-size: 100%;
}
table.table-2col td {
	width: 50%;
	vertical-align: top;
}

/* -----------------------------------
align
----------------------------------- */
.txt-c {
	text-align: center;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
/* -----------------------------------
float
----------------------------------- */
.clear {
	clear: both;
}
/* -----------------------------------
box
----------------------------------- */
div.box-point{
	border: 1px solid #6EA53E;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-point p{
	margin-bottom: 0 !important;
}
div.box-point ul{
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-point ol {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-important{
	background-color: #FFF8CE;
	padding: 10px 5px;
	margin:0 15px 1em;
}
div.box-important p{
	margin-bottom: 0 !important;
}
div.box-important ul{
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}
div.box-important ol {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 0;
}

div.align-left{
	text-align: left;
}
div.align-center{
	text-align: center;
}
div.align-right{
	text-align: right;
}


/* -----------------------------------
line
----------------------------------- */
hr.line-a{
	margin: 0;
	padding: 0;
	height: 1px;
	border-width: 1px 0 0 0;
	border-color: #999999;
	border-style: solid;
}
hr.line-b{
	margin: 0;
	padding: 0;
	height: 3px;
	border-width: 3px 0 0 0;
	border-color: #6EA53E;
	border-style: solid;
}

/* -----------------------------------
text decoration
----------------------------------- */
.mp_underline {
	text-decoration:underline;
}
.mp_italic {
	font-style:italic;
}
.mp_textcolor_red {
	color:#FF0000;
}
.mp_textcolor_blue {
	color:#0000FF;
}
.mp_textcolor_green {
	color:#009900;
}
.mp_textcolor_gray {
	color:#666666;
}
.mp_strike {
	text-decoration:line-through;
}
.mp_indent {
	text-indent:1em;
}
.mp_large {
	font-size: larger;
}
.mp_small {
	font-size: smaller;
}
