
/*general*/
html{ 
    overflow-y:auto;
}

img {
	border:0px;
}


/*diary*/
#backnumber {
	position:absolute;
	top:7px;
	right:30px;
	position:fixed !important;
}


/*title*/
#titleArea{
	width:100%;
	height:38px;
	padding:0px;
	margin:0px;
	top:0;
	background-color:#000;
	position:fixed !important;
	position:absolute; 
	border:0px;
	z-index:0;
	text-align:right;
}

#logoArea h1 {
	text-indent:-5000px;
	background:url(imgs/logo.gif) no-repeat;
	width:580px;
	height:38px;
	font-size:1px;
	line-height:1px;
	padding:0px;
	margin:0px;
	top:0;
	position:fixed !important;
	position:absolute; 
	border:0px;
	z-index:2;
}

#logoArea h1 a{
	display:block;
	width:420px;
	height:38px;
}



/*update*/
#updateArea{
	width:100%;
	height:144px;
	padding:0px;
	border:0;
	text-align:left;
	bottom:38px;
	background:url(imgs/ttlUpdate.png) no-repeat top left;
	behavior:url(iepngfix.htc);
	color:#FFFFFF;
	position:fixed !important;
	position:absolute; 
}


#updateArea p{
	margin:17px 0px 0px 20px;
	padding:20px 0px 0px 10px;
	width:770px;
	height:106px;
	overflow:hidden;
	line-height:1.7em;
	z-index:1;
}




/*contents*/
#contAreaR{ 
	width:450px;
	height:auto;
	float:right;
	padding:20px 30px 80px 20px;
	z-index:0;
}

#contAreaL{ 
	width:450px;
	height:auto;
	float:left;
	padding:20px 30px 80px 20px;
	z-index:0;
}

#contAreaG{ 
	width:550px;
	height:auto;
	float:Right;
	padding:100px 30px 0px 0px;
	z-index:0;
}

#contAreaH{ 
	width:550px;
	height:auto;
	float:Right;
	padding:20px 30px 0px 0px;
	z-index:0;
}

#contAreaHson{
	padding:0px 0px 0px 130px;
}

#bottom{ 
    margin:0px;
	padding:0px;
	background-color:#000;
    position:fixed; 
    bottom:0; 
    left:0; 
    width:100%; 
	height:38px;
}

#copyright {
	float:right;
}


/* navigation */
#naviset {
	margin:0px 0px 0px 10px;
	padding:0px;
	width:445px;
	height:38px;
	overflow:hidden;
	float:left;
}

#naviset ul{
	margin:0px;
	padding:0px;
	overflow:hidden;
	text-indent:-3000px;
	list-style:none;
}

#naviset li {
	float:left;
}


#sol01 {
	display:block;
	width:66px;
	height:38px;
	background:url(imgs/navi01.gif) no-repeat;
}

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

#sol02 {
	display:block;
	width:68px;
	height:38px;
	background:url(imgs/navi02.gif) no-repeat;
}

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

#sol03 {
	display:block;
	width:79px;
	height:38px;
	background:url(imgs/navi03.gif) no-repeat;
}

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

#sol04 {
	display:block;
	width:50px;
	height:38px;
	background:url(imgs/navi04.gif) no-repeat;
}

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

#sol05 {
	display:block;
	width:92px;
	height:38px;
	background:url(imgs/navi05.gif) no-repeat;
}

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

#sol06 {
	display:block;
	width:90px;
	height:38px;
	background:url(imgs/navi06.gif) no-repeat;
}

#sol06:hover{
	background:url(imgs/navi06.gif) no-repeat;
	background-position:left bottom;
}


#solhome {
	display:block;
	width:66px;
	height:38px;
	background:url(imgs/navi01.gif) no-repeat;
	background-position:left bottom;
}

#solinfo {
	display:block;
	width:68px;
	height:38px;
	background:url(imgs/navi02.gif) no-repeat;
	background-position:left bottom;
}

#solphoto {
	display:block;
	width:79px;
	height:38px;
	background:url(imgs/navi03.gif) no-repeat;
	background-position:left bottom;
}

#solbbs {
	display:block;
	width:50px;
	height:38px;
	background:url(imgs/navi04.gif) no-repeat;
	background-position:left bottom;
}

#solfan {
	display:block;
	width:92px;
	height:38px;
	background:url(imgs/navi05.gif) no-repeat;
	background-position:left bottom;
}


/* photo */
#photoset {
	position:absolute;
	top:70px;
	left:45px;
	margin:0px;
	padding:0px;
	width:420px;
	height:550px;
	overflow:hidden;
}

#photoset ul{
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}

#photoset li {
	margin-top:7px;
	margin-bottom:11px;
	float:left;
}

.leftspace {
	margin-right:23px;	
}


/* IE6 */  
* html,
* html body{ 
    overflow-y:hidden;
}

* html #updateArea{
	width:100%;
	height:144px;
	padding:0px;
	border:0;
	text-align:left;
	bottom:38px;
	background:url(imgs/ttlUpdate.gif) no-repeat top left;
	behavior:url(iepngfix.htc);
	color:#FFFFFF;
	position:fixed !important;
	position:absolute; 
}

* html #updateArea{
	background-color:#000000 transparent;
}

* html #contArea{ 
    height:100%;
    overflow-y:scroll;
	background:none;
	padding-bottom:1000px !important;
}

* html #contAreaR{ 
    height:100%;
    overflow-y:scroll;
	background:none;
	padding-bottom:1000px !important;
}

* html #contAreaL{ 
	position:absolute;
	top:0px;
	left:0px;
}

* html #contAreaH{ 
    height:100%;
    overflow-y:scroll;
	background:none;
	padding-bottom:1000px !important;
}


* html h1{ 
    position:absolute; 
    top: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
	width:98.5%;
}

* html #bottom{ 
    position:absolute; 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
	width:100%;
	
}

* html #update{ 
    position:absolute; 
    bottom: 38px expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);
	width:98.5%;
}




/* bnr */
#bnrGD{
	position:absolute;
	top:60px;
	left:20px;
}
