@charset "utf-8";

/*formatting style
--------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
}
/*link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*
basic layout
--------------------------------------*/
#wapper {
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.clear {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
strong {
	font-weight: normal;
}
b {
	font-weight: normal;
}


#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
	height: 35px;
	margin-top: 20px;
}
#header h1 {
	float: left;
}

#header h2 {
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	color: #000000;
	float: right;
}

#mainImg {
	height: 360px;
	width: 900px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
#navi {
	height: 36px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navi ul {
	list-style-type: none;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: 35px;
}
#navi li {
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	height: 29px;
	margin-right: 27px;
	padding-left: 8px;
}
#main {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main #comment {
	height: auto;
	text-align: left;
	margin-bottom: 10px;
}
#main #comment h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main #comment p {
	font-size: 12px;
	margin-bottom: 10px;
}


#news {
	width: 650px;
	text-align: left;
	float: left;
}
#news dl {
	margin-top: 5px;
	font-size: 10px;
	color: #333333;
	letter-spacing: 0.2em;
}
#news dt {
	float: left;
	margin-right: 15px;
	width: 75px;
}
#news dd {
}
#banner {
	float: right;
	height: 90px;
	width: 120px;
	padding-top: 30px;
}
#topNavi  {
	width: 100%;
	height: 72px;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	position: relative;
}
#button {
	position: absolute;
	top: 52px;
	right: 5%;
	height: 20px;
	width: 88px;
}

#footer {
	width: 100%;
	background-color: #161616;
	height: 50px;
	padding-top: 50px;
	color: #FFF;
}

