@charset "Shift_JIS";

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

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}

body{
	background-image:url(../images/bg.gif);
}

body,h1,h2,h3,h4,h5,h6,th,td,p,div{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	line-height:1.5em;
}

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


h1{/* 主にページタイトルで使用 */
	font-size:22px;
	
	width:480px;
	
	padding-bottom:2px;
	margin:14px 0 0px 72px;
	
	border:1px solid #999;
	border-width:0 0 1px 0;
}

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

h2.first{
	margin-top:0;
}

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

sup{
	vertical-align:super;
}

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

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

img{border:none;}

ul,ol{
	margin:0 0 6px 24px;
	padding:0;
}
li{
	margin:0 0 2px 0;
	padding:0;
}


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

/* ========== 大枠 ========== */
#frame{
	position:relative;
	width:773px;
	margin:0px auto;
	height:100%;
	min-height:100%;
	background-color:#fff;

	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-y;
}

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

div.main{
/*	margin-left:12px;*/
	width:773px;
}

td.leftFrame{
	width:146px;
}


/* ========== ヘッダ ========== */
div#header{
	margin:0px;
	padding:0px;
}

/* ========== フッタ ========== */
#footer{
	width:773px;
}

#footer p{
	font-size:12px;
	font-family:"Helvetica",sans-serif;
	line-height:1em;
	padding-top:5px;
	padding-bottom:4px;
	color:#ffffff;
	padding-left:21px;
	padding-right:21px;
	background-color:#3F458C;
	text-align:right;
	margin:0px;
}


/* ========== メニュー ========== */
div#menu{
/*	width:773px;*/
/*	height:31px;*/
	height:auto;
/*	background-color:blue;*/
}
div#menu a{
/*	display:block;
	float:left;*/
}

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

div#menu br{
	clear:both;
}

/* ========== コンテンツ収納部 ========== */
div.contents{
	width:480px;
	position:relative;
	z-index:2;
	margin:12px 0 0 72px;
/*	background-color:pink;*/
	padding-bottom:36px;
}


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

/* リスト風表示につかうもの */
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.rollBack{
	position:relative;
	z-index:20;
	text-align:right;
	width:524px;
}

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

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

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

.sub{
	font-size:10px;
}

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

p.underConst{
/*	text-align:center;*/
/*	margin-left:50px;*/
	margin-top:50px;
	font-weight:bold;
/*	fon-size:14px;*/
}



.clearfix:after {/* 段組float解除用スタイル */
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


