/*** 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:#F93;
	text-decoration:none;}
a:hover{
	color:#F00;
	text-decoration:underline;}





#layout{
	width:627px;
	margin:0 auto;
	padding:0 1px;
	text-align:left;
	background-color:#FFF;
	border-left:3px solid #000;
	border-right:3px solid #000;
}









/*** HEADER SPACE ***/



#headerSpace{
	width:627px;
	height:217px;
	background:#fff url(img/main.jpg) no-repeat;
	margin:0;
}


#headerSpace h1{
	padding:0;
}

#headerSpace h1 a{
	width:627px;
	height:110px;
	display:block;
}

#headerSpace h1 a span{
	display:none;}





/*** SUB SPACE ***/



#subSpace{
	width:223px;
	padding:0;
	margin:20px 0 0 7px;
	position:relative;
	float:left;
}


#subSpace ul{
	font-size:12px;
	line-height:150%;
	padding:0 0 10px;
	margin:0;
}

#subSpace ul li{
	padding:4px;
	margin:0 0 5px;
	border-bottom:1px dotted #aaa;
}



#subSpace h2{
	width:223px;
	height:25px;
	background:#fff url(img/l_h2.gif) no-repeat;
	margin:0;
}


#subSpace h2 span{
	display:none;}



ul#globalNavi{
	width:223px;
	margin:0 0 15px;
	padding:0 0 12px;
	background:#eeeeee url(img/img03.gif) no-repeat;
	background-position:bottom;
}


ul#globalNavi li{
	width:223px;
	margin:0;
	padding:0;
	border:none;
}


ul#globalNavi li a{
	width:200px;
	padding:7px 0px 7px 23px;
	margin:0;
	background:url(img/img02.gif) 5px 8px no-repeat;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
	line-height:110%;
	border-bottom:1px dashed #000;
}


ul#globalNavi li a:hover{
	color:#F00;
}



ul#globalNavi li#cl1 a{
	width:203px;
	height:15px;
	padding:5px 10px;
	margin:0;
	background:#fff url(img/img01.gif) no-repeat;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:100%;
	text-decoration:none;
	display:block;
	border:none;
}


ul#globalNavi li#cl1 a:hover{
	color:#F00;
}




/*** MAIN SPACE ***/



#mainSpace{
	width:370px;
	margin:0 7px 0 0;
	padding:0;
	font-size:14px;
	line-height:300%;
	position:relative;
	float:right;
}




#mainSpace ul{
	margin:0px 5px 20px;
}


#mainSpace li{
	line-height:200%;
}



#mainSpace h2{
	width:335px;
	height:27px;
	padding:0 0 0 35px;
	margin:20px 0;
	background:#fff url(img/h2.gif) no-repeat;
	color:#333;
	font-size:16px;
	line-height:24px;
}


#mainSpace h3{
	width:345px;
	height:23px;
	padding:0 0 0 25px;
	margin:20px 0;
	background:#fff url(img/h3.gif) no-repeat;
	color:#990000;
	font-size:14px;
	line-height:23px;
}









/*** COPYRIGHT ***/



#copyright{
	clear:both;
	width:627px;
	padding:5px 0;
	margin:30px 0 0;
	background-color:#000;
	font-size:10px;
	line-height:150%;
	text-align:right;
	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;
}



