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


@import url(default.css);


/* default */
span {
	color:#666;
}

/* #wrap */
h1 {
	font-size:200%;
/*	color:#0066cc;*/ /*三省堂標準（青）*/
/*	color:#800080;*/ /*デイリー六法用 #191970*/
/*	color:#C71585;*/ /*公務員六法用 #191970*/
/*	color:#FF4500;*/ /*三省堂新六法用*/
/*	color:#B8860B;*/ /*たぶん教育六法*/
	margin-left:0;
}

h1.subh1 {
	line-height:1.1;
}
span.series {
	color:#996600;
	font-size:85%;
}

.bookpage {
	font-size:50%;
	font-weight:normal;
}
p.bookpage_foot {
	text-align:center;
	font-size:100%;
	font-weight:normal;
}

span.subh1 {
	font-size:60%;
}

span.entry {
	color:#666; /*or #333*/
}

/* #contents */
h2 {
	margin-left:17px;
/*	color:#0066cc;*/ /*三省堂標準（青）*/
/*	color:#191970;*/ /*デイリー六法用 #483D8B*/
/*OK	color:#483D8B;*/ /*公務員六法用*/
/*	color:#8B0000;*/ /*三省堂新六法用*/
	color:#333333;
}

h3 {
	margin-left:34px;
}
h4 {
	margin-left:51px;
}
h5 {
	margin-left:68px;
}
h6 {
	margin-left:85px;
}


/*明朝系*/
.mincho {
	 font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Times, serif; 
}

/*ゴチック系*/
.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}


/*body*/
#wrap {
    width:741px;
	background-color: #fff; /*#f5f5f5; #FFFFBF;*/
    /*background:#C7D5ED; 制作確認用*/
	margin:20px auto;
	padding:2px 0 0 0;
}

#contents {
	padding:0 17px 10px 17px;
}

#pagemenu {
	padding:0 0 5px 0;
}

div.entry {
}

div.sentences {
	margin:0 4em 0 4em;
	padding:0 0 2px 0;
}

/* 引用 */
blockquote {
	color:#000066;
	padding:10px 10px;
}


p {
	text-indent:1em;
}

p.firstline {
	text-indent:0;
/*	margin-left:0.5em;*/
}

p.date {
	text-align:right;
/*	padding:0 0.5em 0 0; */
}

/* person: 文章末尾のサイン */

div.person {
}

p.person_note {
	text-align:right;
	font-size:115%;
	line-height:1.0;
	margin-top:30px;
	margin-bottom:0;
}

p.person {
	text-align:right;
	font-size:125%;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:50px;
}
/******************************/


#copyright {
	text-align:center;
}


/* names: 文章末尾の連名サイン */
div.names {}

ul.names {
	list-style-type:none;
}

ul.names li {
	text-align:right;
}

/*******************************/


/*索引・目次*/

ul.list1st {
	list-style-type:none;
	line-height:1.4;
}
ul.list1st li {
	font-size:131%;
	font-weight:bold;
}

ul.list2nd {
	list-style-type:none;
	padding:0;              /*継承するからこれ以下に適用される*/
		margin: 20px 1em 40px 1em;

}
ul.list2nd li {
font-size:100%;
font-weight:normal;
}



ul.list3rd {
	/*list-style-type:none;*/
	/*大文字ローマン数字はない：*/
	list-style-type:upper-roman;/**/
}

ul.list3rd_none {
	list-style-type:none;
	margin-top:0;
	padding-left:2em;
}
ul.list3rd_decimal {
	list-style-type:decimal;
	margin-top:0;
	padding-left:3em;
}

/*
div.base table {
border:0;
border-spacing:0;
empty-cells:show;
	font:16px/1.465 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
		margin: 20px 1em 40px 2em;

}
div.base td {
vertical-align:top;
border-color:#FFF;
}
*/
div.white_table table {
border:0;
border-spacing:0;
empty-cells:show;
	font:16px/1.465 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
		margin: 20px 0 30px 2em;

}
div.white_table td {
vertical-align:top;
border-color:#FFF;
}

div.white_table tr.midashi {
font-size:125%;
font-weight:bold;
}


ul.list4th {
	list-style-type:none;
}


ul.furoku {
	list-style-type:decimal;
	list-style-position:outside;
}

hr.borderline {
	border:1px dashed #666;
	background-color:#FFF;
	margin:10px 0 15px 0;
}


div.list_area {
margin:5px 0 0 3em;
line-height:1.4;
}

p.para_list {
text-indent:-2em;
margin-left:4em;
}
