@charset "UTF-8";
/* -------------------------
ベース
------------------------- */
html {
    height:100%;
}
body {
	height:100%;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 80%;
	line-height: 1.8;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
}
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
div#container{
    min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
    margin:0px auto;
    position:relative;
}
body > #container {
    height: auto;
}
div#main {
	padding-bottom:80px;
}
/* -------------------------
リンクスタイル
------------------------- */
a img {
	border-style: none;
}
a:link {
	color: #005588;
	text-decoration: none;
}
a:visited {
	color: #005588;
	text-decoration: none;
}
a:hover {
    color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	background-color: #005588;
	text-decoration: none;
	left: 1px;
	top: 1px;
}
/* -------------------------
ヘッダー
------------------------- */
#header {
	width: 840px;
	margin: 0px;
	padding: 0px;
	height: 77px;
	margin:0px auto;
}
.logo {
	margin: 30px 0px 0px 0px;
}
#headlink {
	float: right;
	font-size: 85%;
	line-height: 2em;
}
#header ul#menu {
	list-style:none;
	width: 459px;
	position: absolute;
	margin: 41px 0px 0px 381px;
}
#header ul#menu li {
    list-style:none;
	float:left;
}
#header ul#menu a {
    text-indent: -9999em;
    display: block;
	height: 36px;
	text-decoration: none;
	overflow: hidden;
}
#menu #kan a {
    width: 115px;
	background-image: url(images/int_header_k.gif);
}
#menu #jgo a {
    width: 115px;
	background-image: url(images/int_header_j.gif);
}
#menu #acc a {
    width: 115px;
	background-image: url(images/int_header_a.gif);
}
#menu #rec a {
    width: 114px;
	background-image: url(images/int_header_r.gif);
}
/* -------------------------
メイン
------------------------- */
#wrapper {
	padding: 0;
	margin:0px auto;
	width: 840px;
}
#red {margin: 0 0 10px 0;} 
#pan {font-size: 85%;
	padding: 0 0 5px 5px;
}
/* -------------------------
左のナビ
------------------------- */
#navi {
	margin: 0px;
	float: left;
	width: 210px;
}
.navi_title {
	margin-bottom: 5px;
}
#navi ul {
	list-style: none;
	background-image: url(images/ten.gif);
	word-spacing: 10em;
}
#navi ul li a {
    color: #000000;
	line-height: 36px;
	margin-left: 30px;
	font-weight: bold;
}
#navi ul li a:active {
	color: #FFFFFF;
	background-color: #004fa2;
	text-decoration: none;
	left: 1px;
	top: 1px;
}
/* -------------------------
フッター
------------------------- */
#footer{
	position:absolute;
	bottom:0px;
	height:150px;
	background-image: url(images/footer.gif);
	width:100%;
	font-size: 90%;
}
#foot{
	width: 840px;
	margin:0px auto;
}
#pagetop {
	float: right;
}
#footlink {
	padding-top: 20px;
	font-size: 95%;
}
#add {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 90%;
}
#copy {
	margin-top: 15px;
	float: right;
	color: #FFFFFF;
	font-size: 90%;
}
.p_mark {
	float: left;
}
