@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
	
body{
		background-color:002200;
}
P{
	line-height:130%;
}
		

	
	
#container{
		margin-left:auto;
		margin-right:auto;
		width:960px;
		height: auto;
}


li{
		list-style-type:none;
		float:left;
		border:none;
}

li img{
	border:none;
}

/*ヘッダーここまで*/

#main {
	clear: both;
	width: 960px;
	background-color:#002200;
	margin-bottom: 20px;
}

#main p{
		color:#FFF;
		margin-left:10px;
}


#main2 {
	clear: both;
	width: 960px;
	background-color:#002200;
	color:#FFF;
	text-align:center;
}

#main2 h4{
		text-align:left;
		margin-left:10px;
}



#left{
	width:440px;
	height:190px;
	float: left;
	background-color:#002200;
	color:#FFF;
	padding-top: 10px;
	padding-left: 10px;
}

#right{
	overflow:auto;
	width:500px;
	height:190px;
	float:left;
	background-color:#002200;
	color:#FFF;
	padding-top:10px;
	padding-left:10px;
		
}



a:link{
		color:#C00;
}




table,td,th{
		clear: both;
		color:#FFF;
		border:1px solid #000;
		width:960px;
		text-align:center;
		
}



/*ここからfooter*/
#footer {
	width: 960px;
	height:150px;
	background-image:url(../image/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}

#footer p{
		color:#000;
		text-align:center;
		margin: 0px;
}

#footer2{
	position: absolute;
	right: 0;
	bottom: 0;
}
		
#footer table {
	width: 960px;
	height: 50px;
	position: absolute;
	border: none;
	left: 0;
	bottom: 0;
}

#footer th {
	border: none;
}

#footer td {
	border: none;
}