@charset "utf-8";

/* 共通設定 */

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	line-height: 1.6;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666;
	background-color: #FAF9FF;
}
a:link {
	color: #960;
	text-decoration: none;
}
a:hover {
	color: #F90;
}
a:visited {
	color: #960;
	text-decoration: none;
}

ul,ol {
	margin-left: 30px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu  li {
	list-style-type: none;
}

/* 共通設定 END */

/* 全体構造 */

#wrap {
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



#header {
	height: 66px;
}
#logo {
	float: left;
	font-size: medium;
	font-weight: bold;
	text-indent: -700em;
}
#flash {
	float: right;
	padding-right: 5px;
}
#menu-main {
	clear: both;
	height: 80px;
}

#menu-main li {
	float: left;
	list-style-type: none;
}
#menu-main ul {
	margin: 0px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	margin-top: 20px;
	margin-bottom: 20px;
}

#left-box {
	float: left;

}

#right-box {
	float: right;
	width: 545px;
	padding-top: 10px;
}


#news {

}
#news ul {
	margin: 0px;
	padding: 0px;
}
#news li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 12px;
}
#m1 {
	background-image: url(../img/m1.gif);
	background-repeat: no-repeat;
	height: 17px;
	text-indent: -700em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#m2 {
	background-image: url(../img/m2.gif);
	background-repeat: no-repeat;
	height: 17px;
	text-indent: -700em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.test-box {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-size: 12px;
}


h3 {
	font-weight: bold;
	color: #333;
	font-size: small;
}

.syousai {
	float: right;
}
.bnr {
	background-image: url(../img/bg_bnr1.gif);
	background-repeat: no-repeat;
	width: 314px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}


.bold {
	font-weight: bold;
}



/* 全体構造 END */
#foot {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -700em;
	height: 79px;
	clear: both;

}
