@charset "Shift_JIS";

/* Reset browser */
 * {
	list-style: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* BaSE */
body {
	margin: 0 auto;
	color: #333;
	font-family: "Lucida Grande", Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
	text-align: center;
	background: #fbd5e4;
}
* html body {
	font-size: 100%;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}
img {
	vertical-align: top;
}
.clear {
	clear: both;
}
hr {
	clear: both;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Layout */
#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	background: #fff;
}
#header {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #448aca;
	background: #ccc;
}
#gnavi {
	width: 780px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: url(../img/gnavi.gif) no-repeat;
}
#gnavi li span {
	display: none;
}
#gnavi li {
	float:left;
	list-style:none;
	position:relative;
}
#gnavi li, #gnavi a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}
li#gnavi1 {
	width: 30px;
	hieght: 20px;
}
li#gnavi2 {
	width: 150px;
	hieght: 20px;
}
li#gnavi3 {
	width: 150px;
	hieght: 20px;
}
li#gnavi4 {
	width: 150px;
	hieght: 20px;
}
li#gnavi5 {
	width: 150px;
	hieght: 20px;
}
li#gnavi6 {
	width: 150px;
	hieght: 20px;
}
li#gnavi1 a:hover {
	background: url(../img/gnavi.gif) -0px -20px no-repeat;
}
li#gnavi2 a:hover {
	background: url(../img/gnavi.gif) -30px -20px no-repeat;
}
li#gnavi3 a:hover {
	background: url(../img/gnavi.gif) -180px -20px no-repeat;
}
li#gnavi4 a:hover {
	background: url(../img/gnavi.gif) -330px -20px no-repeat;
}
li#gnavi5 a:hover {
	background: url(../img/gnavi.gif) -480px -20px no-repeat;
}
li#gnavi6 a:hover {
	background: url(../img/gnavi.gif) -630px -20px no-repeat;
}

#snavi {
	float: right;
	width: 406px;
	height: 15px;
	margin: 5px 0 0 0;
	padding: 0;
	background: #aaa url(../img/snavi.gif) no-repeat;
}
#snavi ul {
}
#snavi li span {
	display: none;
}
#snavi li {
	float:left;
	list-style:none;
	position:relative;
}
#snavi li, #snavi a {
	display: block;
	height: 15px;
	margin: 0;
	padding: 0;
}
li#snavi1, li#snavi2, li#snavi3 {
	width: 102px;
	hieght: 15px;
}
li#snavi4 {
	width: 100px;
	hieght: 15px;
}
li#snavi1 a:hover {
	background: url(../img/snavi.gif) -0px -15px no-repeat;
}
li#snavi2 a:hover {
	background: url(../img/snavi.gif) -102px -15px no-repeat;
}
li#snavi3 a:hover {
	background: url(../img/snavi.gif) -204px -15px no-repeat;
}
li#snavi4 a:hover {
	background: url(../img/snavi.gif) -306px -15px no-repeat;
}

