@charset "utf-8";

/*------------------------------------------------------------------------------

	[ファイル名]	base.css
	
	[概要]	
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#wrapper:after,
div#mainSub1Wrapper:after,
div#siteFooterInner:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#wrapper,
*:first-child + html div#mainSub1Wrapper,
*:first-child + html div#siteFooterInner
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#wrapper,
* html div#mainSub1Wrapper,
* html div#siteFooterInner
{
	height: 1%;
}
/* End Win IE6 */

/* Mac IE\*//*/
div#wrapper,
div#mainSub1Wrapper,
div#siteFooterInner
{
	display: inline-table;
}
/* End Mac IE */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
#siteID,#siteID a,
p#anchorTop a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#hoge
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								body
								
------------------------------------------------------------------------------*/
body{
	background: #ffe62a url(../../images/common/bg_top.jpg) no-repeat scroll center top;
	-webkit-background-size: 1982px 744px;
	color: #000000;
	font-family: verdana, "メイリオ", "ＭＳ ゴシック","ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 100%;
	text-align: center;
	line-height: 1;
}


/*------------------------------------------------------------------------------

								link
								
------------------------------------------------------------------------------*/
a{
	
}

a:link{
	color: #9d8100;
}

a:visited{
	color: #9d8100;
}

a:hover{
	color: #d2b944;
}

a:active{
	color: #d2b944;
}


/*------------------------------------------------------------------------------

								siteHeader
								
------------------------------------------------------------------------------*/
div#siteHeader{
	width: 1000px; height: 235px;
	margin: 0 auto;
	background: url(../../images/common/header_bg.jpg) no-repeat scroll left top;
}

#siteID{
	width: 100%; height: 100%;
}

#siteID a{
	/*width: 600px; height: 173px;*/
	width: 100%; height: 100%;
	/*margin-top: 64px;*/
}

#siteID a:hover,
#siteID a:active{
	background: url(../../images/common/header_ov.jpg) no-repeat scroll left top;
}

/*------------------------------------------------------------------------------

								wrapper
								
------------------------------------------------------------------------------*/
div#wrapper{
	width: 1000px;
	margin: 0 auto;
	background: url(../../images/common/wrapper_bg.png) repeat-y scroll left top;
	text-align: left;
}
/* Win IE6 \*/
* html div#wrapper{
	background: url(../../images/common/wrapper_bg.gif) repeat-y scroll left top;
}
/* End Win IE6 */


/*------------------------------------------------------------------------------

								mainSub1Wrapper
								
------------------------------------------------------------------------------*/
div#mainSub1Wrapper{
	float: right;
	width: 800px;
}



/*------------------------------------------------------------------------------

								mainContent
								
------------------------------------------------------------------------------*/
div#mainContent{
	float: left;
	width: 600px;
	overflow: hidden;
	font-size: 80%;
}



/*------------------------------------------------------------------------------

								subContent1
								
------------------------------------------------------------------------------*/
div#subContent1{
	float: right;
	width: 200px;
	font-size: 70%;
}
/* Win IE6 \*/
* html div#subContent1{
	margin-left: -2px;
}
/* End Win IE6 */


/*------------------------------------------------------------------------------

								subContent2
								
------------------------------------------------------------------------------*/
div#subContent2{
	float: left;
	width: 176px;
	padding: 12px;
	font-size: 80%;
}

/* Win IE6 \*/
* html div#subContent2{
	width: 200px;
}
/* End Win IE6 */




/*------------------------------------------------------------------------------

								siteFooter
								
------------------------------------------------------------------------------*/
div#siteFooter{
	width: 100%;
	background-color: #000000;
}

div#siteFooterInner{
	position: relative;
	width: 1000px; height: 49px;
	margin: 0 auto;
	text-align: left;
}


ul#siteFooterBanners{
	float: left;
	width: 650px;
	padding-top: 6px;
}

ul#siteFooterBanners li{
	display: inline;
	margin-right: 10px;
}


/*------------------------------------------------------------------------------

								anchorTop
								
------------------------------------------------------------------------------*/
p#anchorTop{
	position: absolute;
	top: -20px; left: 414px;
	width: 167px; height: 20px;
}

p#anchorTop a{
	width: 100%; height: 100%;
	background: url(../../images/common/anchor_top_button.png) no-repeat scroll left top;
}

p#anchorTop a:hover,
p#anchorTop a:active{
	background: url(../../images/common/anchor_top_button.png) no-repeat scroll right top;
}


/*------------------------------------------------------------------------------

								copyright
								
------------------------------------------------------------------------------*/
p#copyright{
	float: right;
	width: 350px;
	padding-top: 15px;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
}






