/* common */
/* -------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

/*
html {
	overflow-y: scroll;
}
*/

body {
	font-size: 12px;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "MS P Gothic", sans-serif;
	line-height: 18px;
	color: #333333;
	text-align: center;
	background: url(../img/bg_body.gif) repeat-x left top;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 12px;
	line-height: 18px;
}
p, ul, ol, dl, table {
	font-size: 12px;
	line-height: 18px;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	display: block;
}
a img {
	vertical-align: top;
	display: inline;
}


/* link */

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


/* 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; }
/* */



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

#container {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}



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

#header {
	width: 740px;
	overflow: hidden;
}

#header-summary {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffff;
	position: relative;
}
#header-summary span {
	width: 400px;
	display: block;
	position: absolute;
	top: 6px;
	left: 80px;
}

#header-logo {
	position: relative;
}
#header-logo span {
	width: 470px;
	display: block;
	position: absolute;
	top: 6px;
}

#header-tel {
	position: relative;
}
#header-tel span {
	width: 220px;
	display: block;
	position: absolute;
	top: 33px;
	left: 520px;
}

#header-navi {
	margin-left: 595px;
	margin-bottom: 60px;
}
#header-navi li {
	float: left;
}

#global-navi li {
	padding-left: 2px;
	float: left;
}
#global-navi li.navi-home {
	padding-left: 0;
}



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

#contents {
	width: 740px;
	padding-bottom: 50px;
	background: #ffffff;
}

#main {
	width: 520px;
	margin-right: 5px;
	padding-top: 5px;
	display: inline;
	float: right;
}
#side {
	width: 200px;
	margin-left: 5px;
	padding-top: 5px;
	display: inline;
	float: left;
}


/* side-navi */

.side-navi {
	margin: 0 2px;
}
.side-navi .side-navi {
	margin: 0;
}
.side-navi li {
	width: 196px;
	background: url(../img/bg_side_navi.gif) no-repeat left top;
	float: left;
}
.side-navi li {
	width: 196px;
	padding: 4px 0 3px;
	overflow: hidden;
	float: left;
}
.side-navi li a {
	display: block;
	padding: 5px 0 5px 10px;
}
.side-navi a:link,
.side-navi a:visited,
.side-navi a:active {
	color: #333333;
	text-decoration: none;
	background: url(../img/bg_side_navi_01.gif) no-repeat 3px 0;
}
.side-navi li.over a,
.side-navi a:hover {
	color: #018fcb;
	text-decoration: none;
	background: url(../img/bg_side_navi_01.gif) no-repeat 3px -100px;
}


/* side-block-01 */

.side-block-01 {
	width: 200px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background: #f6f6f6 url(../img/line_01.gif) repeat-x left bottom;
}


/* side-banner */

.side-banner {
	width: 100%;
	margin-bottom: 5px;
}
.side-banner li {
	width: 100%;
	padding-bottom: 5px;
	float: left;
}


/* side-area */

.side-area {
	margin-bottom: 5px;
	padding-bottom: 15px;
	background: #e9f0f4 url(../img/line_01.gif) repeat-x left bottom;
}
.side-area p {
	font-size: 11px;
	padding: 0 8px;
}


/* side-news */

