@charset "utf-8";
/* CSS Document */

/* CONTAINER			##################################### */

#wrap{
	background: #f6f6f6 url(../img/top/bg_wrap.gif) center top repeat-x;
}
	#container{
		margin: 0 auto;
		padding: 0 30px;
		width: 1000px;
		background: #f6f6f6 url(../img/top/bg_wrap.gif) center top repeat-x;
	}
	
	/* keyvisual */
	#keyvisual{
		height: 318px;
		text-align: center;
	}
		#text-keyvisual{
			margin: 40px 0 32px;
		}
		#keyvisual ul{
			overflow: hidden;		
		}
			#keyvisual li{
				float: left;
				margin-right: 20px;
				width: 235px;
			}
			#keyvisual li.edge{
				margin-right: 0;
			}


/* CONTENTS			##################################### */

	/* MAIN			##################################### */
	#main{
		padding: 40px 0 0;
	}
		/* greeting */
		#greeting{
			margin-bottom: 40px;
		}

		/* news */
		#list-news{
			padding: 0 15px;
		}
			#list-news li{
				padding: 2px 0;
				overflow: hidden;
			}
				.date{
					float: left;
					padding-top: 3px;
					width: 80px;
					font-size: 11px;
					font-weight: bold;
					
				}
				.text-news{
					float: right;
					width: 560px;
					line-height: 1.4;
				}

	/* SIDE			##################################### */
	#side{
		padding: 40px 0 0;
	}