@charset "utf-8";
/* CSS Document */

body,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,li,p{
	margin:0px;
	padding:0px;
}

hr {
	display: none;
}
	
	

ul li{
	list-style: none;
}

img{
	border:0px;
	vertical-align:top;
}

h1,h2,h3,h4,h5 {
	font-weight:normal;
}



body {
	background-color:#FFF;
	text-align:left;
	font-family:Osaka,平成角ゴシック,中ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	line-height: 1.5;
}

/*----記入ベースエリア---*/
#wrap{
	background-color:#FFF;
	margin:0 auto;
	padding:80px 0 0 0;
	width:900px;
	text-align:center;
}


.red {
	color:#FF0000;
}

.f-right {
	float:right;
}


/*--------------------------------------------------------------------------
　02. リンク
--------------------------------------------------------------------------*/

a:link {
	color: #006600;
	text-decoration:underline;
}
a:visited {
	color: #006600;
	text-decoration:underline;
}
a:active {
	color: #006600;
	text-decoration:underline;
}
a:hover	{
	color:#FF9900;
	text-decoration:none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}


.f1 {
	font-size:16px;
	font-weight:bold;
	color:#009900;
	margin-bottom:30px;
}

.f2 {
	margin-bottom:20px;
}
.f3 {
	margin-bottom:10px;
}
.f4 {
	color: #FF0000;
	margin-bottom:10px;
}

