@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 {
	float:left;
	width:564px;
	height:28px;
	padding: 5px 10px 5px 20px;
	margin: 30px 0px 5px 0px;
	background:url(../../images/name_back.gif) no-repeat;
	font-size:16px;
}
h4 em {
	float:left;
}
h4 span {
	float:right;
	font-size:14px;
	padding-top:2px;
}
h5 {
	float:left;
	font-size:14px;
	padding-bottom:5px;
	width:595px;
}
h5 span {
	float:left;
	width:494px;
}
h5 a {
	text-align:right;
	width:100px;
	float:right;
	text-decoration:underline;
	font-size:12px;
}
h5 a:hover {
	text-decoration:none;
}

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

	右側　コンテンツ

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

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

#right table {
	float:left;
	width:595px;
	margin-bottom:10px;
}
#right table tr {}
#right table tr th {
	width:100px;
	font-size:12px;
	background-color:#ddd;
	padding:5px 5px 5px 10px;	
	border:1px solid #666;
	border-collapse:collapse;
}
#right table tr td {
	padding:5px 5px 5px 10px;
	border:1px solid #666;
	border-collapse:collapse;
}
#right table.nounyu tr td {
	width:50%;
}


/* ==========================
	キャプション
===========================*/
#right #cap {
	width:595px;
	clear:left;
}
#right #cap dl {
	width:288px;
	float:left;
	border:1px solid #666;
	margin-bottom:15px;
}
#right #cap dl.l {
	margin-left:15px;
}
#right #cap dl dt {
	height:150px;
	text-align:center;
	padding-top:10px;
}
#right #cap dl dd {
	height:30px;
	text-align:left;
	padding:5px 0px 10px 43px;
}

/* ==========================
	テーブル
===========================*/

#right table{}
#right table tr th{
	background:none;
	width:80%;
}
#right table tr td{
	padding-left:40px;
}