@charset "utf-8";
@import "reset.css";
/*-----------------------------------------------
 __default style
-----------------------------------------------*/
body {
	background-color: #CC3333;
	font-size:80%;
	font-family:verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"lr oSVbN","MS PGothic",Sans-Serif;
	color:#333;
	line-height:160%;
}
li {
	list-style:none;
}
h1,h2{
	margin-left:100px;

}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*-----------------------------------------------
 __container
-----------------------------------------------*/
#container {
	width:850px;
	margin:0px auto;
	background-color: #ffffff;
}
/*-----------------------------------------------
 __header
-----------------------------------------------*/
#header {
	position:relative;
	height:130px;
	width:850px;
	background:#fff url(../img/header.jpg) no-repeat;
}
#header ul{
	position: absolute;
	height:20px;
	top:90px;
	left:200px;
}
#header ul li{
	display:inline;
	list-style-type:none;
	padding:5px;
}
#header ul li a{
	text-decoration:none;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/
#contents {
}
div#contents:after{
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  visibility: hidden;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
  clear: both;
}
/* __main
------------------------------------------*/
#main{
	float:left;
	width:507px;
	margin-right: 5px;
	margin-left: 5px;
	display:inline;/* __IE6対策*/
	padding-right: 5px;
	padding-left: 5px;
}
/* __sub
------------------------------------------*/
#sub {
	float:right;
	width:200px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/
#footer{
	clear:both;
	text-align:center;
	color: #666666;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 130px;
}
#footer li {
	display:inline;
	list-style-type:none;
}
#footer a:link {
	color: #996600;
}
#footer a:visited {
	color: #996600;
}
#footer a:hover {
	color: #996600;
}
#footer a:active {
	color: #996600;
}
#footer #copyright{
	padding-top: 10px;
}
/*-----------------------------------------------
 __other
-----------------------------------------------*/
.gotoTop {
	text-align: right;
	margin-top: 20px;
}
.arrow{
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin-right:0px;
	margin-left:5px;
	padding-left:13px;
	background-image: url(../img/arrow_02.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
}

