/*PenJapan PC_use  detail layout 明細用
---------------------------------------------------*/

@charset "utf-8";

/*基本　ブロック
---------------------------------------------------*/
#contents h1 {
	float: left;
	clear: left;
}
/*パソコン活用ブロック
---------------------------------------------------*/
#contents ul#outline {
	background-image: url(../60sozai/img/bg_outline.gif);
	height: 130px;
	width: 925px;
	margin-left: 15px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	clear: both;
	padding: 0px;
}
#contents ul#outline li,#contents ul#outline_w li  {
	list-style-type: none;
	margin-right: 16px;
	font-size: 90%;
	padding-left: 40px;
	padding-right: 15px;
}
#contents ul#outline li h2,#contents ul#outline_w li h2 {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	width: 715px;
	list-style-type: none;
	padding-top: 10px;
	margin-bottom: 15px;
}
#contents #main {
	height: auto;
	width: 760px;
	float: left;
}
#main h3.logo {
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 15px;
	width: 100px;
}
#main #sample {
	width: 680px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	border: 3px solid #cb9b0c;
	height: auto;
	margin-left: 30px;
	float: left;
	background-color: #fffff8;
}

/*テーブル
---------------------------------------------------*/
#main table {
	padding: 2px;
	border: 2px solid #cb9b0c;
	margin-left: 10px;
	margin-bottom: 20px;
	border-collapse:collapse;
	margin-top: 20px;
}
#main table tr {
	
}
#main table th {
	font-size:110%;
	border: 1px solid #cb9b0c;
	color: #FFF;
	background-color: #ffd669;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main table th p  {
	font-size: 75%;
}

#main table h3 {
	font-size: 110%;
}

#main table td {
	border: 1px solid #cb9b0c;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
	text-align: center;
}
#main #function,
#main #establish,
#main #supple {
	width: 680px;
	margin-left: 30px;
	background-color: #fffff8;
	border: 3px solid #cb9b0c;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#main #function h4,
#main #establish h4,
#main #supple h4 {
	color: #600;
	font-size: 100%;

}
#main #function p,
#main #establish p,
#main #supple p {
	margin-left: 10px;

}


/*個別説明のみ　右サイドを下にずらす
---------------------------------------------------*/
#contents #right {
	margin-top: 50px;
	clear: right;
}
