@charset "utf-8";
/* CSS Document */
/* 新着ニュース */
#newsarea {
	width:500px;
	margin:0 auto;
	overflow:auto;
	height:20px;
	scrollbar-arrow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	border:#ffffff 1px solid;
}

#scr table{
	margin:0 auto;
}

#scr table tr {
}

#scr table th {
	border-bottom:#ffffff 1px dotted;
	font-size: 14px;
}

#scr table td{
	font-family: "MS PGothic";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	line-height:200%;
	vertical-align:text-top;
	border-bottom:#ffffff 1px dotted;
}

#scr table td a:link , #top_picup a:link , .sidebar2 a:link {
	color: #ffffff;
	text-decoration: underline;
}

#scr table td a:visited , #top_picup a:visited , .sidebar2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#scr table td a:hover , #top_picup a:hover , .sidebar2 a:hover {
	color: #555;
	text-decoration: none;
}

#scr table td a:hover a:active , #top_picup a:hover a:active , .sidebar2  a:hover a:active{
	text-decoration: underline;
}

#information {
	overflow: scroll;   /* スクロール表示 */ 
	overflow-x : hidden ; /* 横スクロール非表示 */
	width: 480px;
	height: 200px;
	scrollbar-arrow-color:#778213;
	scrollbar-face-color:#d1e8b8;
}

#n_box {
	width:580px;
	padding:0;
	margin:0;
	text-align:left;
}

#n_box p {
	margin:0;
	padding:0;
	font-size:100%;
}

p.n_photo {
	float:left;
	width:100px;
	
}

p.n_text {
	float:right;
	width:150px;
	line-height:1.1;
	margin:0;
	padding:0;
}

#n_box {
	display:inline-block;
}

#n1 , #n2 {
	float:left;
	border:#CCC solid 1px;
	width:280px;
	height:100px;
	margin-bottom:10px;
	_margin-bottom:5px;
	position:relative;
	list-style-type:none;
}

#n4 , #n3 {
	float:right;
	border:#CCC solid 1px;
	width:280px;
	height:100px;
	margin-bottom:10px;
	_margin-bottom:5px;
	position:relative;
	list-style-type:none;
}

