@charset "UTF-8";


/*リンク：テキスト-別ウィンドウ*/
.icn-subwin { background:url(../img/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 -55px;	/*フッター対策：フッター用にマイナス値を入れている*/
												position:relative;
												/*border-bottom:1px solid red;*/
												}

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

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

#contents-midashi { background:url(../img/mds_company_info_bac.gif) no-repeat 0px 0px;
																 width : 670px;	/*全体 - サイドメニュー幅 - 左右コラム間隔*/
																 height : auto;
																 border-bottom:1px solid #f9bb4c;
																 }

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

/*フッター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 : 70%;
display : inline;
margin-right:10px;
background:url(../img/icn_popup_w.gif) no-repeat 0px 50%;
}
/*アイコンがリンク用*/
#footer-menu-item1, #footer-menu-item1ex, #footer-menu-item2 { background:url(../img/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 : 70%;
display : inline;
margin-right:10px;
background:url(../img/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; }
