@charset "UTF-8";

/* layout
------------------------------------------------------------ */
body .Line-top {
	width:1000px;
	background:url(../../img_common/bar_navi.gif) no-repeat left top;
}
body .Header-Beam-Yellow {
	width:1000px;
	background:url(../../img_common/header_yellow.gif) no-repeat left top;
	margin: 0 auto 30px;
}
body #PageTop-Footer {
	width:960px;
	background:url(../../img_common/footer_bg2.gif) no-repeat 0px 0px;
}
body .Footer-Beam {
	width:1000px;
	background:url(../../img_common/footer_beam.gif) no-repeat left top;
}

/*
------------------------------------------------------------ */
#active-support {
	background: url("/img_main/active_menu.gif") no-repeat 50% 100%;
}

div.main-area {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

div.main-area strong {
	font-weight: bold;
}

div.main-area a {
	color: #3f508f;
}

div.main-area h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 80px;
}

div.main-area table.btn-01,
div.main-area table.btn-01 tr td {
	border: none;
}

div.main-area table.btn-01 {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

div.main-area table.btn-01 tr td {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

/* float-window
------------------------------------------------------------ */

div.float-window {
	display:none;
	position:absolute;
	width:337px;
	height:171px;
}
div.float-window a.close {
	position:absolute;
	right:13px;
	top:13px;
}

/* in-search
------------------------------------------------------------ */
div.main-area label.search-openbutton {
	display:none;
}
div.main-area div.in-search {
	position: absolute;
	top: 18px;
	right: 0px;
}

div.main-area div.in-search form input#search-form-query {
	width: 200px;
	padding: 11px 0 11px 27px;
	border: 1px solid #ddd;
	background: url("../../img/bg_faq-main_in-search_01.png") 10px 50% no-repeat #fff;
	vertical-align: top;
}

div.main-area div.in-search form select {
	padding: 10px 5px;
	border: 1px solid #ddd;
	vertical-align: top;
}

div.main-area div.in-search form input#search-form-submit {
	margin-top: 4px;
	vertical-align: top;
}

/* clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

/* end MacIE5 */