@charset "UTF-8";




/*骨格の記述
__________________________________________________________*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF;
	margin: 0; 
/* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすること */
	text-align: center; 
/* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定される */
	padding: 0;
	min-width:760px;
	color: #000000;
	width: 100%;
}

#container {
	width: 85%;
  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
#mainContent {
	padding: 0 20px; 
/* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

#page_title {
	margin: 5px;
	padding: 5px;
	border-top: 0px solid #EB4747;
	border-right: 0px solid #EB4747;
	border-bottom: 0px solid #EB4747;
	border-left: 8px solid #EB4747;
}
#page_title  p {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#page_title   h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#headnavi h6 {
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin: 0px 0px 5px;
	padding: 0px;
}


/*ヘッダ　パンくずリスト部分　　#headnavi
__________________________________________________________*/



#headnavi span {
	color: #FF0000;
	font-weight: bold;
}

#headnavi a:link, #headnavi a:visited {
	color: #333333;
	text-decoration: none;
}
#headnavi a:hover, #headnavi a:active {
	color: #FF0000;
	text-decoration: underline;
}


/*ナビ　ページ内メインナビ　　#navi01
__________________________________________________________*/


#navi01  ul {
	text-align: center;
	margin: 25px 0px 20px;
}

#navi01 ol {
	text-align: center;
	margin: 25px 0px 20px;
}
#navi01 li {
	font-size: 0.85em;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	padding:0 5px;
}


#navi01 a:link , #navi01 a:visited {
	background-image: url(../img/dot001.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
}

#navi01 a:hover , #navi01 a:active{
	background-image: url(../img/dot002.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	color: #FF0000;
	text-decoration: underline;
}



/*ナビ　ページ内メインナビ（左フロート）　　#navi01a
__________________________________________________________*/


#navi01a  ul {
	text-align: center;
	margin: 25px 0px 20px;
}

#navi01a ol {
	text-align: center;
	margin: 25px 0px 20px;
}
#navi01a li {
	font-size: 0.85em;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	padding:0 5px;
	float: left;
}


#navi01a a:link , #navi01a a:visited {
	background-image: url(../img/dot001.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	text-decoration: none;
	color: #000000;
}

#navi01a a:hover , #navi01a a:active{
	background-image: url(../img/dot002.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	color: #FF0000;
	text-decoration: underline;
}



.caption p {
	font-size: 0.9em;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 0px 1em;
	text-indent: 0.9em;
}


#list a:link, #list a:visited {
	color: #333333;
	text-decoration: none;
}
#list a:hover, #list a:active {
	color: #FF0000;
	text-decoration: underline;
}
#list h2 {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	margin: 25px 0px 0px;
	padding: 3px 0px 3px 1em;
	border-top: 2px solid #EB4747;
	border-right: 0px solid #EB4747;
	border-bottom: 2px solid #EB4747;
	border-left: 0px solid #EB4747;
}


#list .midashi {
	border-top: 0px dotted #990000;
	border-right: 0px dotted #990000;
	border-bottom: 1px dotted #990000;
	border-left: 0px dotted #990000;
	margin: 10px 0px 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#list .midashi h3 {
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#list .midashi span {
	font-weight: bold;
	color: #FF0000;
	background: #FFFFFF;
	padding: 4px;
	margin: 0px 0.7em 0px 0px;
	border: 1px solid #FF0000;
}
#list p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding: 0px 1em;
}
#list p span {
	color: #FF0000;
	font-size: 95%;
}








#list ul {
	margin: 25px 0px 25px 3em;
	padding: 0px;
}
#list li {
	font-size: 0.85em;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
	border-top: 0px dotted #990033;
	border-right: 0px dotted #990033;
	border-bottom: 1px dotted #990033;
	border-left: 0px dotted #990033;
}



/*各ナビゲーション　　#navitotpo,#naviforward,#naviback
__________________________________________________________*/


.navitotop p {
	font-size: 0.9em;
	text-align: right;
	margin: 10px 40px 10px 10px;
	clear: both;
}
.navitotop   span {
	color: #FF0000;
	font-size: 100%;
}

.navitotop p a:link , .navitotop p a:visited{
	color:#000033;
/*	background:url(../img/tr101.gif) no-repeat 0px 50%;*/
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
/*		padding-left: 18px;*/
 }

.navitotop p a:hover , .navitotop p a:active{
	color:#000033;
/*	background:url(../img/tr102.gif) no-repeat 0px 50%;*/
	text-decoration:underline;
	margin: 0px;
	padding-top: 0px;
/*	padding-left: 18px;*/
 }


.naviforward p  {
	font-size: 0.9em;
	text-align: right;
	margin: 10px 40px 10px 10px;
	clear: both;
}


.naviforward p a:link ,.naviforward p a:visited{
	color:#000033;
	background:url(../img/tr201.gif) no-repeat 0px 50%;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 18px;
 }

.naviforward p a:hover , .naviforward p a:active{
	color:#000033;
	background:url(../img/tr202.gif) no-repeat 0px 50%;
	text-decoration:underline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 18px;
 }

.naviback p {
	font-size: 0.9em;
	text-align: left;
	margin: 10px 40px 10px 10px;
	clear: both;
}

.naviback p a:link , .naviback p a:visited{
	color:#000033;
	background:url(../img/tr301.gif) no-repeat 0px 50%;
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
	padding-left: 18px;
 }

.naviback p a:hover , .naviback p a:active{
	color:#000033;
	background:url(../img/tr302.gif) no-repeat 0px 50%;
	text-decoration:underline;
	margin: 0px;
	padding-top: 0px;
	padding-left: 18px;
 }


.navitoexplain p {
	font-size: 0.9em;
	text-align: left;
	margin: 10px 40px 10px 10px;
	clear: both;
}
.navitoexplain span {
	color: #FF0000;
	font-size: 100%;
}

.navitoexplain p a:link , .navitoexplain p a:visited{
	color:#000033;
/*	background:url(../img/tr101.gif) no-repeat 0px 50%;*/
	text-decoration:none;
	margin: 0px;
	padding-top: 0px;
/*		padding-left: 18px;*/
 }

.navitoexplain p a:hover , .navitoexplain p a:active{
	color:#000033;
/*	background:url(../img/tr102.gif) no-repeat 0px 50%;*/
	text-decoration:underline;
	margin: 0px;
	padding-top: 0px;
/*	padding-left: 18px;*/
 }






/*フッタ　　#footer
__________________________________________________________*/

#footer {
	margin-top: 20px;
	clear: both;
}

#footer h6 {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#footer p {
	font-size: 0.75em;
	font-weight: normal;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#footer .footer01 address {
	text-align: left;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: solid 1px #eb4747;
	border-bottom: solid 1px #eb4747;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#footer .footer01 span {
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

#footer .footer02 h5{
	font-family: "Arial Black","Geneva","Helvetica", "san-serif";
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 5px 1.5em 5px 0;
	background-color: #eb4747;
}
