@charset "Shift_JIS";

/* ################################################################################ */
/*        　                                                                        */
/*        ●各ページ共通のスタイル                                                  */
/*       　 1.ページ全体のレイアウト等                                              */
/*        　2.ヘッダ                                                                */
/*        　3.グローバルナビゲーション                                              */
/*        　4.フッタ                                                                */
/*          5.ページトップへのアンカーリンク                                        */
/*        　                                                                        */
/* ################################################################################ */




/* ================================================================================ */
/*      1.ページ全体のレイアウト等                                                  */
/* ================================================================================ */


/* リセット用CSSをインポート */
@import "reset.css";

/* html */
html {
	/*background-image: url(../images/shared/bg.gif);*/
}

/* body */
body {
/*	margin: 0 auto;
	width: 800px;
	color: #333333;
	position: relative;
	background-color: #FFFFFF;*/
	background-image: url(../images/shared/bg.gif);
}

div.container {
	margin: 0 auto;
	width: 800px;
	color: #333333;
	position: relative;
	background-color: #FFFFFF;
}

/* ================================================================================ */
/*      2.ヘッダ                                                                    */
/* ================================================================================ */
div.header {
	padding-bottom: 3px;
	width: 800px;
	overflow: hidden;
	position: relative;
	background-image: url(../images/shared/header_bg.gif);
	background-repeat: repeat-x;
}

div.header h1 {
	margin-left: 30px;
	display: inline;
	float: left;
	width: 161px;
}

div.header ul {
	margin-left: 90px;
	display: inline;
	float: left;
	width: 510px;
	height: 85px;
	/*background-image: url(../images/shared/header_logo.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.header ul li {
	display: inline;
}

div.header ul li.home {
	position: absolute;
	overflow: hidden;
	width: 85px;
	top: 59px;
	left: 700px;
}

/* ================================================================================ */
/*      3.メインビジュアル                                                          */
/* ================================================================================ */

ul.mainVisual {
	clear: left;
	width: 800px;
}



/* ================================================================================ */
/*      4.ナビゲーション                                                            */
/* ================================================================================ */

ul.globalNavigation {
	margin-bottom: 7px;
}

ul.globalNavigation li {
	display: inline;
}

/* ================================================================================ */
/*      5.フッタ                                                                    */
/* ================================================================================ */
div.footer {
	clear: both;
	width: 800px;
	height: 23px;
	background-image: url(../images/shared/footer_bg.gif);
	background-repeat: repeat-x;
}

div.footer p {
	margin-right: 10px;
	padding-top: 3px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: right;
	font-size: 72%;
}