@charset "utf-8";
@import url("clearfix.css");
@import url("reset.css");

/*++++++++++++++++++++++++++++++++++++++++++
Basic Setting
+++++++++++++++++++++++++++++++++++++++++++*/
* {
	line-height: 1.5em;
	color: #3D3D3D;
}

body {
	background: #fff repeat-x left top;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial,
	"ƒqƒ‰ƒMƒmŠpƒS Pro W3",
	"Hiragino Kaku Gothic Pro W3",
	Osaka,
	"MS Gothic",
	"‚l‚r ƒSƒVƒbƒN",
	sans
}
*html body {
	font-size: 75%;
}
*:first-child+html body {
	font-size: 75%;
}

/*++++++++++++++++++++++++++++++++++++++++++
Ancher Setting
+++++++++++++++++++++++++++++++++++++++++++*/
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #222;
	background: #F06666;
	text-decoration: none;
}
a:active {
	color: #222;
	background: #EFE900;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
#wrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}

#header {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#headerL {
	width: 450px;
	float: left;
}
#headerR {
	width: 450px;
	float: right;
}

#gnavi {
	width: 900px;
}
#gnavi li {
	float: left;
	height: 33px;
}

#main {
	width: 900px;
	height: 244px;
}

/*++++++++++++++++++++++++++++++++++++++++++
Content
+++++++++++++++++++++++++++++++++++++++++++*/
#mainContent {
	margin: 14px 0 10px 0;
}

/*+++++++++++++++++++
sideArea
+++++++++++++++++++++*/
iframe {
	top: -15px;
	position: relative;
}
*html iframe {/*for IE-6*/
	top: 0;
}
*:first-child+html iframe {/*for IE-7*/
	top: 0;
}

#sideArea {
	float: left;
	width: 173px
}
#sideArea p {
	margin-bottom: 6px;
}
#sideArea div {
	margin-top: 2px;
}

/*+++++++++++++++++++
contArea
+++++++++++++++++++++*/
#contArea {
	float: right;
	width: 710px;
}

/*+++++++*/
#contArea .boxL {
	float: left;
	width: 710px;
}

#contArea .boxL .headLine {
	margin-bottom: 10px;
}


/*+++++++*/
.txtBox {
	padding: 13px 25px 3px 25px;
	border: 1px solid #444;
	margin-top: 10px;
}
.txtBox p {
	padding: 0 0 10px 0;
}

#point {
	padding-bottom: 13px;
}




/*+++++++*/
#contArea .boxL #infoBox {
	margin-top: 10px;
	background: #FFFFE0;
	padding: 10px 15px 10px 0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
}
*html #contArea .boxL #infoBox {
	width: 710px;
}

#contArea .boxL #infoBox table {
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#contArea .boxL #infoBox table th {
	width: 100px;
	padding: .2em 0 .3em 0;
}
#contArea .boxL #infoBox table td {
	padding: .2em 0 .3em 0;
}


/*+++++++*/
#contArea .boxL #infoBox3 {
	margin-top: 10px;
	background: #FFFFE0;
	padding: 10px 15px 10px 0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 600px;
}
*html #contArea .boxL #infoBox3 {
	width: 710px;
}

#contArea .boxL #infoBox3 table {
	margin-left: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
}
#contArea .boxL #infoBox3 table th {
	width: 100px;
	padding: .2em 0 .3em 0;
}
#contArea .boxL #infoBox3 table td {
	padding: .2em 0 .3em 0;
}


/*++++++++++++++++++++++++++++++++++++++++++
pageTitle
+++++++++++++++++++++++++++++++++++++++++++*/
.pageTitle {
	text-align: right;
	margin-top: 30px;
}
.pageTitle a {
	text-decoration: underline;
	font-size: 11px;
}
.pageTitle a:hover {
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++*/
#footerNavi {
	width: 900px;
	margin-top: 15px;
	text-align: center;
}
#footerNavi ul {
	width: 600px;
	margin: 0 auto;
}
#footerNavi ul li {
	float: left;
	margin-left: 40px;
	padding-bottom: 9px;
}
#footerNavi ul li a {
	padding: 2px 4px;
}

#footer {
	width: 900px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #444;
}

#footer p#copy {
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++*/
.notes {
	font-size: 10px;
	color: #555;
	margin-top: 5px;
	text-align: left;
	line-height: 100%;
}
*html .notes {
	margin-top: 0;
}
*:first-child+html .notes {
	margin-top: 0;
}