@charset "UTF-8";
/**
 * $Id: common.css 476 2010-02-17 06:34:23Z 1-282 $
 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
/*
	color: #003;
*/
	text-align: center;
/*
	background: #36c url(../images/bg.png) repeat-y fixed center;
*/
}

* html div#page {
	height: 100%;
}

div#page {
	position: relative;
	min-height: 100%;
	width: 818px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0;
/*
	background-color: #fff;
*/
}

body > #page {
	height: auto;
}

div#main {
	padding-bottom: 50px;
}

div#header {
	padding-left: 8px;
}

div.header_logo {
	float: left;
}

div.header_style {
	padding: 16px;
	float: right;
	font-size: 4px;
}

div.header_style a {
	margin-left: 2px;
}

div.header_style img {
/*
	border: 1px solid #999;
*/
}

div#header_menu {
	float: left;
	width: 600px;
	padding-left: 10px;
}

div#header_search {
	float: left;
	width: 198px;
	height: 36px;
	background-image: url(../images/menu_bg_search.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 6px;
}

*:first-child+html div#header_search {
	padding-top: 6px;
}

* html div#header_search {
	padding-top: 6px;
}

#footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	height: 40px;
	width: 100%;
/*
	color: #666;
*/
	font-size: 12px;
	padding-top: 10px;
}

div#content {
	clear: both;
	padding: 0px 10px;
}

div.content_head {
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
/*
	color: #333;
*/
	font-weight: bold;
	padding: 6px 8px;
/*
	border-left: 10px solid #369;
	border-bottom: 1px solid #369;
*/
	margin-bottom: 8px;
}

div.content_head a {
	font-size: 12px;
	font-weight: normal;
}

div.content_body {
	font-size: 12px;
	padding: 5px;
	line-height: 150%;
}

.hbg {
/*
	background-color: #369;
*/
}

.ensky_bg {
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sub_title {
	font-size: 14px;
/*
	color: #369;
*/
	font-weight: bold;
}

.clearfix:after {
	content: url(../images/blank.gif); 
	/* content: "."; */
	display: block;
	clear: both;
	height: 0;
	/* visibility: hidden; */
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

.top_menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	padding: 0;
	margin: 0;
}

.top_menu li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 100px;
	height: 36px;
	margin-right: 0px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}

.top_menu a {
	display: block;
	height: 36px;
	text-indent: -9999px;
	outline: none;
}

#top_menu1 {
	background-position: 0px 0px;
}

#top_menu2 {
	background-position: -150px 0px;
}

#top_menu3 {
	background-position: -300px 0px;
}

#top_menu4 {
	background-position: -450px 0px;
}

#top_menu5 {
	background-position: -600px 0px;
}

#top_menu6 {
	background-position: -750px 0px;
}

#top_menu1.active, #top_menu1:hover {
	background-position: 0 bottom;
}

#top_menu2.active, #top_menu2:hover{
	background-position: -150px bottom;
}

#top_menu3.active, #top_menu3:hover {
	background-position: -300px bottom;
}

#top_menu4.active, #top_menu4:hover {
	background-position: -450px bottom;
}

#top_menu5.active, #top_menu5:hover {
	background-position: -600px bottom;
}

#top_menu6.active, #top_menu6:hover {
	background-position: -750px bottom;
}

#top_menu1 a{
	background-image: url(../images/menu_bg_end.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#top_menu1 a:hover{
	background-position: left -72px;
}

/*
#top_menu6 a{
	background-image:url(../images/menu_bg_end.png);
	background-repeat:no-repeat;
	background-position: right -36px;
}

#top_menu6 a:hover{
	background-position: right -108px;
}
*/

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #00c;
}

a:hover {
	color: #f00;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

a:hover img.hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #999 solid;
}

hr.dashed {
	height: 1px;
	border: none;
	border-top: 1px #999 dashed;
}

hr.dotted {
	height: 1px;
	border: none;
	border-top: 1px #999 dotted;
}

ul {
	list-style-type: none
}

li {
}

.tbl {
	font-size: 13px;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
/*
	border: 1px solid #999;
*/
}

.tbl th {
/*
	color: #fff;
	border: 1px solid #999;
	background-color: #369;
*/
	padding: 6px;
	font-weight: normal;
}

.tbl td {
/*
	color: #333;
	border: 1px solid #999;
*/
	padding: 6px;
	font-weight: normal;
}

.tbl_nb {
	border: 0px none;
	padding: 0px;
}

.tbl_nb th {
	border: 0px none;
	padding: 0px;
}

.tbl_nb td {
	border: 0px none;
	padding: 0px;
}

.tbl_line {
	font-size: 13px;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
	text-align: left;
}

.tbl_line th {
	vertical-align: top;
	padding: 8px;
/*
	color: #000;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
*/
}

.tbl_line td {
	vertical-align: top;
	padding: 8px 2px;
	font-weight: normal;
/*
	color: #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
*/
}

