/* エヌエイシー株式会社用CSS Document */

@charset "Shift-JIS";

body {
	background:url(../images/bg.jpg) center repeat-y;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-y:scroll;
}

h1,h2,h3,h4,img,ul,li,dl,dt,dd,p,img {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li,ol {
	list-style-type: none;
}

a {
	color: #4d82c4; 
	text-decoration: underline;
}

a:hover {
	color: #ff855b;
	text-decoration: underline;
}

a:active {
	color: #4d82c4; 
	text-decoration: underline;
}

.clearBox {
	clear: both;
}

.fs10 {
	font-size: 10px;
}

/* ------------------ */
/* --フロート解除用-- */
/* ------------------ */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* -------------- */
/* --基本枠組み-- */
/* -------------- */

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#headerBox {
	width: 760px;
	height: 64px;
}

#contentsBox {
	width: 728px;
	padding: 0 16px;
}

/* ---------------------------- */
/* --グローバルナビゲーション-- */
/* ---------------------------- */

#navBox {
	width: 760px;
	height: 35px;
	*margin-left: 1px;
}

#navBox ul li {
	width: 190px;
	float: left;
}

/* ---------------- */
/* --左コンテンツ-- */
/* ---------------- */

#leftBox {
	width: 177px;
	float: left;
}

.fscText {
	font-weight: bold;
	color: #99CC00;	
}

/* ---------------- */
/* --右コンテンツ-- */
/* ---------------- */

#rightBox {
	width: 535px;
	float: right;
}

#footer {
	background:url(../images/footer.jpg) no-repeat;
	color: #ffffff;
	text-align: center;
	width: 760px;
	height: 21px;
	margin-top: 10px;
	*margin-left: 1px;
	clear: both;
}

#footer p {
	padding-top:2px;
}

