@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-image: url(../images/top_fooot_bg.gif);
	background-repeat: repeat-x;
}
body {
	background-image: url(../images/top_fooot_bg.gif);
	background-repeat: repeat-x;
	font-size: 82%;
	color: #6c6c6c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 2em;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
} 
#header {
} 
 #header h1 {
	margin-top: 10;
	margin-right: 0;
	height: 67px;
	width: 394px;
	float: left;
	margin-left: 20px;
	display: block;
	margin-bottom: 10px;
}
#container #header .tel {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}
#wrapper {
	width: 960px;
	display: block;
	clear: both;
	overflow: hidden;
}

/* #sidebar1 に関するヒント：
1. 単位は相対単位であるため、サイドバーで余白を使用することは回避してください。標準に準拠したブラウザでは、余白は全体の幅に追加されるため、実際の幅が不特定の幅になります。 
2. サイドバーの値の単位として em が使用されているので、その幅が初期設定のテキストサイズに応じて変化することに注意してください。
3. 「.twoColHybLtHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
#sidebar1 {
	float: left;
	width: 259px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	background-image: url(../images/side_bg.gif);
	background-repeat: repeat;
	/*height: 1300px;*/
	margin-bottom: 20px;
	overflow: hidden;
}
#sidebar1 .navi   {
	background-image: url(../images/navi_bg.gif);
	background-repeat: no-repeat;
	height: 239px;
	width: 237px;
	margin-top: 20px;
	margin-left: 22px;
}
#sidebar1 .navi ul   {
	padding-top: 8px;
	width: 237px;
	padding-left: 5px;
}
#sidebar1 .navi ul li {
	height: 39px;
	width: 232px;
}
#sidebar1 .time {
	width: 220px;
	margin-left: 22px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#sidebar1 .time .titlle {
	margin-top: 16px;
	margin-left: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #60b12b;
	width: 190px;
	padding-bottom: 4px;
	font-size: 14px;
}
#sidebar1 .time .cal {
	margin-left: 14px;
	margin-top: 10px;
}
#sidebar1 .time .side_text {
	margin-top: 10px;
	margin-left: 14px;
}
#sidebar1 .time .side_text02 {
	margin-top: 10px;
	margin-left: 14px;
	color: #f39700;
	margin-bottom: 10px;
}
/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
#mainContent {
	width: 699px;
	float: left;
} 
#mainContent h2 {
	font-size: 18px;
	color: #38ac44;
	margin-left: 20px;
	margin-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #38ac44;
	width: 640px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 10px;
}
#mainContent .top_img {
	margin-left: 30px;
	margin-top: 20px;
	float: left;
	margin-bottom: 70px;
}
#mainContent .main_text {
	width: 440px;
	margin-left: 30px;
	float: left;
	margin-top: 20px;
}
#mainContent .info {
    width: 640px;
    margin: 40px 0 0 30px;
}
#mainContent .info h3 {
    padding: 8px 12px 6px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #fff;
    background: #F90;
}
#mainContent .info p {
    padding: 10px 15px;
    border: 1px solid #F90;
    border-radius:  0 0 5px 5px;
    border-top: none;
}
#mainContent .news {
	clear: both;
	width: 640px;
	margin-left: 30px;
	height: 200px;
	margin-bottom: 40px;
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #999;
}
#mainContent .news h3 {
	padding-left: 10px;
	/*height: 24px;*/
	background-color: #38ac44;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
}
#mainContent .news dl {
    height: 160px;
    overflow-y: scroll;
}
#mainContent .news dl dt {
	border-bottom: 1px dotted #999999;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #F90;
}
#mainContent .news dl dd {
	margin-top: 2px;
	padding-bottom: 4px;
	padding-left: 20px;
}
#mainContent table {
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 30px;
	line-height: 2em;
}
#mainContent .profile_text {
	margin-left: 50px;
	margin-top: 20px;
	width: 510px;
}
#mainContent .map_text {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 250px;
}
#mainContent .map_text span {
	color: #f39700;
}
#mainContent .map_img {
	margin-top: 20px;
	margin-left: 20px;
}
#mainContent #google {
	margin-top: 30px;
	margin-left: 44px;
}
#mainContent .naiyou_text {
	margin-top: 30px;
	margin-left: 50px;
	width: 460px;
}
#mainContent h4 {
	margin-top: 30px;
	margin-left: 40px;
	margin-bottom: -10px;
	width: 470px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: medium;
	color: #f39700;
}
#mainContent .jyusin_text {
	margin-left: 50px;
	margin-top: 20px;
	width: 500px;
	margin-bottom: 30px;
}
#mainContent .jyusin_contact {
margin: 0 auto;
width: 599px;
display: block;
padding: 20px 0px;
}
#mainContent .profile_contact {
	margin-top: 50px;
	margin-left: 50px;
}
#mainContent .map_contact {
	margin-top: 30px;
	margin-left: 50px;
}
#mainContent .contact {
	margin-left: 50px;
	margin-top: 64px;
}
#container .foot_navi {
	clear: both;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
#container .foot_navi li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 6px;
	padding-left: 6px;
}
#container ul .leftline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6c6c6c;
}

#footer {
	background-color: #ffffff;
	background-image: url(../images/top_fooot_bg.gif);
	width: 100%;
	background-repeat: repeat-x;
	margin-top: 40px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
} 
#footer p {
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	width: 436px;
	color: #FFF;
	padding-top: 10px;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.twoColHybLtHdr #sidebar1 { padding-top: 30px; }
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに使用される hasLayout が IE に対して設定されます */
</style>
<![endif]
.twoColHybLtHdr #mainContent { zoom: 1; padding-top: 15px; }
