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

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

/*

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

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


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


/*　以下カラム構成　*/

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

.memobox-all{  /*　メモエリア　*/
	width:338px;
	padding-top: 40px;
	margin-left: 131px;
	margin-right: 131px;
}

.wh40{
	width:17px;
	height:17px;
	padding-top: 30px;
}

.w380h40{
	width:304px;
	height:17px;
	padding-top: 30px;
}

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

.w380h40{
	width:304px;
	height:17px;
}

.memo{
padding-left:17px;
padding-right:17px;
}

.memo-c{
	background-image:url(../img/lr.gif);
	width: 304px;
}

.in{
	padding-top: 15px;
	padding-bottom: 20px;
}

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

/* left */
.lefo{
	width:600px;
	background-image:url(../img/leftb.gif);
	background-repeat:repeat-y;
	text-align: center;
}

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