﻿@charset "UTF-8";

/* -----------------------------
*	index.html
----------------------------- */
body { background: #fff;}
a:link,
a:visited { color: #7f7f7f;}
a:hover,
a:focus { color: #4d4d4d; text-decoration: none;}
a:active { color: #4d4d4d; text-decoration: none;}


#Container { background: #000;}
#indexContents { background: #fff url(../../img/bg.gif) repeat-x left top; color: #7f7f7f; text-align: center;}
#mainImage { margin: 0;}
#Contents { width: 920px; padding: 0;}

/* globalmenu2 */
#GlobalMenu2 { border: none;}
#GlobalMenu2 li a { background: url(../../img/globalmenu2.gif) 0px 0px no-repeat;}
#GlobalMenu2 li#menu4 { float: left; display: block; width: 155px; height: 22px; background: url(../../img/globalmenu2.gif) -409px 0px no-repeat;}
#GlobalMenu2 li#menu5 { float: left; display: block; width: 126px; height: 22px; background: url(../../img/globalmenu2.gif) -564px 0px no-repeat;}

/* news */
#news { width: 700px; padding: 58px 0 50px 180px; text-align: left;}
#news-head { float: left; width: 80px; padding: .5em 0; text-align: right;}
#news-head h2 { margin: .3em 0 1em 0;}
#news dl { float: right; width: 570px; padding-top: .5em; padding-left: 38px; background: url(../../img/line_news.gif) repeat-y left top;}



/* -----------------------------
*	clearfix
----------------------------- */
#news { display:inline-block;}
#news:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html #news { height:1px;}
#news { display:block; }
/* End hide from IE-mac */

