@charset "utf-8";
/* CSS Document */



* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	width: 100%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
}

/* ヘッダー
--------------------------------------------*/
#header_all {
	width: 710px;
	height: 120px;
}

#header {
	width: 690px;
	height: 120px;
	margin: 0 auto;
	background-color: #000000;
}

#header img {
	width: 690px;
	height: 120px;
}

/* グローバル・メニュー
--------------------------------------------*/
#global_menu {
	display: none;
}

#pad {
	display: none;
}

#nav01,
#nav02,
#nav03,
#nav04 {
	display: none;
}

/* コンテンツ
--------------------------------------------*/
#contents {
	width: 710px;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 40px;
	/*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%;
	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;
}
