/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left0 {
	float: left;
	margin-right: 14px;
}
.right0 {
	float: right;
	margin-left: 14px;
}
.t_1em {
	margin-left: 1em;
}
.t_90 {
	font-size: 90%;
}
.t_80 {
	font-size: 80%;
}
.t_120 {
	font-size: 120%;
	font-weight: bold;
}
.t_130 {
	font-size: 130%;
	font-weight: bold;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.brown {
	color: #CC9966;
}
.b {
	margin: 0px 0px 10px 24px;
}
/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	text-align: center;
	font-size: 16px;
}
/* 
---------------------------------------------------- */
hr {
padding: 0em;
border-top: 1px solid #AAAAAA;
border-left: none;
border-bottom: none;
border-right: none;
color: #CCCCCC;
}
* html hr {
	/* no ie mac \*/
padding: 0em;
border-top: 1px solid #FAF5E6;
border-left: none;
border-bottom: none;
border-right: none;
color: #CCCCCC;
background-color: #AAAAAA;
	/* */
 }
*:first-child+html hr {
padding: 0em;
border-top: 1px solid #FAF5E6;
border-left: none;
border-bottom: none;
border-right: none;
color: #CCCCCC;
background-color: #AAAAAA;
 }





.link_t {
	background: url(../img/link_t.jpg) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	width: 204px;
	height: 44px;
	display: block;
	margin: 0px 0px 0px 24px;
}
.link_back {
	background: url(../img/link_back.jpg) repeat-y;
	width: 204px;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 24px;
	border-bottom: #F1D379 solid 1px;
}
.link {
	width: 140px;
	margin: 0px 0px 11px 32px;
}

/* sub
---------------------------------------------------- */
.sub_box {
	width: 838px;
	margin: 0px 0px 0px 0px;
	background: url(../img/sub.jpg) no-repeat;
}
.sub {
	color: #888888;
	font-size: 75%;
	line-height: 180%;
	margin: 25px 0px 0px 0px;
}
.sub a {
	color: #888888;
	text-decoration: none;
}
.sub a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a.sub2 {
	color: #339900;
	text-decoration: none;
	font-weight: bold;
}
a:hover.sub2 {
	color: #99CC00;
	text-decoration: underline;
	font-weight: bold;
}

/* footer
---------------------------------------------------- */
#footer {
	width: 100%;
	background: url(../img/footer_back.jpg) repeat-x;
}
.footer_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/footer.jpg) no-repeat;
	text-align: left;
}
.copy {
	padding: 30px 0px 50px 48px;
	font-size: 11px;
	line-height: 14px;
	color: #888888;
}
.copy a {
	color: #888888;
	text-decoration: underline;
}
.copy a:hover {
	color: #3366CC;
	text-decoration: underline;
}
