@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#page {
	background-image: url(../images/pageBg.png);
	background-repeat: repeat-y;
	width: 900px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 120%;
	color: #333;
}
#page a:link {
	color: #333;
	text-decoration: none;
}
/*#page a:hover {
	color: #000000;
	text-decoration: underline;
}*/
#page a:visited {
	color: #666;
	text-decoration: none;
}
a:hover img {/*マウスオーバー*/
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}
h4 {
	text-align: center;
	vertical-align : bottom;
	margin-bottom: 10px;
	line-height: 1.6em;
	font-size: 90%;
}

h4 #s_logo{

	padding: 0px 0px -5px 0px ;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
#page #header {
	background-image: url(../images/headerBtm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 92px;
	width: 900px;
	margin-bottom: 15px;
}
#page #header h1 {
	display: none;
}
#page #header p {
	padding-top: 30px;
	margin-left: 30px;
}

/*-----------------------------------------------------------
column01
-----------------------------------------------------------*/
#page #column01 {
	float: left;
	width: 237px;
	margin-top: 14px;
}
#page #column01 h2 img {
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#page #column01 li {
	text-align: right;
	margin-bottom: 4px;
	font-size: 0px;
}
#page #column01 #search {
	margin-left: 44px;
	height: 20px;
	width: 130px;
	margin-bottom: 4px;
}
#page #column01 #searchBtn {
	margin-bottom: 4px;
}

/*-----------------------------------------------------------
column02
-----------------------------------------------------------*/
#page #column02 {
	float: left;
	width: 663px;
	margin-top: 14px;
}
#page #column02 h2 img {
	margin-left: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#page #column02 #newTextBox {
	width: 603px;
	margin-left: 30px;
	margin-top: 20px;
	line-height: 1.4em;
}
#page #column02 #newTextBox dt {
	float: left;
	width: 80px;
}
#page #column02 #newTextBox dd {
	margin-bottom: 20px;
	float: left;
	width: 523px;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

#page address {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
}
.pageBtmBg {
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}
