@charset "euc-jp";

/* -------------------------------
	LAYOUT BOX
------------------------------- */
/* -------------------------------
	HEAD BOX
------------------------------- */
div#head {
	width: 100%;
	height: 182px;
	position: relative;
}
div#head h1 {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	top: 3px;
	left: 30px;
}
div#head #logo {
	position: absolute;
	top: 27px;
	left: 10px;
	width: 309px;
	height: 135px;
	text-indent: -9999px;
}

div#logo-title {
	position: absolute;
	top: 80px;
	left: 350px;
	width: 200px;
	height: 85px;
	font-size:1.3em;
	font-weight:bold;
}

/*ヘッダメニューの画像置換*/
div#head ol#hd-mnu {
	position: absolute;
	top: 48px;
	left: 581px;
	list-style-type: none;
}
div#head ol#hd-mnu li {
	text-indent: -9999px;
}
div#head ol#hd-mnu li a {
	display: block;
	width: 209px;
	height: 25px;
	margin-bottom: 7px;
	background-repeat: no-repeat;
}
/*#hd-mnu01 a:link, #hd-mnu01 a:active, #hd-mnu01 a:visited {
	background-image: url(../images/cmn_hd-mnu01.gif);
}
#hd-mnu01 a:hover {
	background-image: none;
}
#hd-mnu02 a:link, #hd-mnu02 a:active, #hd-mnu02 a:visited {
	background-image: url(../images/cmn_hd-mnu02.gif);
}
#hd-mnu02 a:hover {
	background-image: none;
}
#hd-mnu03 a:link, #hd-mnu03 a:active, #hd-mnu03 a:visited {
	background-image: url(../images/cmn_hd-mnu03.gif);
}
#hd-mnu03 a:hover {
	background-image: none;
}
#hd-mnu04 a:link, #hd-mnu04 a:active, #hd-mnu04 a:visited {
	background-image: url(../images/cmn_hd-mnu04.gif);
}
#hd-mnu04 a:hover {
	background-image: none;
}
*/


/* -------------------------------
	MAIN BOX
------------------------------- */
div#main {
	width: 790px;
	background-image: url(../images/cmn_bg01.jpg);
	background-repeat: no-repeat;
/*	background-image: url(../images/cmn_bg02.gif);
	background-repeat: repeat-y;
*/	height: 100%;
}

/* -------------------------------
	FOOT BOX
------------------------------- */
div#foot {
	width:770px;
	clear:both;
	line-height: 1.2em;
	padding: 10px;
	color: #FFFFFF;
	font-size: 0.8em;
}
div#foot a:link, div#foot a:active, div#foot a:visiteddiv#foot a:hover  {
	text-decoration: underline;
	color: #FFFFFF;
}
div#foot a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
div#foot #back {
	width: 134px;
	height: 21px;
	line-height: 1em;
	background-image: url(../images/cmn_bg03.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	margin-bottom: 12px;
	padding-top: 11px;
}

#sanka {
	width: 134px;
	height: 21px;
	line-height: 1em;
	background-image: url(../images/sanka_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	margin-bottom: 12px;
	padding-top: 11px;
}
/* -------------------------------
	CONTENT BOX
------------------------------- */
div#content {
	width: 100%;
	padding-top: 13px;
}

/* -------------------------------
	LEFT BOX
------------------------------- */
/*ボトムページ用*/
div#left {
	width: 550px;
	float: left;
	padding: 0 10px;
}
div#left .section {
	clear: both;
	padding: 10px;
	margin-bottom: 20px;
	width: 530px;
	_background-color: #000000;
	_filter: alpha(style=0, opacity=85); 
}
div#left > .section {
	background-image: url(../images/cmn_bg05.png);
}
div#left .section h3, div#left .section h4, div#left .section h5 {
	margin: 15px 0px 0;
}
div#left .section p {
	margin: 5px 0px 0;
	color: #FFFFFF;
}


/* -------------------------------
	RIGHT BOX
------------------------------- */
/*ボトムページ用*/
div#right {
	width: 190px;
	float: right;
	padding-right: 18px;
	line-height: normal;
	color: #555555;
}
div#right a:link, div#right a:active, div#right a:visited {
	color: #555555;
	text-decoration: none;
}
div#right a:hover {
	color: #555555;
	text-decoration: underline;
}
div#right img {
	display: block;
}
div#right h2, div#right h3 {
	border: solid 1px #cccccc;
}
div#right h3 {
	border-top: none;
	padding: 5px 5px 5px 16px;
	background-color: #FFFFFF;
}

