@charset "utf-8";
/* ------------------------------------- 
 *  共通
 * ------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img{
    border: none;
}
a img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}
.menu-hover{
opacity:0.7;
filter: alpha(opacity=70);
}

h1{
	font-size: 10px;
	color: #999;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}


html,body {
	height: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;

}

body {
	line-height: 140%;
	color: #333;
	font-family:Verdana,Arial,Helvetica,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size:12px;
	background-color: #F4F4F4;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-image: url(../img/main_bk.gif);
}

#wrapper{
	width: 960px;
	height: 100%;
	min-height: 92%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;



}

body > #wrapper {
    height: auto;
}

.pankuzu{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image: url(../img/icon_home.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
}



/* リンク */

a {
	color:#333;
	text-decoration:none;
	font-weight: normal;
}
a:link {
	color:#333;
	text-decoration:none;
	font-weight: normal;
}
a:visited {
	color:#333;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color:#0095CE;
	text-decoration:underline;
	font-weight: normal;

}
a:active {
	color:#333;
	text-decoration:none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;

}



/* ------------------------------------- 
 *  ヘッダー
 * ------------------------------------- */

#header {

}
.logo{
	float: left;
	margin-top: 10px;
	}
.btn_contact{
	float: right;
	margin-top: 10px;
}
.menu{
	margin-bottom: 10px;
	width: 960px;
	margin-top: 10px;
}
.menu ul{
	float: left;
}
.menu li{
	list-style-type: none;
	white-space:nowrap;
	display: block;
	float: left;
}

/* ------------------------------------- 
 *  clearfix
 * ------------------------------------- */
/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

/* ------------------------------------- 
 *  らーじ用clearfix
 * ------------------------------------- */
.clearfix_l:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix_l {
	height: 45px;
	margin: 0px;
	padding: 0px;
}

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

/* ------------------------------------- 
 *  ヘッド用clearfix
 * ------------------------------------- */
.clearfix_xl:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix_xl {
	height: 50px;
	margin: 0px;
	padding: 0px;
}

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

/* ------------------------------------- 
 *  Footer
 * ------------------------------------- */
#footer {
	text-align:left;
	width: auto;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	height: 76px;
	padding-top: 10px;
	margin-top: 10px;
}
#footer address{
	font-size: 10px;
	color: #000;
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	font-style: normal;
}
#footer table{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#footer a {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:link {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:visited {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
	font-weight: normal;
	;
}
#footer a:active {
	color:#000;
	text-decoration:none;
	font-weight: normal;
}
.ERR {
	color: #f00;
}
.top_return{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

/* ------------------------------------- 
 *  共通サイトマップ
 * ------------------------------------- */
.site_map{
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}
.site_map table{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.site_map td{}
.site_map ul{
	list-style-type: none;
	list-style-position: inside;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 2em;
}
.site_map li{
	text-indent: -1em;
}
.site_map img{
	margin-right: 2px;
	margin-bottom: 3px;
}
.site_map a {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}
.site_map a:link {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}
.site_map a:visited {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}
.site_map a:hover {
	color:#fff;
	text-decoration:underline;
	font-weight: normal;
	;
}
.site_map a:active {
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}

