@charset "utf-8";
/*==================================================
	@ Style Name    : /css/main.css
	@ Create Date   : 2010.12.22
	@ LastUp Date   : 2010.12.23
====================================================


/* -------------------------------------------------------------------------------- */
/* tag ---------------------------------------------------------------- */

body {
	font: 80%/1.5em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #262626;
	margin: 0px;
	padding: 0px;
	background: #FFF;
	behavior:url("/csshover3.htc");
}
a:link,a:visited,a:active {
	color: #062F63;
	text-decoration: underline;
}
a:hover {
	color: #36C;
	text-decoration: none;
}
img {
	border-style: none;
}
p {
	margin: 0px 0px 8px;
}
h1,h2 {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/* -------------------------------------------------------------------------------- */
/* common class ---------------------------------------------------------------- */

.f-clear {
	clear: both;
}


/* -------------------------------------------------------------------------------- */
/* contents ----------------------------------------------------------- */
#contents {
	margin: 0px auto;
	width: 950px;
	padding-top: 30px;
	clear: both;
}


/* -------------------------------------------------------------------------------- */
/* main ----------------------------------------------------------- */
#main {
	height: auto;
	width: 690px;
	float: left;
	padding-bottom: 25px;
}


/* -------------------------------------------------------------------------------- */
/* side ----------------------------------------------------------- */
#side {
	float: right;
	height: auto;
	width: 230px;
}
#btnLogin {
	background: url(../images/btn_login.jpg) no-repeat right top;
	width: 230px;
	height: 120px;
	text-indent: -9999px;
	display: block;
}
#btnLogin:hover {
	background-position: left bottom;
}
#btnDemand {
	background: url(../images/btn_demand.jpg) no-repeat right top;
	width: 230px;
	height: 45px;
	text-indent: -9999px;
	display: block;
	margin-top: 20px;
}
#btnDemand:hover {
	background-position: left bottom;
}




/* -------------------------------------------------------------------------------- */
/* pagetop ----------------------------------------------------------- */

p.pagetop {
	line-height:1em;
	clear: both;
	margin: 0px 0px 0px 830px;
	zoom:1;
	padding: 10px 0px 25px;
}
p.pagetop a {
	background: url(../images/pagetop.gif) no-repeat right top;
	width: 116px;
	height: 13px;
	text-indent: -9999px;
	display: block;
	zoom:1;
}
p.pagetop a:hover {
	background-position: left bottom;
}



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

#footer {
	height: auto;
	width: 950px;
	padding: 30px 0px 20px;
	clear: both;
	border-top: 2px solid #042556;
}
#footerNavi {
	float: left;
	padding-top: 8px;
}
#footerNavi li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
	line-height: 1em;
	padding-right: 30px;
}
#footerNavi li a {
	height: 13px;
	text-indent: -9999px;
	display: block;
}
#footerNavi li a:hover {
	background-position:left bottom;
}
a.footerNaviContact {
	background: url(../images/fnavi_contact.gif) no-repeat left top;
	width: 94px;
}
a.footerNaviSitemap {
	background: url(../images/fnavi_sitemap.gif) no-repeat left top;
	width: 93px;
}
a.footerNaviPolicy {
	background: url(../images/fnavi_policy.gif) no-repeat left top;
	width: 118px;
}
.copyright {
	text-align: right;
	font: 80%/1.8em "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}



/* -------------------------------------------------------------------------------- */
