@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background:url(../images/body_bg.gif) center top repeat-y #dce2e6;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

ul{
	/*list-style-type:none;*/
}

img{
	border:none
}


a:visited {
	color: #909090 !important;
}
a:hover {
	color: #41a236 !important;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container{
	width:1000px;
	margin:0 auto;
	background:url(../images/content_bg.gif) 265px 0 no-repeat;
}


#wrapper{
	width:930px;
	margin:0 auto;
}


#headArea{
	height:186px;
	position:relative;
}

#headArea #logo{
	position:absolute;
	top:21px;
	left:0px;
}

#headArea h1{
	float:right;
	padding:19px 0 0;
	color:#666464;
	font-size:x-small;

}

#headArea h2{
	position:absolute;
	top:84px;
	left:243px;
}

#leftContent{
	width:232px;
	float:left;
}

#leftContent ul#btnArea{
	line-height:0;
	font-size:1px;
	list-style-type: none;
}

#leftContent ul#btnArea li{
	margin-bottom:3px;
}

#leftContent div#otherLink{
	padding:10px 15px 0 0;
	text-align:center;
	line-height:150%;
}

#leftContent div#otherLink a{
	padding:0 10px;
	text-decoration:none;
	color:#909090;
}

#leftContent div#otherLink span.border_r{
	border-right:1px solid #909090;
}

#rightContent{
	width:689px;
	float:right;
	position:relative;
}

#rightContent #bnrArea{
	height:382px;
	list-style-type: none;
}

#rightContent #bnr1{
	position:absolute;
	top:0px;
	left:0px;
}

#rightContent #bnr2{
	position:absolute;
	top:0px;
	right:0px;
}

#rightContent #bnr3{
	position:absolute;
	top:189px;
	left:0px;
}

#rightContent #bnr4{
	position:absolute;
	top:189px;
	right:0px;
}

#rightContent #newsArea{
	width:443px;
	height:136px;
	background:url(../images/news_bg.gif) left top no-repeat;
	position:relative;
}

#rightContent #newsArea dl{
	padding:16px 0 0 130px;
	line-height:180%;
}

#rightContent #newsArea dt{
	clear:both;
	float:left;
	width:68px;
}

#rightContent #newsArea dd{
	width:245px;
	float:right;
}

#rightContent #middle_Box{
	position:relative;
}

#rightContent #middle_Box li#ranking{
	position:absolute;
	top:0px;
	right:-3px;
}

#rightContent #middle_Box li#staff{
	position:absolute;
	top:66px;
	right:0px;
}

#footer{
	margin:30px 0;
	text-align:center;
	color:#909090;
}




.clear {
clear:both;
}