@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #FFFFFF url("../images/body_bk.png") ;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* ヘッダー
--------------------------------------------*/
#header_all {
	width: 100%;
	height: 120px;
	background: #C2C2C2 url("../images/header_all_bk.png");
}

#header {
	width: 690px;
	height: 120px;
	margin: 0 auto;
	background-color: #000000;
}

#header img {
	width: 690px;
	height: 120px;
}

/* グローバル・メニュー
--------------------------------------------*/
#global_menu {
	width: 100%;
	height: 50px;
	background: #000000 url("../images/menu_bk.png") left top repeat-x; 
	border-top: #999999 solid 5px;
}

#global_menu ul {
	width: 690px;
	height: 50px;
	margin: 0 auto;
}

#global_menu ul {
	list-style-type: none;
}

#global_menu li {
	float: left;
}

#global_menu li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 50px;
	padding-top: 50px;
	background-image:url("../images/globalmenu.png");
	color: #FFFFFF;
}

#pad {
	width: 150px;
}

#nav01,
#nav02,
#nav03,
#nav04 {
	width: 130px;
}

/* オフマウス時 */
#nav01 a {
	background-position:  0 0;
}
#nav02 a {
	background-position: -130px 0;
}
#nav03 a {
	background-position: -260px 0;
}
#nav04 a {
	background-position: -390px 0;
}

/* 選択済み */
#nav01 a.stay {
	background-position:  0 -100px;
}
#nav02 a.stay {
	background-position: -130px -100px;
}
#nav03 a.stay {
	background-position: -260px -100px;
}
#nav04 a.stay {
	background-position: -390px -100px;
}

/* オンマウス時 */
#nav01 a:hover {
	background-position:  0 -50px;
}
#nav02 a:hover {
	background-position: -130px -50px;
}
#nav03 a:hover {
	background-position: -260px -50px;
}
#nav04 a:hover {
	background-position: -390px -50px;
}

/* コンテンツ
--------------------------------------------*/
#contents {
	width: 710px;
	min-height: 100%;
	background: #000000 url("../images/contents_bk.png") ;
	margin: 0 auto;
	padding-top: 40px;
	border-left: #999999 solid 1px;
	border-right: #999999 solid 1px;
	/*overflow:auto;*/
	padding-bottom: 33px;	/* must be same height as the footer */
}

#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* フッター
--------------------------------------------*/
#footer {
	position: relative;
	margin-top: -33px; /* negative value of footer height */
	height: 33px;
	clear: both;
	width: 100%;
	background: #050201 repeat-x url("../images/footer_bg.jpg");
	border-top: #999999 solid 1px;
	text-align: center;
}

#footer p.copyright {
	color: #FFFFFF;
	padding-top: 8px;
	font-size: 90%;
}

/* その他
--------------------------------------------*/
em.em_red {
	font-style: normal;
	color: #FF0000;
}

em.em_cyan {
	font-style: normal;
	color: #3399FF;
}

em.em_pink {
	font-style: normal;
	color: #FF00FF;
}

em.em_orange {
	font-style: normal;
	color: #FFCC00;
}
