@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px auto;
	background-image: url(../images/bg_foot.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 872px;
	height: 94px;
	text-align: left;
	background-image: url(../images/head.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}
div#header h1 {
	float: left;
	width: 274px;
	height: 46px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	left: 1px;
	top: 29px;
}
div#header ul {
	width: 578px;
	width: 578px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
div#header ul li {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	height: 20px!important;
	height/**/: 22px;
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
div#header ul li.cliant {
	display: none;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	display: block;
	height: 22px;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
div#header ul li#pagetop {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 2em;
	display: block;
	height: 27px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
div#header li a {
	color: #232323;
}
div#header div.clibottum {
	display: none;
	
}
div#header div.navigater {
	float: left;
	width: 473px;
	height: 29px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: absolute;
	left: 508px;
	top: 65px;
	*left: 403px;
	*top: 65px;
	_left: 403px;
	_top: 65px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
	width: px;
	margin: 0px;
	padding: 0px;
}
div#navigation ul {
	margin: 0px;
	padding: 0px;
}
div#navigation ul li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 852px;
	_width: 872px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 0px;

	background-color: #FFFFFF;
}
div#flash {
	width: 872px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: right;
	display: block;
	overflow: hidden;
	width: 832px;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 832px;
	height: 20px;
	clear: both;
	text-align: left;
	font-size: 10px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	text-align: center;
	width: 790px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 0px 0px;
}
#menu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	list-style: none;
	display: inline;
	vertical-align: bottom;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#menu li.line {
	list-style: none;
	display: inline;
	vertical-align: bottom;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/footline.gif);
	width: 9px;
	height: 14px;
}
#menu li a {
	color: #232323;
}
#menu li a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	width: 872px;
	height: 46px;
	text-indent: -5000px;
	display: hidden;
	margin: 0px auto 0px auto;
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.textgreen {
	color : #808080;
	font-size: 10px;	
}

/*div.rever {
	clear: both;
	width: 830px;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}*/
div.rever {
	clear: both;
	width: 830px;
	height: 30px;
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-image:url(../images/pagetop.gif);
	background-repeat: no-repeat;
}

.pagetop {
	width: 640px;
	height: 30px;
	padding: 2px 0px 2px 0px;
}

.textnavy {
	color : #0c055d;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textcompany14 {
	font-size: 14px;
}
