@charset "utf-8";


* {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; 
}


body{
	margin: 0;
	color:#333;
}

h2{
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #b68c42;
	line-height: 132%;
}

a{
	color: #333;
}

/*
a{
	color: #55a72c;
	text-decoration: none;
	font-size: 70px;
}
*/

p,td,th,li,span,a,strong{
/*	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "MS PGothic", sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
	font-size:14px;
}

p {
}


.clear{
	clear:both;
}

.img_center{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

table {
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
	margin-top: 11px;
	margin-bottom: 15px;
}
th {
	color: #FFF;
	height:40px;
	font-weight:normal;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #444;
	padding: 0.3em 1em;
	text-align: center;
	white-space: nowrap;
}
td {
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
    padding:0.3em 1em;
}


ul.d {
	width: 100%;
	margin-right: 4px;
	/*	margin-left: 4px; */
	margin-top: 35x;
	margin-bottom: 35px;
	/*	padding-left: 5px;
	padding-right: 4px;*/
	border-top: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
	border-right: 0px solid #DDDDDD;
	padding-left: 34px;
	padding-top: 15px;
	padding-bottom: 10px;
/*	border-left: 2px solid #51A058; */
}

ul.d li {
	padding-top: 4px;
	padding-right: 21px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
/*	background-color: #EBFBED;*/
/*	background-color:#eee; */
	/*	border: 1px solid #91CC8D; */
	list-style-type: none;
	line-height: 191%;
	font-size: 14px;
}


li span.num {
	font-size: 18px;
	font-weight: bold;
	margin-right: 11px;
}
h2 span.num {
	font-weight: bold;
	font-size: 28px;
	padding-right: 17px;
	line-height: 0px;
	padding-left: 11px;
}

.notes{
	font-size: 12px;
	color: #AAA;
	font-weight: normal;
}

.notes_black{
	font-size:12px;
	color:#999;
}

.notes_b{
	font-size: 12px;
	color: #888;
	line-height: 126%;
	margin-left: 183px;
}

ul.link{
	margin-left: -28px;
}

ul.link li{
	list-style-type: none;
	padding-top: 18px;
	padding-bottom: 12px;
}

ul.link li img{
	margin-bottom: -1px;
}

ul.link li a:before{
	content: url(../img/linkmark.gif);
	float: left;
	position: relative;
	top: 1px;
	right: 9px;
}

ul.link li a{
	color: #222;
	font-size: 14px;
	font-weight: bold;
}
ul.link li a:hover{
	color:#55a72c;
}

/*
ul.link li a:before{
	content " ☆";
	font-size: 18px;
	text-align:center;
	background: url(img/linkmark.gif) 0px 0px;
}

ul.link span.linkmark{
	width: 103px;
	height: 80px;
	background-color: #62B25D;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
}

span.linkmark {
	width: 30px;
	height: 30px;
	background-color: #62B25D;
}
*/
section h2#body_copy {
	margin-top: 47px;
	margin-bottom: 8px;
}
div.div_notes_b {
	margin-left: 112px;
}
div.info_plate {
	border: 1px solid #000000;
	padding-left: 16px;
	padding-right: 16px;
}
