@charset "utf-8";

/*
左サイドスタイル
-------------------*/

#left {
	margin-top:10px;
	padding:0;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
}
#left h2 {
	font-size:16px;
	padding:3px 0 1px 0;
	margin:0;
	color:#000000;
	border-bottom:solid 1px #999999;
	background-image:url(../images/002-001.gif);
	text-align:center;
}
#left ul {
	margin:0;
	padding:0;
	list-style:none;
}
#left li {
	margin:0;
	border-bottom:1px solid #666666;
}
#left li a {
	display:block;
	width:218px !important;
	width /**/:246px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	background:#ffffff url("../images/p002_07.gif") 10px center no-repeat;
	padding:4px 3px 3px 25px;
}
#left li a:hover {
	color:#ff6633;
	background:#ffffff url("../images/p002_03.gif") 10px center no-repeat;
}

	/*
	メインスタイル
	----------------*/
	#main {
		margin:10px 0 10px 20px;
	}
	#main h2 {
		background:url("../images/h2_bg.gif") left top no-repeat;
		padding: 10px 0 13px 20px;
		font-size: 17px;
	}
	.section {
		margin:20px;
	}
	.section p{
		margin:5px 0 10px 15px;
	}
	#main h3 {
		margin:20px 0 0 0;
		padding: 0 0 3px 20px;
		font-size:16px;
		color:#006400;
		border-bottom:1px dotted #666666;
		background:url("../images/p006_05.gif") left top no-repeat;
	}
	.comment {
		margin:0;
		padding:10px 20px;
		background-color:#ccffcc;
	}
	#com_inf table {
		width:580px;
	}
	#com_inf th {
		width:110px;
		text-align:left;
		border-bottom:dotted 1px #006400;
		font-size:15px;
		color:#006400;
		padding:10px 0 10px 20px;
		background:url("../images/p006_05.gif") left center no-repeat;
	}
	#com_inf td {
		width:470px;
		border-bottom:dotted 1px #006400;
		font-size:14px;
		color:#333333;
		padding:10px;
		line-height:1.4em;
	}

