@charset "utf-8";

/*==========================================================
base部分
==========================================================*/

/*テキストリンク色指定*/
.shisetsu-a a:link {color: #1e9aa6; text-decoration: none; font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;}
.shisetsu-a a:visited  { color: #1e9aa6; text-decoration: none; font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif; }
.shisetsu-a a:hover  {
	color:#E77803;
	text-decoration: underline;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

/*==========================================================
左メニュー施設リンク部分
==========================================================*/

/*施設住所TEL部分左右ボーダー色指定*/
.menudetails {
	   border-left: 1px solid #64adb4;
	   border-right: 1px solid #64adb4;}

/*見出し文字部分・背景*/
.menuwrap h3 {
	   color: #333;
	   background-image:url(../../images/htdocs/alpha_hl01.gif);
}

/*左右下ボーダー・背景設定*/  
.menuwrap ul {border-left: 1px solid #64adb4;
		   border-right: 1px solid #64adb4;
           border-bottom: 1px solid #64adb4;
		   background-color:#e3f7f8;}

/*テキスト部分・マーカー*/
.menuwrap li{     
		      background-image:url(../../images/htdocs/alpha_arrow_top01.gif);

}			

/*テキスト部分・リンク色設定*/		  	
.menuwrap a:link {color: #333;}
.menuwrap a:visited  {color: #222; }
.menuwrap a:hover  { color:#009;}			


/*==========================================================
中コンテンツ 新着情報お知らせ部分
==========================================================*/

/*見出し文字部分・背景*/
h2 {
	   color: #333;
	   background-image:url(../../images/htdocs/alpha_hl02.gif);
}

/*左右下ボーダー・背景設定*/ 
.main-topics ul { 
               border-left: 1px solid #64adb4;
		   border-right: 1px solid #64adb4;
           border-bottom: 1px solid #64adb4;
		   background-color:#e3f7f8;}

/*テキスト部分・マーカー*/
.main-topics li{        
		      background-image:url(../../images/htdocs/alpha_arrow_top01.gif);
}			

/*テキスト部分・リンク色設定*/		
.main-topics a:link {color: #333;}
.main-topics a:visited  { color: #222; }
.main-topics a:hover  { color:#039;}	

/*==========================================================
中コンテンツ 見出し以下部分
==========================================================*/

/*テキスト部分・マーカー*/		   
.main-list li{
	background-image:url(../../images/htdocs/alpha_mark_top01.gif);
}			

/*テキスト中のリンク部分・マーカー*/
.main-inside li{        
		      background-image:url(../../images/htdocs/alpha_mark_top02.gif);
			  
}	

/*テキスト部分・リンク色設定*/


.main-inside a:link {color: #1e9aa6;}
.main-inside a:visited  { color: #1e9aa6; }
.main-inside a:hover  {
	color:#E77803;
}

/*説明書き囲み部分*/
.main-ate { border: 1px dotted #64adb4; }

/*Pick Up部分 囲みのボーター・背景色指定*/	
.main-pickup{
	border: 1px dashed #64adb4;
	background-color: #e3f7f8;
}
/*Pick Up部分・マーカー*/
.main-pickup li{        
		      background-image:url(../../images/htdocs/alpha_mark_top02.gif); }


/*==========================================================
施設トップ以下コンテンツ トピックス部分
==========================================================*/

/*テキスト部分・マーカー*/
.contents-topics li{        
		      background-image:url(../../images/htdocs/alpha_arrow_top01.gif);
}			

/*テキスト部分・リンク色設定*/		
.contents-topics a:link {color: #333;}
.contents-topics a:visited  { color: #222; }
.contents-topics a:hover  {color:#009;}	






/*====================
会社概要
====================*/

.concept li{ font-size:small;
             color:#900;
			 line-height:150%;
			 text-indent:20px;}
			 
			 
/*====================
運営ポリシー
====================*/

   	   
.policy { margin:0 0 15px 15px;}
.policy li { list-style-type:none;
		   list-style-position:outside;
		   line-height: 150%;
           margin:15px 0 0px 0px;
		   padding:0 0 10px 0;
		   color:#555;
		   font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
		   font-size:small;
		   border-bottom:dashed 1px #A1C5EA;
		   width:410px; }
		   
.policy p{ color:#900;
           font-size:medium;
		   font-weight:bold;}
.policy span{ color:#C60;
              font-weight:bold;}
			  
/*====================
要綱
====================*/

.summary { margin:0 0 15px 0px;}
.summary p{ color:#900;
           font-size:medium;
		   font-weight:bold;
		   margin:10px 0 5px;}
.summary span{ font-size:small;
						color:#555;
						line-height:160%;}
			  
.summary table{ width:445px;
                         border-collapse:collapse;
						 border:1px solid #bbb;
						 margin:15px 0 0 0;} 
						 
.summary td { border-collapse:collapse;
						border:1px solid #bbb;
						font-size:small;
						color:#555;
						padding:6px;
						line-height:160%;} 	
.summary a:link {
	font-size:medium;
	text-decoration:underline;
	font-weight:bold;
	color: #F60;
}
.summary a:visited  {font-size:medium; text-decoration:underline; font-weight:bold; color: #F60; }
.summary a:hover  {
	font-size:medium;
	text-decoration:none;
	font-weight:bold;
	color:#900;
}	
