﻿@charset "utf-8";

/*All page's css*/

body{
	font: 75% 'Lucida Grande', 'Lucida Sans Unicode', Verdana,Tahoma, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ　Ｐゴシック',Osaka,'Courier New', sans-serif,monospace;
	background: #848484 url(img/bg.gif) repeat-y top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #fff;
	line-height: 1.8;
}

/*reset*/

*{
	margin:0;
	padding:0;
	font-size:1em;
}

/*a*/
a {text-decoration:none;}

a img{border-width: 0;}

a:link{color: #C00;}
a:visited{color: #999;}
a:active{color:red;}
a:hover{color: #F00;}

li{list-style-type:none;}

.bfont{
	font-weight:bold;
}

br.cr{
	clear:both;
}

span.span1 {display:none;}
span.red {color:#c00;}

/*contents*/

div#wrapper{
	padding:0;
	width:738px !important;
	margin:0 auto;
	text-align:left;
	background:#000;
	color:#fff;
	border:1px solid #000;
}

h1#header{
	width:738px;
	height:205px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
}

div#contener{
	width: 738px;
	background-image:url(img/contents_border.gif);
	background-position: left top;
	background-repeat:repeat-y;
	clear:both;
	margin-bottom: 10px;
}

div#left{
	width: 207px;
	float:left;
	padding-top:1px;
}

div#contents{
	width:525px;
	float:right;
}

div#footer{
	padding:10px;
	background-position: left top;
	background-image: url(img/border_btm.gif);
	background-repeat: repeat-x;
	clear: both;
	margin-top: 10px;

}

p#copy{
	text-align:center;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif,"ＭＳ　Ｐゴシック", "ヒラギノ角ゴ Pro W3",Osaka,"Courier New", monospace;
}
div#g {
	padding-top: 2048px;
	background-color: #FFFFFF;
}
