/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#32001e;
	background-color:#f5f5f5;
	text-align:left;
}

h1,h2,h3,p,ul,ol,li{
	margin:0px;
	padding:0px;
}

li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

img{border:0;}


a{
	color:#F69;
	text-decoration:none;}
a:hover{
	color:#f00;
	text-decoration:underline;}




#pagetop{
	width:843px;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#FFF;
}






/*** HEADER ***/




#header{
	width:843px;
	height:115px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#header h1{
	width:500px;
	height:115px;
	padding:0;
	float:left;
}

#header h1 a{
	width:500px;
	height:115px;
	display:block;
}

#header h1 a span{
	display:none;}


#header p{
	width:320px;
	height:95px;
	margin:20px 0 0;
	float:right;
	color:#4d002d;
	font-size:12px;
	line-height:180%;
	text-align:right;
}



/*** TOPIC PATH ***/


#topicPath{
	width:843px;
	margin:0;
	padding:0;
}


#topicPath ul{
	padding:10px;
}


#topicPath ul li{
	font-size:12px;
	line-height:110%;
	display:inline;
}

#topicPath ul li a{
	color:#32001e;
	text-decoration:none;}






/*** ENTRY ***/




#entry{
	width:540px;
	margin:5px 0 0 12px;
	padding:6px;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
	background-color:#eee6d6;
}


#entry_in{
	border:1px solid #a7798b;
	background-color:#fefefe;
	padding:0 18px;
	width:502px;
}




#entry ul{
	margin:0px 5px 20px;
}


#entry li{
	line-height:200%;
}



#entry h2{
	width:492px;
	height:30px;
	padding:0 0 0 10px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}


#entry h3{
	width:492x;
	padding:5px;
	margin:20px 0;
	color:#e963b2;
	font-size:14px;
	line-height:110%;
	border-bottom:1px solid #ab7d98;
}





/*** NAVIGATION ***/


#navigation{
	width:250px;
	padding:0;
	margin:0 12px 0 0;
	position:relative;
	float:right;
}


#navigation ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#navigation ul li{
	padding:4px;
	margin:0 0 5px;
	background-color:#FFF8E8;
}



#pagelist{
	width:248px;
	margin:0 0 15px;
	padding:1px 1px 0;
	background-color:#d7caaf;
}


#pagelist ul{
	width:248px;
	margin:0;
	padding:0;
}

#pagelist ul li{
	margin:0 0 1px;
	padding:0;
}


#pagelist ul li a{
	width:222px;
	padding:7px 0 7px 25px;
	margin:0;
	background:#f8f3e9 url(img/point_off.gif) no-repeat;
	background-position:5px 5px;
	text-decoration:none;
	display:block;
	color:#010101;
	font-size:12px;
	line-height:110%;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
}

#pagelist ul li a:hover{
	color:#980d3e;
	background:#eee6d6 url(img/point_on.gif) no-repeat;
	background-position:5px 5px;
}








/*** FOOTER BAR ***/



#footerbar{
	clear:both;
	width:843px;
	padding:0;
	margin:30px 0 0;
	background:#fff url(img/bg_foot.gif) repeat;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#616161;
	border-top:5px solid #e58fa9;
}


#footerbar ul{
	padding:10px;
}


#footerbar ul li{
	line-height:180%;}

#footerbar p{
	width:823px;
	margin:0;
	padding:10px;
	letter-spacing:1px;
	font-size:10px;
	line-height:100%;
	text-align:right;
}

#footerbar img{
	border:0;
	margin:5px;
}



