@charset "utf-8";
/* CSS Document */

/* -------------------------------------------- */
/* 　共通設定　*/
/* -------------------------------------------- */

* {
	margin: 0;
	padding:0;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
}

img {
	border: none;
}

.center {
	text-align: center;
}

.right {
	float:right;
}

.left {
	float: left;
}

.futoji {
	font-weight:bold;
}

.red {
	color: #C60000;
}

.blue {
	color: #006;
}

.white {
	color: #FFF;
}

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

.small_letter {
	font-size: 11px;
}

.clearfix {zoom:1; /* for IE 5.5-7 */}

.link_text {
	text-decoration: none;
}


/* -------------------------------------------- */
/* 　ボックス構成　*/
/* -------------------------------------------- */

#wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 900px;
	height: 100px;
}

#navi {
	width: 678px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}

#navi ul li{
	float: left;
}
	
#main {
	width: 900px;
}

#footer {
	clear:both;
	width: 900px;
	height: 30px;
	background-color:#ccc;
	text-align: center;
	font-size: 11px;
}#wrapper #main #contents_box_1 hr {
	color: #CCC;
}
