/* common */
/* -------------------------------------------------------- */
* {
	font-family: 'ＭＳ Ｐゴシック','ＭＳ ゴシック',Osaka,sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 80%;
}
p, ul, ol, dl, table, .asset-content {
	font-size: 80%;
	line-height: 150%;
}
.asset-content p, .asset-content ul, .asset-content ol, .asset-content dl, .asset-content table, 
.asset-content h3, .asset-content h4, .asset-content h5, .asset-content h6, .asset-content h7, 
table p, table ul, table ol, table dl, table table {
	font-size: 100%;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: block;
}
input, select {
	vertical-align: middle;
}


/* clear */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* link */

a:link,
a:visited,
a:active {
	color: #004e97;
	text-decoration: underline;
}
a:hover {
	color: #004e97;
	text-decoration: none;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width: 802px;
	text-align: left;
	margin: 0 auto;
	background: url(../img/bg_container.gif) repeat-y left top;
}
#container-inner {
	width: 800px;
	text-align: left;
	margin: 0 1px;
	background: url(../img/bg_body.gif) repeat-x left top;
}


/* header */
/* -------------------------------------------------------- */

#header {
	width: 800px;
	height: 185px;
	background: url(../img/top_image.jpg) no-repeat 310px 20px;
}

#header-navi {
	height: 20px;
	margin-left: 600px;
	background: url(../img/bg_02.gif) no-repeat 110px 5px;
}
#header-navi li {
	margin-top: 5px;
	padding-left: 30px;
	float: left;
}


/* pan-list */

#pan-list-block {
	width: 780px;
	margin-left: 10px;
}

#pan-list {
	font-size: 70%;
	list-style-type: none;
	float: right;
}
#pan-list li {
	padding-right: 7px;
	float: left;
}
#pan-list li a {
	display: block;
	padding-right: 15px;
	background: url(../img/icon_panlist.gif) no-repeat right center;
}
#pan-list a:link,
#pan-list a:visited,
#pan-list a:active {
	color: #333333;
	text-decoration: none;
}
#pan-list a:hover {
	color: #333333;
	text-decoration: underline;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width: 770px;
	margin-left: 15px;
	margin-bottom: 30px;
}


/* main */

#main {
	width: 550px;
	float: right;
}


/* side */

#side {
	width: 190px;
	float: left;
}

.side-block-1,
.side-block-2 {
	width: 190px;
	margin-bottom: 10px;
	background: url(../img/bg_side.gif) repeat-y left top;
	border-bottom: solid 1px #adaebc;
}
.side-block-2 h2 {
	margin-bottom: 5px;
}

.side-navi {
	width: 188px;
	font-size: 90%;
	margin-left: 1px;
}
.side-navi li {
	width: 188px;
	overflow: hidden;
	float: left;
}
.side-navi a {
	display: block;
	padding: 4px 5px 3px 20px;
}
.side-navi a:link,
.side-navi a:visited,
.side-navi a:active {
	color: #000000;
	text-decoration: none;
	background: url(../img/bg_side_navi_01.gif) no-repeat left bottom;
}
.side-navi a:hover {
	color: #000000;
	text-decoration: none;
	background: url(../img/bg_side_navi_01.gif) no-repeat right bottom;
}

.side-list {
	width: 188px;
	font-size: 70%;
	line-height: 120%;
	margin-left: 1px;
}
.side-list dt {
	padding: 0 5px;
}
.side-list dd {
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.side-list dd.last {
	margin-bottom: 0;
	padding: 0 5px 5px 5px;
	background: none;
}
.side-list a:link,
.side-list a:visited,
.side-list a:active {
	color: #000000;
	text-decoration: none;
}
.side-list a:hover {
	color: #000000;
	text-decoration: underline;
}


.rss-items {
	width: 188px;
	font-size: 70%;
	line-height: 120%;
	margin-left: 1px;
}
.rss-items li {
	padding: 5px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.rss-items li a {
	line-height: 180%;
	padding: 0;
	background: none;
}
.rss-items li a:link,
.rss-items li a:visited,
.rss-items li a:active {
	text-decoration: underline;
}
.rss-items li a:hover {
	text-decoration: none;
}

.side-last-block {
	width: 188px;
	height: 2px;
	margin-left: 1px;
	background: #e6eef2;
	position: relative;
	top: -2px;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width: 800px;
	padding-top: 10px;
	padding-bottom: 35px;
	background: #d9e0e8;
}


/* footer-bt-top */

#footer-bt-top {
	position: relative;
}
#footer-bt-top p {
	width: 770px;
	text-align: right;
	position: absolute;
	top: -30px;
}
#footer-bt-top img {
	display: inline;
}


/* footer-navi */

