@charset "utf-8";
/*
説明：どんなサイトでも使用できる汎用性の高いCSSを記述
使用：共通CSSのみ記述、各ページCSSはcontents.cssへ
LATEST UPDATE：09.10.25
*/

/* ---------------------------------- list */
/*各ページで使い回すリストスタイル*/
#main-contents {
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-size: 1.2em !important;
}
ul.left20 {
	margin: 0 0 20px 20px;
	list-style-type: none;
}
ul.left20 li {
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	line-height: 160%;
}
ul.disc {
	margin: 0px 0px 20px 0;
}
ul.disc li {
	list-style-type: disc;
	margin: 0px 0px 10px 30px;
}
ul.square {
	margin: 0px 0px 20px 0;
}
ul.square li {
	list-style-type: square;
	margin: 0px 0px 10px 30px;
}
ol.number {
	margin: 0 0 10px 20px;
}
ol.number li {
	margin: 0px 0px 10px 20px;
	padding-bottom: 5px;
	list-style-type: decimal;
	border-bottom: 1px dotted #aaa;
}
* html ol.number li {
	margin: 0px 0px 5px 30px;
}
*:first-child+html ol.number li {
	margin: 0px 0px 5px 30px;
}
ul.left20 li ul.child, ul.disc li ul.child, ul.square li ul.child, ol.number li ul.child {
	margin: 5px 0 10px 0;
}
ul.left20 li ul.child li, ul.disc li ul.child li, ul.square li ul.child li, ol.number li ul.child li {
	margin: 0px 0px 5px 0;
	padding-bottom: 5px;
	list-style-type: none;
	border-bottom: 0px dotted #aaa;
	line-height: 1.4em;
}
ul.left20 li ul.child_number, ul.disc li ul.child_number, ul.square li ul.child_number, ol.number li ul.child_number {
	margin: 5px 0 10px 2em;
}
ul.left20 li ul.child_number li, ul.disc li ul.child_number li, ul.square li ul.child_number li, ol.number li ul.child_number li {
	margin: 0px 0px 5px 0;
	padding-bottom: 5px;
	list-style-type: decimal-leading-zero;
	border-bottom: 0px dotted #aaa;
	line-height: 1.4em;
}
dl.d-list1 {
	margin: 0;
	line-height: 1.4em;
}
dl.d-list1 dt {
	width: 60px;
	margin-bottom: -1.4em;
	font-weight: bold;
}
dl.d-list1 dd {
	width: auto;
	margin: 0 10px 5px 70px;
	padding: 0 0 5px 0;
	border-bottom: 1px #999 dotted;
}
dl.d-list1 dd.end {
	margin: 0 10px 0 70px;
	padding: 0 0 0 0;
	border-bottom: 0px #999 dotted;
}
/* ---------------------------------- 備考などの四角 */
div.relation-box2 { /* 関連DLファイル 枠 */
	clear: both;
	margin: 30px 20px;
	padding: 15px 15px 15px 15px;
	background: #FFF1C8;
	border: 1px solid #c6ced2;
}
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
html, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 62.5%;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
h3 {
	font-size: 1.4em;
	font-weight: normal !important;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
p {
	word-wrap: break-word;
	font-size: 1.2em;
}
/*a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: underline !important;	
		color: #006CD8 !important;	

}
a:hover {
	text-decoration: none !important;
}
a:visited {
	color:#000080 !important;
	}*/
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/** サイドメニュー **/
#navi a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
div#pankuzu {
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 4px;
}
.text11 {
}
.m_top20 {
	margin-top: 20px;
}
.m_top30 {
	margin-top: 30px;
}
.m_bottom60 {
	margin-bottom: 60px;
}
#page {
	width: 704px;
}
.contenttext {
	line-height: 1.3em;
}
.boxStyle101, .boxStyle111, .boxStyle121 {
	margin-top: 10px;
}
.boxStyle101 {
	width: 704px;
	position: relative;
}
.boxStyle111, .boxStyle121 {
	width: 344px;
	margin-bottom: 30px;
}
.boxStyle111 {
	float: left;
}
.boxStyle121 {
	float: right;
}
.boxStyle131 {
	clear: both;
	text-align: center;
	width: 431px;
	margin: 0 auto;
	font-weight: 700;
}
.boxheader101, .boxheader102, .boxheader105 {
	width: 702px;
	height: 50px;
	margin: 0 1px;
	background: url(../img/headerbg_law.jpg) repeat-x;
}
.boxStyle111 .boxheader101, .boxStyle121 .boxheader101 {
	width: 342px;
}
.boxheader103, .boxheader104 {
	width: 100%;
	height: 63px;
}
.boxheader103 {
	background: url(../img/headerbg_law02.jpg) no-repeat;
}
.boxheader104 {
	background: url(../img/headerbg_law03.jpg) no-repeat;
}
.boxheader101 h3, .boxheader102 h3, .boxheader105 h3 {
	color: #FFF;
	font-weight: 700;
	padding-top: 16px;
}
.boxheader101 h3 {
	background: url(../img/icon01.jpg) no-repeat;
	height: 20px;
}
.boxheader102 h3 {
	padding-left: 24px;
}
.boxheader103 h3, .boxheader104 h3 {
	font-weight: 700;
	padding-top: 22px;
	padding-left: 24px;
}
.boxheader105 h3 {
	font-weight: 700;
	padding-left: 22px;
}
.boxStyle101 .boxheader101 h3 {
	padding-left: 151px;
	background: url(../img/icon01.jpg) no-repeat 119px 15px;
	height: 23px;
}
.boxStyle111 .boxheader101 h3, .boxStyle121 .boxheader101 h3 {
	padding-left: 46px;
	background: url(../img/icon01.jpg) no-repeat 14px 15px;
	height: 20px;
}
.boxcontent101 {
	background: url(/images_j/common/box704_middle.jpg) repeat-y;
	padding: 20px;
	overflow: hidden;
	min-height: 100px;
	height: auto;
}
.boxcontent102, .boxcontent103, .boxcontent104, .boxcontent105 {
	display: inline-block;
	position: absolute;
}
.boxcontent102 {
	top: 10px;
	left: 10px;
	z-index: 3;
}
.boxcontent103 {
	width: 240px;
	margin-left: 100px;
}
.boxcontent104 {
	top: 60px;
	left: 370px;
}
.boxcontent105 {
	top: 60px;
	left: 520px;
}
.boxcontent113 {
	background: url(/images_j/common/box344_middle.jpg) repeat-y;
	padding: 20px;
	height: 170px;
}
.boxcontent113_2 {
	background: url(/images_j/common/box344_middle.jpg) repeat-y;
	padding: 20px;
	height: 200px;
}
.boxcontent114 {
	height: 63px;
}
.boxcontent115, .boxcontent116 {
	width: 300px;
}
.boxcontent115 img {
	margin-top: 10px;
}
.alignright {
	text-align: right;
}
.boxcontent116 img {
	margin-top: 26px;
}
.boxcontent117 {
	margin-bottom: 10px;
}
.boxcontent118 {
	padding: 18px 24px 25px 24px;
}
.boxcontent119 {
	background: url(/images_j/common/box704_middle.jpg) repeat-y;
	width: 100%;
	padding: 20px 0 20px 0;
}
.boxcontent119 .contenttext {
	width: 380px;
	margin: 0 0 0 20px;
	float: left;
}
.boxcontent119 .contentimg {
	float: right;
	display: block;
	margin: 0 20px 10px 0;
}
.boxcontent120 {
	width: 700px;
	clear: both;
	margin: 30px 0 0 11px;
}
.boxcontent120 img {
	padding: 0 11px 0 11px;
}
.contentheader {
	font-weight: 600;
	padding-left: 35px;
	background: url(../img/icon02.jpg) no-repeat 0px 0px;
	margin-top: 10px;
	height: 20px;
}
.boxcontent113 .contentheader {
	margin-bottom: 15px;
}
.boxStyle141 {
	margin: 60px 0 0px 6px;
	text-align:center;
}
.boxStyle141 a {
	text-decoration:none !important;
}
.boxStyle141 img {
	margin: 0 6px 0 6px;
	border: none !important;
}
.boxStyle151 {
	margin-bottom: 20px;
}
.boxcontent121 {
	width: 656px;
	background: url(/images_j/common/box704_middle.jpg) repeat-y;
	padding: 18px 24px 35px 24px;
	line-height: 19.56875px;
	overflow: hidden;
}
.width400 {
	width: 400px;
	float: left;
}
.boxcontent122 {
	width: 418px;
	margin: 20px auto 20px auto;
	text-align:right;
}
.boxcontent123 {
	float: right;
	width: 226px;
}
.boxcontent124 {
	background: url(/images_j/common/box704_middle.jpg) repeat-y;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.boxcontent125 {
	width: 672px;
	padding: 0px 16px 0px 16px;
	font-size: 0.9em;
	overflow: hidden;
}
.boxcontent126 {
	width: 194px;
	vertical-align: top;
	margin: 20px 14px 0 14px;
	float: left;
}
.boxcontent127 {
	background: #50C5D2;
	height: 120px;
}
.boxcontent128 {
	height: 100px;
	background: #50C5D2;
}
.boxcontent127 ul, .boxcontent128 ul {
	padding: 8px 12px;
}
.boxcontent127 ul li, .boxcontent128 ul li {
	color: #FFF;
	list-style: disc inside;
	padding-left: 1em;
	text-indent: -1em;
}
.boxcontent127 ul li a:link, .boxcontent127 ul li a:visited, .boxcontent128 ul li a:link, .boxcontent128 ul li a:visited {
	color: #FFF !important;
}
.boxcontent127 ul li a:hover, .boxcontent128 ul li a:hover {
	color: #DDE !important;
}
.boxcontent129 img {
	margin-top: 22px;
	margin-left: 42px;
}
.boxcontent130 {
	height: 53px;
	padding: 0;
}
.boxcontent131 {
	background: url(/images_j/common/box704_middle.jpg) repeat-y;
	width: 704px;
	padding-top: 20px;
	padding-bottom: 35px;
}
.boxcontent132 {
	width: 664px;
	margin: 0 auto;
	font-weight: normal;
}
.boxcontent133 {
	width: 100%;
}
.boxcontent134 {
	width: 400px;
	float: left;
}
.boxcontent135 {
	width: 210px;
	float: right;
}
.boxcontent136 {
	clear: both;
	width: 100%;
	padding-top: 30px;
}
.boxcontent137 {
	font-weight: 600;
	color: #00688C;
	padding-bottom: 15px;
}
.boxcontent138 {
	width: 614px;
	margin: 30px 10px 35px 40px;
}
.boxcontent138 ol {
	margin: 16px 0 0 50px;
}
.boxcontent138 ol li {
	list-style: decimal;
}
.boxcontent139 {
	color: #00688C;
	letter-spacing: 0.7em;
	margin-top: 16px;
}
.boxcontent140 {
	width: 100%;
	border: #00688C solid 1px;
	background-color: #DFF7FF;
	margin-top: 50px;
}
.boxcontent141 {
	width: 664px;
	padding: 10px;
}
.boxcontent141 a {
	padding-left: 20px;
	font-weight: 600;
}
.boxcontent142 {
	color: #00688C;
	font-weight: 600;
	margin-bottom: 7px;
}
.boxcontent143 {
	width: 644px;
	border-top: #00688C solid 2px;
	margin-top: 13px;
}
.boxcontent144 {
	width: 400px;
	padding-top: 26px;
	float: left;
}
.boxcontent145 {
	width: 210px;
	padding-top: 20px;
	float: right;
}
.boxcontent146 {
	font-weight: 600;
	margin: 26px 0 8px 0;
}
.boxcontent146 img {
	padding-left: 5px;
}
.boxcontent147 {
	margin-left: 1em;
	margin-bottom: 16px;
}
.boxcontent147_2 {
	margin-left: 1em;
}
.boxcontent148 {
	font-weight: 600;
	display: list-item;
	list-style: disc inside;
	color: #006CD8;
}
.boxcontent148 img {
	padding-left: 5px;
}
　 .boxcontent150 {
	width: 30px;
	float: left;
}
.boxcontent151 {
	margin-left: 30px;
}
.boxcontent151 ol li {
	list-style: upper-alpha inside;
	margin-left: 2px;
}
.boxcontent152 {
	clear: both;
	text-align: right;
	color: #F93 !important;
}
.boxcontent152 a {
	color: #F93 !important;
}
.boxcontent153 {
	margin-top: 16px;
}
.boxcontent154 {
	margin-left: 270px;
}
.textlist li {
	list-style-position: inside !important;
	list-style-type: disc !important;
	margin: 10px 0 0 5px;
	width: 500px;
}
.floatleft {
	float: left;
	display: block;
}
.floatright {
	float: right;
	display: block;
}
.boxStyle200 {
	width: 702px;
	overflow: hidden;
	margin: 10px 0 0 1px;
}
.guidelinebunner {
	width: 345px;
	display: block;
}
#display_box {
	width: 600px;
	margin: 0 auto;
}
#display_box li {
	width: 295px;
	float: left;
	margin: 0 10px 0 0;
}
.mgtop{
	margin-top: 20px;
	}
.innerbox620 {
	width: 620px;
	margin: 20px 0 30px 15px;
	border-left-width: 3px!important;
	border-left-style: solid!important;
	border-left-color: #50c5d2!important;
	height: 60px;
	font-size: 1.3em;
	padding: 5px 0 5px 10px !important;
}
.syuruimei {
	float: left;
	width: 230px;
	vertical-align: middle;
	font-weight: bold;
	color: #333 !important;
	margin: 0 !important;
	border: none !important;
}
.bunner {
	width: 290px;
	float: right;
}
.textsmall {
	font-size: 0.5em;
}
.twoallow {
	padding: 15px 0 0 0;
}
.mt20px{
	margin-top: 20px;
	}	
.textblue{
	color: #0000FF;
}	