/* ページの基本デザイン用CSS */
a:link{text-decoration: none;}

body{
	background-repeat: no-repeat;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11pt;
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
/*スワップイメージ用のCSS*/
#siteimg{
	background-image: url(swap.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	text-align: center;
	line-height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	color:#FFFFFF;
	}	
h2 {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:80%;
	}

h2 a	{
	text-decoration:none;
	background-color: #ca2714;/*#99CC99;*/
	color: #ffffcc;
	display: block;
	width: 120px;
	border:solid 3px;
	border-color: #cc6600 #660000 #660000 #cc6600;
	text-align: center;
	padding:5px;

	}

h2 a:hover{
	text-decoration:none;
	background-color: #ffffcc;/*#99CC99;*/
	color: #ca2714;
	display: block;
	width: 120px;
	border:solid 3px;
	border-color: #660000 #cc6600 #cc6600 #660000;
	text-align: center;
	padding:5px;
	
}


#navbar h2 {
	width:120px;
	float:left;
	margin:0px;
	}

#navbar	{
	margin: 15px 15px;
	height:36px;
	/*margin-left: 60px;*/
	}

#G_marubatu{
position: absolute;
left:60px;
top:90px;
}

#C_marubatu{
color: #ca2714;
position: absolute;
left:100px;
top:320px;
font-size:120%;
line-height: 180%;
font-weight:bold;
}

#C_mogura{
color: #ca2714;
position: absolute;
left:120px;
top:390px;
font-size:110%;
line-height: 160%;
font-weight:bold;
}

#C_game{
color: #ca2714;
position: absolute;
left:150px;
top:370px;
font-size:110%;
line-height: 160%;
font-weight:bold;
}

#arthur{
position: absolute;
left:420px;
top:430px;
}

#G_mogura{
position: absolute;
left:120px;
top:90px;
}

#G_main{
position: absolute;
left:60px;
top:90px;
}

#wether_box td{
border: 2px dotted #ff9900;
padding:5px;
}

#G_pazul{
position: absolute;
left:120px;
top:90px;
}