#footer-navi {
	text-align: center;
	margin-bottom: 15px;
}
#footer-navi li {
	display: inline;
}
#footer-navi a:link,
#footer-navi a:visited,
#footer-navi a:active {
	color: #333333;
	text-decoration: none;
}
#footer-navi a:hover {
	color: #333333;
	text-decoration: underline;
}


/* footer-copy */

#footer-copy {
	text-align: right;
	margin: 0 30px;
}


#supported-text {
	text-align: right;
	margin: 0 30px;
}
#supported-text a:link,
#supported-text a:visited,
#supported-text a:active,
#supported-text a:hover {
	color: #333333;
	text-decoration: none;
}




/* asset */
/* -------------------------------------------------------- */

.asset {
	margin-bottom: 20px;
}
.asset-content {
	margin: 0 0 10px 0;
	padding: 0;
}
.asset-content p,
.asset-content ol,
.asset-content ul,
.asset-content dl,
.asset-content table {
	margin-bottom: 10px;
}
.asset-content h4 {
	color: #02164f;
	margin-bottom: 10px;
	padding: 0 0 2px 2px;
	background: url(../img/line_02.gif) repeat-x left bottom;
}
.asset-content h5 {
	color: #02164f;
	margin-bottom: 10px;
}


/* title-1 */

.title-1 {
	margin-bottom: 15px;
	padding: 8px 2px 5px 2px;
	background: url(../img/bg_04.gif) no-repeat right top;
	border-bottom: solid 1px #b3b9ca;
}
.title-1 .title {
	font-size: 80%;
	color: #02164f;
}


/* asset-header */

.asset-header {
	width: 100%;
	margin-bottom: 15px;
	background: url(../img/bg_03.gif) repeat-x left center;
}
.asset-header .title {
	white-space: nowrap;
	color: #02164f;
	margin: 0 8px;
	padding: 2px 5px;
	background: #ffffff;
	float: left;
}


/* asset-faq */

.asset-faq {
	margin-bottom: 15px;
}
.asset-faq .asset-header {
	margin-bottom: 0;
	padding: 4px 0 10px 30px;
	background: url(../img/icon_q.gif) no-repeat left top;
}
.asset-faq .asset-header .title {
	font-size: 90%;
	color: #000000;
	padding: 0;
	background: #ffffff;
	display: block;
}
.asset-faq .asset-content {
	margin: 0;
	padding: 0 0 5px 30px;
	background: url(../img/icon_a.gif) no-repeat left top;
	border-bottom: solid 1px #b2b8c9;
}


/* asset-voice */

.asset-voice {
	width: 550px;
	margin-bottom: 15px;
	background: url(../img/bg_voice_02.gif) repeat-y left top;
	border-bottom: solid 1px #b2b8c9;
}
.asset-voice .asset-header {
	margin-bottom: 0;
	padding: 5px 0 3px 0;
	background: url(../img/bg_voice_01.gif) no-repeat left top;
	border-bottom: solid 1px #b2b8c9;
}
.asset-voice .asset-header .title {
	font-size: 90%;
	color: #ffffff;
	padding: 0 8px;
	background: transparent;
	display: inline;
}
.asset-voice .asset-content {
	margin: 0;
	padding: 10px 15px 15px 15px;
}




/* parts */
/* -------------------------------------------------------- */

