@charset "utf-8";


/*----------------------------------------------------------
	基本レイアウト
----------------------------------------------------------*/

#logoArea {
	width: 1077px;
	background: url(../img/common/bg_logo.png) repeat-y;
	margin: 0 auto;
}

#container {
	width: 985px;
	background: url(../img/common/bg_container.png) repeat-y;
	text-align: center;
	margin: 0 auto;
}

#header {
	width: 955px;
	height: 33px;
	text-align: left;
	background: #004ea6;
	margin: 0 auto;
}

#contents {
	width: 955px;
	margin: 0 auto;
}

/* -- clear float -- */ 
#contents {
	min-height:0;
	display: inline-table;
}

#contents:after{
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}

/* \*/
* html #contents {height:0;}
#contents {display: block;}
/* */
/* -- end clear float -- */

#footer {
	width: 955px;
	height: 145px;
	background: #004ea6;
	margin: 0 auto;
}



#top #logoArea #container #link_mess {
	width: 955px;
	height: 450px;
	margin-top: -450px;
	overflow: visible;
}

