@charset "UTF-8";
@charset "UTF-8";

/* common.css */ 



#main h2 {
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px solid #039;
	color:  #039;
}
#main h3 {
	font-size: 120%;
	font-weight: bold;
}
#main p {
	line-height: 1.7;
	margin: 0 0 16px 0;
}
.navi {
	margin: 0 0 20px 0;
}
.firstlevel {
	margin-left:30px; 
}
.firstlevel li{
	list-style-type:decimal;
	margin: 10px;
}
.firstlevel2 li{
	list-style-type:square;
	margin: 10px;
}

/* common.css */ 
/*
========== TABLE of CONTENTS ==========

1:reset
2:clearfix
3:layout

========== TABLE of CONTENTS ==========
*/

/* ---------- 1:reset  ---------- */

html {
    height:100%;
		overflow-y: scroll; /* Firefox scroll-on */
}

body {
	margin: 0;
	padding: 0;
	height:100%;
	background:#ffffff;
	color:#000000;
	font-size: 14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}

/* Default Link Style */

a,a:link,a:active,a:visited {
	color: #0000ff;
	text-decoration: underline;
}

a:hover {
	color: #b3331f;
	text-decoration: underline;
}

a img {
	border: 0;
}

/*
#main a:hover img,
#side a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
*/

/* ---------- /1:reset  ---------- */

/* ---------  2:clearfix --------- */

.clearfix:after {
	content: url(../images/pixel.png);
	display: block;
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

/* --------- /2:clearfix --------- */

/* ---------- 3:layout  ---------- */
#wrapper {
	position:relative;
	width:960px;
	height:100%;
	min-height:100%;
	margin:0 auto;
	padding:0;
  background:url(../images/cmn_body_bg.png) center top repeat-y;
}

body > #wrapper{ 
    height:auto; 
}

#header {
	position:relative;
	width:960px;
	height:283px;
	margin:0 auto;
	padding:37px 0 0;
	background:#ffffff url(../images/top_head_bg.png) right bottom no-repeat;
}

#header img{
	vertical-align:top;
}

#header h1{
	position:absolute;
	width:213px;
	height:103px;
	left:13px;
	top:0;
}

#header p#catchText{
	position:absolute;
	top:0;
	left:236px;
	width:411px;
	height:37px;
	line-height:37px;
	text-align:left;
}

#header #mainImg{
	width:647px;
}

/* ------------------------------------
　メンバーログイン
------------------------------------ */
#header #loginBox{
	position:absolute;
	left:647px;
	top:37px;
	width:267px;
	height:250px;
	padding:33px 23px 0;
	font-size:12px;
}

#loginBox .loginTitle{
	margin:0 0 10px;
	font-size:15px;
	text-align:center;
	color:#ffffff;
}

#loginBox p{
	padding:0 0 12px;
	text-align:center;
	color:#ffffff;
}

#loginBox p input[ type="checkbox"] {
	margin:0 5px 0 0;
	vertical-align:middle;
}

#loginBox dl{
	width:267px;
	font-size:11px;
}

#loginBox dt{
	clear:both;
	float:left;
	width:88px;
	padding:5px 0 0;
	color:#ffffff;
	text-align:left;
}

#loginBox dd{
	margin:0 0 0 90px;
	padding:0 0 10px;
}

#loginBox input#uid,
#loginBox input#pswd{
	width:171px;
	padding:2px;
	border:1px solid #ffffff;
	line-height:120%;
	font-size:11px;
}

#header #loginBox a{
	color:#ffffff;
}
#header #loginBox a:hover{
	text-decoration:none;
}

/* コンテンツ
------------------------------------ */

#contents {
	padding:20px 0 10px;
	background:#ffffff;
}

#main {
	float:left;
	width:606px;
}


#main h2{
	margin:0 0 18px;
	text-align:center;
}

#registInfo{
	width:606px;
	text-align:center;
}

#registInfo input[type="text"],
#registInfo select {
	background:#efefef;
	font-size:18px;
	font-weight:bold;
	border:1px solid #cccccc;
	padding:2px;
}

#registInfo input[type="text"]{
	width:320px;
	margin:0 10px 0 0;
}

#registInfo input[type="image"]{
	margin:12px 0 0;
}

#side {
	float:right;
	width:318px;
}

#side ul#sideBnrList li{
	margin:0 0 10px;
}

/* フッター
------------------------------------ */
#footer {
	clear:both;
	position:relative;
	width:960px;
	margin:0 auto;
	padding:15px 0 30px;
	color:#ffffff;
	background:url(../images/cmn_foot_bg.png) center top no-repeat;
}

#footer img{
	vertical-align:top;
}

#footer ul{
	font-size:0;
}

#footer ul li{
	display:inline;
	font-size:12px;
}

*:first-child+html #footer ul li{
	zoom:1;
}

#footer ul#footerBnr{
	padding:0 0 25px 12px;
}

#footer ul#footerBnr li{
	float:left;
	display:block;
	width:225px;
	padding:0 12px 0 0;
}

#footer ul#footerLinks{
	padding:0 0 10px;
	text-align:center;
}

#footer ul#footerLinks li.separator{
	padding:0 8px;
}

#footer ul li a{
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}

#footer p#copy{
	line-height:100%;
	font-size:12px;
	font-family:Verdana;
	text-align:center;
}
