/* 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;
}

/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	text-align: center;
	background: url(../img/back_back.jpg) repeat;
}
/* 
---------------------------------------------------- */
hr {
padding: 0em;
border-top: 1px solid #FFFFFF;
border-left: none;
border-bottom: none;
border-right: none;
color: #CCCCCC;
background-color: #AAAAAA;
}
html:\66irst-child hr {
padding: 0em;
border-top: 1px solid #AAAAAA;
border-left: none;
border-bottom: none;
border-right: none;
color: #CCCCCC;
background-color: #AAAAAA;
}
/* header
---------------------------------------------------- */
#header {
	width: 100%;
	height: 274px;
	background: url(../img/header_back.jpg) repeat-x;
}
h1 a {
	width: 960px;
	height: 274px;
	background: url(../img/header.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}
/* main
---------------------------------------------------- */
#main {
	width: 100%;
	background: url(../img/back2.jpg) repeat;
}
* html #main {
	/* no ie mac ﾂ･*/
	margin: -16px 0px 0px 0px;
	/* */
 }
*:first-child+html #main {
	margin: 0px 0px 0px 0px;
 }

/* footer
---------------------------------------------------- */
#footer {
	width: 100%;
	background: url(../img/footer.jpg) repeat-x;
}
.sub {
	color: #888888;
	font-size: 75%;
	line-height: 160%;
	margin: 0px 0px 0px 65px;
	padding: 15px 0px 0px 0px;
}
.sub a {
	color: #888888;
	text-decoration: none;
}
.sub a:hover {
	color: #996600;
	text-decoration: underline;
}
.copy {
	color: #888888;
	font-size: 70%;
	line-height: 160%;
	margin: 30px 0px 0px 65px;
	padding: 0px 0px 30px 0px;
}

