@charset "UTF-8";
@import url("font.css")screen,tv;

/* -- Basic Set up --------------------------------------------------- */

* {margin: 0px;padding: 0px;}

body {
	color: black;
	text-align: center;
	background: url(../img/body-img.gif) repeat-x top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}
blockquote {}
blockquote p {}

a { text-decoration: none; }
a:link {color: #0000C0; text-decoration: none;}
a:active {color: #0000C0; text-decoration: none;}
a:visited {color: #AA00AA; text-decoration: none;}
a:hover {color: #0000F0;text-decoration: underline;}

.clearAll {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.clFloatLeft {float: left;}
.clFloatRight {float: right;}

.clFloatLeftM5 {float: left;margin: 5px;}
.clFloatRightM5 {float: right;margin: 5px;}

p.clPdefault {
	padding: 16px 10px 10px 10px;
}
.clPdefault img {
	margin: 3px 0px 3px 20px;
}

ul.clUlBreadC {
	list-style: none;
	float: right;
	background: url(../img/bus-img-top.gif) no-repeat top left;
	height: 30px;
	padding-left: 35px;
	padding-top: 6px;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.clUlBreadC li {
	float: left;
	white-space: nowrap;
	background: url(../img/bc-arrow.gif) no-repeat center left;
	font-size: 0.8em;
	line-height: 1.66;
	font-weight: bold;
	color: #999999;
	padding-left: 10px;
	margin-right: 10px;
}

.clUlBreadC li a{
	font-weight:normal;
}

/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*------------------------------------------------------------- */

h1#idDivOverContainer {
	left: -999px;
	top: -999px;
	position: absolute;
}

div#idDivAllContainer {
	text-align: center;
	width: 900px;
	background: #FFFFFF;
  margin: 0px auto 0px auto;
	border: solid #CCCCCC 1px;    /* 全体枠 */
}
div#idDivTopimg {
	background: url(../img/top-ber.jpg) no-repeat top left;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#idDivMain {
	width: 900px;
}
div#idDivMainBlock {
	width: 900px;
	background: url(../img/con-back.gif) repeat-y left;
	border-top: solid #d9e1e9 3px;
	margin-top: 10px;
}
div#idDivMainBlockSub {
	width: 900px;
	background: url(../img/con-back.gif) repeat-y left;
	margin-top: 0px;
}

div#idDivMainCenter {
	float: left;
	text-align: left;
	width: 630px;
	margin-left: 0px;
	margin-top: 10px;
}
div#idDivMainRight {
	width: 270px;
	float: right;
	margin-right: 0px;
}
div.clDivADBlockRight {
	margin-top: 10px;
}
div.clDivADBlockRight img {
	margin-bottom: 10px;
}
div.clDivADBlockRightCK {
	background: url(../img/ad-back.gif) repeat-y right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
}
div.clDivADBlockRightCK img {
	margin-bottom: 10px;
}

/*-- Full Width Block ------------------------------------------*/

div#idDivFullWidth {
	width: 900px;
	text-align: left;
	margin: 18px 0px 10px 0px;
}
div.clDivFWcon {
	text-align: left;
	margin: 5px;
}
.clDivFWcon p {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 10px 10px 15px 10px;
}
.clDivFWcon h3 {}
.clDivFWcon strong {}

/*-- Footer Block ----------------------------------------------*/
div#idDivAdBlock {
	height: 70px;
	width: 900px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	margin-top: 5px;
}
div#idDivAdBlock img {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
div#idDivFooter {
	background: url(../img/footer-back.gif) repeat-x top left;
	width: 900px;
	color: #999999;
	text-align: center;
	clear: both;
	font-size: 10pt;
	height: 100px;
}
div#idDivFooter p {
	text-align: center;
	padding: 20px 5px 5px 20px;
	margin-left: 5px;
	line-height: 2em;
}
/*---- Welcom Block ------------------------*/
div#idDivWelcom {
	width: 900px;
	text-align: left;
	height: 80px;
	border-bottom: solid #CCCCCC 1px;
	margin: 0px 0px 0px 0px;
}
div#idDivWelcom h2 {
	background: url(../img/top-icon2.gif) no-repeat center right;
	float: right;
	height: 26px;
	margin-top: 24px;
	margin-right: 20px;
}
div#idDivWelcom p {
	background: url(../img/top-icon.gif) no-repeat center left;
	font-size: 16pt;
	padding-left: 30px;
	padding-right: 80px;
	line-height: 26px;
}
div#idDivWelcomImg {
	float: left;
	width: 250px;
	margin-left: 8px;
	margin-top: 15px;
}
div#idDivFlash {
	float: right;
	width: 500px;
	margin-top: 5px;
	margin-right: 8px;
}
div#idDivTOPLink {
	float: right;
	height: 50px;
	width: 230px;
	margin-top: 15px;
	margin-right: 6px;
}

