@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	color: #666666;
}
a:hover{
	text-decoration:none;
	color: #000;
}

/* ------------------------------------------------------
header setting
------------------------------------------------------ */

#wrapper {
	background-color: #ffffff;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(../images/common/zero-header-bar.jpg);
	background-repeat: repeat-x;
}
#header h1 {
	font-size:110%;
	color: #000000;
	line-height:140%;
}
#headerL{
	width:450px;
	margin-top: 50px;
	float:left;
}
#headerR  {
	float: right;
}



/* ------------------------------------------------------
gNav
------------------------------------------------------ */

#gNav {
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	height: 44px;
}
#gNav ul li a {
	display: block;
	height: 0px;
	padding-top: 44px;
	overflow: hidden;
}
#gNav ul li {
	float: left;
}

#nav1 a {
	width: 174px;
	background-image: url(../images/common/gnav-01.jpg);
	background-repeat: no-repeat;
}
#nav2 a {
	background-image: url(../images/common/gnav-02.jpg);
	width: 246px;
	background-repeat: no-repeat;
}
#nav3 a {
	background-image: url(../images/common/gnav-03.jpg);
	background-repeat: no-repeat;
	width: 246px;
}
#nav4 a {
	width: 174px;
	background-image: url(../images/common/gnav-04.jpg);
	background-repeat: no-repeat;
}

#nav1 a:hover {
	background-image: url(../images/common/gnav-01-ov.jpg);
	background-repeat: no-repeat;
}
#nav2 a:hover {
	background-image: url(../images/common/gnav-02-ov.jpg);
	background-repeat: no-repeat;
}
#nav3 a:hover {
	background-image: url(../images/common/gnav-03-ov.jpg);
	background-repeat: no-repeat;
}
#nav4 a:hover {
	background-image: url(../images/common/gnav-04-ov.jpg);
	background-repeat: no-repeat;
}

#nav1-select a {
	width: 174px;
	background-image: url(../images/common/gnav-01-ov.jpg);
	background-repeat: no-repeat;
}
#nav2-select a {
	width: 246px;
	background-image: url(../images/common/gnav-02-ov.jpg);
	background-repeat: no-repeat;
}
#nav3-select a {
	width: 246px;
	background-image: url(../images/common/gnav-03-ov.jpg);
	background-repeat: no-repeat;
}
#nav4-select a {
	width: 174px;
	background-image: url(../images/common/gnav-04-ov.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------
main-contents
------------------------------------------------------ */
#main-contents {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	clear: both;
}

#to-search a {
	margin-bottom:10px;
	display: block;
	height: 0px;
	padding-top: 197px;
	overflow: hidden;
	width: 415px;
	background-image:url(../images/common/search-button.jpg);
	background-repeat:no-repeat;
}

#to-search a:hover {
	background-image:url(../images/common/search-button-ov.jpg);
	background-repeat: no-repeat;
}
#to-contact a {
	margin-bottom:20px;
	display: block;
	height: 0px;
	padding-top: 197px;
	overflow: hidden;
	width: 415px;
	background-image:url(../images/common/contact-button.jpg);
	background-repeat:no-repeat;
}

#to-contact a:hover {
	background-image:url(../images/common/contact-button-ov.jpg);
	background-repeat: no-repeat;
}



h2{
	margin-top:20px;
	margin-bottom:10px;
	padding-left:40px;
	height:26px;
	line-height:28px;
	background-image:url(../images/common/bar-h2.jpg);
	background-repeat:no-repeat;
	border:2px solid #77B9E8;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 2px;
}

/* ------------------------------------------------------
footer setting
------------------------------------------------------ */
#footer {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	padding-bottom: 10px;
	padding-top: 0;
	clear: both;
	height:60px;
	text-align: right;
	border-top: 2px solid #FF3300;
}

#footer ul {
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer ul li {
	display: inline;
}

address {
	color: #666666;
	font-size: 80%;
}
.lightgray {
	color: #999999;
}
.gotop {
	text-align: right;
}

.gotop a {
	color: #FF3300;
	text-decoration: underline;
}
.print {
	margin: 0;
	padding: 10px 0px;
	text-align: left;
}


/* ------------------------------------------------------
common class setting
------------------------------------------------------ */
.fLeft {
	float: left;
}

.fRight {
	float: right;
}
.hidden {
	display: none;
}
.margin0 {
	margin: 0px;
}
.kome {
	font-weight: bold;
	color: #333333;
}
.beige{
color:#989F0F;
}
.b{
font-weight:bold;
}
.red{
color:#F30;
}
