*{
	margin:0;
	padding:0;
}

* img{
	border:none;
	vertical-align:bottom;
}

* ul{
	list-style-type:none;
}

body{
	background:#ffffff;
	color:#666666;
	margin:0px;
}



/*リンク*/

a{
	color:#666666;
}

a:hover{
	background:#666666;
	color:#ffffff;
}



/*フォントサイズ*/

.fsize_s{
	font-size:80%;
}

.fsize_m{
	font-size:100%;
}

.fsize_l{
	font-size:130%;
}



/*マージン制御*/
.mb5{
	margin-bottom:5px
}

.mb10{
	margin-bottom:10px
}

.mb15{
	margin-bottom:15px
}

.mb20{
	margin-bottom:20px
}

.mb25{
	margin-bottom:25px
}

.mb30{
	margin-bottom:30px
}





#title{
	width:740px;
	height:224px;
	background:url(/img/foolishlife.gif);
	text-indent:-9999px;
	margin:0 auto 20px;
}

.menu li{
	border-left:solid 2px #cccccc;
	margin-bottom:3px;
	padding-left:5px;
}