@charset "shift_JIS";

body {
	background-color:#7b9688;
}



#container {	width:750px;
		background-color:#fbbb3e;
		background-image:url(kou-saki.jpg);
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:50% 0%;

		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:0px;

		border-style:solid;
		border-color:#493559;
		border-left-width:1px;
		border-right-width:5px;
		border-bottom-width:3px;
		border-top-width:1px;

		text-align:left;
}

#gheader {
		height:165px;

		text-align:right;
				
}

.title {
		height:150px;
		color:#ffffff;
}
.menu {
		background-color:#493559;
		font-size:150%;
		font-weight:bold;
		font-family:'Comic Sans MS';
		color:#ffffff;
		border-top-style:double;
		border-bottom-style:double;
		border-color:#ffffff;
		border-width:2px;

		text-align:center;


}


#left {
	float:left;
	width:374px;
}

#right {
		float:right;
		width:370px;

}

#new {
	background-color:#fbbb3e;
		background-image:url(grin.png);
		background-repeat:no-repeat;
		background-attachment:scroll;
		background-position:0% 100%;
	height:150px;
	margin-top:20px;
	margin-left:20px;
	text-align:center;


}



#rireki {
		background-color:#ffffff;
		height:400px;
		overflow:scroll;
		margin:10px;
		padding-left:15px;
}

#gfooter {
		color:#493559;
		text-align:center;
		margin-top:5px;
}

.game {
	margin:10px;
	text-align:center;
}

.bana {
	text-align:center;
}

.com {
	background-color:#ffffff;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;

	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:10px;
}

.com dt{
           font-weight:bold;
	   font-size:120%;
           text-align:left;
           font-family:"Comic Sans MS";
           color:#6b5c87;
           border-style:solid;
           border-color:#493559;
           border-left-width:5px;
           border-right-width:0px;
           border-bottom-width:1px;
           border-top-width:0px;
           margin-top:5px;
           margin-left:5px;
	   margin-bottom:10px;
           padding-left:10px;
	   width:100%;

}

.com dd{
		margin-left:30px;
}

/*リンク色指定*/

a {text-decoration:none;
  
   
}

 a:link  {color:#493559;}
   a.link01{color:#ffffff;}
   a.link02{color:#008b8b;}
   a.link03{color:#493559;}
 a:active{color:#990000;}
 a:visited{color:#6b5c87;}
 a:hover {color:#990000;}

/*リンク色指定ここまで*/

  h1 {	font-size:28pt;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	font-family:'Osaka','MS UI Gothic','sana-selif';
	text-align:right;
	color:#ffffff;

	margin-right:10px;
 }

   h2 {
	font-size:120%;
	font-weight:normal;
	line-height:150%;
	font-family:'Osaka','MS UI Gothic','sana-selif';
	text-align:center;
	color:#343434;
 }

    h3 {
           font-weight:bold;
           text-align:left;
           font-family:"Times New Roman";
           color:#6b5c87;
           border-style:solid;
           border-color:#493559;
           border-left-width:5px;
           border-right-width:0px;
           border-bottom-width:1px;
           border-top-width:0px;
           margin-top:5px;
           margin-left:5px;
	   margin-bottom:10px;
           padding-left:10px;
    

}

    h4 {
	font-weight:bold;
	font-size:120%;
	font-style:italic;
	text-align:left;
	font-family:"Times New Roman";
	color:#990000;

}

h5 {	font-size:100%;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	color:#493559;
	margin-left:5px;
 }

  hr{
            color:#d5d2de;
            background-color:#d5d2de;
            border-style:solid;
            height:1px;
            padding:0px;
            margin:0px;
             width:100%;
  }


