@charset "UTF-8";
/* basic */
body {
	background-color: #aaab9f;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Grande" , Arial, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
}

.Clear {
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#topmenu {
}
#topmenu #MenuBar1 {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#pageContent {
	clear: both;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-y;
	margin-top: 5px;
	padding: 0px;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center;
}
#pageTop #pageContent #MainContents {
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Footer*/
#Footer {
	font-size: 10px;
	background-color: #55554f;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #CCCCCC;
}
#Footer #FooterBg {
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 150px;
}

#Footer #FooterBg address {
	font-size: 10px;
	font-style: normal;
	padding-top: 50px;
	text-align: left;
	padding-left: 40px;
	float: left;
	width: 400px;
}
#BottomLinks  {
	font-size: 10px;
	margin-bottom: 5px;
	float: right;
	width: 400px;
	padding-top: 45px;
	margin-right: 40px;
}

#BottomLinks p  {
	text-align: right;
}
#Footer #FooterBg ul#FooterLinks {
	padding-top: 0px;
	width: 300px;
	list-style-type: none;
	float: right;
}
#Footer  #FooterBg  #FooterLinks  li  {
	float: right;
	margin-left: 7px;
}
#FooterLinks a:link,#FooterLinks a:visited {
	display: block;
	text-indent: -9999px;
}
#FooterLinks a:hover {
}

#Footer a:link, #Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover {
	color: #FF6600;
}
#FooterLinks #L01 a:link,#FooterLinks #L01 a:visited{
	background-image: url(../footer/btn_youtube.gif);
	width: 63px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#FooterLinks #L01 a:hover {
	background-image: url(../footer/btn_youtube_on.gif);
}

#FooterLinks #L02 a:link, #FooterLinks #L02 a:visited{
	background-image: url(../footer/btn_twitter.gif);
	width: 81px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#FooterLinks #L02 a:hover{
	background-image: url(../footer/btn_twitter_on.gif);
}
#FooterLinks #L03 a:link, #FooterLinks #L03 a:visited{
	background-image: url(../footer/btn_rss.gif);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#FooterLinks #L03 a:hover{
	background-image: url(../footer/btn_rss_on.gif);
}

