/* CSS Document */



div#top_image01{
	background-image:url(../images/com/topImage01.jpg);
	width:100%;
	height:220px;
	
}

div#top_image01 p{
	display:none;
}


div#container{
	width:910px;
	background-image:url(../images/com/main_back.jpg);
	background-repeat:no-repeat;
	background-color:#FCFAF1;
	
}

div#container:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#wrapper #header_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	text-align: left;
	margin-left: 15px;
}

/*左サイド*/
div#container div#left{
	width:266px;
	float:left;
}

div.news{
	background-image:url(../images/com/news_back.jpg);
	width:231px;
	height:355px;
	margin:20px 0 0 14px;
	padding:40px 0 0 10px;
}

div.news div.inner{
	color:#FCFAF1;
	width:214px;
	padding:0 6px 0 0;
	height:340px;
	overflow:auto;
}

div.news div.inner p{
	margin:0 0 20px 0;
	line-height:1.3em;
	font-size:85%;
}

div.news div.inner a{
	color:#FFFF99;
}

div.news div.inner a:visited{
	color:#FFFF99;
}

/*メインコンテンツ*/
div#container div#contents{
	width:644px;
	float:left;
	margin:19px 0 0 0;
}

div#container div#contents:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

div#contents div.menu{
	width:321px;
	height:177px;
	float:left;
}

