@charset "UTF-8";


/* property resset */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ul, li {
	list-style-type: none;
	line-height: 100%;
}

/* common tools */

br.clear {
	clear: both;
}

/* bese */

body {
	background-color: #F5F5F5;
	color: #000000;
}

a {
	color: #003300;
	text-decoration: underline;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}


#mainBody {
	width: 766px;
	margin: 0px auto;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3",verdana,arial, sans-serif;
}

/** head section **/

#headSection {
	width: 766px;
}

/** body section **/

#bodySection {
	width: 760px;
	padding: 0px 3px 0px 3px;
	background-image: url("/img_common/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
}


/*** navi section ***/

#naviSection {
	float: left;
	width:152px;
}

#naviSection div.contents img {
	margin: 1px 0px 1px 0px;
}

#naviSection ul li {
	font-size: 1px;
}

#naviSection ul li img {
	margin: 0px 0px 1px 0px;
}

/*** contents section ***/

#contentsSection {
	float: right;
	width:606px;
}

#contentsSection div.contentsBottom {
	width:595px;
	margin: 20px 8px 0px 3px;
}

#contentsSection div.contentsBottom p.btn {
	float: left;
	width: 121px;
}

#contentsSection div.contentsBottom p.btn img {
	margin: 27px 0px 0px 7px;
}

#contentsSection div.contentsBottom div.belong {
	float: right;
	width: 145px;
	text-align: right;
}

#contentsSection div.contentsBottom div.belong p.logo {
	width: 145px;
	margin: 0px 0px 8px 0px;
}



/** foot section **/

#footSection {
	width: 766px;
	margin: 0px 0px 20px 0px;
	background-image: url("/img_common/foot.gif");
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
}

#footSection img {
	margin: 17px 5px 0px 0px;
}

