@charset "utf-8";
/* CSS Document */

body,div,ul,ol,h1,h2,h3,h4,p{
  margin: 0;
  padding: 0;
}

/*全体の指定*/
/*ﾌｫﾝﾄｻｲｽﾞ62.5％*/
body{
  text-align: center;
  min-width: 780px;
  background: url(../img/back.gif) ;
  color: #666666;
  font-family: tahoma,"lucida grande",arial,sens-serif;
  font-size: 62.5%;
}
#wrapper{
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

/*h1部分*/

h1{
  font-size: 12px;
  text-align: right;
  display: ;
  margin-left: ;
}

#head{
  width: 800px;
  height: 80px;
  background: #30060e ; 
}

/*title画像*/
#title{
  margin-left: 15px;
  margin-bottom: 0px;
}

/*top画像*/
.key{
  padding-top: 20px;
}


/*ﾘﾝｸ要素*/
a:link,a：visited{
  color: #CCCCCC;
  text-decoration: none;
}
a:hover, a:active{
  color: #f53434;
  text-decoration: underline;
}


/*バックグラウンド ｶﾗｰと画像で指定*/
#main{
  width: 800px;
  height: auto;
  background: url(../img/mainBack.jpg) repeat-x top center;
  background-color: #30060e; ;
  text-align: center;
  padding-bottom: 20px;
}

#main .section h2, .section p{
  padding: 2% 5% 2% 5%;

}

/*メイン画像ﾌﾛｰﾄ*/
#main .leftcol{
 float: left;
 }


/*マルカド左下指定　高さオート*/  
#main .section{
  width: 50em;
  height: auto;
  background: #191919 url(../img/bottomleft.gif) no-repeat left bottom;
  margin: 5em auto; 
  text-align: left;
}

#main .sectionOuter{
  background: url(../img/bottomRight.gif) no-repeat right bottom;
}

#main .sectionInner{
  background: url(../img/topleft.gif) no-repeat left top;
}

#main .section{
  font-size: 12px;
  line-height: 1.4em;
}

#main .section h2{
 font-size: 2.5em;
 color: #ffffff;
 background: url(../img/topright.gif) no-repeat right top;
}

/*フッター*/
#foot{
 width: 800px;
 height: 50px;
 background: #30070f;
}

#foot ul li{
 padding: 10px;
 display: inline;
}

#foot ul{
 text-align: center;
}

#foot2{
 font-size: 14px;
 text-align: center;
 padding-bottom: 2em;
}


/*ナビ*/
#nav{
  width: 800px;
  height: 3.2em;
  background-color: #30060e;
}

/*ﾅﾋﾞをｾﾝﾀｰへここから*/
#nav ul {
		margin-left: 82px;
		padding: 0;
		list-style: none;
}

#nav ul li{
 float: left;
 background: url(../img/tabRight.gif) no-repeat bottom right;
 list-style: none;
}

#nav li a{
 display: block;
 padding: 0 5em;
 line-height: 3.2em;
 text-decoration:none;
 color:#ffffff;
 float: left;
 background: url(../img/tabLeft.gif) no-repeat bottom left;
}

#nav  li#current  a {
	background : url(../img/tabLeft_f.gif) no-repeat bottom left;
}

#nav  li#current {
	background-image : url(../img/tabRight_f.gif);
}

/*個人・規約*/
ul#kojin{
 list-style-type: decimal;
 margin-left:5em; 
 margin-right: 2em;
 margin-bottom: 2em;
 font-size: 13px;
}

/*テーブル用CSS*/

table{
 margin-left: 5px;
 width: 450px;
 margin-bottom: 15px; 
 
}

caption{
 text-align: left;
 font-size: 15px;
 font-style: ;
 background-color: #ffffff;
 padding: 5px;
 
}

th{
 text-align: left;
 font-size: 14px;
 padding: 2px;
 background-image:　;
 width:75px;
}


td{
 text-align: left;
 font-size: 15px;
 padding: 2px;
 
}


