@charset "utf-8";
#annai_freedial {
	height: 144px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/0120316758_5_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#annai_web a {
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/0120316758_5_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-decoration: none;
}

em {
	font-style: normal;
	text-decoration: underline;
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	font-size: 100%;
}

p {
	padding: 0px;
	line-height: 150%;
	margin: 0px;
	font-size: 12px;
}
strong  {
	font-size: 14px;
	font-weight: bold;
	color: #082456;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D7C9B;
	padding-bottom: 1px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


#container/* このハイブリッドレイアウトに関するヒント
1. サイドバーの em 単位のサイズはユーザーの初期設定のフォントサイズに基づいて設定されることを考慮に入れて、サイドバーに背景グラフィックを配置してください。ハイブリッドレイアウトではサイドバーの幅の比率が維持されるため、ハイブリッドレイアウトは、適切に作成すれば、大きいフォントサイズを使用する必要がある場合に便利です。この設定がデザインに適さない場合は、幅をピクセル単位の幅に変更し、それに応じて #mainContent div のマージンを変更します。
2. このレイアウトのサイドバーの幅は、body エレメントの 100% のフォントサイズに基づいて設定されるため、body エレメントまたは #container の font-size: 80% を使用して全体のテキストサイズを小さくすると、それに比例して小さくなります。これを補正するには、必要に応じて、サイドバーの幅と #mainContent div の端のマージンのサイズを大きくしてください。
3. デザイン全体ではなく div ごとにフォントサイズが変更される場合は (#sidebar1 のフォントサイズは 70% に設定され、#mainContent のフォントサイズは 85% に設定される場合)、これにより、それぞれの div の全体のサイズが比例して変更されます。必要に応じて、最終的なフォントサイズに基づいて調整してください。
4. #container div は、幅が 100% のこのレイアウトには不要です。#container div は、模擬列を作成する場合やレイアウトの幅を制限する場合に使用してください。
5. div はすべて初期設定で使用可能なスペースを 100% 使用するので、#container div の幅を 100% に設定する必要はありません。#container div は、コンテナ全体のサイズを小さくする場合に（たとえば両側に少しのマージンを確保する場合など）、サイズを調整するのに使用します。
*/
  {
	background: #FFFFFF;
	/* margin: 0 auto - 自動マージン（幅と連動）により、必要に応じてページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-right: auto;
	margin-left: auto;
}  
#header {
	height: 90px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#header  h1  {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
#title  {
	background-image: url(images/title_bar.jpg);
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	margin: 0px;
} 
#title_name a {
	height: 60px;
	width: 370px;
	float: left;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 25px;
	display: block;
	padding-top: 30px;
	padding-left: 85px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#news_bar {
	text-indent: 12px;
	font-size: 11px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #377593;
	padding-top: 3px;
}



#search {
	width: 350px;
	padding-top: 20px;
	color: #FFFFFF;
}
#search p {
	font-size: 10px;
}

#fontsize {
	padding-left: 5px;
	display: block;
}
#fontsize p {
	margin: 0px;
	padding-top: 10px;
}



#image-btn {
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	width: 41px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#navi {
	height: 41px;
	background-image: url(images/navi_bg.gif);
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
}
.mini {
	font-size: small;
	color: #666666;
}
#navi_inside {
	height: 30px;
	width: 605px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/navi_inside.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 2px;
}
#navi_inside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi_inside li {
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	list-style-type: none;
	width: 120px;
}
#navi_inside #navi_rightline {
	background-image: url(images/navi_link_line.gif);
	background-position: left;
	height: 30px;
	width: 5px;
	display: block;
	float: right;
}

#navi_inside a {
	display: block;
	height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 5px;
	background-image: url(images/navi_link_line.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 30px;
}
#navi_inside a:hover {
	background-image: url(images/navi_link_hover.jpg);
	height: 31px;
	background-repeat: no-repeat;
	list-style-type: none;
	color: #FFFFFF;
	width: 120px;
	background-position: right;
}








#sidebar1/* #sidebar1 に関するヒント：
1. この div でフォントサイズ値を設定すると、この div の全体の幅がそれに応じて調整されます。
2. 単位は em であるため、サイドバーそのもので余白を使用することは回避してください。標準に準拠したブラウザでは、余白は幅に追加されるため、実際の幅が不特定の幅になります。 
3. 「.thrColHybHdr #sidebar1 p」ルールで見られるように、div の端と div に含まれるエレメントの間のスペースは、エレメントに左マージンと右マージンを適用することによって設定できます。
*/
  {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 1%;
}
#left_main_menu  ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#left_main_menu  li {
	background-image: url(images/menu_off_bar.jpg);
	height: 36px;
	width: 187px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 35px;
}
#left_main_menu  a {
	display: block;
	height: 26px;
	padding-top: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;

}
#left_main_menu  a:hover {
	background-image: url(images/menu_on_bar.jpg);
	height: 36px;
	width: 187px;
	background-repeat: no-repeat;
	list-style-type: none;
	color: #FFFFFF;
}
#left_sab_menu_waku {
	height: auto;
	width: 186px;
	margin-left: 10px;
	background-color: #CCCCCC;
}
#left_sab_menu_waku ul {
	padding: 0px;
	list-style-type: none;
	height: auto;
	width: 178px;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7483A0;
	border-bottom-color: #7483A0;
	border-left-color: #7483A0;
	background-color: #FFFFFF;
}
#left_sab_menu_waku li {
	font-size: 11px;
	line-height: 180%;
	margin-left: 35px;
	list-style-image: url(images/3ten_yajirusi_s.gif);
}

