@charset "UTF-8";

/* accesscounter.com melon */


/*ボディ*/
body {
margin-top: 60px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #339900;
}

/*全体*/
#all{
	width:602px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/textureline01.gif);
}

/*上テクスチャ部*/
.texture_u{
	width:592px;
	background-image:url(../img/bg.gif);
	padding: 40px 0px 40px 0px;
	text-align: center;
}

/*茶帯*/
.brownspace{
	background-color: #762323;
	width:592px;
	height:12px;
}

/*メインカラム*/
#maincol{
	margin-left:5px;
	margin-right:5px;
	width:592px;
}

/*タイトル*/
#title{
	padding:20px 0px 20px 0px;
	text-align:center;
	background-color:#ffffcc;
	width:592px;
}

/*メッセージ囲い*/
.msgall{
	width:560px;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*メッセージ*/
.msg{
	margin:20px 0px 0px 0px;
	padding:10px;
	width:160px;
	background-color: #ffcc99;
	border: 1px solid #cc0000;
}

/*センターあわせ*/
.hold{
	height:50px;
	margin-left:auto;
	margin-right:auto;
	width: 395px;
	}

/*メロンドット絵*/
.melondot{
	width:60px;
	padding-top:14px;
}

/*「入る」*/
#entrance{
	width:450px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	background-color: #ffffcc;
	border: 1px solid #cc0000;
}

/*入るボタン*/
.entbutton{
	width:105px;
	height:47px;
	margin:0px 40px 0px 40px;
}

/*下のテクスチャ部*/
#texture_l{
	background-image:url(../img/bg.gif);
	padding:40px 0px 50px 0px;
	width:592px;
	text-align:center;
}

/*テクスチャ線上*/
.textureline_u {
	width:602px;
	height:15px;
	background-image: url(../img/textureline02.gif);
}

/*テクスチャ線下*/
.textureline_b {
	width:592px;
	height:4px;
	background-image: url(../img/textureline04.gif);
	background-repeat:no-repeat;
}


/*フッタ*/
.footer{
	text-align:center;
	width:592px;
	height:40px;
	background-color: #339900;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	font-size: 12px;
}

/*左寄せ*/
.counterbox{
	float:left;
	margin:20px 10px 10px 10px;
	width:160px;
	padding-top: 20px;
}
.f_left{
	float:left;
}

/*クリア*/
.clr { clear : both ; }
