@charset "utf-8";

/* ------------------------------------------------------- *
   トップページ用CSS
 * ------------------------------------------------------- */

h1{
	position:static;
	margin:0;
	padding:0;
	text-indent:0;
	background-image:none;
}

/* レイアウト用div 調整 */
#background{
	background-image: url(../images/bg_top-shade.gif);*/
/*	background-image: none;
	background-color:red;*/
}

div#header{
	height:112px;
}

#headerMenu{
	top:69px;
}

div#mainFrame{
	background-image: url(../images/bg_top-main.gif);
/*	background-color:skyblue;*/
}

#mainMenu{
	top:112px;
}

div#topImage{
	position:relative;
	top:29px;
	width:800px;
	height:221px;
	margin-bottom:62px;
/*	background-color:lightgreen;*/
}
/* JavaScript不許可の場合 */
noscript{

	
}

div#topImage noscript{
	position:static;
	margin:0;
	padding:0;
}
div.contents{
	width:758px;/* 余白なしで800px */
	min-height:245px;
	margin:0 0 0 0;
	padding:0 21px 36px 21px;
	background-color:transparent;
}

div#footer{
/*	width:800px;*/
	height:26px;
	padding-top:0;
/*	padding:0;*/
	background-image:none;
	background-color:#fff;
}
div#footer ul{
	margin-top:7px;
}
div#footer div#copyrights{
	margin-top:6px;
}

/* 左側バナーエリア */
div.contents #leftContents{
	width:207px;
/*	height:500px;*/
	float:left;
}

div.contents #leftContents img{
	margin-bottom:12px;
}

/* 右側エリア */
div.contents #rightContents{
	width:530px;
/*	height:500px;*/
	float:right;
/*	background-color:lightgreen;*/
margin-top:0;
}

/* お知らせ欄 */
#information{
	margin-bottom:12px;
	_margin-bottom:16px;
	margin-top:10px;
}
*:first-child+html #information{/* for IE7 */
	margin-bottom:16px;
}

#information h2{
	text-indent:-9999px;
	width:530px;
	height:28px;
	margin:0 0 11px 0;
	padding:0;
	background-image:url(../images/top-subtitle01.gif);
}

#information div{
	width:506px;
	height:219px;
	padding:12px;
	background-color:#fff;

	overflow:auto;

/*	scrollbar-base-color:#f00;*/
	scrollbar-track-color:#ffffff;		/* 1 */
	scrollbar-face-color:#e5e5e5;		/* 2 */
	scrollbar-arrow-color:#222222;		/* 3 */
	scrollbar-3dlight-color:#8e5e5e5;	/* 4 */
	scrollbar-darkshadow-color:#6666bb;	/* 5 */
	scrollbar-highlight-color:#e5e5e5;	/* 6 */
	scrollbar-shadow-color:#e5e5e5;		/* 7 */
}

#information div th,
#information div td{
	line-height:1.2em;
	vertical-align:top;
	padding:0 0 4px 0;
}
#information div th{
	font-weight:normal;
	padding-right:12px;
	text-align: left;
	width: 7em;
}


/* 右側バナーエリア */
div.contents #rightContents .links img{
	margin-left:10px;
}
div.contents #rightContents .links img.first{
	margin-left:0;
}



/*TOPICS用*/
body#topics{
margin:0;
padding:0;
}

.style2 {color: #000000}
.red{color:red;}
.blue{color:blue;}
.bold{font-weight:bold;}

#topics div
{
	width:506px;
	height:227px;
	padding:12px;
	background-color:#fff;

	overflow:auto;

	scrollbar-track-color:#ffffff;		/* 1 */
	scrollbar-face-color:#e5e5e5;		/* 2 */
	scrollbar-arrow-color:#222222;		/* 3 */
	scrollbar-3dlight-color:#8e5e5e5;	/* 4 */
	scrollbar-darkshadow-color:#6666bb;	/* 5 */
	scrollbar-highlight-color:#e5e5e5;	/* 6 */
	scrollbar-shadow-color:#e5e5e5;		/* 7 */
}

#topics div table
{
	text-align:left;
}

#topics div table th,
#topics div table td{
	line-height;1.2em;
	vertical-align:top;
	padding:0 0 4px 0;
}
#topics div table th{
	font-weight:normal;
	padding-right:12px;
	text-align: left;
	width: 7em;
}


.style2 {color: #000000}
.red{color:red;}
.blue{color:blue;}
.bold{font-weight:bold;}



@media print{
	#mainMenu{
		/* 印刷時、メニューくずれを防止 */
		width:auto;
		background-image:url(../images/mainmenu_print.gif);
		background-position:0px 0px;
		position:relative;
		top:0;
	}
div#topImage{
	top:0px;
}

}
