@charset "utf-8";

/* 株式会社ココロ　スタイルシート
　 作成者：
　 平成00年00月00日
-------------------------------------------------------------------------------------*/


/* 基本スタイル
-------------------------------------------------------------------------------------*/

#contents {
	float:left;
	display: block;
	height: 465px;
	width: 660px;
	margin-top: 80px;
}
#contents.oover {
	float:left;
	display: block;
	height: auto;
	width: 660px;
	margin-top: 80px;
}
#contents h2 {
	float:left;
	display: block;
	height: auto;
	width: 500px;
	margin-left: 20px;
	border-left: 10px solid #330000;
	padding-left: 30px;
	font-size: 160%;
	color: #330000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bolder;
}
#contents h3 {
	float:left;
	display: block;
	height: auto;
	width: 510px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 20px;
}
#contents p {
	float:left;
	display: block;
	height: auto;
	width: 520px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents p.right {
	text-align: right;
	width: 515px;
	}
#contents ul {
	float:left;
	display: block;
	height: auto;
	width: 580px;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents li {
	float:left;
	display: block;
	height: auto;
	width: 580px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	color: #594B21;
}
#inquiry {
	float:left;
	display: block;
	width: 620px;
	margin-top: 10px;
}
#inquiry table {
	border-top: 1px solid #FF9900; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 100%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 550px; /* ボックスの幅を指定 */
	margin: 0px 0px 0px 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#inquiry td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #FF9900; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px;
}
#inquiry th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #FF9900; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */
	width: 150px; /* ボックスの幅を指定 */
	background: #FFFFCC;
}
