@charset "Shift_JIS";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/

.indexBody #contents h2	{
	margin-bottom: 15px;
}
.indexBody #contents table	{
	width: 580px;
	margin-bottom: 30px;
	margin-left: 12px;
	font-size: 83.3%;
}
.indexBody #contents table th	{
	padding: 5px 10px 7px 10px;
	width: 100px
}
.indexBody #contents table td	{
	padding-right: 20px;
}
.indexBody #contents table th.odd	{
	background-color: #F2F2F2;
}
.indexBody #contents table td.odd	{
	background-color: #F2F2F2;
}
#contents .item	{
	width: 580px;
	padding: 0 10px;
}
#contents .item .good1	{
	float: left;
	width: 275px;
	font-size: 83.3%;
}
#contents .item .good2	{
	float: right;
	width: 275px;
	font-size: 83.3%;
}
#contents .item li	{
	width: 259px;
	background: url(common/image/bg/good.jpg) repeat-x;
	border: 1px solid #D1D1D1;
	padding: 10px 8px;
	margin-bottom: 15px;
}
#contents .item li p	{
	float: left;
}
#contents .item li dl	{
	float: right;
	width: 169px;
}
#contents .item li dl dt	{
	font-weight: bold;
	padding: 2px 5px;
	border-bottom: dotted 1px #999;
	font-size: 116.6%;
	color: #333;
	margin-bottom: 5px;
}
#contents .item li dl dt a	{
	color: #333;
}
#contents .item li dl dd	{
	padding-left: 10px;
}
.data	{
	text-align: right;
}
/* ------------------- sitemap.html Style --*/
#contents .main	{
	width: 580px;
	padding: 10px;
}
#contents .main h3	{
	width: 540px;
	background: #29A034;
	font-size: 125%;
	padding: 5px 20px; 
	margin-bottom: 10px;
}
#contents .main h3 a	{
	color: #FFF;
}
#contents .main .sub,#contents .main .sub2	{
	float: left;
	width: 250px;
	padding: 5px 20px 10px;
}
#contents .main .sub h3,#contents .main .sub2 h3	{
	background: url(common/image/icon/main_menu.gif) no-repeat;
	padding: 0 0 5px 25px;
	border-bottom: dotted 1px #999;
	width: 225px;
	margin-bottom: 7px;
}
#contents .main .sub h3 a,#contents .main .sub2 h3 a	{
	color: #666; 
}
#contents .main .sub h4,#contents .main .sub2 h4	{
	margin-bottom: 5px;
}
#contents .main .sub .list,#contents .main .sub2 .list	{
	padding-left: 10px;
}
#contents .main .sub .list li,#contents .main .sub2 .list li	{
	margin-bottom: 5px;
}
/***********/
#contents .item:after,#contents .item li:after,#contents .main:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
