/* 　全体の設定　*/
*{
 margin:0;
 padding:0;
}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}

/* 　フォント設定　*/
h1	{display:none}	/*不要なページタイトル*/
h4	{	display:none;}/*不要な小見出し*/
h5  {padding: 0 0 0 0}

h2	{
	font-size: 15px;
	font-weight:900;
	margin: 0;
	padding-top:1.5em;
	padding-bottom:0.5em;
	color: #26419b;
	font-style: normal;
}

h3	{font-size: 12px;
	color: #666666;
	padding-top:1em; 
	padding-bottom: 1em;
	line-height: 180%;
}

h6	{font-size: 15px;
	color:#ffffff;
	padding-top:5px; 
	padding-bottom: 5px;
	line-height: 150%;
	text-align:center;
}


#lbox p	{line-height: 180%;
	color: #666666;
	font-size: 12px;
	text-justify:inter-ideograph;
	padding:-top: 1em;
	padding:-bottom: 1em;
}

#lbox_rep p	{line-height: 180%;
	color: #666666;
	font-size: 12px;
	text-justify:inter-ideograph;
	padding:-top: 1em;
	padding:-bottom: 1em;
}

 *.float
      {
         float: right;
		 margin-top: 1em;
         margin-left: 1em;
      }
	  
 *.floatclear
      {
         clear: both;
      }

#rbox p	{line-height: 150%;
	color: #666666;
	font-size: 11px;
	text-justify:inter-ideograph;
	padding:-top: 1em;
	padding:-bottom: 1em;}

hr	{display:none}


img	{border: 0;
}

ruby { 
ruby-align: distribute-space; 
ruby-overhang: auto; 
ruby-position: above;
line-height:180%; 
} 


/*
#ID_c {width:500px;}
#ID dl { margin:  0px 0px 0px 0px;padding:  0px 0px 0px 0px;font-size:x-small;}
#ID dt {font-style: normal;line-height: 1.2em;margin:0px 0px 0px 0px;padding: 0px 0px 0px 15px;background-image:url(xxx.gif);background-repeat:no-repeat;background-position:0% 0%;width:6em;}
#ID dd {position:relative; top:-1.2em; left:6.9em;border-width: 0px; margin:0px 0px 0px 0px;padding:0px 0px 0px 0px; line-height: 100%;z-index:1;width:80%; line-height: 1.2em;}
#ID p{margin:0 0 4px 0;padding:0;}
*/

