@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body,p,img,table,td,th,h1,h2,h3,h4,h5,h6,dl,ul,address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
li{
	list-style-type: none;
}

/* link styles
------------------------- */
a img{
	border-style: none;
}
a{
	outline: none;
}
a:link{
	color: #4ca0b2;
	text-decoration: none;
}
a:visited{
	color: #4ca0b2;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
a:active{
	color: #666666;
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic styles
------------------------- */
#wrapper {
	width: 880px;
	margin: 0px auto;
}
#affi{
/*	clear: both;*/
	text-align: right;
	padding: 5px;
}
#footer{
	clear: both;
	font-size: 90%;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #666666;
}
p.empBold{
	font-weight: bold;
	clear: both;
}
p.indent{
	margin-left: 1em;
}

/* header styles
------------------------- */
#header ul#gNavi{
	width: 880px;
	margin: 7px auto 0px;
}
#header ul#gNavi li{
	float: left;
	margin-bottom: 20px;
}
#header ul#gNavi li a{
	font-size: 1px;
	background-color: #ffffff;
	text-indent: -10000px;
	display: block;
	height: 25px;
	width: 89px;
	top: 0px;
	overflow:hidden;
	outline: none;
}
#header ul#gNavi li a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#header ul#gNavi li#gn01{
	margin-left: 40px;
}
#header ul#gNavi li#gn01 a{
	width: 78px;
	background:url(../images/g_navi01.gif) 0px 0px;
}
#header ul#gNavi li#gn01 a:hover{
	background:url(../images/g_navi01.gif) 0px -25px;
}
#header ul#gNavi li#gn02 a{
	width: 96px;
	background:url(../images/g_navi01.gif) -78px 0px;
}
#header ul#gNavi li#gn02 a:hover{
	background:url(../images/g_navi01.gif) -78px -25px;
}
#header ul#gNavi li#gn03 a{
	width: 120px;
	background:url(../images/g_navi01.gif) -174px 0px;
}
#header ul#gNavi li#gn03 a:hover{
	background:url(../images/g_navi01.gif) -174px -25px;
}
#header ul#gNavi li#gn04 a{
	width: 119px;
	background:url(../images/g_navi01.gif) -294px 0px;
}
#header ul#gNavi li#gn04 a:hover{
	background:url(../images/g_navi01.gif) -294px -25px;
}
#header ul#gNavi li#gn05 a{
	width: 149px;
	background:url(../images/g_navi01.gif) -413px 0px;
}
#header ul#gNavi li#gn05 a:hover{
	background:url(../images/g_navi01.gif) -413px -25px;
}
#header ul#gNavi li#gn06 a{
	width: 91px;
	background:url(../images/g_navi01.gif) -562px 0px;
}
#header ul#gNavi li#gn06 a:hover{
	background:url(../images/g_navi01.gif) -562px -25px;
}
#header ul#gNavi li#gn07 a{
	width: 76px;
	background:url(../images/g_navi01.gif) -653px 0px;
}
#header ul#gNavi li#gn07 a:hover{
	background:url(../images/g_navi01.gif) -653px -25px;
}
#header ul#gNavi li#gn08 a{
	width: 74px;
	background:url(../images/g_navi01.gif) -729px 0px;
}
#header ul#gNavi li#gn08 a:hover{
	background:url(../images/g_navi01.gif) -729px -25px;
}

/*------------------------------*/
p.navi{
	clear: both;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#affi p{
	margin-bottom: 5px;
}


/* for ie6 : starHack
----------------------------*/
* html #footer {
	width: 100%;
	height: 100%;
}

/* color for blok check
#wrapper {
	background-color:#ffccff;
}
#side {
	background-color: #ffccff;
}
#header {
	background-color: #ffcccc;
}
#main {
	background-color:#ffffcc;
}
#footer {
	background-color: #ccffff;
}
------------------------- */