/* === ページ　BODY === */

body{
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#99ccff;
	scrollbar-shadow-color:#fffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#999999;
	margin-left:5px;
	margin-top:0px;
	width:760px;
	background-color:#fff;
}

/* === ページ　HEADER === */

div.head{
	width:760px;
	height:100px;
	background-color:#fff;
	float:none;
}

/* === テキスト === */

p{
	font-size:12px;
	color:#666;
	line-height:120%;
	letter-spacing:1pt;
}

.font1{
	font-size:10px;
	color:#666;
	letter-spacing:1pt;
	text-align:center;
}

h1{
	font-size:14px;
	color:#000;
}

h2{
	color:#336;
	font-size:14px;
}

h3{
	color:#000;
	font-size:13px;
}

/* === コンテンツ　AREA === */

#cont{
	width:220px;
	position:absolute;
	top:100px;
	float:left;
}

#cont ul{
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	font-size:13px;
	line-height:150%;
	border-right:1px solid #666666;
}

#cont ul li{	
	margin:0;
	padding:0;
	display:inline;
}

#cont ul li a{	
	margin:0;
	padding:5px 0;
	width:220px;
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #666;
	background-image:url(images/cont_1bg.jpg);
	background-repeat:no-repeat;
}
	
#cont a:hover{
	color:#000;
	text-decoration:none;
	background-image:url(images/cont_2bg.jpg);
	background-repeat:no-repeat;

}

/* === センター スワップ　ARIA === */

div.cent{
	width:535px;
	height:250px;
	position:absolute;
	top:100px;
	left:230px;
	background-image:url(images/sw_bg.jpg);
	float:right;
}

div.cent img{
	margin-top:50px;
	margin-left:18px;
}	

/* === 更新履歴　AREA === */

div.up{
	width:535px;
	height:300px;
	overflow:auto;
	position:absolute;
	top:350px;
	left:230px;
	background-color:#fff;
	border:1px solid #ccc;
	float:right;

}

table{
	width:500px;
	margin:10px 5px;
}

td.ma{
	border-bottom:1px dotted #999;
}

td.day{
	font-size:12px;
	color:#000;
	line-height:120%;
	letter-spacing:1pt;
	border-bottom:1px dotted #999;
}

td.new{
	font-size:12px;
	color:#666;
	line-height:120%;
	letter-spacing:1pt;
	border-bottom:1px dotted #999;
}
