@charset "UTF-8";

/* general */
* {
	margin: 0px;
	padding: 0px;
}

div {
	behavior:url(iepngfix.htc);
}

body {
	color:#72613b;
	font-size:12px;
	line-height:18px;	
	margin:0px;
	padding:0px;
	background:url(imgs/bg.jpg) top center no-repeat #000000;
}

a {
	color:#22907f;
	text-decoration:none;
}

a:hover {
	color:#34a795;
	text-decoration:underline;
}

a:focus { 
	outline:none;
}

img {
	border:0px;
	vertical-align:top;
	vertical-align:bottom;
	behavior:url(iepngfix.htc);
}



/* wrapper */
#wrapperIndex {
	position:relative;
	width:900px;
	height:632px;
	margin:0px auto;
	background:url(imgs/indexBg.jpg) bottom no-repeat;
}

#wrapperOther {
	position:relative;
	width:900px;
	height:632px;
	margin:0px auto;
	background:url(imgs/otherBg.jpg) bottom no-repeat;
}




/* header */
#titleArea {
	float:left;
	width:258px;
	margin-top:23px;
}

h1 {
	text-indent:-5000px;
	background:url(imgs/ttlEikura.png) no-repeat;
	width:258px;
	height:28px;
	behavior:url(iepngfix.htc);
}

a h1 {
	display:block;
	width:258px;
	height:28px;
}




/* naviset */

#naviset {
	float:right;
	width:454px;
	height:30px;
	margin-top:30px;
	overflow:hidden;
}

#naviset ul{
	overflow:hidden;
	text-indent:-5000px;
	list-style:none;
}

#naviset li {
	float:left;
}

#naviset:after {
    clear: both;
}




/* navi */
#sol01 {
	display:block;
	height:30px;
	width:84px;
	background:url(imgs/navi01.jpg) no-repeat;
}

#sol01:hover{
	background:url(imgs/navi01.jpg) no-repeat;
	background-position:left bottom;
}

#sol02 {
	display:block;
	height:30px;
	width:142px;
	background:url(imgs/navi02.jpg) no-repeat;
}

#sol02:hover{
	background:url(imgs/navi02.jpg) no-repeat;
	background-position:left bottom;
}

#sol03 {
	display:block;
	height:30px;
	width:74px;
	background:url(imgs/navi03.jpg) no-repeat;
}

#sol03:hover{
	background:url(imgs/navi03.jpg) no-repeat;
	background-position:left bottom;
}

#sol04 {
	display:block;
	height:30px;
	width:63px;
	background:url(imgs/navi04.jpg) no-repeat;
}

#sol04:hover{
	background:url(imgs/navi04.jpg) no-repeat;
	background-position:left bottom;
}

#sol05 {
	display:block;
	height:30px;
	width:91px;
	background:url(imgs/navi05.jpg) no-repeat;
}

#sol05:hover{
	background:url(imgs/navi05.jpg) no-repeat;
	background-position:left bottom;
}




/* navi rollover */
#solhome {
	display:block;
	height:30px;
	width:84px;
	background:url(imgs/navi01.jpg) no-repeat;
	background-position:left bottom;
	behavior:url(iepngfix.htc);
}

#solinfo {
	display:block;
	height:30px;
	width:142px;
	background:url(imgs/navi02.jpg) no-repeat;
	background-position:left bottom;
	behavior:url(iepngfix.htc);
}

#solbbs {
	display:block;
	height:30px;
	width:63px;
	background:url(imgs/navi04.jpg) no-repeat;
	background-position:left bottom;
	behavior:url(iepngfix.htc);
}




/* contents */
#txtArea01 {
	position:absolute;
	top:129px;
	left:30px;
	width:400px;
	height:313px;
	padding:13px 5px 0px 15px;
	overflow:auto;
}

#txtArea02 {
	position:absolute;
	top:129px;
	left:30px;
	width:400px;
	height:445px;
	padding:13px 5px 0px 15px;
	overflow:auto;
}

.ttlOther {
	position:absolute;
	top:105px;
	left:30px;
}

.title {
	margin:0px 0px 8px 0px; 
	padding:0px 0px 0px 5px;
	border-left: 3px solid #72613b;
	font-size:13px;
	font-weight:bold;
}

.honbun {
	margin:0px; 
	padding:0px 0px 35px 8px;
	font-size:12px;
	line-height:18px;
}


#whatsnew {
	position:absolute;
	top:501px;
	left:30px;
	width:400px;
	height:85px;
	padding: 1px 5px 0px 15px;
}

.whonbun {
line-height:19px;
}

.whonbun P {
padding:4px 0px;
}




/* bnr */
#bnrKitty{
	position:absolute;
	top:483px;
	left:467px;
}


#bnrMitsu{
	position:absolute;
	top:505px;
	right:40px;
}