.b {font-weight: bold; color: #FF6666;}
.bb {font-weight: bold;}
.ri {text-align: right;}
.cen {text-align: center;}
.ri img ,
.cen img {display: inline;}

#container .m05 {margin-bottom: 5px;}
#container .m10 {margin-bottom: 10px;}
#container .m15 {margin-bottom: 15px;}
#container .m20 {margin-bottom: 20px;}
#container .m25 {margin-bottom: 25px;}
#container .m30 {margin-bottom: 30px;}
#container .m35 {margin-bottom: 35px;}
#container .m40 {margin-bottom: 40px;}
#container .m45 {margin-bottom: 45px;}

.co-1 {color: #FF6666;}

.l-block {
	float: left;
}
.r-block {
	float: right;
}
img.l-block {
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline;
	float: left;
}
img.r-block {
	margin-left: 15px;
	margin-bottom: 5px;
	display: inline;
	float: right;
}

p.bt {
	padding-left: 10px;
	background: url(../img/icon_02.gif) no-repeat 0 6px;
}
ul.bt li {
	padding-left: 10px;
	background: url(../img/icon_02.gif) no-repeat 0 6px;
}

dl.type-1 dt {
	width: 5em;
	padding-top: 8px;
	position: absolute;
}
dl.type-1 dd {
	padding-top: 8px;
	padding-left: 5em;
	padding-bottom: 8px;
	border-bottom: solid 1px #cccccc;
}

dl.type-2 dt {
	width: 7em;
	padding-top: 8px;
	position: absolute;
}
dl.type-2 dd {
	padding-top: 8px;
	padding-left: 7em;
	padding-bottom: 8px;
	border-bottom: solid 1px #cccccc;
}

dl.type-3 {
	margin-top: 10px;
}
dl.type-3 dt {
	width: 1.5em;
	position: absolute;
}
dl.type-3 dd {
	padding-left: 1.5em;
}

dl.type-4 {
	margin-top: 10px;
}
dl.type-4 dt {
	width: 8em;
	position: absolute;
}
dl.type-4 dd {
	padding-left: 8em;
}

dl.atten {
	font-size: 75%;
	color: #666666;
}
dl.atten dt {
	width: 1em;
	position: absolute;
}
dl.atten dd {
	padding-left: 1.2em;
}

dl.atten {
	font-size: 75%;
	color: #666666;
}
dl.link-block dt {
	font-weight: bold;
}
dl.link-block dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #999;
}

ol.type-1 {
	margin-left: 2.5em;
}
ol.type-1 li {
	margin-bottom: 25px;
}
ol.type-1 li span {
	font-size: 110%;
	margin-bottom: 5px;
	display: block;
}

ol.type-2 {
	margin-left: 2.5em;
}


/* block-1 */

.block-1 {
	width: 550px;
	background: url(../img/bg_01b.gif) repeat-y left top;
}
.block-1 .inner-1 {
	width: 550px;
	padding-top: 10px;
	background: url(../img/bg_01a.gif) no-repeat left top;
}
.block-1 .inner-2 {
	padding: 0 15px 10px 15px;
	background: url(../img/bg_01c.gif) no-repeat left bottom;
}
.block-1 h3 {
	margin-bottom: 5px;
}
.block-1 p,
.block-1 ul {
	margin-bottom: 0;
}


/* block-2 */

.block-2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #e9edf2;
	border: solid 1px #adaebc;
}
.block-2 p {
	margin-bottom: 0;
}


/* list-block */

.list-block li {
	padding-left: 18px;
	background: url(../img/icon_01.gif) no-repeat left top;
}


/* disc-block */

.disc-block {
	list-style-type: disc;
	padding-left: 22px;
}


/* table-block */

.table-block {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
.table-block th,
.table-block td {
	text-align: left;
	vertical-align: top;
	padding: 3px 10px;
	border: solid 1px #4d5b83;
}
.table-block th {
	background: #e9edf2;
}
.table-block .ri {
	text-align: right;
}
.table-block .cen {
	text-align: center;
}

table.type-1 th {
	width: 120px;
}


/* form-block */

.form-block {
	width: 518px;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
	border: solid 1px #999999;
}
.form-block th,
.form-block td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #999999;
}
.form-block th {
	width: 120px;
	font-weight: normal;
	text-align: right;
	background: #e9edf2;
}
.form-block th span {
	color: #FF6666;
}
.form-block .last {
	border-bottom: 0;
}
.form-block input,
.form-block textarea {
	border: solid 1px #adaebc;
}
.form-block ul input {
	margin-right: 5px;
	border: 0;
}
.form-block .input-1 {width: 220px; padding: 2px 4px;}
.form-block .input-2 {width: 120px; padding: 2px 4px;}
.form-block .input-3 {width: 320px; padding: 2px 4px;}
.form-block .textarea-1 {width: 320px; height: 100px; padding: 2px 4px;}
.form-block .textarea-2 {width: 320px; height: 50px; padding: 2px 4px;}


ul.sitemap-navi {
	margin-left: 10px;
}
ul.sitemap-navi ul {
	margin-left: 15px;
}
ul.sitemap-navi li {
	font-weight: bold;
	padding-bottom: 5px;
}
ul.sitemap-navi li li {
	font-weight: normal;
}
ul.sitemap-navi li a,
ul.sitemap-navi li span {
	padding-left: 14px;
	background: url(../img/icon_03.gif) no-repeat 0 1px;
}
ul.sitemap-navi li li a,
ul.sitemap-navi li li span {
	padding-left: 12px;
	background: url(../img/icon_02.gif) no-repeat 0 4px;
}



/* clear */
/* -------------------------------------------------------- */

#header-navi:after, #pan-list-block:after, #pan-list:after, #contents:after,
.side-navi:after, .asset-content:after, .asset-header:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
#header-navi, #pan-list-block, #pan-list, #contents,
.side-navi, .asset-content, .asset-header { display: inline-block; }
/* no ie mac \*/
* html #header-navi, * html #pan-list-block, * html #pan-list, * html #contents,
* html .side-navi, * html .asset-content, * html .asset-header { height: 1%; }
#header-navi, #pan-list-block, #pan-list, #contents,
.side-navi, .asset-content, .asset-header { display: block; }
/* */

h3.date {
  margin-bottom:5px;
  margin-top:0px;
}

