﻿@charset "utf-8";
/* CSS Document */
/*------------reset css-----------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*----------------[defaule ]-----------------------------*/
h2
{
	text-align:center;
}
br.clear
{
	height:0;
	line-height:0;
	margin:0;
	padding:o;
	clear:both;
}

/*---------------- header CSS --------------------------*/
#header_all
{
	width:100%;
	background:url(/images/bg_03.gif) top left repeat-x;
	height:122px;
	
}

#header_content
{
	width:1000px;
	margin:0px auto;
	background:url(/images/bg_00.png) no-repeat -80px 0;
	height:122px;
	position:relative;
	
	
}

#header_content h1
{
	width:185px;
	height:108px;
	float:left;
	margin-left:50px;
	margin-top:5px;
	//display:inline;
}



#header_content #navi
{
	width:615px;
	
	float:left;
	//display:inline;
	overflow:hidden;

}

#header_content #navi ul
{
	margin-left:42px;
	/*margin-top:5px;*/
}

#header_content #navi ul li
{
	float:left;
	width:131px;
	margin-right:11px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}


#header_content #navi ul li#top_link a
{
    background:url(/images/bg_01.png) no-repeat -295px 0px;
    text-indent:-9999px;
}

#header_content #navi ul li#list_link a
{
    background:url(/images/bg_01.png) no-repeat -437px 0px;
    text-indent:-9999px;
}

#header_content #navi ul li#inquiry_link a
{
    background:url(/images/bg_01.png) no-repeat -579px 0px;
    text-indent:-9999px;
}




#header_content #navi ul li.last
{
	margin-right:0px;
}


#header_content #navi ul li a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	height:52px;
	padding-top:5px;
}

/* こちらcss追記用です。必要に応じてご利用ください。
#header_content #navi ul li a:link {}
#header_content #navi ul li a:visited {}
#header_content #navi ul li a:hover {}
#header_content #navi ul li a:active {}
*/

#header_content #navi ul li#top_link a:hover
{
    background:url(/images/bg_01_h.png) no-repeat -295px 0px;
    text-indent:-9999px;
}

#header_content #navi ul li#list_link a:hover
{
    background:url(/images/bg_01_h.png) no-repeat -437px 0px;
    text-indent:-9999px;
}

#header_content #navi ul li#inquiry_link a:hover
{
    background:url(/images/bg_01_h.png) no-repeat -579px 0px;
    text-indent:-9999px;
}



#header_content #power
{
	margin-top:35px;
	margin-right:10px;	
	width:133px;
	height:60px;
	float:right;
	
}

#header_content .ab_left_out
{
	position:absolute;
	left:-9999px;
} 

/*---------------- container CSS --------------------------*/

#container_all
{
	width:100%;
	background:url(/images/bg_05.gif) top left repeat-x #dcddde;
}

#container
{
	width:900px;
	margin:0px auto;
/*	position:relative;
	top:-16px;*/
	
}

#container #left
{
	width:600px;
	float:left;
	background:url(/images/bg_04.gif) repeat;
	//display:inline;
	
}



#container #right
{
	width:280px;
	float:right;
	clear:right;

	
}


#right .right_list
{
	padding-top:20px;
	padding-left:10px;
	font-size:12px;
	

}

#right .right_list ul
{
	margin-left:30px;
}

#right .right_list ul li
{
		
	background:url(/images/arrow.png)  no-repeat;
	color:#8b8a8a;
	padding-left:23px;
	line-height:120%;
	padding-bottom:10px;
	color:#666;
}

#right .right_list ul li a
{
	text-decoration:underline;
	color:#666;
}

p.back_top
{
	text-align:right; 
	margin:5px 30px 5px 0px;
}

/*---------------- footer  CSS --------------------------*/

#footer_all
{
	width:100%;
	min-height:147px;
	//height:147px;
	background:#FFFFFF;
	background:url(/images/bg_02.gif) repeat-x;
}


#footer_content
{
	width:900px;
	margin:0 auto;
	border-top:1px solid #c2c3c4;
	text-align:center;
}


ul#footer_navi
{
	margin-top:20px;
	color:#666;	
}

ul#footer_navi li
{
	display:inline;
	/*border-left:1px solid #666;*/
	padding:0px 5px;
	font-size:13px;
	line-height:100%;

}
/*
ul#footer_navi li.last
{
	border-right:1px solid #666;
}
*/
ul#footer_navi li a
{
	color:#666;
}
.footer_text_1
{
	margin-top:25px;
	font-size:0.8em;
	font-weight:bold;
}
.footer_text_1 a{
	color: black;
}
.footer_text_2
{
	margin-top:5px;
	color:#888888;
	font-size:0.8em;
}
.footer_text_2 a{
	color:#888888;
}
.footer_text_1 a,
.footer_text_2 a
{
	text-decoration: none;
}
.footer_text_1 a:hover,
.footer_text_2 a:hover
{
	text-decoration: underline;
}


/*------------------------------------*/
.clearfix:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


.transparent
{
	background:url(/images/bg_05.gif) repeat-x;;
	height:10px;
	width:100%;
	position:absolute;
	top:122px;
	left:0px;
	
	/* for IE */
	 filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	text-indent:-9999px;
	overflow:hidden;
}

.hide_text
{
	text-indent:-9999px;
	overflow:hidden;
}
