@charset "utf-8";


* {
	color:#222222;
	padding:0;
	margin: 0;
	font-family:"ＭＳ Ｐゴシック";
}


#base {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
}
body {

}

img {
	vertical-align: top;
	margin: 5px;
}

/*
ヘッダー
-------------------------------------------*/
#frame_head{
	height: 130px;
	position: relative;
	width: 996px;
}
#frame_head h1 {
	font-size: 10px;
	position: absolute;
	top: 30px;
	font-weight: normal;
	line-height: 16px;
	color: #336699;
	left: 350px;
	width: 255px;
	height: 17px;
	
	
}
#frame_head p {
	font-size: 10px;
	position: absolute;
	top: 48px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
	left: 350px;
	width:330px;
	
	
}

img#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

img#free {
	position: absolute;
	left:728px;
	top: 20px;
	width: 251px;
	
}
