/* css of all html files */
/* general */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #777777 url("../images/body/back.gif") 0 0;
	text-align: center;
	font-size: 13px;
	font-family: Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666666;
}
a:link, a:visited {
	color: #666666;
}
a:hover {
	color: #C2C2C2;
}
/* header */
#header {
	width: 740px;
	height: 280px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/body/title.jpg");
}
/* navigation */
#navi {
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 16px;
	left: 14px;
	text-align: left;
}
#navi a {
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 0 2px;
}
#navi a:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
/* body */
#frame-outer {
	width: 740px;
	height: auto;
	margin: 0 auto;
	background: #777777 url("../images/body/back_center.gif") repeat-y 0 0;
	text-align: center;
}
#frame-inner {
	width: 700px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	text-align: left;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* contents */
#right-body {
	width: 540px;
	height: auto;
	float: right;
	text-align: left;
	line-height: 140%;
}
#contents {
	padding: 20px 0 80px 15px;
}
h1 {
	display: block;
	width: 540px;
	height: auto;
	padding: 7px 0;
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	text-indent: 20px;
	background: url("../images/body/h1.gif") no-repeat left bottom;
}
h2 {
	display: block;
	width: auto;
	height: 17px;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	background: transparent url("../images/body/h2.gif") no-repeat 0 0;
	font-size: 15px;
}
.section {
	margin: 0 15px;
	text-align: justify;
	text-justify: distribute;
}
/* go to */
.goto {
	width: 96%;
	height: auto;
	text-align: right;
	margin: 5px 0 30px;
}
.goto a {
	text-decoration: none;
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.goto a:hover {
	color: #CCCCCC;
	border-bottom: 1px solid #E8E8E8;
}
.goto span{
	width: auto;
	height: auto;
	font-size: 10px;
	background: transparent url("../images/body/goto.gif") no-repeat 0 1px;
	padding-left: 11px;
}
.goto a span {
	color: #CCCCCC;
}
.goto a:hover span {
	color: #E8E8E8;
}
/* footer */
#footer {
	width: 700px;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	background: transparent url("../images/body/bottom.gif") no-repeat 0 0;
	text-align: center;
	color: #999999;
}
#footer div {
	padding: 12px 0 0 0;
	margin: 0 0 7px 0;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
#footer img {
	position:relative;
	top: 3px;
}
/* button */
a.btn {
	color: #ffffff;
}
.btn {
	float: left;
	padding-right: 30px;
	line-height: 46px;
	cursor: pointer;
	outline: none;
	background: url("../images/body/button.gif") no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.btn span {
	display: block;
	padding-left: 30px;
	background: url("../images/body/button.gif") no-repeat;
	background-color: #FFFFFF;
	font-size: 15px;
	color: #ffffff;
}
div.clear {
	overflow: hidden;
	width: 100%;
}
.grn {
	background-position: right top;
}
.grn span {
	background-position: left top;
}
a.grn:hover {
	background-position: right -46px;
}
a.grn:hover span {
	background-position: left -46px;
}
.org {
	background-position: right -92px;
}
.org span {
	background-position: left -92px;
}
a.org:hover {
	background-position: right -138px;
}
a.org:hover span {
	background-position: left -138px;
}
.ble {
	background-position: right -184px;
}
.ble span {
	background-position: left -184px;
}
a.ble:hover {
	background-position: right -230px;
}
a.ble:hover span {
	background-position: left -230px;
}
.red {
	background-position: right -276px;
}
.red span {
	background-position: left -276px;
}
a.red:hover {
	background-position: right -322px;
}
a.red:hover span {
	background-position: left -322px;
}
