/* 濃い色＝#2B4111　薄い色＝#3E6317　線＝#213811*/

body {
 margin : 0 auto;
 padding : 0px;
 text-align: center ;
 background-color : #e6e6e6;
  color : #B4CC95;
/* color : #D8F5B3;*/
 scrollbar-base-color : #3E6317;
}

div.main{
 margin : 0 auto;
 width:800;
 height:950;
 text-align : left;
}

div.header {
 width:800;
 height:41;
 border-bottom:solid 1px #213811;
 background-color : #324A14;
}

div.title {
 width:299;
 height:240;
 border-right:solid 1px #213811;
 background-color : #3E6317;
}

div.choice{
 width : 800;
 height:20;
 border-top:solid 1px #213811;
 background-color : #324A14;
}

div.shinra-body{
 background-color : #3E6317;
 height:100%
 }

div.firstline {
 position:relative;
 top:7;
 left:35;
}

div.box-body {
 margin:8 15 15 15;
}

div.secondline {
 position:relative;
 top:20;
 left:35;
}

div.about {
 position:relative;
 top:40;
 left:35;
}


div.copy {
 position:relative;
 top:60;
 left:18;
 padding-bottom:15;
}

p {
 width : 680;
 margin : 8 0 15 0 ;
 padding:8 15 10 15;
 text-align: left ;
 background-color : #4E6F25;
}

a:link,a:visited,a:active{text-decoration: none;
	border:none;
	color : #9AD93D;
	}
	
a:hover{text-decoration: none;
	border:none;
	color : #FF9933;
	}

