@charset "utf-8";

/*
////////////////////////////////////////////////////////////////////////////////////////// 初期化 */

* {
    margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: normal;
	list-style: none;
}
body, div, h1, h2, h3, h2, h3, h6, p, address,
table, th, td, ul, ol, li, dl, dt, dd,
pre, blockquote, form, fieldset, input,
textarea, select, option, embed, object {
    margin: 0;
    padding: 0;
	font-style: normal;
	font-weight: normal;
	list-style: none;
}
img {
    border-style : none;
	vertical-align: bottom;
}
td {
	vertical-align: middle;
}
th {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
ul li img {
		display: inline;
}


/*
////////////////////////////////////////////////////////////////////////////////////////// クリアー */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	clear: both;
    margin: 0;
    padding: 0;
    display: block;
}
.clearfix img {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}
.clear {
	clear: both;
    margin: 0;
    padding: 0;
    display: block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	clear: both;
    margin: 0;
    padding: 0;
    display: block;
}
.clearfix img {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}


/*
////////////////////////////////////////////////////////////////////////////////////////// 全体属性 */

body,
table {
	font-family: "Lucida Grande", Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    color: #333333;
	font-size: 13px;
	line-height: 21px;
}
#contents .h3Box h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}
th label {
	font-weight: bold !important;
}
.strong {
	font-weight: bold !important;
}
strong {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}
.underline {
	text-decoration: underline !important;
}
.red {
	color: #b30000 !important;
}
.blue {
	color: #0541af;
} 
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.mar_b20 {
	margin-bottom: 20px !important;
}
.mar_b10 {
	margin-bottom: 10px !important;
}
.mar_b05 {
	margin-bottom: 5px !important;
}
a:link {
    color: #ef454a;
	text-decoration: underline;
}
a:visited {
    color: #ef454a;
	text-decoration: underline;
}
a:hover {
    color: #e96e7e;
	text-decoration: underline;
}
a:active {
    color: #ef454a;
	text-decoration: underline;
}
.border_b {
	padding-bottom: 15px !important;
	border-bottom: dotted 1px #dddddd;
}

.border_lb {
	padding-bottom: 15px !important;
	border-bottom: dotted 1px #ef454a;
}


/*
////////////////////////////////////////////////////////////////////////////////////////// リスト */

ul.list01 li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
}
ul.list02 li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
ul.list03 li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
ul.list04 li {
	list-style-type: upper-roman;
	list-style-position: outside;
	margin-left: 35px;
	font-weight: bold;
}
ul.list04 li ul.list03 li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
	font-weight: normal;
}
.blank {
	background-image: url(../images/common/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.link {
	background-image: url(../images/common/icon_arrow_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
.return {
	background-image: url(../images/common/icon_return.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.pdf {
	background-image: url(../images/common/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.word {
	background-image: url(../images/common/icon_word.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////// レイアウト */

body {
	margin: 0;
	padding: 0;
	background-color: #f9f9f9;
	text-align: center;
}
#container {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}
#header {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/popup/navi_bg.gif);
	background-repeat: repeat-x;
}
#headerIn {
	clear: both;
	margin: 0 auto;
	padding: 0 0 6px 0;
	width: 540px;
	text-align: left;
}
#headerIn h1 {
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	width: 138px;
}
#contents {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 540px;
	text-align: left;
}
#contents h2 {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
}
#contents .h3Box {
	clear: both;
	margin: 0 0px 10px 0px;
	padding: 6px 2px 6px 2px;
	border-top: solid 2px #ef454a;
	border-bottom: dotted 1px #ef454a;
	background-color: #f9f9f9;
}
#contents .h3Box h3 {
	clear: both;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: solid 3px #ef454a;
}
.paragraph {
	clear: both;
	margin: 0 0 10px 0;
}
#close {
	clear: both;
	margin: 0;
	padding-left: 140px;
	text-align:left;
}
#close li {
	float: left;
	margin-left: 0;
	padding-right: 10px;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../images/popup/foot_bg.gif);
	background-repeat: repeat-x;
	background-color: #f9f9f9;
}
#footerIn {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 540px;
	text-align: left;
}
address {
	clear: both;
	margin: 0 0 0 91px;
	padding: 0;
}
address img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
table {
	margin: 0;
	padding: 0;
	width: 540px;
	border-top: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
}
table th {
	clear: both;
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background-color: #fff7f7;
}
table td {
	clear: both;
	margin: 0;
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
}
table th.style01 {
	border-right: dotted solid 1px #aaaaaa;
	background-color: #fcfcfc;
} 