@charset "Shift_JIS";

/* ************************************** */
/* *********** スタイル初期化 *********** */

html,body{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#000;
}

body,h1,h2,h3,h4,h5,h6,th,td,p,div{
	font-size:12px;
/*	font-size:x-small;*/
	font-family:sans-serif;
	color:#fff;
	line-height:1.4em;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}


h1{/* 主にページタイトルで使用 */
	width:578px;
	margin:0 0 18px 0;
	
	border-style:solid;
	border-width:0 0 2px 0;
	border-color:#ccc;
}

#news h1{
	border-color:#AE0000;
}


h2{
	font-size:16px;
/*	font-size:medium;*/
	line-height:1.2em;
/*	padding-left:20px;*/
	
/*	background-image:url(../images/mark01.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;*/
}

h2 span{
	font-weight:normal;
}

p{
	margin:0px;
	padding:0px;
	margin-bottom:0.75em;
}

sup{
	vertical-align:super;
}

a {
	color:yellow;
	text-decoration:none;
}

a:hover{
	color:lightgreen;
	color:skyblue;
	text-decoration:underline;
}


/* ************************************** */
/* ********* 共通ID スタイル定義 ******** */
/* ************************************** */

/* ========== 大枠 ========== */
#bg{
	background-image:url(../images/footer_spring01a.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#frame{
	position:relative;
	z-index:1;
	width:990px;
	margin:0px auto;
	height:100%;
}

#frame td.first{
	vertical-align:top;
}
#frame td.last{
	vertical-align:bottom;
}

.leftArea{
	vertical-align:top;
	width:230px;
}
.rightArea{
	vertical-align:top;
	width:760px;
}

/* ========== ヘッダ ========== */
#header{
	position:relative;
	top:0;
	z-index:10;

	width:760px;
	height:180px;
	margin:0 0 -180px 0;
	padding:0;

/*	background-image:url(../images/header_spring01.jpg);*/
	background-repeat:no-repeat;
	background-position:top right;
}


/* ========== フッタ ========== */
#footer{
	text-align:right;
	width:100%;
	height:205px;

	background-image:url(../images/footer_spring01b.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#footer p{
	font-size:12px;

	padding-top:170px;
	padding-left:21px;

	color:#ffffff;
	text-align:left;
	font-family:"Arial",sans-serif;
	font-weight:bold;
	line-height:1.4em;
}

/* ========== メニュー ========== */
div#menu{
	margin-top:49px;
}

div#menu{
	z-index:1;
	margin-left:40px;
	width:150px;
	height:auto;
}
div#menu a{
	display:block;
	margin:0 0 22px 0;
}

div#menu a.first{
	margin-bottom:40px;
}

div#menu img{
	border-style:none;
}

/* ========== コンテンツ収納部 ========== */
div.contents{
	position:relative;
	width:578px;
	margin:66px 0 24px 30px;
	padding-bottom:0px;
	z-index:20;
}

* html div.contents{
/*	padding-top:66px;*/
}

/* ************************************** */
/* *********** その他いろいろ *********** */

/* リスト風表示につかうもの */
p.list,
div.list p{
	text-indent:-0.75em;
	padding-left:0.75em;
}

p.list1em,
div.list1em p{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em;
}

p.indent1em,
div.indent1em p{
	text-indent:-1em;
	padding-left:1em;
}


/* まとめてインデント用 */
.padding{
	margin-left:24px;
}

/* 点線 */
div.line{
	border-style:dotted;
	border-width:0px 0px 2px 0px;
	border-color:#666;
/*	width:80%;
	margin-top:0px;
	margin-bottom:12px; */
}

/* 巻き戻しリンク */
p.rollup{
/*	line-height:1em;
	margin-top:-1em;*/
	text-align:right;
/*	margin-right:-110px;*/
}

p.rollup img{
	border-style:none;
}

p.rollup a{
	color:#4971C4;
	text-decoration:none;
}
p.rollup a:hover{
	color:orange;
	text-decoration:underline;
}


p.back{
	margin:24px 0 0 0;
	text-align:center;
}

/* 隠したいもの */
span.hidden,
p.hidden{
 visibility:hidden;
}

.sub{
	font-size:10px;
}

/* 改ページ(IE only) */
div.print{
	page-break-before:always;
}

p.underConst{
	font-size:14px;
	text-align:center;
	margin-top:50px;
}


.lead{
	text-align:center;
	font-size:14px;
	margin:0 0 16px 0;
	padding:0;
}


/* ******************************** */
/* ***** ページ別スタイル定義 ***** */
/* ******************************** */