@charset "UTF-8";
/* CSS Document */

#special_page{
	width:720px;
	margin:0 auto 1em auto;
	
}

p,li,td{
	font-size:14px;
	line-height:21px;
}

ul{
	padding-left:2em;
	/padding-left:0em;
	/margin-left:2em;
}

h3 {
	color: #191970;
	text-align: left;
	font-size:20px;
	padding:5px 0 0 2.5em;
	margin:0 0 1em 0;
	background-image:url(../img/icon_book00.png);
	/*background-image:url(../img/features_img/heart_top.jpg);*/
	background-repeat:no-repeat;
	border-bottom:1px solid #191970;
}

h4{
	font-size:14px;
}


.block1_contents p{
	font-size:12px;
	line-height:18px;
}

.block1_contents p.title1{
	font-size:16px;
	line-height:18px;
}

.block{
	margin:1em 2em 2em 2em;
	padding:1em;

	/*background-image:url(../img/features_img/haikei_grass.jpg);
	background-position:0px -150px;*/
	/*background-image:url(../img/features_img/heart.jpg);*/
	background-position:100% 60px;
	background-repeat:no-repeat;

}
.block2{border:none;}

table .auth td{
	vertical-align:top;
}

#naiyou ul,#tokuchou ul{
	margin-left:1em;
}
#naiyou li{
	margin-bottom:1em;
	list-style-image:url(../img/list_12/list_12_04.gif);
	font-size:14px;
}

#tokuchou li{
	margin-bottom:0em;
	font-size:14px;
}

#mokuji h4{
	margin:1em 0 0 1em;
	line-height:20px;
	font-size:16px;
}

#mokuji h5{
	font-size:16px;
	margin:7px 28px;
	font-weight:bold;
}

#mokuji ul{
	margin-left:3em;
}
#mokuji li{
	list-style:circle;
	margin-top:3px;
}

.toggle{
	color:#FFF;
	background-color:#609;
	padding:2px;
	font-size:12px;
	line-height:12px;
	height:16px;
	width:40px;
	text-align:center;
	cursor:pointer;
	margin-left:1em;
}
.sub{
	margin:0 0 1em 1em;
	line-height:20px;
}

.title1{
	font-size:16px;
}

.t16{
	font-size:16px;
}

.bold{
	font-weight:bold;
}

.article h4{
	font-size:18px;
	border-bottom:2px solid black;
	padding:4px 0 4px 8px;
	background-color:white;
	
	/*gradient grey*/
	
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.fontsize_12{
	font-size:12px;
}
.article .links{
	text-align:right;
	margin-right:2em;
	color:red;
}

.article .lead{
	font-weight:bold;
}
.article p{
	line-height:28px;
}
