@import url("common.css");
@import url("page.css");
@charset "utf-8";
/*==================================================
	Universal selector
==================================================*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

/*==================================================
	Structure Module
==================================================*/
body {
	margin: 0;/*safari*/
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family:  "trebuchet MS","MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background: #01111f url(img/bgBody.jpg) no-repeat;
	background-position: top center;
}

/*==================================================
	Text Module
==================================================*/
p {
	margin: 0;/*safari*/
	color: #30555c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;/*safari*/
}

/*==================================================
	Hypertext Module
==================================================*/
a:link {
	color: #006eb7;
	text-decoration: none;
}

a:visited {
	color: #ac70b7;
	text-decoration: none;
}

a:hover {
	color: #ff3939;
	text-decoration: none;
}

a img {
	margin: 0;/*safari*/
	border: none;
}

/*==================================================
	List Module
==================================================*/
ul,
dl {
	padding: 0;/*safari*/
	margin: 0;/*safari*/
	list-style: inside;
	color: #30555c;
}

/*==================================================
	Image Module
==================================================*/
img {
	margin: 0;/*safari*/
	vertical-align: bottom;
}

/*========================================
	基本構造
========================================*/
div#Container {
	margin: 0 auto;
	width: 1044px;
	height: 720px;
}

	div#Header {
		height: 64px;
		background: url(img/bgHeader.jpg) no-repeat;
	}
	
	div#Content {
		height: 556px;
		background: url(img/bgContent.jpg) no-repeat;
	}
	
	div#Footer {
		height: 100px;
		background:  url(img/bgFooter02.jpg) no-repeat;
	}