h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin-top: 0;
	margin-bottom: 0;
}
* {margin: 0; padding: 0;}
img{
	border: 0px;
}
c-both { clear: both; }
.accent_red{
	color: #e02020;
}
.accent_green{
	color: #009900;
}
/*タイトル*/
h1{
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 0px
}
div#title{ 
	background: #fff;
	border-bottom: solid 1px #000;
	border-left: solid 5px #FF8C1A;
	padding: 2px 5px;
	text-align: left;
}
#title p{ 
	font-size: 0.8em;
}
/*primary*/
#primary{
	text-align: left;
	width: 650px;
	font-size: 0.9em;
	line-height: 1.5;
	padding-top: 16px;
}
#detail{
	padding: 0 10px;
}
#detail h2{
	margin-top: 16px;
	font-size: 1.2em;
	text-align: right;
}
/*secondary*/
#secondary{
	text-align: left;
	width: 650;
	font-size: 0.9em;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 1.0em;
}
#secondary h2{
	font-size: 1.0em;
	background-color: #EEE;
	border-bottom: 1px solid #C1C1C1;
	border-left: 5px solid #c03;
	clear: right;
	font-weight: bold;
	margin: 10px 10px 5px 5px;
	padding: 6px 0 4px 5px;
}
div#index{
	margin-top: 0;
	margin-bottom: 20px;
}
div#index h2{
	font-size: 1.0em;
	background-color: #EEE;
	border-bottom: 1px solid #C1C1C1;
	border-left: 5px solid #0c3;
	clear: right;
	font-weight: bold;
	margin: 10px 10px 5px 5px;
	padding: 6px 0 4px 5px;
}
#secondary h2.link_pdf a{
	text-decoration: none;
}
#secondary h2.link_pdf a:hover{
	text-decoration: underline;
}

#secondary h3{
	font-size: 1.0em;
	font-weight: normal;
	margin-left: 20px;
}
#secondary h4{
	font-size: 1.0em;
	font-weight: normal;
	margin-left: 30px;
}
#secondary p{
	font-size: 1.0em;
	font-weight: normal;
	margin: 10px;
}
#index ul{
	font-size: 1.0em;
	font-weight: normal;
	list-style-type: none;
	margin-left: 40px;
	text-decoration: none;
}
#index ul a{
	text-decoration: none;
}
#footer{
	text-align: left;
	width: 650px;
	font-size: 0.8em;
	line-height: 1.5;
}
#footer div.how{
	margin-left: 10px;
}
#link{
	/*margin-top: 16px;*/
	text-align: right;
}
#link p{
	margin-bottom: 1em;
}
/*テーブル*/
table.table001{
	border-top: 0px solid #333;
	border-right: 0px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 10px;
	line-height: 140%;
	width: 630px;
	font-size: 1.0em;
	border:3px double #FF9900;
	background-color:#FFFFCC;
}

html>body .table001{
	border-collapse:separate;
}

.table001 th{
	border-left: 0px solid #333;
	border-bottom:  0px solid #333;
	color:#333;
	padding: 4px;
	text-align: left;
}

.table001 td.sec001{
	border-left: 0px solid #333;
	border-bottom: 0px solid #333;
	width: 120px;
	padding: 4px;
	text-align: right;
	font-weight: bold;
}
.image_border{border: 1px solid #cccccc;}
