@charset "utf-8";
/* -----------------------------------------------
	全体の設定
 ------------------------------------------------- */
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F60;
}
body {
	text-align: center;
	position: relative;
}
.skip {
	position: absolute;
	left: 0px;
	top: 0px;
}
#wrapper {
	text-align: left;
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	position: static;
}
/* -----------------------------------------------
	ヘッダーの設定
 ------------------------------------------------- */
#HEADER {
	height: 103px;
	width: 978px;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#HEADER .logo {
	height: 54px;
	width: 30%;
	float: left;
}
#HEADER .logo img {
	display: block;
	margin-top: 9px;
	margin-left: 16px;
}
#HEADER .link {
	width: 70%;
	float: right;
	height: 54px;
	text-align: right;
	overflow: hidden;
}
#HEADER .link ul {
	display: block;
	margin-top: 11px;
	margin-right: 12px;
}
#HEADER .link li {
	display: inline;
	font-size: 85%;
}
#HEADER .link img {
	display: block;
	margin-top: 2px;
	width: 172px;
	float: right;
	padding-right: 12px;
}
#HEADER .gmenu {
	display: block;
	height: 41px;
	clear: both;
	padding-left: 17px;
}
#HEADER .gmenu li {
	display: inline;
	float: left;
	height: 41px;
}
#BODY {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
#SIDE {
	width: 220px;
	float: left;
}
#SIDE .banner li{
	margin-bottom: 5px;
}
#SIDE h2 {
	margin-top: 10px;
}
#SIDE .box {
	background-image: url(../images/box_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 2px;
}
#SIDE .box ul {
	display: block;
	padding-left: 20px;
	background-image: url(../images/box_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}
#SIDE .box ul li {
	line-height: 18px;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-size: 93%;
}
#CONTENTS {
	width: 733px;
	float: right;
	background-color: #FFF;
	background-image: url(../images/contents_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
#CONTENTS .body {
	background-image: url(../images/contents_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#CONTENTS h1 {
	background-image: url(../images/h1_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 31px;
	color: #FFF;
	font-size: 116%;
	padding-left: 10px;
	margin-bottom: 5px;
}

#CONTENTS h2 {
	background-image: url(../images/h2_underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 13px;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
#CONTENTS .footerlink {
	display: block;
	border: 1px solid #818181;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
}
#CONTENTS .footerlink li {
	display: inline;
	font-size: 93%;
}

#CONTENTS .body .gotop {
	font-size: 85%;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
#CONTENTS p {
	font-size: 95%;
	color: #454545;
}

#PMENU {
	font-size: 85%;
	padding-bottom: 5px;
}




#FOOTER {
	padding-top: 10px;
	clear: both;
}
#FOOTER .link {
	background-color: #FFF;
	padding: 5px;
}
#FOOTER .link ul {
	display: inline;
}
#FOOTER .link ul li {
	display: inline;
	font-size: 85%;
}
#FOOTER .link li li {
	font-size: 100%;
}
#FOOTER .link .line {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#FOOTER .link .list2 li{
	display: inline;
}
#FOOTER .link .list2 li li {
	display: inline;
}
#FOOTER .link .footer_corp {
	background-image: url(../images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 305px;
}
#FOOTER .link .footer_corp .left {
	float: left;
	width: 65%;
	font-size: 100%;
	color: #088889;
	line-height: 100%;
}
#FOOTER .link .footer_corp .right {
	float: right;
	width: 30%;
	font-size: 85%;
	color: #454545;
	text-align: right;
}
#BODY #FOOTER .link .footer_corp .right img {
	vertical-align: bottom;
}


#FOOTER .copyright {
	font-size: 85%;
	color: #454545;
	padding-left: 10px;
	padding-top: 5px;
}