.side-news {
	width: 100%;
	padding-bottom: 10px;
	background: #f6f6f6 url(../img/line_01.gif) repeat-x left bottom;
}
.side-news .bt-list {
	position: relative;
}
.side-news .bt-list a {
	width: 70px;
	display: block;
	position: absolute;
	top: -25px;
	left: 175px;
}
.side-news dl {
	font-size: 11px;
	margin: 0 8px;
}
.side-news dt {
}
.side-news dd {
	background: url(../img/line_03.gif) repeat-x left bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.side-news a:link,
.side-news a:visited,
.side-news a:active {
	color: #333333;
	text-decoration: none;
}
.side-news a:hover {
	color: #333333;
	text-decoration: underline;
}


/* news-block */

.news-block dl {
}
.news-block dt {
}
.news-block dd {
	background: url(../img/line_03.gif) repeat-x left bottom;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
.news-block a:link,
.news-block a:visited,
.news-block a:active {
	color: #333333;
	text-decoration: none;
}
.news-block a:hover {
	color: #333333;
	text-decoration: underline;
}


/* asset */

.asset {
	margin-bottom: 20px;
}
.asset .date {
	color: #666666;
	position: relative;
	top: -5px;
}
.asset-header {
	margin-bottom: 10px;
	background: url(../img/bg_title.gif) no-repeat right bottom;
}
.asset-header .title {
	font-size: 14px;
	line-height: 18px;
	color: #004d6e;
}
.asset-content {
	margin-bottom: 10px;
}


/* track-list */

#track-list {
	list-style-type: none;
	font-size: 10px;
	color: #656565;
	margin-bottom: 10px;
}
#track-list li {
	float: left;
}
#track-list a:link,
#track-list a:visited,
#track-list a:active {
	color: #656565;
	text-decoration: none;
}
#track-list a:hover {
	color: #656565;
	text-decoration: underline;
}


/* sitemap-list */

.sitemap-list {
	margin: 0;
	padding: 0;
}
.sitemap-list li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 17px;
	background: url(../img/icon_01.gif) no-repeat 5px 5px;
	border-bottom: dashed 1px #999999;
}
.sitemap-list li li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 32px;
	background: url(../img/icon_01.gif) no-repeat 20px 5px;
	border-bottom: 0;
}


/* monthly-list */

.monthly-list {
	margin-bottom: 15px;
}
.monthly-list li {
	display: block;
	float: left;
}


/* Comments */

.comment {
	margin-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}
.comment .in {
	margin: 0;
}
.comment-header {
	margin: 0;
}
.comment-content {
	margin: 0;
}

#comment-form-name ,
#comment-form-email ,
#comment-form-url ,
#comment-form-remember-me ,
#comments-open-text ,
#comments-open-footer {
	margin-bottom: 10px;
}
#comment-form-name input ,
#comment-form-email input ,
#comment-form-url input {
	width: 60%;
}
#comments-open-text textarea {
	width: 90%;
	height: 100px;
}
#comments-open label {
	display: block;
}


#comments-open-data dt {
	position: absolute;
}
#comments-open-data dd {
	padding-left: 80px;
	padding-bottom: 10px;
}


/* Trackbacks */

.trackbacks-info {
	padding: 2px 5px;
}
.trackbacks-info p {
	margin-bottom: 0;
}
#trackbacks-link {
	margin-top: 5px;
	padding: 2px 5px;
	border: solid 1px #cccccc;
	background: #eeeeee;
	display: block;
}

.trackback .in {
	margin-bottom: 20px;
}
.trackback-header {
	margin-bottom: 5px;
}
.trackback-content {
	margin-bottom: 6px;
}



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

#footer {
	width: 740px;
	padding-top: 20px;
	background: url(../img/line_02.gif) repeat-x left top;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer-bt-top {
	position: relative;
}
#footer-bt-top p {
	width: 740px;
	text-align: right;
	position: absolute;
	top: -35px;
}
#footer-bt-top a {
	padding-left: 12px;
	background: url(../img/icon_02.gif) no-repeat left center;
}

.footer-navi {
	text-align: center;
	margin-bottom: 5px;
}
.footer-navi li {
	display: inline;
}

#footer-copy {
	font-size: 10px;
	color: #656565;
	text-align: center;
	padding: 10px 0;
}



/* top-page */
/* -------------------------------------------------------- */

/* top-image */

#top-image {
	width: 740px;
	padding-top: 5px;
	background: #ffffff;
}
#top-image p {
	width: 730px;
	margin-left: 5px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}


/* main-top */

#main-top {
	width: 470px;
	margin-left: 5px;
	display: inline;
	float: left;
}


/* side-top */

#side-top {
	width: 250px;
	margin-right: 5px;
	display: inline;
	float: right;
}


/* top-block-01 */

