/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	background-image:url(img/bg.gif);
}

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:#F36;
	text-decoration:none;}
a:hover{
	color:#F9F;
	text-decoration:underline;}








#wrap{
	width:693px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}







/*** HEADER ***/



#header{
	width:693px;
	height:207px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0 0 10px;
}


#header h1{
	padding:0;
}

#header h1 a{
	width:430px;
	height:207px;
	display:block;
}

#header h1 a span{
	display:none;}







/*** CONTENTS ***/



#contents{
	width:416px;
	margin:0 0 0 7px;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:left;
}




#contents ul{
	margin:0px 5px 20px;
}


#contents li{
	line-height:200%;
}



#contents h2{
	width:391px;
	height:40px;
	padding:0 0 0 25px;
	margin:0 0 20px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fc4a64;
	font-size:16px;
	line-height:40px;
}



#contents h3{
	width:406px;
	height:22px;
	padding:0 0 0 10px;
	margin:0 0 20px;
	background:#fff url(img/h3.gif) no-repeat;
	color:#fff;
	font-size:12px;
	line-height:22px;
}



#textbox01{
	width:416px;
	padding:0 0 30px;
}

#textbox02{
	width:416px;
	padding:0 0 30px;
}

#textbox03{
	width:416px;
	padding:0 0 30px;
}






/*** NAVI ***/



#navi{
	width:255px;
	padding:0;
	margin:0 5px 0 0;
	position:relative;
	float:right;
}


#navi ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 15px;
	margin:0;
}

#navi ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px dotted #aaa;
}


#navi h2{
	width:255px;
	height:33px;
	background:#fff url(img/h2_02.gif) no-repeat;
	margin:0 0 3px;
}


#navi h2 span{
	display:none;}




ol#pagelist{
	width:255px;
	margin:0 0 20px;
	padding:0;
}


ol#pagelist li{
	width:255px;
	padding:0 0 2px;
	background:#fff url(img/list03.gif) no-repeat;
	background-position:bottom;
}


ol#pagelist li a{
	width:220px;
	padding:7px 0 7px 35px;
	margin:0;
	background:url(img/list02.gif) 2px 5px no-repeat;
	text-decoration:none;
	display:block;
	color:#656565;
	font-size:14px;
	line-height:110%;
}


ol#pagelist li a:hover{
	color:#F00;
}




ol#category{
	width:255px;
	margin:0 0 3px;
	padding:0;
	background-image:url(img/list01.gif);
}


ol#category li#cl1 a{
	width:235px;
	padding:5px 10px;
	margin:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:110%;
	text-decoration:none;
	display:block;
	background-image:none;
}


ol#category li#cl1 a:hover{
	color:#F00;
}
















/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:693px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#fc4a64;
	font-size:10px;
	line-height:150%;
	text-align:left;
	color:#fff;
}


#copyright ul{
	padding:5px;
}


#copyright ul li{
	line-height:180%;}

#copyright p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#copyright img{
	border:0;
	margin:5px;
}


#copyright a{
	color:#F90;
	text-decoration:none;}
#copyright a:hover{
	color:#F9F;
	text-decoration:underline;}


