@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	outline: none;
	font-size: 100%;
}

html {
	overflow-y: scroll;
}

body{
	line-height:1.4;
	font-size: 0.76em;
	border-top: 3px solid #666666;
	border-bottom: 3px solid #666666;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0em;
	line-height: 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin-right: auto;
	margin-left: auto;
	}
	
td {
 text-align:left;
 }
 
img {
	border:none;
	margin:0px;
	padding:0px;
}

li	{
	list-style:none;
}

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

.bn_box001{
	background:url(cmnfix/bn_bg01.gif) no-repeat;
	width:221px;
	height:49px;
}
.bn_box001 a{
	display:block;
	width:221px;
	height:49px;
}
.bn_box001 img{
	border:solid 1px #666666;
	margin-left:160px;
}

.bn_box002{
	background:url(cmnfix/bn_bg02.gif) no-repeat;
	width:221px;
	height:49px;
}
.bn_box002 a{
	display:block;
	width:221px;
	height:49px;
}
.bn_box002 img{
	border:solid 1px #666666;
	margin-left:160px;
}

.bn_box003{
	background:url(cmnfix/bn_bg03.gif) no-repeat;
	width:221px;
	height:49px;
}
.bn_box003 a{
	display:block;
	width:221px;
	height:49px;
}
.bn_box003 img{
	border:solid 1px #666666;
	margin-left:160px;
}


.bn_box004{
	background:url(cmnfix/bn_bg04.gif) no-repeat;
	width:221px;
	height:49px;
}
.bn_box004 a{
	display:block;
	width:221px;
	height:49px;
}
.bn_box004 img{
	border:solid 1px #666666;
	margin-left:160px;
}


.bn_box005{
	background:url(cmnfix/bn_bg05.gif) no-repeat;
	width:221px;
	height:49px;
}
.bn_box005 a{
	display:block;
	width:221px;
	height:49px;
}
.bn_box005 img{
	border:solid 1px #666666;
	margin-left:160px;
}


.clearfix {
  min-height: 1px;
}

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

.floatleft
{float:left;}
.clear{ clear:both;}

/********************************************************** コンテナ ***/

div.wrapper {
	width: 960px;
	margin: 0 auto;
}

div.contents {
	padding: 20px 0 20px 0;
	width:900px;
	margin:0 auto;
}

div.contents2 {
	color: #000000;
	padding: 30px 0 20px 0;
	font-size: 1.12em;
	width:900px;
	margin:0 auto;
	
}


/********************************************************** ヘッダ ***/

div#header {
	position: relative;
	height: 118px;
}

h1 {
	padding-top: 6px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	position: absolute;
	top: 35px;
	left: 3px;
	width: 314px;
	height:78px;
}

div#header ul {
	position: absolute;
	top: 57px;
	right: 0;
}

div#header li {
	display: inline;
}

div#header li a {
	float: left;
}


/********************************************************** グローバルナビ ***/

div.navi{	
margin:5px auto 10px auto;
	text-align:center;
	width:900px;
	display:block;
}
div.navi li {
	display: inline;

}

div.navi li img {
	float: left;
}

/********************************************************** フッタ ***/

div.footer {
	clear:both;

}

div.footer ul {
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	padding-bottom: 5px;
}

div.footer li {
	display: inline;
	font-size: 11px;
}

div.footer li a {
	background: url(cmnfix/arw1.gif) no-repeat 0 0px;
	margin-right: 5px;
}




img.css-hover{
opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.css-hover{
opacity:0.7;
filter: alpha(opacity=70);
}