.noborder {
	border-width: 0px;
}

form, input {
	padding: 0px;
	margin: 0px;
}

input.submit {
	border: 1px solid #666;
}

input.readonly {
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
}

.required
{
	font-size: 12px;
    color: #f00;
}

input.search_keyword {
	border: 1px solid #999;
}

div.search {
	position: relative;
}

input.search_keyword {
	width: 110px;
	height: 16px;
	background: url(../images/icon_search.png) no-repeat 4px 3px;
/*
	border: 1px solid #999;
*/
	padding: 2px 2px 2px 20px;
}

* html input.search_keyword {
	width: 134px;
	height: 22px;
}

input.search_submit {
	position: absolute;
	top: 0;
	left: 136px;
	cursor: pointer;
	border-width: 0px;
}

*:first-child+html input.search_submit {
	top: 1px;
}

* html input.search_submit {
	top: 1px;
}

.us {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
}

.error, .caution {
	color: #f30;
}

div.error {
	color: #f00;
	line-height: 150%;
	padding: 8px;
	background-color: #fcc;
	border: 1px solid #999;
}

div.message {
	color: #00c;
	line-height: 150%;
	padding: 16px;
	background-color: #ccf;
	border: 1px solid #999;
	margin-bottom: 4px;
}

.aa {
	font-family: "Mona", "IPA MONAPGOTHIC", "MS PGothic", "ＭＳ Ｐゴシック", "MS Pｺﾞｼｯｸ", "MS Pゴシック", sans-serif;
	line-height: 100%;
}

.hide {
	display: none;
}

.tt {
	font-family: osaka-mono, monospace;
}

.bold {
	font-weight: bold;
}

.txal {
	text-align: left;
}

.txac {
	text-align: center;
}

.txar {
	text-align: right;
}

.unit {
	width: 718px;
	margin: 0px auto;
}

.pr_box {
	padding: 0;
	margin: 0;
}

.information {
	float: left;
	font-size: 12px;
	width: 550px;
}

.information a {
	text-decoration: underline;
}

.information_title {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 7px;
/*
	color: #333;
	border-left: 10px solid #369;
	border-bottom: 1px solid #369;
	border-top: 0px solid #ccc;
*/
}

.information dl {
	clear: left;
	margin: 0;
	padding: 8px;
}

.information dl dt {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 2px;
/*
	color: #c30;
	border-bottom: 1px #c30 dashed;
*/
	line-height: 18px;
}

.information dd {
	margin-left: 80px;
	margin-bottom: 6px;
	padding: 2px;
	line-height: 18px;
}

.banner_title {
/*
	color: #333;
*/
	font-size: 12px;
	font-weight: bold;
}

.banner_right {
	float: right;
	margin-left: 8px;
	padding: 8px;
/*
	border: 1px solid #999;
	background-color: #ffc;
*/
}

.banner_right a {
	font-weight: normal;
}

.banner_right img {
/*
	border: 1px solid #999;
*/
	margin-bottom: 2px;
}

.banner_bottom {
	border-left-width: 10px;
	border-right-width: 0px;
	padding: 7px 0px 16px 7px;
	text-align: left;
/*
	border: 1px solid #369;
	background-color: #fff;
*/
}

.banner_bottom img {
	border: 1px solid #999;
	margin: 0px 4px;
}

.breadcrumbs {
	font-size: 12px;
	padding: 4px;
}

.box_nb {
	font-size: 12px;
	padding: 4px;
	line-height: 170%;
/*
	border: 1px solid #666;
*/
	background-color: #fff;
}

.box_ffc {
	padding: 8px;
	border: 1px solid #663;
	background-color: #ffc;
}

.box_fcc {
	padding: 8px;
	border: 1px solid #933;
	background-color: #fcc;
}

.debug {
	color: #600;
	font-size: 12px;
	padding: 6px 12px;
	border: 1px solid #930;
	background-color: #fcc;
	text-align: left;
}
.debug td {
	background-color: #fff;
}

/*
 2009/12/03 kuroda
*/
 .tbl_contact {
	font-size: 14px;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
	border: 1px solid #333;
}
.tbl_contact th {
	color: #fff;
	border: 1px solid #333;
	padding: 4px 6px;
	font-weight: normal;
}

.tbl_contact td {
	color: #333;
	border: 1px solid #333;
	padding: 6px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}
/*
 2010/01/26 kuroda
*/
 .tbl_qa {
	font-size: 14px;
	padding: 0px;
	margin: 4px 0px;
	border-collapse: collapse;
	border: 1px solid #333;
}
.tbl_qa th {
        text-align: left;
	color: #fff;
	border: 1px solid #333;
	padding: 4px 6px;
	font-weight: normal;
}

.tbl_qa td {
	color: #333;
	border: 0px solid #333;
	padding: 6px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

.margin_question {
	margin-left:10px;
}
