@charset "UTF-8";




/* --------------------------------------------------------
Base
-------------------------------------------------------- */

body{
	font-size:75%;
	line-height:160%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
	background: #FFF;
	width:750px;
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:1em;
	line-height:120%;
}

h1,h2,h3,h4,h5,h6,form,input,p,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}

table{
	font-size:1em;
	line-height:150%;
	border-collapse: collapse;
}

img{
	border:0;
}

ul,ol{
	list-style:none;
}

li img{
	vertical-align:bottom;
}

a:link{
	color:#003300;
	text-decoration:none;
}

a:visited{
	color:#003300;
	text-decoration:none;
}

a:hover{
	color:#003300;
	text-decoration:underline;
}

a:active{
	color:#003300;
	text-decoration:underline;
}

a:hover img.hoverImg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.cll{
	clear:left;
}

.clr{
	clear:right;
}

.cla{
	clear:both;
}

.cln{

}

.cll br,.clr br,.cla br{
	display:none;
}

hr{
	display:none;
}
