@charset "utf-8";

/*===============================================================================*/
/*common*/
/*===============================================================================*/


* {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 100%;
}


img {
	border:0;
}


/********************共通*******************/

html{
    height:100%;
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka;
	color:#333;
	font-size:90%;
	height:100%;
	line-height:1.2em;
}
	
/*Internet Explorlorer 6 or sooner */
* html body {
	font-size:90%;
	height:100%;
}

body {
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}


a {
	color:#09F;
	text-decoration:underline;
}

a:hover {
	
	color:#333;
	text-decoration:none;
}


	
#mod_wrapper{
	background-color:#FFF;
	padding-top:10px;
	}



#con_wrappaer{
	width:900px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
    position:relative;
	background-color:#FFF;
	}
	


/*パンくず*/

*html #bcnav {
	font-size:80%;
}

	
#bcnav {
	margin-bottom:15px;
	font-size:90%;
	padding:0px 12px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-size:11px;
}




#bcnav a {
	color:#333;
	text-decoration:none;
}

#bcnav span {
	color:#333;
}





#bcnav a:hover {
	color:#0466C8;
	text-decoration:underline;
}





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

.clearfix {
	min-height: 1px;
}

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

hr.clear {
	visibility:hidden;
	clear:both;
}





/*ヘッダー*/


#header{
	padding-top:30px;
	height:220px;
	margin-bottom:20px;
	}

#header h1{
	text-align:center;
	}	
	
	
#head_wrappaer{
	width:900px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	
#head_wrappaer p{
	margin-top:5px;
	font-size:120%;
	color:#FFF;
	text-align:center;
	
	}
	

/*フッター*/



#backtop{
	text-align:center;
	padding:5px;
	font-size:11px;
	}
	

	
#backtop a{
	color:#333;
	text-decoration:none;
}

#backtop a:hover {
	color:#66CCFF;
	text-decoration:none;
}	
	
	
#backtop img{
	vertical-align:middle;
	margin-right:5px;
}


#con_footer{
	border-top:#CCC 1px solid;
	margin-top:20px;
	padding-top:10px;
	clear:both;
	width:100%;
	text-align:center;
	}

	

#footer{
	margin:0px auto;
	padding:5px 5px 0px 5px;
	width:880px;
	height:25px;
	}


#footer address{
	float:left;
	padding-top:5px;
	}

#footer ul{
	float:right;
	list-style:none;
	font-size:10px;
	margin-right:10px;
	}
	
#footer li{
	float:left;
	padding:0px 10px;
	border-right:1px solid #666;
	}
	
	
#footer li a {
	color:#333;
	text-decoration:none;
}

#footer li a:hover {
	color:#66CCFF;
	text-decoration:underline;
}


