@import "move.css";

/* リセット
----------------------------------------------------------------------------- */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
margin: 0;
padding: 0;
}


/* BODY
----------------------------------------------------------------------------- */
body{
font-size: 95%;
color: #333333;
}

a{
color: #333333;
text-decoration: underline;
}

a:hover{
color: #999999;
text-decoration: none;
}


/* 外枠
----------------------------------------------------------------------------- */
.outline {
	border: 1px solid #666666;
}


/* ヘッダー
----------------------------------------------------------------------------- */
h1 {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 420px;
	text-indent: -9999px;
}
h1 a {
	height: 50px;
	width: 420px;
	display: block;
}

/* コンテンツ部
----------------------------------------------------------------------------- */
.main {
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

/* フッター部
----------------------------------------------------------------------------- */
hr {
	margin: 10px 10px 30px;
	border-width: 1px 0px 0px;
	border-color: #CCCCCC;
	border-style: dashed;
	height: 1px;
}

.footer_navi {
	text-align: center;
	margin-top: 35px;
}

.group_link {
	line-height: 200%;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 83%;
	margin-bottom: 20px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../img/bk_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 64px;
	font-size: 85%;
}


/* ナビ部
----------------------------------------------------------------------------- */
#navi{
	width: 780px;
	height: 35px;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
}

#navi li{
	float: left;
	width: 111px;
	height: 35px;
	list-style-type: none;
}

#navi li a{
	width: 111px;
	height: 35px;
	display: block;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#navi .navi01 a {
	background-position: 0px 0px;
}

#navi .navi02 a {
	background-position: -111px 0px;
}

#navi .navi03 a {
	background-position: -222px 0px;
}

#navi .navi04 a {
	background-position: -333px 0px;
}

#navi .navi05 a {
	background-position: -444px 0px;
}

#navi .navi06 a {
	background-position: -555px 0px;
}
#navi .navi07 a {
	background-position: -666px 0px;
}
#navi .navi08  {
	background-position: -777px 0px;
}

#navi .navi01 a:hover,.navi01_on {
	background-position: 0px -36px;
}

#navi .navi02 a:hover,.navi02_on {
	background-position: -111px -36px;
}

#navi .navi03 a:hover,.navi03_on {
	background-position: -222px -36px;
}

#navi .navi04 a:hover,.navi04_on {
	background-position: -333px -36px;
}

#navi .navi05 a:hover,.navi05_on {
	background-position: -444px -36px;
}

#navi .navi06 a:hover,.navi06_on {
	background-position: -555px -36px;
}
#navi .navi07 a:hover,.navi07_on {
	background-position: -666px -36px;
}


/* ページトップへ
----------------------------------------------------------------------------- */
.totop a {
	font-size: 90%;
	line-height: 18px;
	color: #0000FF;
	text-decoration: none;
}
.totop a:hover {
	color: #0000FF;
	text-decoration: underline;
}