#idDivTOPLink img {margin-left: 10px;}

/*---- Content Block ------------------------*/
div.clDivMainContainer {
	width: 623px;
	background: url(../img/maincon-sepa.gif) repeat-y left;
	margin-top: 18px;margin-bottom: 10px;
}
div.clDivMainContainerS {
	width: 623px;
	margin-top: 18px;margin-bottom: 10px;
}
.clFloatLeftM5 {float: left;margin-left: 5px;}
.clFloatRightM5 {float: right;margin-right: 5px;}

div.clDivTitle220 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 220px;
	text-align: center;
	border: solid #a6a6a6 1px;
	padding-top: 4px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
}
div.clDivTitle220 span {
	color: #0000C0;
	font-weight: bold;
	font-size: 10pt;
}
div.clDivConte220 {
	width: 220px;
	border: solid #999999 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.clDivConte220 p {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 10px 10px 15px 10px;
}
.clDivConte220 h5 {
	background: #FFFFF0;border-style: solid;border-color: #D8E1B9;
	padding: 5px;
	margin: 5px;

}
div.clDivTitle190 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 190px;
	border: solid #a6a6a6 1px;
	margin-bottom: 6px;
}
.clDivTitle190 p {
	font-size: 12pt;
	padding-left: 10px;padding-top: 4px;
	font-weight: bold;
	color: #0000C0;
}

div.clDivConte190 {
	width: 190px;
	border: solid #999999 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.clDivConte190 p {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 10px 10px 15px 10px;
}
.clDivConte190 ul {
	font-size: 10pt;
	padding-left: 20px;padding-top: 0px;padding-right: 5px;
	margin-top: 0px;
}
.clDivConte190 li {
	padding-bottom: 8px;
}

div.clDivTitle290 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 290px;
	border: solid #a6a6a6 1px;
	margin-bottom: 6px;
}
.clDivTitle290 p {
	font-size: 12pt;
	background: url(../img/con-title.gif) no-repeat top left;
	padding-left: 35px;
	padding-top: 4px;
	font-weight: bold;
	color: #0000C0;
}

div.clDivConte290 {
	width: 290px;
	padding: 0px;
	margin: 0px;
}
.clDivConte290 p {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 8px 10px 15px 10px;
}

.clDivConte290 form {
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #F0F4FF;
	line-height: 1.5em;
}
div.clDivConte290DX {
	width: 288px;
	border: solid #808080 1px;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
}
.clDivConte290DX p {
	line-height: 1.5em;
	font-size: 10pt;
	padding: 8px 10px 15px 10px;
}
.clDivConte290DX strong {
	font-size: 12pt;
	background: url(../img/bc-arrow.gif) no-repeat center left;
	padding-left: 12px;
}
ul.clUlCon290 {
	font-size: 10pt;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
}
.clUlCon290 li {
	padding-bottom: 8px;
}
ol.clOlCon290 {
	font-size: 11pt;
	padding-left: 26px;padding-top: 0px;padding-right: 5px;
	margin-top: 0px;
	margin-left: 5px;
}
.clOlCon290 li {
	padding-bottom: 8px;
}
.custommarker01 li:before {
    content: '※';
    margin-left:-1em; /* 1文字分、左に寄せる */
}

div.clDivTitle400 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 400px;
	border: solid #a6a6a6 1px;
	margin-left: 5px;
}
.clDivTitle400 p {
	font-size: 12pt;
	padding-left: 10px;padding-top: 4px;
	font-weight: bold;
	color: #0000C0;
}

div.clDivConte400 {
	width: 400px;
	margin-left: 5px;
}
.clDivConte400 p {
	line-height: 1.5em;font-size: 10pt;padding: 10px 10px 15px 10px;
}


div.clDivTitle600 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 600px;
	border: solid #a6a6a6 1px;
	margin-left: 10px;
	margin-top: 18px;
	margin-bottom: 8px;
}
.clDivTitle600 p {
	font-size: 12pt;
	font-weight: bold;
	background: url(../img/con-title.gif) no-repeat top left;
	padding-left: 35px;
	padding-top: 4px;
	color: #0000C0;
}

div.clDivConte600 {
	width: 600px;
	margin-left: 5px;
}
.clDivConte600 p {
	line-height: 1.5em;font-size: 10pt;
	padding: 10px 10px 15px 10px;
}

div.clDivTitle360 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 358px;
	border: solid #a6a6a6 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.clDivTitle360 p {
	font-size: 12pt;
	font-weight: bold;
	background: url(../img/con-title.gif) no-repeat top left;
	color: #0000C0;
}

div.clDivTitle570 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 570px;
	border: solid #a6a6a6 1px;
	margin-left: 5px;
}
.clDivTitle570 p {
	font-size: 12pt;
	font-weight: bold;
	background: url(../img/con-title.gif) no-repeat top left;
	padding-left: 35px;
	padding-top: 4px;
	color: #0000C0;
}