#left_sab_menu_waku h3 {
	display: block;
	font-weight: lighter;
	font-size: 12px;
	text-indent: 35px;
	height: 18px;
	background-image: url(images/sub_menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	width: 186px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 5px;
}
#left_sab_menu_waku a {
	color: #072154;
}
#left_sab_menu_waku a:hover {
	color: #0066FF;
	text-decoration: none;
}






#sidebar2  {
	float: right;
	width: 200px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent/* #mainContent に関するヒント：
1. この #mainContent div に #sidebar1 div とは異なるフォントサイズを設定すると、#mainContent div のマージンは #mainContent div のフォントサイズ、#sidebar1 div の幅は #sidebar1 div のフォントサイズに基づいて設定されます。必要に応じて、これらの div の値を調整してください。
2. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
3. このレイアウトはユーザーのフォントサイズとユーザーが設定する値に基づいて設定されるため、フローティングエレメントの落下を回避するには、イメージまたはエレメントのおおよその最大サイズを特定するためのテストを行う必要があります。ただし、ユーザーのブラウザのフォントサイズが通常のサイズより小さい場合は、テストで確認されるスペースよりも小さいスペースが #mainContent div で使用されます。
4. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、発生する可能性のあるいくつかの IE 固有のバグが回避されます。
*/
  {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 0;
	margin-left: 225px;
	margin-right: 225px;
} 
#mainContent p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
}

#mainContent   #voice  li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4B5F84;
	padding-top: 5px;
	list-style-image: url(images/li_mark.gif);
	margin-right: 3%;
	margin-left: 3%;
}
#mainContent #aisatu {

}
#mainContent #aisatu #aisatu_L {
	width: 40%;
	float: left;
}
#mainContent #aisatu #aisatuR {
	width: 59%;
	float: right;
}









#footer  {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
} 
#footer  p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0;
	font-size: 11px;
}
#footer a {
	color: #777777;
}
#footer a:hover {
	color: #555555;
	text-decoration: none;
}

.float_L {
	float: left;
}
.float_L2 {
	float: left;
	padding-right: 10px;
}

.float_R {
	float: right;
}
.float_R_10px {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.float_Clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
.high_space {
	font-size: 1px;
	line-height: 0px;
	height: 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;
}

#topic  {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/message_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 3px double #98A0CF;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}

#news {
	font-size: small;
	overflow: auto;
	height: 110px;
	margin-bottom: 10px;
}
#news li {
	padding-bottom: 5px;
	padding-top: 5px;
}
#news a {
	background-color: #FFFFFF;
}

#soudan_image {
	height: 150px;
	background-image: url(images/soudan_image01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.dot_line01 {
	height: 5px;
	width: 50%;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #98A0CF;
}
.dot_line02 {
	height: 5px;
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #98A0CF;
}
.dot_line03 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98A0CF;
	padding-top: 5px;
	color: #082255;
}


#right_sab_menu {
	display: block;
	width: 186px;
}


#right_sab_menu  h3 {
	display: block;
	font-weight: lighter;
	font-size: 12px;
	height: 35px;
	background-image: url(images/midai_bar_blue.gif);
	background-repeat: no-repeat;
	letter-spacing: 5px;
	line-height: 42px;
	width: 186px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-right-color: #081F53;
	border-bottom-color: #081F53;
	border-left-color: #081F53;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#right_sab_menu p {
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
#right_sab_menu h4 {
	display: block;
	font-weight: lighter;
	font-size: 12px;
	height: 29px;
	background-image: url(images/midai_bar_orange.gif);
	background-repeat: no-repeat;
	margin: 0px;
	letter-spacing: 5px;
	text-indent: 29px;
	line-height: 30px;
	width: 186px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #55320F;
}
#right_sab_menu strong {
	font-size: 14px;
	font-weight: bold;
	color: #082456;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D7C9B;
	padding-bottom: 1px;
}



#main1-1 {
	background-color: #FFFFFF;
}
#main1-1 table {
	font-size: 12px;
	text-align: center;
}

#main3 {
	padding-bottom: 10px;
	float: right;
}

.red {
	color: #CC0000;
	font-weight: bold;
}
#mainContent li {
	line-height: 150%;
	font-size: 12px;
	list-style-image: url(images/check_mark.gif);
}

