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

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

/*

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

*/
 
 
/*　メイン　*/
body {
margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#ffee99;
background-image: url(../img/bg.gif);
}


/*　フォント関係　 例：font(サイズpx)(カラーネーム)(行間％)(装飾）　*/
.font12o135 {
font-size:12px;
color:#f63;
line-height:135%;
}
	.font12o135 a:link{
	text-decoration: none;
	color:#f63;
	}
	.font12o135 a:visited{
	text-decoration: none;
	color:#f63; 
	}
	.font12o135 a:hover{
	background-color:#f63;
	text-decoration:underline;
	color:#fff;
	}
	.font12o135 a:active{
	text-decoration:none;
	color:#f63;
	}


/*　以下カラム構成　*/

#alls{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/background.gif);
	border: 1px solid #f90;
}

.topm{ /*TOPまーじん*/
margin-top:30px;
}

.memobox-all{  /*　メモエリア　*/
	width:370px;
	padding-left: 113px;
	padding-top: 15px;
}

.wh40{
	width:60px;
	height:60px;
}

.w380h40{
width:234px;
height:60px;
}

.memo{
	padding-left:30px;
	padding-right:30px;
	width: 294px;
}

.memo-c{
	background-image:url(../img/lr.gif);
	width: 294px;
	text-align: center;
}

.link{ /*　リンクmargin　*/
margin-top:15px;
margin-bottom:15px;
}

.element{
	width:55px;
	float:left;
	padding-top: 68px;
}
.element1{
width:60px;
float:left;
}
.element2{
	width:55px;
	float:left;
	padding-top: 61px;
}
.element3{
	width:50px;
	float:left;
	padding-top: 58px;
}

.e-box{
padding-left:155px;
}

#allsz{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