div.clDivConte570 {
	width: 570px;
	margin-left: 5px;
}
.clDivConte570 p {
	line-height: 1.5em;font-size: 10pt;padding: 10px 10px 15px 10px;
}
.clDivConte570 h3 {
	line-height: 1.5em;font-size: 14pt;padding: 10px 10px 15px 10px;
}
ul.clUlCon570 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 5px;
	margin: 5px 10px 10px 5px;
}
.clUlCon570 li {
	padding-bottom: 8px;
}
.clUlCon570 span {
	font-weight: normal;
	font-size: 11pt;
}
ul.clUlinfor {
	font-size: 14px;
	padding-left: 16px;
	padding-top: 0px;
	padding-right: 5px;
	margin: 5px 5px 10px 5px;
}
.clUlinfor li {
	padding-bottom: 8px;
}
div.clDivTitle900 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 880px;
	border: solid #a6a6a6 1px;
	margin-left: 10px;
	margin-top: 5px;
}
.clDivTitle900 p {
	font-size: 12pt;
	font-weight: bold;
	background: url(../img/con-title.gif) no-repeat top left;
	padding-left: 35px;
	padding-top: 4px;
	color: #0000C0;
}

div.clDivConte900 {
	width: 880px;
	margin-left: 10px;
}
.clDivConte900 p {
	line-height: 1.5em;font-size: 12pt;padding: 10px 10px 15px 10px;
}

div.clDivGallery {margin-bottom: 10px;}
.clDivGallery:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivGallery { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clDivGallery { display: block; }
/* End hide from IE-mac */

div.clDivGallery img {
	float: left;
	margin-left: 10px;
}
/* ---------------------------- table ResultDispTable --------------------------------- */

table#ResultDispTable {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 560px;
	text-align: center;
	margin: 0px 10px 10px 0px;
}
table#ResultDispTable th {
	background: #F8FDEC;
	border: solid #5F8600 1px;
	padding: 4px;
	font-size: 11pt;
}
table#ResultDispTable td {
	padding: 4px;
	border: solid #5F8600 1px;
	font-size: 10pt;
}

table#ResultDispTable thead {
	background: #FFFFF0;
}

table#ResultDispTable2 {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 560px;
	text-align: center;
	margin: 0px 10px 10px 0px;
}
table#ResultDispTable2 th {
	background: #FFE0E0;
	border: solid #800000 1px;
	padding: 4px;
	font-size: 11pt;
}
table#ResultDispTable2 td {
	padding: 4px;
	border: solid #800000 1px;
	font-size: 10pt;
}

table#ResultDispTable2 thead {
	background: #FFF6E5;
}


/* ---------------------------- table SearchTable --------------------------------- */
table.clTableSearch {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	margin: 5px 0px 5px 5px;
}

table.clTableSearch th {
	font-size: 10pt;
	background: url(../img/sr-arrow.gif) no-repeat center right;
	padding: 4px 10px 4px 4px;
}
table.clTableSearch td {
	font-size: 10pt;
	padding: 4px 4px 4px 4px;

}
/* 
-----------------------------
  Top links
-----------------------------
*/
div.clDivLinkIcons {
	width: 182px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}
.clDivLinkIcons img {
	float: left;
	margin-right: 6px;
}
.clDivLinkIcons p {
	float: left;
	width: 125px;
	margin-top: 4px;
	font-size: 12px;
}
/* 
-----------------------------
  add 2013.09.25
-----------------------------
*/
ul.topnews {
	font-size: 14px;
	margin-left: 16px;
	margin-bottom: 20px;
	list-style: none;
}
.topnews li {
	line-height: 2em;
	border-bottom: dotted #999999 1px;
	padding-left: 14px;
	background: url(../img/bc-arrow.gif) no-repeat center left;

}
.topnews img {
	margin-left: 8px;
	margin-right: 8px;
}

.topnews a {
	padding-left: 44px;
}
.topnews a.new {
	background: url(../img/new.gif) no-repeat center left;
	padding-left: 42px;
	margin-left: 6px;
}
div.clDivTitle800 {
	background: url(../img/tab-s.gif) repeat-x top;
	height: 26px;width: 780px;
	border: solid #a6a6a6 1px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 10px;

}
.clDivTitle800 p {
	font-size: 16px;
	font-weight: bold;
	background: url(../img/con-title.gif) no-repeat top left;
	padding-left: 35px;
	padding-top: 4px;
	color: #0000C0;
}

div.clDivConte800 {
	width: 780px;
	margin-left: 30px;
}
.clDivConte800 p {
	line-height: 1.5em;
	font-size: 14px;
	padding: 10px 10px 15px 10px;
}
/* 
-----------------------------------
  add 2013.09.25  PagiNavi
-----------------------------------
*/

.pagenavi {
	width: 780px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding: 3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}