/*** ALL ***/

body{
	margin:0px;
	padding:0px;
	font-family:arial, sans-serif, Osaka, verdana;
	color:#333;
	text-align:center;
	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:#f00;
	text-decoration:none;}
a:hover{
	color:#F9F;
	text-decoration:underline;}




#allContents{
	width:637px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
}







/*** HEAD AREA ***/


#headArea{
	width:637px;
	height:167px;
	background:#fff url(img/head.jpg) no-repeat;
	margin:0;
}


#headArea h1{
	padding:0;
}

#headArea h1 a{
	width:550px;
	height:167px;
	display:block;
}

#headArea h1 a span{
	display:none;}





/*** CENTER AREA ***/


#centerArea{
	width:637px;
	margin:0 0 30px;
}




/*** SUB ***/


#sub{
	width:201px;
	padding:0;
	margin:20px 0 0 10px;
	position:relative;
	float:left;
}


#sub ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#sub ul li{
	padding:4px;
	margin:0 0 5px;
	border:1px solid #FCF;
}





#gNavi{
	width:201px;
	margin:0 0 15px;
	padding:0 0 20px;
	background:#ff6699 url(img/img03.gif) no-repeat;
	background-position:bottom;
}


#gNavi h2{
	width:201px;
	height:33px;
	background:#fff url(img/l_h2.gif) no-repeat;
	margin:0;
}

#gNavi h2 span{
	display:none;}



#gNavi ul{
	width:201px;
	margin:0;
	padding:0;
}


#gNavi ul li{
	width:201px;
	padding:0;
	margin:0;
	border:none;
}


#gNavi ul li a{
	width:175px;
	padding:7px 0px 7px 26px;
	margin:0;
	background:url(img/img02.gif) 5px 6px no-repeat;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #ccc;
}


#gNavi ul li a:hover{
	color:#F00;
}



#gNavi ul li#cl1 a{
	width:181px;
	height:31px;
	padding:0 10px;
	margin:0;
	background:#fff url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	text-decoration:none;
	display:block;
	border:none;
}


#gNavi ul li#cl1 a:hover{
	color:#F00;
}






/*** TEXT ****/



#text{
	width:405px;
	margin:0 10px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#text ul{
	margin:0px 5px 20px;
}


#text li{
	line-height:200%;
}



#text h2{
	width:375px;
	height:30px;
	padding:0 0 0 30px;
	margin:20px 0px;
	background:#fff url(img/h2.gif) no-repeat;
	color:#fff;
	font-size:16px;
	line-height:30px;
}



#text h3{
	width:385px;
	padding:5px 10px;
	margin:20px 0px;
	background-color:#c20e0e;
	color:#fff;
	font-size:14px;
	line-height:100%;
}





/*** BOTTOM AREA ***/



#bottomArea{
	clear:both;
	width:637px;
	padding:5px 0 20px;
	margin:0;
	background:#fff url(img/bg_foot.gif) repeat;
	font-size:10px;
	line-height:150%;
	text-align:right;
	color:#fff;
}


#bottomArea ul{
	padding:5px;
}

#bottomArea ul li{
	line-height:180%;}

#bottomArea p{
	letter-spacing:1px;
	font-size:10px;
	padding:5px 5px 10px;
	line-height:100%;
}

#bottomArea img{
	border:0;
	margin:5px;
}