/* 　リンク設定　*/
a, a:link { color: #999999; text-decoration: none; }		/*未訪問*/
a:visited { color: #26419b; text-decoration: none; }	/*訪問済*/
a:hover { color: #26419b;text-decoration: underline; }	/*マウスオーバー*/
a:active { color:#26419b;text-decoration: underline; }	/*ボタンを押したとき*/

/* 　マスター　*/
#master{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(image/body.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 　ヘッダー　*/
#header{
	position:relative;
	width:800px;
	background-repeat: no-repeat;
	background-image: url(material/header.jpg);
	
}


/* 　ロゴ　*/
#logo	{
	padding-top: 55px;
	margin-left: 20px;
	background-repeat:no-repeat;
	background-image:url(material/rogo5.gif)
	}

/* 　ナビゲーション　*/
#navi	{
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#navi li {
	float: left;
	width: 12.5%;
}

#navi li a
{
	display: block;
	padding: 0.5em 0.5em;
	height:1.5em;
	font-size: 12px;
	font-weight:bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#8cd4e5 ;
	border-bottom: 1px solid #def2f8;
	border-right: 1px solid #FFFFFF;
	border-top: 1px dashed #26419b;

}

#navi a:hover
{color: #FFFFFF;
background-color: #26419b;}

#navi li a.current
{color: #666666;
background-color: #def2f8;}


/* 　メインコンテンツ　*/
#main	{
	width: 800px;
	position:relative;
	background-color: #def2f8;
	
}

#main_rep	{
	width: 550px;
	position:relative;
	background-color: #def2f8;
	
}
		
/* 　左コンテンツ　*/
#lbox	{
	float: right;
	padding-left: 10px;
	position:relative;
	width: 490px;
	padding-right: 50px;
	padding-bottom: 50px;
	background-image: url(image/body.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}

#lbox_rep	{
	float: right;
	padding-left: 10px;
	position:relative;
	width: 450px;
	padding-right: 50px;
	padding-bottom: 50px;
	background-image: url(image/body.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
}

/*テーブル*/

table {
        font-size: 80%;
		line-height:150%;
        width: 450px;
        margin-bottom: 30px;
        border: 1px solid #ffffff;
        border-collapse: separate;
        border-spacing: 1px;
}
th {
        padding: 10px;
		color:#ffffff;
        border-bottom: 1.5px solid #26419b;
        background-color: #8cd4e5;
}
td {
        padding: 10px;
		color:#26419b;
        border-right: 1.5px solid #26419b;
        border-bottom: 1.5px solid #26419b;
        background-color: #ffffff;
}


div.location{
	font-size: 10px;
	padding-bottom:2em;
	text-align:right}
	
div.item_top {
    margin-top:1em;
	background-color:#8cd4e5;
    border-top: #26419b dashed 1px;
} 

div.wc_item_top {
    margin-top:1em;
	background-color:#0099ff;
    border-top: #ffffff dashed 1px;
} 

div.item {
	padding: 1em 1em 1em 1em;
	background-color:#ffffff;
	border-top:#26419b dashed 1px;
	border-bottom:#26419b dashed 1px;
	margin-bottom: 15px;
}

div.wc_item {
	padding: 1em 1em 1em 1em;
	background-color:#ffffff;
	border-top:#0099ff dashed 1px;
	border-bottom:#0099ff dashed 1px;
	margin-bottom: 15px;
}

div.item_small {
	padding: 1em 1em 1em 1em;
	background-color:#ffffff;
	border-top:#26419b dashed 1px;
	border-bottom:#26419b dashed 1px;
	margin-bottom: 15px;
	font-size:9px;
}

div.item_table {
	padding: 1em 1em 1em 1em;
	background-color:none;
	border-top:#26419b dashed 1px;
	border-bottom:#26419b dashed 1px;
	margin-bottom: 15px;
}

div.item_box{
	float:left;
	width:140px;
	border-right:#26419b dashed 1px;
	padding-right: 0.5em;
	padding-left:0.5em;
	}

div.item_box1{
	float:left;
	width:150px;
	border-right:#26419b dashed 1px;
	padding-right: 0.5em;
	padding-left:0.5em;
	}

div.item_box_last{
float:right;
	width:140px;
	}

div.wc_item_box_last{
float:right;
	width:200px;
	}

div.item_boxclear{
clear:both;
}

div.item img{padding-bottom:1em;}

div.item li {   
    display:inline;   
    line-height:110%;
	font-size:12px;
	list-style-type:none;
	}   

div.item li a {   
    padding-left:5px;   
	color: #0099cc;
	
}  



/* 　左コンテンツ　パンくずリスト　*/
div.topicpath{
	font-size: 11px;
	color: #999999;
	padding-bottom:25px;
	padding-left:25px;
	text-align:right  
    list-style-type:none;
	background:url(material/tt_176.gif) no-repeat left top;
}

div.topicpath li {   
    display:inline; 
    line-height:110%;   
    list-style-type:none;
}   

div.topicpath li a {   
    padding-right:11px;   
    background:url(material/topicpath.gif) no-repeat right center;   
	color: #0099cc;

}  

/* 　左コンテンツ　トップへ戻るアンカー　*/
div.backtotop{
	font-size: 10px;
	color: #999999;
	padding-right:5px;
	text-align:right;  
    list-style-type:none;
}

div.backtotop li {   
    display:inline;   
    line-height:110%;   
    list-style-type:none;
	}   

div.backtotop li a {   
    padding-right:5px;   
	color: #0099cc;
	
}  


/* 　右コンテンツ　*/
#rbox
{float:right;
width: 172px;
position:relative;
padding-top: 60px;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 30px;
border: 0;
background-image: url(image/line.gif);
background-repeat: repeat-y;}

#r_contentstop
{
background-color:#8cd4e5;
border-top: #26419b dashed 1px;
border-bottom:#26419b dashed 1px;
} 

#r_wc_contentstop
{
background-color:#0099ff;
border-top: #ffffff dashed 1px;
border-bottom:#ffffff dashed 1px;
} 


#r_contentslist ul { 
margin: 0; 
padding :0;
list-style:none;
}

