@charset "utf-8";
/* CSS Document */

html{
	width:100%;
	height:100%;
	}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}

body{
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	font-weight:normal;
	font-family:sans-serif;
	}

h1 {
	background:url(../img/logo_bk.png) no-repeat;
	width:310px;
	height:80px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
 }

h2{
	font-size:12px;
	font-weight:normal;
	right:0;
	text-transform:uppercase;
	top:15px;
}


a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#FFCCAA;
	text-decoration:none;
	outline:none;
	text-decoration:underline;
}


.space{
	clear:left;
	height:10px;
	}

.br .clear {
	clear: both;
	clear: left;
	display: block;
	}

@media print{
	}

