@charset "UTF-8";
/* ------------------------ <Public elements> ------------------------ */
body {
	/*
	background: #f0f0f0;
	background: #eef;
	*/
	color: #222;
	margin: 5px;
	text-align: center;
	font-family: "メイリオ","MS UI Gothic","ヒラギノ丸ゴ Pro W4",serif;
	letter-spacing: 1px;
}

h1 {
	font-family: "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3",serif;
}

h2 {
	font-size: medium;
	/*
	font-weight: normal;
	color: #0a0;
	*/
}

p {
	font-size: medium;
	line-height: 150%;
}

a {
	text-decoration: none;
}

p a {
	margin: 0px;
	border-bottom: 1px dashed;
}

a:link {
	color: #06c;
}

a:visited {
	color: #a38;
}

a:hover {
	color: red;
	text-decoration: underline;
	/*border-bottom: 1px solid;*/
}

a:active {
	color: fuchsia;
	text-decoration: underline;
	/*border-bottom: 1px solid;*/
}

img, a:hover img {
	border: none;
	vertical-align: bottom;
}

ul {
	line-height: 150%;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 20px;
	}

li {
	margin: 5px 0px 5px 0px;
	}

#pageBox {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------ <Header elements> ------------------------ */
#headerBox {
	background: #06c url('../image/top_c.gif') no-repeat;
	height: 62px;
	padding: 5px;
}

#homeBox {
	float: left;
	width: 242px;
	display: block;
}

#bannerBox {
	background: #000;
	float: right;
	width: 468px;
	display: block;
}

#bannerBox span {
	color: #fff;
	font-family: "ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W3",serif;
	font-size:26px;
}

/* ------------------------ <Main elements> ------------------------ */
#contentBox {
	float: left;
	width: 740px;
	height: auto;
	text-align: left;
	display: block;
}

#hdjBox{
	float: right;
	width: 150px;
	display: block;
	font-size: 0.7em;
}
	#hdjBox img{ 
		border: 1px #000 solid;
	}

/* ------------------------ <Footer elements> ------------------------ */
#footerBox {
	clear: both;
	width: 740px;
	margin: 5px 5px 5px 5px;
}

.copy {
	font-size: 0.8em;
	font-family:Tahoma,Georgia,serif;
	letter-spacing:1px;
}
