/*---全体に適用---*/

body	{
	margin:0px auto;
	background-color: #FFEFDF;
}

a:link	{color:white;
		text-decoration:none;
		}

a:visited	{color:white;}
a:hover	{text-decoration:underline;
		color:blue;}


.add	{font-size:12px;
		color:#FFFFFF;
		line-heght:150%;
		}

.main	{
	font-family:Helvetica, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:14px;
	line-height:150%;
	color:#333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}

.margin	{margin:5px 5px 5px 10px;}		

/*---box---*/
.box1	{border-top:1px dotted #666666;
		border-right:1px dotted #666666;
		border-bottom:1px dotted #666666;
		border-left:1px dotted #666666;
		padding:7px 7px 7px 7px;
		}
.back {
	background-image: url(../image/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.text-green {
	font-size: 14px;
	font-weight: bold;
	color: #339933;
	text-decoration: none;
}
.back01 {
	background-image: url(../image/back01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.back02 {
	background-image: url(../image/back02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
