@charset "utf-8";

body{
	background-image: url(../img/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #666666;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 100%;
}
#wrapper{
	width: 940px;
	text-align: left;
	line-height: 1.8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header{
	height: auto;
	width: 930px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	margin: 5px;
	padding-left: 15px;
}
#contents{
	width:900px;
	overflow : hidden;
	margin-right: 20px;
	margin-left: 20px;
}
#footer{
	background-color: #ECECEC;
	margin-top: 50px;
}
#footer p#copyright{
	text-align: center;
	color: #666666;
	font-size: 75%;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;   
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/* 02.テープ */
a {
	outline: 0;
}
a:visited {
	text-decoration:none;
}