/* CSS Document */


/* index==========================

	1.for common style
	2.for header
	3.for contents
	4.for SIDEBAR
	5.for main
	6.for pagetop
	7.for footer
	8.for copyright
	
*/


/* 1.for common style 
===============================================================*/
body{
	background:url(../../webimages/bg.jpg) repeat-x top #FFD200;
	margin-top:4px;
	}
	
div#wrapper{
	margin:0 auto 0;
	width:990px;
	color:#444;
	background:#FFFFFF;
}
div#header img,div#navigation img,div#contents img,div#footer img{
	vertical-align:bottom;
}

/* 2.for header
===============================================================*/
div#header{
background:url(../../webimages/header_bg.gif) no-repeat;
height:106px;
width:990px;
}
div#header h1{
float:left;
width:295px;
height:92px;
}
div#header #banner{
width:468px;
height:60px;
margin:15px 2px 0 2px;
float:left;
}
div#header #headerAbout{
float:left;
width:119px;
margin-top:19px;
}
div#header #headerInfo{
float:left;
width:98px;
margin-top:19px;
}


/* 3.for contents
===============================================================*/
table#contents{
margin:0;
	font-size:0.8em;
	background:#FFFFFF;
	width:970px;

}

.first{
	margin:0!important;
}


/* 4.for SIDEBAR
===============================================================*/
td#sidearea{
width:180px;
vertical-align:top;
}
div#leftBar{
	width:166px;
	margin:0 10px 0 10px;
}

div#date{
width:166px;
height:67px;
background:url(../../webimages/bg_day.gif) no-repeat;;
padding-top:10px;
text-align:center;
margin:0;
}

div#date #dateprint{
width:162px;
margin:0 auto;
}

div#count{
text-align:center;
margin:18px auto 5px auto;
}

div#leftBar p img{
margin:0 0 5px 0;
}

div#date{
margin-bottom:10px;
}

td#sidearea .adsence{
width:166px;
margin:10px auto;
}



/* 5.for main
===============================================================*/
td#main{
	width:790px;
	vertical-align:top;
}


/* 6. pagetop
==== */
p.pagetop{
	margin-right:10px;
	text-align:right;
}

td#main .more{
text-align:right;
margin-top:10px;
}


/* 7.for footer
===============================================================*/
div#footer{
	margin-bottom:14px;
	font-size:10px;
	background:#FFD200;
	width:990px;
	margin:0 auto;
}


/* 8.for copyright
===============================================================*/
div#copyright{
	font-size:10px;
}
div#copyright p{
	padding:5px 0 5px 15px;
}
