@charset "utf-8";
/* CSS Document */

body{
	background-color:#97D9D0;
	background-image: url(../img/sankaku.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
}

#content{
	width: 590px;
	margin:0 auto;
	padding-top: 150px;
	padding-bottom: 100px;
}

.mt30{
	margin-top: 30px;
}

.mt10{
	margin-top: 10px;
}

.mr10{
	margin-right: 10px;
}

.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.back{
	font-size: 15px;
	text-align: right;
}

h1{
	font-size: 17px;
	color:#FFF;
	padding:3pt 0 0 45px;
	background:url(../img/mark.png) no-repeat;
	height: 37px;
}

h2{
	font-size: 15px;
	padding: 0 0 10px 50px;
	color:#FFF;
}

p{
	font-size: 14px;
	color:#FFF;
	padding-left: 50px;
}


a:link,a:visited {color:#999;} 
a:hover,a:active {color:#666; background:#FFF;}