body{
margin:0px;
background-image:url(../img/back.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
}
/* リンク
----------------------------------------------- */
#punk a:link,
#punk a:visited {
	font-size: 11px;
	color: #666666;	
	text-decoration:underline;
}
#punk a:hover,
#punk a:active {
	font-size: 11px;
	color: #0099FF;	
	text-decoration:underline;
}
#work a:link,
#work a:visited {
	font-size: 12px;
	color: #666666;	
	text-decoration:none;
}
#work a:hover,
#work a:active {
	font-size: 12px;
	color: #0D5AA8;	
	text-decoration:underline;
}

#foot a:link,
#foot a:visited {
	font-size: 12px;
	color: #666666;	
	text-decoration:none;
}
#foot a:hover,
#foot a:active {
	font-size: 12px;
	color: #0D5AA8;	
	text-decoration:underline;
}
/* 背景
----------------------------------------------- */
.work_back{
	background-image:url(../img/work_back.jpg);
	background-repeat:no-repeat;
	padding-top: 6px;
	padding-left: 6px;
}
/* フォント
----------------------------------------------- */
h1 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-top: 6px;
	padding-top: 0px;	
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
.font12_grey_150 {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.font12_grey_t6_lr8_135 {
	font-size: 12px;
	line-height: 135%;
	color: #666666;
	padding-top: 6px;
	padding-right: 3px;
	padding-left: 8px;
	padding-bottom: 1px;
}
/* フッター
----------------------------------------------- */
.foot {
	font-size: 12px;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0D5AA8;
	border-bottom-color: #0D5AA8;
}
.info {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	padding-top: 5px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
