@charset "utf-8";
/* -------------------------------------------------------
	* Date : 2008/10
	* File : base.css
	* Copyright 2008 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */

/*

	*01 base
	*02 link
	*03 heading
	*04 header
	*05 footer
	
*/


/*-----------------------------------------------
	*01 base
-------------------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", osaka;
	font-size: small;
	margin: 0px auto;
	padding:0px;
	background-color: #E4E4E4;
}
div#container {
	width:1000px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
div#wrap {
	width:720px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0px;
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
img {
	border:none;
}

div.bnrL{
	text-align:center;
	margin:2em auto 2em;
}

div.bnrL table{
	margin: 1em auto;
}

/*-----------------------------------------------
	*02 link
-------------------------------------------------*/
a:link, a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #0c63d9;
}
/*-----------------------------------------------
	*03 heading
-------------------------------------------------*/
h1 {
display: none;

}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-align: center;
	line-height: 2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/*-----------------------------------------------
	*04 header
-------------------------------------------------*/
div#header {
	height: 72px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*-----------------------------------------------
	*05 footer
-------------------------------------------------*/

div#footer {
	clear: both;
	width:824px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#footer p {
	padding: 0px;
	background-color: #555555;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	margin: 0px;
	clear: both;
}
