@charset "utf-8";


/* 初期化設定 */

div,pre,p,blockquote, 
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
table,th,td,embed,object { 
	margin: 0; 
	padding: 0; 
	vertical-align: baseline; 
} 


ul, ol, li, dl, dt, dd {
	list-style: none;
} 

table,th,td,img {
	margin: 0; 
	padding: 0; 
	border:0;
} 

/* 共通 */

h1,h2{
	padding:0px;
	margin:0px;
}

.none {
	display:none;
}

.clear{
	clear:both;
}

.new{
	color:#ff0000;
}


/* link */

a { 
	color: #0099FF; 
	text-decoration: none; 
}

a:hover {
	text-decoration: underline; 
}

/* レイアウト */

/* メインコンテンツ */

#main{
	width:980;
	margin-top:6px;
}


#left{
	width:780px;
	float:left;
}

#left #main-img{
	width:780px;
	height:168px;
	background:url(images/main.jpg) no-repeat;
	margin-top: 6px;
}

#left #main-img ul{
	width:157px;
	position: relative;
	top:107px;
	left:403px;
}

li{
	margin:0px; !important;
	padding:0px; !important;
}

#left #sub-menu{
	width:780px;
	height:175px;
	margin-top:6px;
	position:static;
}

#left #sub-menu p{
	color:#324465;
	font-size:12px;
	letter-spacing:0.09em;
	line-height:1.3em;
	padding:60px 25px 0 107px;
}

#left #sub-menu .l-area{
	width:385px;
	height:175px;	
	float:left;
	background:url(images/l_area.jpg) no-repeat;
	margin-right:10px;
}

#left #sub-menu .l-area ul{
	position: absolute;
	top:546px;
	left:272px;
}

#left #sub-menu .r-area{
	width:385px;
	height:175px;
	float:right;
	background:url(images/r_area.jpg) no-repeat;
}

#left #sub-menu .r-area ul{
	position: absolute;
	top:546px;
	left:669px;
}


#left #update-area{
	width:780px;	
	height:136px;
	margin-top:6px;
}

#left #update-area a { 
	color: #666666; 
	text-decoration: none; 
}

#left #update-area a:hover {
	 text-decoration: underline; 
}

#left .text-area{
	width:778px;
	_width:780px;
	height:110;
	border-color:#4a6495;
	border-style:solid;
	border-width:1px 1px 1px;
	padding:0px;
	margin:0px;
	overflow:auto;
}

#left #update-area dl {
	margin-top:8px;
}

#left #update-area dt {
	color:#666666;
	font-size:12px;
	float:left;
	margin:0;
	padding:1px 0 1px 18px;
	width:50px;
	letter-spacing:0.06em;
	line-height:1.4em;
}

#left #update-area dd {
	color:#666666;
	font-size:12px;
	display:block;
	float:left;
	margin:0;
	padding:1px 15px;
	_padding-right: 0px;
	width:663px;
	letter-spacing:0.09em;
	line-height:1.4em;
}

/* 右バナーエリア */

#right{
	width:190px;
	float:right;
	margin-left:10px;
}

#right #related-link{
	width:180px;
	border-color:#c4c4c4;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	padding:4px;
	margin:0 0 10px 0;
}


#right #related-link .zoom a:hover {   
    position: relative;   
}   


#right #related-link .zoom a .mainimage {   
	display: none;   
}   
                       
#right #related-link .zoom a:hover .mainimage {   
	display: block;   
	position: absolute;    
	top: -54;
	_top:0;   
	left: -120;   
}  

#right #campaign-link{
	width:180px;
	border-color:#df953e;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	padding:4px;
	margin:0 0 10px 0;

}

#right ul{
	padding-top:4px;
	font-size:10px;	
}



