@charset "utf-8";

a img {
border: none;
}

a:link{ color:#0066cc; text-decoration:underline; }
a:visited{ color:#0066cc; text-decoration:underline; }
a:active{ color:#0099cc; text-decoration:underline; }
a:hover{ color:#0099cc; text-decoration:underline; }





.clearcw { 
clear: both; 
}

hr.end{
	visibility:hidden;
	clear:both;
	}


/*ページ中央寄せ-------------------*/
#container{
	
width:1015px;
margin-left:auto;
margin-right:auto;
}


/*ナビ-------------------*/
#navi1{
width:1005px;
padding: 0px;
margin:0px;
}

#navi2{
width:1005px;
padding: 0px;
margin:0px;
}


/*コンテンツ-------------------*/
#content{
	height: 100%;
float:right;
width:211px;
padding:0px;
margin-top:10px;
margin-bottom:10px;
}


#container{width:1005px;}
/*内容-------------------*/
#menu{ 
float:left;
width:760px;
padding:0px;
margin-top:10px;
margin-bottom:10px;
}


#menu2{
	background:#ccc;
	color:#000; 
float:left;
width:750px;
padding:10px;
margin-top:10px;
margin-bottom:10px;
line-height:1.7;
}




/*フッター-------------------*/
#foot{
clear:both;
background-image:url(../image/back2.gif);
text-align:center;
width:100%;
height:80px;
}



