@charset "UTF-8";

/*HTMLページは背景付くので、再定義*/
body { font : 100%/130% 'MS ゴシック',Osaka,sans-serif;
						background:url(../timg/bg_body.jpg) no-repeat center top;
						}


/*リンク：テキスト-別ウィンドウ*/
.icn-subwin { background:url(../timg/icn_popup_w.gif) no-repeat 0px 50%;
														padding-left:12px;
														}


/*メイン*/
#main-frame { width:915px;	/*全体幅*/
												min-height:100%;	/*フッター対策*/
												height:auto !important;	/*フッター対策*/
												height:100%;	/*フッター対策*/
												margin:0 auto -50px;	/*フッター対策：フッター用にマイナス値を入れている*/
												position:relative;
												/*border-bottom:1px solid red;*/
												}

/*ミドルフレーム=メニュー+コンテンツ*/
#middle-frame { width:870px;
														height:inherit;
														margin:10px auto 40px;
													/*  border : 1px solid olive; */
													 }

/*右コラム*/
#contents-frame {  width : 670px;		/*全体 - サイドメニュー幅 - 左右コラム間隔*/
															 /* border:3px solid #f9bb4c; */
															 float:left;
															 }


/*フッター用空DIV*/
#footer-margin { height : 30px;	/*フッター対策*/
														}

/*フッター1*/
#footer-frame { width:915px;	/*全体の幅*/
													margin:0 auto;
													border-top:1px solid #f9bb4c;
													background:#FEF2D2;
													position:relative;	/*フッター対策：リンク対策*/
													z-index:100;	/*フッター対策：リンク対策*/
													}
#footer-frame ul { list-style-type:none; margin:2px 5px; }

#footer-menu-item1, #footer-menu-item1ex, #footer-menu-item2, #footer-menu-item3, #footer-menu-item4, #footer-menu-item5 {
width:inherit;
height : 20px; 
font-size : 10px;
display : inline;
margin-right:10px;
background:url(../timg/icn_popup_w.gif) no-repeat 0px 50%;
}
/*アイコンがリンク用*/
#footer-menu-item1ex { background:url(../timg/icn_c_s.gif) no-repeat 0px 48%; }

/*コピーライト*/
#footer-menu-item5 {
																		background:none;
																		position:absolute;
																		text-align:right;
																		right:-11px;
																		margin-top:-5px;
																		}

#footer-menu-item1 a, #footer-menu-item1ex a, #footer-menu-item2 a, #footer-menu-item3 a, #footer-menu-item4 a, #footer-menu-item5 a {
margin-left:14px;
}

#footer-frame ul li a { text-decoration:none; color:#666666; }
#footer-frame ul li a:hover { text-decoration:underline; color:#ff6a00; }

/*フッター2*/
#footer-frame2 { width:915px;	/*全体の幅*/
													margin:-2px auto;
													border-top:1px dotted #f9bb4c;
													background:white;
													position:relative;	/*フッター対策：リンク対策*/
													z-index:101;	/*フッター対策：リンク対策*/
													}
#footer-frame2 ul { list-style-type:none; margin:2px 5px; }

#footer2-menu-item1, #footer2-menu-item2, #footer2-menu-item3, #footer2-menu-item4, #footer2-menu-item5 {
width:inherit;
height : 20px; 
font-size : 10px;
display : inline;
margin-right:10px;
background:url(../timg/icn_popup_w.gif) no-repeat 0px 50%;
}

#footer2-menu-item1 a, #footer2-menu-item2 a, #footer2-menu-item3 a, #footer2-menu-item4 a, #footer2-menu-item5 a {
margin-left:14px;
}

#footer-frame2 ul li a { text-decoration:none; color:#666666; }
#footer-frame2 ul li a:hover { text-decoration:underline; color:#ff6a00; }