.backyellow {
	background-color: #FFFFCC;
	margin: 0px;
	font-size: 15px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainContent    h2 {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBDD;
	border-bottom-color: #082255;
	font-size: 14px;
	background-image: url(images/midasi_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #959DB0;
	display: block;
	line-height: 33px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 30px;
}
#mainContent h2 strong {
	color: #FFE066;
}

#mainContent   h3 {
	font-size: 14px;
	display: block;
	line-height: 35px;
	color: #082255;
	font-weight: bold;
	text-indent: 10px;
	margin-bottom: 10px;
}
#mainContent h4 {
	line-height: 120%;
}
#mainContent iframe {
	height: 400px;
	width: 450px;
}
#bldg00 {
	width: 80%;
	display: block;
}

#bldg01 {
	width: 57%;
	float: left;
}
#bldg02 {
	width: 43%;
	float: left;
}
#bldg03  {
	width: 43%;
	float: left;
}


#print_btn {
	width: 450px;
}
.style1 {color: #0000FF}


.midasi01 {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBDD;
	border-bottom-color: #082255;
	font-size: 14px;
	background-image: url(images/midasi_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #959DB0;
	display: block;
	line-height: 33px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 30px;
}

.midasi02 {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBDD;
	border-bottom-color: #082255;
	font-size: 14px;
	background-image: url(images/midasi02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EFF0F4;
	display: block;
	line-height: 33px;
	margin-bottom: 10px;
	color: #082255;
	font-weight: bold;
	padding-left: 30px;
}
.midasi03 {
	height: auto;
	background-color: #E3E3E3;
	color: #0A2457;
	line-height: 50px;
	font-weight: bolder;
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #0A2457;
	text-indent: 10px;
}
.midasi04 {
	height: auto;
	background-color: #E3E3E3;
	color: #0A2457;
	line-height: 35px;
	font-weight: bolder;
	font-size: 14px;
	text-indent: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #98A0CF;
	border-right-color: #98A0CF;
	border-left-color: #98A0CF;
	margin-bottom: 30px;
}
.midasi05 {
	height: auto;
	background-color: #E3E3E3;
	color: #0A2457;
	line-height: 35px;
	font-weight: bolder;
	font-size: 14px;
	text-indent: 10px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #98A0CF;
	border-left-color: #98A0CF;
	margin-bottom: 30px;
}



.fontsize10px {
	font-size: 10px;
}

#ul {
	float: left;
	width: 49%;
	height: 250px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: table;

}
#ul a {
	display: block;
	height: 50px;
	color: #0A2457;
}
#ul a:hover {
	display: block;
	height: 50px;
	color: #0000FF;
	text-decoration: none;
}



#ur {
	float: left;
	height: 250px;
	border: 1px solid #666666;
	width: 50%;
	display: table;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#ur a {
	display: block;
	height: 50px;
	color: #0A2457;
}
#ur a:hover {
	display: block;
	height: 50px;
	color: #0000FF;
	text-decoration: none;
}


#dl {
	float: left;
	width: 49%;
	height: 250px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: table;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#dl a {
	display: block;
	height: 50px;
	color: #0A2457;
}
#dl a:hover {
	display: block;
	height: 50px;
	color: #0000FF;
	text-decoration: none;
}


#dr {
	float: left;
	height: 250px;
	border: 1px solid #666666;
	width: 50%;
	display: table;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#dr a {
	display: block;
	height: 50px;
	color: #0A2457;
}
#dr a:hover {
	display: block;
	height: 50px;
	color: #0000FF;
	text-decoration: none;
}
#dr #dr_link a {
	display: inline;
}

.colum {
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #98A0CF;
	border-bottom-color: #98A0CF;
	border-left-color: #98A0CF;
}
.colum02 {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #98A0CF;
	border-left-color: #98A0CF;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
}
.colum03 {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #98A0CF;
	border-bottom-color: #98A0CF;
	border-left-color: #98A0CF;
}


#pic01 {
	width: 18%;
	float: left;
}
#pic02 {
	width: 18%;
	float: left;
}
#pic03 {
	width: 18%;
	float: left;
}
#pic04 {
	width: 18%;
	float: left;
}
#pic05 {
	width: 18%;
	float: left;
}
.intend20px {
	text-indent: 20px;
}
#service   table    {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#nendai img {
	float: left;
	width: 30%;
}
.float_L30per {
	float: left;
	width: 30%;
	margin-right: 20px;
}
.float_L14per {
	float: left;
	width: 14%;
	margin-right: 5px;
}
.float_L11per {
	float: left;
	width: 11%;
	margin-right: 5px;
}
.intend10px {
	display: block;
	margin-left: 10px;
}
.yajirusi_bou {
	background-image: url(images/yajirusi_bou.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.yajirusi_saki {
	background-image: url(images/yajirusi_saki.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#service  li    {
	list-style-type: decimal;
	list-style-image: none;
}
.float_R25per {
	float: right;
	width: 25%;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_R20per {
	float: right;
	width: 20%;
	margin-bottom: 10px;
	margin-left: 10px;
}
#kihodo_ryoukin  table p {
	font-size: 12px;
}
