@charset "utf-8";
/* CSS Document */

ul,ol,li {
	list-style: none;
}
/* base */
body{
	background: url(../images/top_back.gi) top repeat center;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	}
p{
	margin:5px 0;
	padding:0;
	line-height:150%;
	font-size:12px;
	color:#333;
	}
strong {
	font-weight:bold;
}
a { 
	color: #111;
	outline: none;
	/*\*/
	overflow: hidden;
	/**/

}
a:link, a:visited {
	color: #111;
	text-decoration:underline;
}

a:hover, a:active {
color:#307FA2;
text-decoration:none;
}

img{
	border:none;
	}

/* clear fix */
.clearfix:after {
content:".";
display:block; 
height:0.1px; 
clear:both; 
visibility:hidden; 
overflow:hidden; 
}

.cr{
	clear:both;
	}

button {
	width: auto;
	padding:0;
	margin:0px 0px 0px 3px ;
	_margin:0px 0px 0px 5px ;
	background:none;
	border:0;
	font-size:0;
	line-height:0;
	overflow:visible;
	cursor:pointer;
}

/* layout */
#wrapper{
	min-height:10px;
	background:#fff;
	}

#container {
	margin:0 auto;
	padding:0;
	text-align:center;
	vertical-align: middle;
	background: url(../images/back_index.gif) repeat;
}
/* header */
#header{
	margin:0;
	padding:0;
	clear:both;
	height:0px;
	overflow: hidden;
	}

	
/* footer */
#footer{
	width:900px;
	margin:0 auto;
	padding:20px 0;
	clear:both;
	height:30px;
	background: #fff;
	vertical-align: bottom;
	}	
#copyright{
	float:left;
	width:602px;
	background:url(../../common/images/copyright.gif) no-repeat;
	height:20px;
	}
#copyright h2{
	margin:0;
	padding:0;
	}
#copyright h2 span{
	display:none;
	}
#footmenu{
	float:right;
	width:236px;
	height:20px;
	background:url(../../common/images/bg_footmenu.gif) no-repeat;
	margin:0;
	padding:0;
	}
#footmenu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	}
#footmenu li{
	float:left;
	margin:0;
	}
#footmenu a{
	display:block;
	background:url(../../common/images/footmenu.gif) no-repeat;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

#fitem01 a{background-position:0px 0px;width: 91px;}
#fitem02 a{background-position:-90px 0px;width: 144px;}

#fitem01 a:hover{background-position:0px -20px;width: 91px;}
#fitem02 a:hover{background-position:-90px -20px;width: 144px;}
