@charset "UTF-8";
/*********************************************

 　　2006　AccessCounter.com　
 
 ********************************************/

/*

　クラスごとにどこのものか記入、フォントについては何所に使われているのかを記入。

*/
 
 
/*　メイン　*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:128%;
}


/*　フォント関係　 例：font(サイズpx)(カラーネーム)(行間％)(装飾）　*/
.font12red135b {
	font-size:12px;
	color:#000;
	line-height:135%;
	font-weight:bold;
}
a:link{	text-decoration: none; color:#9999cc;}
a:visited{ text-decoration: none;	color:#9999cc; }
a:hover{ text-decoration: none; color:#66ccff;}
a:active{	text-decoration:none;	color:#000000;}

/*　以下カラム構成　*/
#alls{
	width:730px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	background-image:url(../img/bg.gif);
	width:730px;
}
.cnt{
	background-image:url(../img/bg.gif);
	width:730px;
	height:25px;
}

/*へっだー*/
#header{
	padding: 30px 0px 0px 41px;
}
#head2{
	width:695px;
	margin-left:35px;

}

/*コンテンツボックスのバックグラウンド*/
#bg{
	background-image:url(../img/boxbg.gif);
	margin-left:auto;
	margin-right:auto;
	width:660px;
	text-align: center;
}

/*コンテンツボックス内テキストエリア*/
.text{
	width:180px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
	text-align: center;
	float:left;
}
.contents{
	width:570px;
	margin-left: 35px;
}
.counter{
	width:200px;
	text-align: center;
	float:left;
	padding: 20px 0px 20px 0px;
}

.clr{
	clear : both ;
}

.enter{
	padding: 10px 0px 0px 60px;
}

#enter img{
	padding-top:0px;
	padding-bottom:0px;
}

#boxend{
	width:615px;
	height:23px;
	background-image:url(../img/boxbottom.gif);
	margin-bottom:30px;
	margin-left:79px;
}

#fotter{
	width:515px;
	margin-left:116px;
	text-align:center;
	line-height:150%;
}
