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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+	index.css 
+	
+	
+	
+	
+	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#main {
	width:860px;
	clear:both;
}

h2 {
	float:left;
	padding-top:10px;
}
h3 {
	padding-bottom:5px;
	border-bottom:1px dashed #333;
}
h4 {
	width:564px;
	height:28px;
	padding: 5px 10px 0px 20px;
	background:url(../../images/name_back.gif) no-repeat;
	font-size:16px;
	clear:both;
}
h4 em {
	float:left;
}
h4 span {
	float:right;
	font-size:14px;
	padding-top:2px;
}

/* ========================================

	左側　ナビ

=========================================*/

#left {
	float:left;
}
#left ul {}
#left ul li {}
#left ul li a {}
#left ul li a:hover {}
#left ul li a:hover img {}
#left ul li a img {}

/* ========================================

	右側　コンテンツ

=========================================*/

#right {
	width:564px;
	float:left;
	padding-left:33px;
}
#right h3{
	float:left;
	margin-bottom:15px;
}
#right p {
	float:left;
	width:564px;
	padding:10px 0px;
}

#right table {
	float:left;
	width:595px;
	margin-bottom:20px;
}
#right table tr {}
#right table tr th {
	width:100px;
	background-color:#ddd;
	text-align:center;
	padding:5px;	
	border:1px solid #666;
	border-collapse:collapse;
}
#right table tr td {
	padding:5px;
	border:1px solid #666;
	border-collapse:collapse;
}
#right table tr td.month {
	width:40px;
	text-align:right;
}
#right table tr td.hist {
	width:450px;
}
/* ==========================

===========================*/
/* ==========================

===========================*/
/* ==========================

===========================*/


