a		{
	text-decoration: none;
}
a:hover	{
	color: #9999cc;
}

body,td{
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	font-size: 12px;
}

/*-----テキスト基本-----*/
.line1 {
	line-height:140%;
}



/*-----装飾-----*/

.small {
	font-size: 11px;
}

.eng {
	font-family: Arial,Helvetica;
}

.boldeng {
	font-weight: bold;
	font-family: Arial,Helvetica;
}

/*-----枠組み-----*/
.dot {
	padding: 5px;
	border: 2px dotted #333333;
	line-height: 120%;
}

.leftline {
	border-left: 2px solid #333333;
	padding-left: 5px;
}

/*-----日付ヘッダ-----*/
.header {
	width: 600px;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica;
	letter-spacing: 5px;
	border-bottom: 1px solid #444444;
}


/*-----ナビ用-----*/
.navi1 {
	text-align: center;
	border: 1px solid #000000;
}
.navi2 {
	width: 600px;
	font-weight: bold;
	font-family: Arial,Helvetica;
	text-align: left;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto; 
}

.navi3 {
	width: 650px;
	text-align: left;
	border: 1px solid #000000;
	margin-left:auto;
	margin-right:auto; 
}