.top-block-01 {
	width: 470px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.top-block-01 h2 {
	margin-bottom: 2px;
}
.top-block-01 h3 {
	margin-bottom: 5px;
}
.top-block-01 ul {
	margin: 0 0 0 12px;
}
.top-block-01 li {
	width: 200px;
	padding-left: 12px;
	background: url(../img/icon_01.gif) no-repeat 0 4px;
	float: left;
}
.top-block-01 li a:link,
.top-block-01 li a:visited,
.top-block-01 li a:active {
	color: #333333;
	text-decoration: none;
}
.top-block-01 li a:hover {
	color: #333333;
	text-decoration: underline;
}

.top-block-01 .top-bg1,
.top-block-01 .top-bg2,
.top-block-01 .top-bg3,
.top-block-01 .top-bg4 {
	width: 470px;
	padding-bottom: 8px;
}
.top-block-01 .top-bg1 {
	background: url(../img/top_bg_01a.jpg) no-repeat left bottom;
}
.top-block-01 .top-bg2 {
	background: url(../img/top_bg_01b.jpg) no-repeat left bottom;
}
.top-block-01 .top-bg3 {
	background: url(../img/top_bg_01c.jpg) no-repeat left bottom;
}
.top-block-01 .top-bg4 {
	background: url(../img/top_bg_01d.jpg) no-repeat left bottom;
}



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

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

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

.m05 {margin-bottom: 5px;}
.m10 {margin-bottom: 10px;}
.m15 {margin-bottom: 15px;}
.m20 {margin-bottom: 20px;}
.m25 {margin-bottom: 25px;}
.m30 {margin-bottom: 30px;}
.m35 {margin-bottom: 35px;}


.bt a {
	padding-left: 12px;
	background: url(../img/icon_01.gif) no-repeat 0 4px;
}


/* title */

.title-01 {
	font-size: 12px;
	font-weight: bold;
	color: #018fcb;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: solid 4px #018fcb;
}

.title-02 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	background: url(../img/line_03.gif) repeat-x left bottom;
}


/* list */

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

dl.step {
	width: 100%;
}
dl.step dt {
	font-size: 12px;
	font-weight: bold;
	color: #004d6e;
	margin-bottom: 5px;
	padding: 5px 10px 15px 10px;
	background: #daeff7 url(../img/line_01.gif) repeat-x left bottom;
}
dl.step dd {
	padding: 0 0 10px 60px;
	background: url(../img/bg_01.gif) no-repeat left top;
}

dl.faq {
	width: 100%;
}
dl.faq dt {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
	background: url(../img/line_03.gif) repeat-x left bottom;
}
dl.faq dt span {
	display: block;
	padding: 2px 0 5px 28px;
	background: url(../img/icon_q.gif) no-repeat left top;
}
dl.faq dd {
	margin-bottom: 20px;
	padding: 2px 0 10px 28px;
	background: url(../img/icon_a.gif) no-repeat left top;
}
dl.faq dd ol {
	margin-left: 25px;
}

.list-01 {
	width: 100%;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}
.list-01 li {
	width: 180px;
	height: 160px;
	float: left;
}
.list-01 li.r {
	width: 160px;
	float: right;
}
.list-01 img {
	margin-bottom: 3px;
}
.list-01 span {
	width: 160px;
	display: block;
}

.list-02 {
	width: 100%;
}
.list-02 dt {
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #cccccc;
}
.list-02 dd {
	margin-bottom: 20px;
}
.list-02 dd ol {
	margin-left: 25px;
	padding-top: 10px;
}

.list-03 {
	width: 100%;
	margin-bottom: 20px;
}
.list-03 li {
	width: 260px;
	padding-bottom: 5px;
	float: left;
}
.list-03 li a {
	padding-left: 20px;
	background: url(../img/icon_01.gif) no-repeat 8px 4px;
}

.list-04 {
	width: 100%;
	margin-bottom: 10px;
}
.list-04 li {
	width: 260px;
	float: left;
}
.list-04 li span {
	padding-left: 12px;
	background: url(../img/icon_01.gif) no-repeat 0 4px;
}

