﻿@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	background: #fcfccf;
}

.excel a{
	text-indent: 60px;
	text-decoration: none;
	height: 49px;
	background: url(../img/xls.png) no-repeat;
	display: block;
}

.word a{
	text-indent: 60px;
	text-decoration: none;
	height: 49px;
	background: url(../img/word.png) no-repeat;
	display: block;
}

.image a{
	text-indent: 60px;
	text-decoration: none;
	height: 49px;
	background: url(../img/img.png) no-repeat;
	display: block;
}
	
.required{
	color: #f00;	
}


