@charset "utf-8";
/* formatting style
------------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 1.6;
	color: #333333;
	font-family: sans-serif;
	position: relative;
	background-image: url(../image/common/akp_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
img, div {
	behavior: url(css/iepngfix.htc)
}
/* link styles
------------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
.clear {
	clear: both;
}
.text_90 {
	font-size: 90%;
}
.text_120 {
	font-size: 120%;
}

.text_150 {
	font-size: 150%;
}
.text_200 {
	font-size: 200%;
}
.bold {
	font-weight: bold;
}
#background1 {

	margin-right: auto;
	margin-left: auto;
	z-index: 0;

}
#background2 {
	background-image: url(../image/common/bg_shadow_foot.gif);
	background-repeat: no-repeat;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -758px;
	height: 62px;
	z-index: 10;
}





/* basic rayout
------------------------------------------*/
#wrapper {
	height: 758px;
	width: 758px;
	z-index: 100;
	margin: 0px auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	height: 35px;
	position: relative;
}

#egawa_logo {
	position: relative;
	left: 15px;
	top: 5px;
	float: left;
	height: 27px;
	width: 127px;
}
#akp_gifanim {
	float: left;
	position: relative;
	left: 15px;
	z-index: 100;
}
#akp_com {
	float: right;
	position: relative;
	top: 20px;
	right: 10px;
}
#accent_01 {
	float: left;
	padding-top: 1px;
	padding-left: 17px;
}


/* global navigation
------------------------------------------*/
#global-nav {
	height: 42px;
	z-index: 50;
	margin-top: 3px;
	float: right;
}

#global-nav     ul   li  {
	float: left;
	list-style: none;
	height: 37px;
	border-right: 1px solid #CCCCCC;
}
#global-nav   ul   li#nLink   {
	padding-left: 0px;
	border-right: none;
}



#footer {
	background-image: url(../image/common/footer.gif);
	background-repeat: repeat-x;
	clear: both;
	position: absolute;
	width: 758px;
	bottom: 0px;
	left: 0px;
	height: 24;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
test {
	border-right: 1px solid #999999;
}
