@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */



/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	margin-bottom: 20px;
}
th, td	{
	padding: 5px 10px;
}

/* sys
----------------------------------------------------------- */
.sys	{
	width: 450px;
	background-image: url(../images/sys_td.jpg);
}
.sys th	{
	border: 1px solid #999999;
	background-image: url(../images/sys_th.jpg);
	color: #333;
	width: 200px;
	font-weight: bold;
}
.sys td	{
	color: #333;
	width: 100px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.money {
	border: 1px solid #999999;
	width: 50px;
	text-align: right;
}


ol.syslist	{
	margin:10px 0px 0px 25px;
	padding-top: 0px 0px 0px 0px;
}
ul.syslist	{
	list-style-type: square;
	margin:15px 0px 15px 20px;
	padding-top: 0px 0px 0px 0px;
}
ul.simelist	{
	list-style: none;
	margin:15px 0px 15px 20px;
	padding-top: 0px 0px 0px 0px;
}
li.li1	{
	margin:0px 0px 0px 0px;
}
li.li2	{
	list-style: none;
	margin:0px 0px 0px 0px;
}
li.li3	{
	list-style: none;
	margin:0px 0px 0px 10px;
}
li.no	{
	margin:10px 0px 0px 0px;
}


dl.nyukai {
	width: 250px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0 10px 5px 10px;
}


dl.nyukai dt {
	float: right;
	margin-left: 10px;
	text-align: left;
	width: 70px;
	padding: 5px 0;
	text-align: right;
}

dl.nyukai dd {
	padding: 5px 10px 5px 0;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
}

dl.nyukai img {
	padding: 10px 15px;
}
