@charaset "UTF-8";

/*** layout css ***/
/* ページ全体の段組みに関する指定のみ */

/* Body */
body{
	height: 100%;
	_text-align: center;/* IE */
	/*background-color: #eaecee;*/
}

/* Main */
#main{
	width: 756px;
	/*border-right: 2px solid #3f668c;
	border-left: 2px solid #3f668c;*/
	margin: 0px auto;
	text-align: left;
	background-color: white;
	/*padding:20px;*/
}

/* Header */
#header{
	width: 100%;

	padding: 0;
}

#content{
	width: 100%;
	padding: 0;

}

/* Content Body */
.content_body {
	display:inline;
	float:left;
	margin:0px 0 0;
	width:560px;
}

.content_extra {
	float:right;
	margin:9px 0 0;
	width:170px;
}

/* Footer */
#footer {
	width: 756px;
	background-color: #eee;
}

#footer p {
	text-align: center;
	line-height: 300%;
}

#footer .footer_item {
	text-align: center;
	background		: none;
	font-size		: 100%;
	/*float			: left;*/
	color			: #666;
}

#footer .footer_item a {
	text-decoration: none;
}

#footer .copyright {
	/*float			: right;*/
	text-align: center;
	font-size		: 100%;
	color			: #666;
}
/* 社内表示 */
div.intranet {	/* ブロック用 */
	background-color                  : #ff9;
	color                             : #555;
	margin                            : 12px 0;
	padding                           : 12px;
	font-size                         : 12px;
	line-height                       : 125%;
}
