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

/*-----デフォルト初期化ここから-----*/
p,div,ul,li,dl,dt,dd,h1,h2,h3 {
	margin:0;
	padding:0;
}

table,td,th {
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

img {
	border:0;
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

body {
	font-size: 12px;
	line-height: 130%;
	color: #3f3f3f;
	background: #e7e6e6;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px;
}

input ,select{
	vertical-align:middle;
	margin-right:5px;
}

a {
	color: #3f3f3f;
	text-decoration:none;
}
a:hover{
	color: #2581ff;
	text-align: center;
}

/* ブロック */
#OUTLINE {
	background: url(../img/bg.gif) repeat;
	margin: 0px auto;
	width: 925px;
}

#OUTLINE_c {
	background: url(../img/bg_suke.png);
	margin: 5px;
	float: right;
	width: 910px;
}

#HEAD_logo {
	margin: 0px 5px;
	padding-top: 20px;
}

#HEAD_menu {
	margin: 0px 5px;
	clear: both;
	height: 39px;
	width: 915px;
}

/* ヘッダ */
h1 {
	float: left;
	font-size: 10px;
	font-weight: normal;
	margin: 22px 0px 0px 10px;
}

#logo { float: left; }

/* ヘッダメニュー */
#top_menu {
	float: right;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position:relative;
}

#top_menu ul {
	margin: 0px 0px;
	height: 14px;
	width: 184px;
	list-style-type: none;
}

#top_menu li {
	display: inline;
	text-indent: -9999px;
}

#top_menu li a {
	float:left;
	height: 14px;
}

/* オフ */
ul #top01 a {
	background: url(../img/top_btn1.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 108px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul #top02 a {
	background: url(../img/top_btn2.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 86px;
	margin:0 3px 0 0;
}

ul #top03 a {
	background: url(../img/top_btn2_down.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 86px;
}
ul #top04 a {
	background: url(../img/top_btn4.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 86px;
}
ul #top05 a {
	background: url(../img/top_btn5.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 86px;
	position: absolute;
	top:-23px;
	right:89px;
}

ul #top06 a {
	background: url(../img/top_btn6.gif) no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 86px;
	position: absolute;
	top:-23px;
	right:0;
}


/* オン*/
ul #*01 a:hover { background: url(../img/menu_on.gif) no-repeat 0px 0px; }
ul #*02 a:hover { background: url(../img/menu_on.gif) no-repeat -*px 0px; }

/* ヘッダメニュー2 */
#HEAD_menu ul {
	margin: 0px;
	height: 39px;
	width: 915px;
	list-style-type: none;
}

#HEAD_menu li {
	display: inline;
	text-indent: -9999px;
}

#HEAD_menu li a {
	float: left;
	height: 39px;
}

/* オフ */
ul #head01 a {
	background: url(../img/btn_01.png) no-repeat;
	height: 39px;
	width: 129px;
	margin-right: 3px;
}
ul #head02 a {
	background: url(../img/btn_02.png) no-repeat;
	height: 39px;
	width: 129px;
	margin-right: 3px;
}
ul #head03 a {
	background: url(../img/btn_03.png) no-repeat;
	height: 39px;
	width: 129px;
	margin-right: 3px;
}
ul #head04 a {
	background: url(../img/btn_04.png) no-repeat;
	height: 39px;
	width: 129px;
	margin-right: 3px;
}
ul #head05 a {
	background: url(../img/btn_05.png) no-repeat;
	height: 39px;
	width: 129px;
	margin-right: 3px;
}
ul #head06 a {
	background: url(../img/btn_06.png) no-repeat;
	height: 39px;
	width: 126px;
	margin-right: 3px;
}
ul #head07 a {
	background: url(../img/btn_07.png) no-repeat;
	height: 39px;
	width: 126px;
}

/* オン*/
ul #*01 a:hover { background: url(../img/menu_on.gif) no-repeat 0px 0px; }
ul #*02 a:hover { background: url(../img/menu_on.gif) no-repeat -*px 0px; }
ul #*03 a:hover { background: url(../img/menu_on.gif) no-repeat -*px 0px; }
ul #*04 a:hover { background: url(../img/menu_on.gif) no-repeat -*px 0px; }

#top_img { margin: 6px 5px 0px; }

#LEFT td { vertical-align: top; }

/*回り込み解除*/
.clear{
	clear: both;
}

.to_top {
	text-align: right;
	margin: 40px 0px 0px;
}
