@charset "shift_jis";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
	line-height: 0;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}


/*---------------------------------
add css standard start
--------------------------------*/
a{line-height:normal;}

img {
	max-width: 100%;
}

table {
	width: 100%;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_25 {
	margin-bottom: 25px;
}

.txt_center{
	text-align: center;
}
.txt_rright{
	text-align: right;
}

.flortLeft{
	float: left;
}
.florRight{
	float: right;
}


/* -----------------------------common */

body{
	background-color: #ebebeb;
}

#wrap_fs {
	width: 996px;
	margin: 0 auto;
	padding: 0 2px;
	background-image: url(../common/images/wrap_bg_side.gif) ;
	background-position: center;
	background-repeat: repeat-y;
}



/* -----------------------------header */

#header_fs {
	padding: 22px 28px;
}

.side_line_list li {
	border-left: 1px solid #999;
	float: left;
	padding: 10px 20px;
}
li.last_line {
	border-right: 1px solid #999;
}

.header_left {
	width: 48%;
	float: left;
}

.header_right {
	width: 200px;
	float: right;
}
.header_right a{
	text-decoration: none;
	color: #000;
}

#footer {
	background-color: #333;
	font-size: 12px;
	color: #fff;
	padding: 10px 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.trans_block {
	background: url(../top_images/top_bg_search.gif) no-repeat center top;
	width: 372px;
	height: 107px;
	padding-left: 126px;
	padding-top: 8px;
}

/* -----------------------------side navi */

.search{
	position: relative;
}
.search ul.search_drop {
	width:250px;
	position:absolute;
	display:none;
	float:none;
	z-index:100;
	left:-50px;
	top:0px;
	font-size : 80%;
	line-height : 135%;
	opacity: .95; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=95); /* IE lt 8 */
	-ms-filter: "alpha(opacity=95)"; /* IE 8 */
	-khtml-opacity: .95; /* Safari 1.x */
	-moz-opacity: .95; /* FF lt 1.5, Netscape */
		
}
@-moz-document url-prefix() {
	.search ul.search_drop {
		top:10px;
	}
}
.search ul.search_drop li {
	float:none;
	position:static;
}

.search ul.search_drop li a {
	display:block;
	background-color: #29a4e2;
	border-bottom:solid 1px #000;
	color:#FFF;
	padding:8px;
	_zoom:1; /* IE 6 */
	text-decoration: none;
}

.search ul.search_drop li a:hover {
	border-bottom:solid 1px #000;
	background-color: #0033FF;
	text-decoration: underline;
}



