html,body {
margin: 0 auto;
padding: 0;
height: 100%;
}


/* -------------------------レイアウト-------------------------- */

#shadow {
width: 800px;
margin: 0 auto;
background: url("../images/body_shadow.gif") repeat-y;
}

#wrap {
width: 750px;
margin: 0 auto;
}

#header {
text-align: center;
}

div#boxArea {
overflow: hidden;
height: auto;
}

div#boxArea div {
float: left;
padding-bottom: 32767px;
margin-bottom: -32767px;
}

div#boxArea div#navi {
text-align: left;
width: 210px;
background:#FFFFFF url(../images/navi_bg.jpg) repeat-y;
}
div#boxArea div#main {
text-align: left;
width: 530px;
margin-left: 10px;
margin-top: 10px;
}
div#boxArea div#three {
width: 200px;
}

.cl {
display: inline-block;
}
.cl:after {
content: "";
display: block;
clear: both;
}

#footer {
width: 780px;
margin: 0 auto;
text-align: center;
background:#15A162 ;
}

/* -------------------------全体リンク-------------------------- */
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
    color: #00CCFF;
	text-decoration: none;
}
a:active {
    color: #00CCFF;
	text-decoration: none;
}

/* リンク設定 */
div#menu a:link,
div#menu a:visited
{
	color: #0066CC;
	text-decoration: none;
}
div#menu a:hover,
div#menu a:active
{
	color: #00CCFF;
	text-decoration: none;
}

/* ---------------------------フォント----------------------------- */


.footer{
	font-size: 12px;
	color: #FFFFFF;
	vertical-align:bottom;
	line-height: 30px;
}

.text12{
	font-size: 12px;
	color: #2E2E2E;
}

.text12h{
	font-size: 12px;
	color: #2E2E2E;
	line-height: 20px;
}

.text14{
	font-size: 14px;
	color: #2E2E2E;
}

.text14h{
	font-size: 14px;
	color: #2E2E2E;
	line-height: 20px;
}

.text14hb{
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 20px;
}

.text16{
	font-size: 16px;
	color: #2E2E2E;
}

.text16h{
	font-size: 16px;
	color: #2E2E2E;
	line-height: 24px;
}

.text16hb{
	font-size: 16px;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 24px;
}

.title_hb{
	font-size: 16px;
	font-weight: bold;	
	color: #FF9933;
	line-height: 24px;
}