.list-05 {
	width: 100%;
}
.list-05 li {
	width: 260px;
	padding-bottom: 5px;
	float: left;
}
.list-05 li span {
	width: 250px;
	margin-left: 5px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
	overflow: hidden;
	display: block;
}
.list-05 li a {
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	display: block;
}
.list-05 li a:link,
.list-05 li a:visited,
.list-05 li a:active {
	color: #333333;
	background: #e9f0f4;
	text-decoration: none;
}
.list-05 li a:hover {
	color: #004d6e;
	background: #daeff7;
	text-decoration: none;
}


/* block */

.block-01 {
	width: 100%;
	margin-bottom: 20px;
	padding: 5px 0 15px 0;
	background: #daeff7 url(../img/line_01.gif) repeat-x left bottom;
}
.block-01 .inner {
	margin: 0 10px;
}
.block-01 .title {
	font-size: 12px;
	color: #004d6e;
	margin-bottom: 5px;
}
.block-01 ul {
	color: #004d6e;
	margin-left: 5px;
	margin-right: 5px;
}

.block-02 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.block-02 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.block-02 th,
.block-02 td {
	text-align: left;
	vertical-align: top;
}
.block-02 th {
	padding: 1px 5px;
	background: url(../img/bg_th.gif) no-repeat left top;
}
.block-02 td {
	padding: 5px 5px;
	background: url(../img/bg_td.gif) no-repeat left top;
}
.block-02 td.set {
	padding: 0;
	background: none;
}
.block-02 td ol {
	margin-left: 25px;
}

.block-03 {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 0 15px 0;
	background: #e9f0f4 url(../img/line_01.gif) repeat-x left bottom;
}
.block-03 .inner {
	margin: 0 5px 0 10px;
}
.block-03 .inner-l {
	width: 330px;
	padding-top: 5px;
	float: left;
}
.block-03 .title {
	margin-bottom: 5px;
	padding: 0 0 2px 0;
	background: url(../img/line_03.gif) repeat-x left bottom;
}
.block-03 li {
	padding: 0 0 2px 12px;
	background: url(../img/icon_03.gif) no-repeat 0 4px;
}
.block-03 img {
	float: right;
}

.block-04 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../img/line_01.gif) repeat-x left bottom;
}
.block-04 table {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.block-04 th,
.block-04 td {
	text-align: center;
	vertical-align: middle;
}
.block-04 th {
	padding: 1px 0;
	background: url(../img/bg_th.gif) no-repeat left top;
}
.block-04 td {
	padding: 2px 0;
	background: url(../img/bg_td.gif) no-repeat left top;
}
.block-04 .bg1 td {
	background: url(../img/bg_td_01.gif) no-repeat left top;
}


.block-contact {
}
.block-contact table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
}
.block-contact table caption {
	display: none;
}
.block-contact th,
.block-contact td {
	text-align: left;
	vertical-align: top;
	background: url(../img/line_03.gif) repeat-x left bottom;
}
.block-contact th {
	width: 150px;
	padding: 8px 0 6px 0;
}
.block-contact th span {
	display: block;
	line-height: 30px;
	padding-left: 5px;
	border-left: solid 4px #018fcb;
}
.block-contact th span span {
	display: inline;
	border-left: 0;
}
.block-contact td {
	padding: 8px 0;
}
.block-contact input,
.block-contact select {
	vertical-align: middle;
}
.block-contact .input-01 {
	width: 200px;
	padding: 2px 5px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.block-contact .input-02 {
	width: 320px;
	padding: 2px 5px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.block-contact .input-03 {
	width: 100px;
	padding: 2px 5px;
	margin: 0 2px 4px 0;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.block-contact .select-01 {
	padding: 2px 5px;
	margin-bottom: 4px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.block-contact .textarea-01 {
	width: 320px;
	padding: 2px 5px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.block-contact .input-submit {
	width: 140px;
	padding: 2px 5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.block-contact .input-reset {
	padding: 2px 5px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.block-contact .red {
	color: #cc0000;
}


/* error */

div#error ul {
	margin: 15px auto 20px 2em;
}
div#error ul li {
	color: #cc0000;
	list-style-type: square;
	list-style-position: inside;
}


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

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