@charset "UTF-8";
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #eeece9;
	text-align: center;
	line-height: 1.5;
}

h1, h2, h3, h4, div, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

a:link,
a:hover,
a:visited {
	color: #3252a3;
	text-decoration: underline;
}

* html #wrap {
	height: 100%;
}

#wrap {
	position: relative;
	min-height: 100%;
	width: 806px;
	margin: 0 auto;
	background: #eeece9 url(../img/bg_body.gif) repeat-y center;
	text-align: left;
}
body > #wrap {
	height: auto;
}

#container {
	padding: 0 3px 0px;
}

/*----------------------------
            header
----------------------------*/
#header {
	padding: 14px 20px;
	border-top: #3551a2 3px solid;
}
#menu {
	clear: both;
	width: 800px;
}
#menu p,
#menu a {
	display: block;
	float: left;
	width: 267px;
	height: 37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#menu a#link001,
#menu p#link001 {	background-image: url(../img/btn_001.gif);}
#menu a#link002,
#menu p#link002 {	background-image: url(../img/btn_002.gif);}
#menu a#link003,
#menu p#link003 {
	width: 266px;
	background-image: url(../img/btn_003.gif);
}
#menu a:hover#link001,
#menu a:hover#link002,
#menu a:hover#link003,
#menu p#link001,
#menu p#link002,
#menu p#link003 {	background-position: 0 -37px;}


/*----------------------------
             main
----------------------------*/

#mainArea h4 {	margin: 13px 20px;}

#mainArea p {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 0.7em;
}

#contact {
	clear: both;
	margin: 35px auto 20px;
	text-align: center;
}
#contact a {
	display: block;
	width: 276px;
	height: 44px;
	margin: 0 auto;
	background-image: url(../img/btn_004.gif);
	text-indent: -9999px;
}
#contact a:hover { background-position: 0 -44px;}

#mainArea table {
	margin: 15px auto 22px;
}

/*----------------------------
            footer
----------------------------*/
#footer {
	position:relative;
	bottom: 0;
	width: 800px;
}

#footerLink {
	padding: 5px 30px;
	text-align: right;
	font-size: 0.7em;
}
#footerLink a {
	padding-left: 9px;
	background: url(../img/arrow_01.gif) no-repeat left center;
}

#copyright{
	padding: 30px 0;
	background-color: #3252a3;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
}

/*----------------------------
            float
----------------------------*/

.fltL { float: left;}
.fltR { float: right;}

/*----------------------------
            margin
----------------------------*/
.mgnT15 { margin-top: 15px;}

.mgnL15 { margin-left: 15px;}

.mgnB10 { margin-bottom: 10px;}
.mgnB15 { margin-bottom: 15px;}
.mgnB30 { margin-bottom: 30px;}

/*----------------------------
             font
----------------------------*/

.font01 {
	color: #3252a3;
	font-weight: bold;
}
.font03 { color: #ff0000;}
.fontS { font-size: 0.9em;}

.center { text-align: center;}

/*----------------------------
          clearfix
----------------------------*/
.clearfix:after {
	content: ".";
	display: block;  clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}