@import "reset.css";
@import "basic.css";
@import "module.css";

/* @group common */

body {
	background:#000 url(../img/bg.jpg) top left repeat-x;
	text-align: left;
}

#header {
	width:100%;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	height: 100px;
	position:relative;
}

#header .inner {
}

#main,
#footer {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#main .inner,
#footer .inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group header */

#header h1 a {
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 151px;
	height: 32px;
	top:50px;
	left:0;
	position:absolute;
}


/* @group globalNavi */

#globalNavi {
	clear:both;
	padding-top:65px;
}

#globalNavi ul li {
	float: left;
	display: inline;
}

#globalNavi ul li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height:20px;
	background: url(../img/globalNavi2.png) no-repeat;
}

#globalNavi ul li#gn01 a {
	width: 122px;
	background-position: 0 0;
}

#globalNavi ul li#gn01 a:hover,
#globalNavi ul li#gn01 a.current {
	background-position: 0 -20px;
}

#globalNavi ul li#gn02 a {
	width: 115px;
	background-position: -122px 0;
}

#globalNavi ul li#gn02 a:hover,
#globalNavi ul li#gn02 a.current {
	background-position: -122px -20px;
}

#globalNavi ul li#gn03 a {
	width: 137px;
	background-position: -237px 0;
}

#globalNavi ul li#gn03 a:hover,
#globalNavi ul li#gn03 a.current {
	background-position: -237px -20px;
}


#globalNavi ul li#gn04 a {
	width: 37px;
	background-position: -374px 0;
}

#globalNavi ul li#gn04 a:hover,
#globalNavi ul li#gn04 a.current {
	background-position: -374px -20px;
}


/* @end */

/* @group main */

/* @group h2,h3,h4 */

#main h2 {
	background:url(../img/mark.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width:165px;
	height: 330px;
	margin:168px 0 0 140px;
}

#rightCont{
	width:520px;
	margin:168px 0 0 0;
	line-height:2em;
}

#main h3,#main h4,#main p.title {
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#main h3 {
	margin-bottom: 1em;
}

#main h4 {
	margin-bottom: 1.5em;
}

div.a01 h4 {
	background: url(../images/common/a01arrow.png) no-repeat left 0.45em;
	padding-left: 17px;
}

div.a01 h4 span {
	display: block;
	background-repeat: no-repeat;
	height: 19px;
}

/* @end */

/* @group p */

#main p.linkMore,
#main p.linkMore a {
	background-repeat: no-repeat;
	width: 208px;
	height: 34px;
	text-indent: -9999px;
	display: block;
}

div p.linkMore a:hover,
div p.contactMore a:hover {
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}

#main p.linkCheck,
#main p.linkCheck a {
	background-repeat: no-repeat;
	width:306px;
	height: 41px;
	text-indent: -9999px;
	display: block;
}

div p.linkCheck a:hover{
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	opacity:0.65;
}


#main p.d01 {
	background: url(../images/common/pArrow.png) no-repeat left 0.45em;
	padding-left: 8px;
	font-weight: bold;
	margin-right: 9px;
}

/* @end */

/* @group table */

#main table th {
	border-right: 1px solid #333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main table th.last {
	border-right: none;
}

th.tableTitle {
	background-color: #a7a69a;
}

th.tableTitle01 {
	background-color: #c2c1b2;
}

th.tableTitle02 {
	background-color: #dbdacd;
}

th.tableTitle03 {
	background-color: #eeede3;
}

th.tableSubTitle {
	background: #c2c1b2 url(../images/common/tableLine01.png) repeat-x 0 bottom;
}

th.tableEntry {
	background: #eeede3 url(../images/common/tableLine02.png) repeat-x 0 bottom;
}

#main td {
	border-style: none;
}

#main tr.last td,
#main tr.last th {
	background-image: none;
}

#main table span {
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group breadNavi */

#breadNavi li {
	float: left;
	display: inline;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 90%;
}

#breadNavi li.bnCurrent {
	font-weight: normal;
}

#breadNavi li a {
	text-decoration: none;
	color: #2f2f2f;
}

#breadNavi li a:hover {
	text-decoration: underline;
}

/* @end */



.mainCont{
	width:100%;
	line-height:1.5em;
	padding:300px 0 0 0;
}


/* @end */

/* @group footer */

#footer {
	width:100%;
	clear: both;
	background:url(../img/footer_bg.jpg) repeat-x 0 top;
	height:70px;
	text-align:center;
	margin-top:30px;
	color: #333;
	font-size:0.8em;
	padding-top:10px;
	
}


/* @end */