#r_contentslist li { 
display : block; 
padding :0; margin:0;
}

#r_contentslist a {
display:block;
background-color:#ffffff;
background-image:url(material/list_blue.gif);
background-position:5px;
background-repeat:no-repeat;
border-top: #26419b dashed 1px;
border-bottom:#26419b dashed 1px;
text-align:right;
font-size:12px;
font-weight:bolder;
padding:0.5em;
text-decoration:none;
color:#8cd4e5;
margin:5px 0; 
height:1.5em;
}

#r_contentslist a:hover {
display:block; 
background-color:#8cd4e5;
background-image:url(material/list_wt.gif);
background-position::5px;
background-repeat:no-repeat;
border-top: #ffffff dashed 1px;
border-bottom:#ffffff dashed 1px;
font-size:12px;
font-weight:bolder;
padding:0.5em;
text-decoration:none;
color:#ffffff;
margin:5px 0; 
height:1.5em;
}

#r_contentslist a.current {
display:block; 
background-color:#8cd4e5;
background-image:url(material/list_wt.gif);
background-position::5px;
background-repeat:no-repeat;
border-top: #ffffff dashed 1px;
border-bottom:#ffffff dashed 1px;
font-size:12px;
font-weight:bolder;
padding:0.5em;
text-decoration:none;
color:#ffffff;
margin:5px 0; 
height:1.5em;
}





#r_contents
{margin:0;
padding-top: 10px;
padding-left: 1px;
padding-right: 1px;
padding-bottom: 10px;
line-height:150%;
}

#r_contents ul, #r_contents li
{
	margin:0;
	padding:3px 0;
	list-style-type: none;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align:right;
}



/* 　右コンテンツ　常設ナビ　
div.r_link{
	font-size: 11px;
	color: #999999;
	padding-bottom:25px;
	padding-right:25px;
	text-align:left;
}

div.r_link li {   
    display:inline;   
    line-height:110%;   
    list-style-type:none;
} 



/*




#r_contents ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#rbox_contents li { margin: 0; }

#r_contents a
{
display: block;
padding: 3px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#r_contents a:link, #rbox .contentsmenut a:visited
{
color: #EEE;
text-decoration: none;
}
/*

#r_contents a:hover
{
background-color: #339966;
color: #fff;
}




.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #036;
border-bottom: 1px solid #eee;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #369;
color: #fff;
}
*/

#r_sublinktop
{
background-color:#8cd4e5;
border-top: #26419b dashed 1px;
border-bottom:#26419b dashed 1px;
}

#r_sublink
{
background-color:#ffffff;
padding-left: 5px;
padding-right: 5px;
}

#r_sublink ul, #r_sublink li
{
	margin:0;
	padding:0;
	padding-top: 10px;
    padding-bottom: 10px;
	list-style-type: none;
	list-style: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}

#r_sublink a {
display:block;
background-color:#ffffff;
background-image:url(material/list_blue.gif);
background-position:5px;
background-repeat:no-repeat;
border-top: #26419b dashed 1px;
border-bottom:#26419b dashed 1px;
text-align:right;
font-size:12px;
font-weight:bolder;
padding:0.5em;
text-decoration:none;
color:#8cd4e5;
margin:5px 0; 
height:1.5em;
}

/*  最終段div　*/
#bottom	{
	clear:both;
	height: 500px;
	width: 800px;
	text-align:center;
	background-color:#ffffff;
	padding-top: 20px;
	background-repeat: no-repeat;
	font-size: 10px;
}


/*  フッター　*/
#footer	{
	clear:both;
	height: 61px;
	width: 800px;
	text-align:center;
	background-image: url(image/footer.jpg);
	padding-top: 54px;
	background-repeat: no-repeat;
	font-size: 10px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

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


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

