/**************　タグ　***************/
html {height:100%;}
body{
margin:0;
padding:0;
background:#39b;
}
h2{color:#220066;}


/************　枠　***********/

#Panel
{
width:800px;
height:100%;
margin:auto;
}

#headPanel {
height:200px;
width: 100%;
margin:0px 0px 0px auto;
/* head部分背景に画像\r*/
background: #11aabb;


background-image:url("titlelabel.png");
background-position:right;
background-repeat:no-repeat;
}


#title
{
padding:10px;
font-size:40px;

color:#f96;


}

/*ベース部分(背景とか配置とか)*/
#basePanel{

width:800px;
top:200px;
left:0px;
right:0px;
bottom:0px;
color:#004;
overflow:auto;
}

/*本文*/
#mainPanel{

float:left;
width:800px;
overflow:hidden;


}

#footer {
	color: #000066;
	width: 90%;
	clear : both;
	padding: 10px 10px 10px 10px;
	margin: 20px 55px 20px 35px;
	text-align: center;
         border-top: 1px dotted #004;
         border-left: 1px dotted #004;
         border-right: 1px dotted #004;
}

/****ボード****/
.mainBodyBase{


width : inhert;
margin: 0px 10px 40px 10px;

}

.menuBase{
background:#9c9;
border-width:2px 2px 6px 8px;
border-style:ridge;
border-color:#7c7;
margin-top:4%;

}

/*本文*/
.mainBase{
border-width:6px 4px 6px 4px;
border-color:#5af;
border-style:groove;
margin: 0px 0px 10px;
width : inhert;
background-color: #68b;

}
/*screenshot*/
.ssBox
{
float:right;

width:240px;
height:180px;
overflow:hidden;
}

/*ゲーム説明*/
.gameExplan
{
color:#de8;
font-size:90%;
padding:4px 15px 5px 30px;
width:90%;
}

.downloadButton
{
clear:both;
width:180px;
height:80px;
}

/*Top*/
#hyousi
{
margin: 10px 0px 0px 10px;
font-size:130%;
background:#00a497;
}

.kaisititle
{
  border-left: 10px solid #494;
  padding: 0px;
  background-color: #696;
  font-size: large;
  margin: 10px 0px 0px 10px;
	color:navy;
}

.kaisiCat
{
margin: 10px 0px 0px 10px;
font-size:200%;
background:#1f3134;
Color:#b44c97;
}


.topTitle
{
border-left: 10px solid #6b6;
  padding: 0px;
  background-color: #9c9;
  font-size: large;
  margin: 10px 0px 0px 10px;
	color:navy;
}


.topExplain
{ 
  padding: 10px;
  color: #ef9;
  margin: 40px 0px 0px 10px;

}