@charset "utf-8";
/* CSS Document */
/* 基本設定 */
html{
	margin:0;
	padding:0;
	overflow:scroll;
	width:100%;
	height:100%;
}
	
body{
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	background:#FFFFFF;
	margin:0;
	padding:0;
	color:#000000;
	
	scrollbar-arrow-color: #293593;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #C9D2D6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-track-color: #ffffff;
}
/* 余白設定 */
div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

li img,
dt img {
	vertical-align: bottom;
}

/* 回り込み解除 */
.clear{clear:both;}

/* 画像リンク時、ボーダーを消す */
a img {border-style:none;}

/* ボタン余白設定 */
ol , ul {
margin:0px;
padding:0px;
}
/* リスト指定 */
li{list-style: none;}
img{vertical-align:bottom;}

/* リンク */
a:link {color:#3366CC;text-decoration:none;}
a:visited {color:#3366CC;text-decoration:none; }
a:hover {color:#FF9900;text-decoration:underline;}



/* 回り込み解除2 */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	
}

.clearfix { display: inline-table; }
.clearfix{ overflow:hidden;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* --------------------------------------------------------------------------------------
 文字関連
--------------------------------------------------------------------------------------- */

/* 10px */
.text10{font-size:10px;}

/* 12px */
.text12{font-size:12px;}

/* 14px */
.text14{font-size:14px;}

/* medium */
.text_medium{font-size:medium;}

/* 行間ノーマル */
.text_height_normal{line-height:normal;}

/* 太文字 */
.text_weight{font-weight:bold;}

/* テキストセンター揃え */
.text_center{text-align:center;}

/* 右寄せ */
.float_right{float:right;}

/* 左寄せ */
.float_left{float:left;}

/* 余白 */
.top_sp5{ margin-top:5px;}
.top_sp10{ margin-top:10px;}
.top_sp20{ margin-top:20px;}
.top_sp30{ margin-top:30px;}

.left_sp5{ margin-left:5px;}
.left_sp10{ margin-left:10px;}


.bottom_sp3{ margin-bottom:3px;}
.bottom_sp5{ margin-bottom:5px;}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
1.* html body { background: url(null) fixed;}

div#header_new{
	width: 100%;
	height:72px;
	padding:3px 0px 0px 0px;
	background:url(../header/header_bg.gif) repeat-x top left #3366CC;
	position: fixed;
	top:0;
	left:0;
}
* html div#header_new    {   
    position: absolute;   
    top: expression(eval(document.documentElement.scrollTop+0));
}

div#header_new .top_frame{ width:830px; margin:0px auto;}

div#header_new h1	{width:500px; float:left;}

div#header_new ul{width:830px; height:39px; margin:0px auto;}
div#header_new li{float:left; height:39px;}

div#header_new li a{display:block;}
div#header_new li a:hover { background-color: #5C85D6;}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
#footer_new{
	clear:both;
	width:100%;
	background-color:#3366CC;
	height:26px;
}
#footer_new .copyright{
	width:830px;
	margin:0px auto;
	color:#FFFFFF;
}



















/* ヘッダー固定 */
#header_fixed {
	width:100%;
	height:62px;
	position:fixed;
	overflow:hidden;
	top:0px; 
	left:0px;	
	white-space: nowrap;
}
#header{
	width:828px;
	height:36px;
	margin:auto;
}




#page_title{
	width:100%;
	background-color:#3366CC;
	height:26px;
}
#page_title div#page_title_img{
	width:820px;
	margin:0px auto;
}
#page_title2{
	width:100%;
	background-color:#3366CC;
	height:26px;
}
#page_title2 div#page_title_img2{
	width:820px;
	margin:0px auto;
}

/* フッター */
#footer{
	clear:both;
	width:100%;
	background-color:#3366CC;
	height:26px;
}
#footer div#copyright{
	width:820px;
	margin:0px auto;
	color:#FFFFFF;
}

/* コンテンツ部分 */
#contents{
	width:830px;
	margin:0px auto;
	padding-top:77px;
	background-image:url(../left/bg.gif);
	background-repeat:repeat-y;
}
#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
}

#contents {
    display: block;
}


/* コンテンツ左部分 */
#left_menu{
	float:left;
	width:140px;
	padding-bottom:20px;
}
.left_title{
	text-align:center;
	margin-top:25px;
	width:140px;
}
.left_btn{
	padding:0px 1px;
	margin-top:15px;
}
#left_menu .btn a{display:block;}
#left_menu .btn a:hover{background-color:#E2EDFC;}
#left_menu .btn_on{background-color:#E2EDFC;}



/* コンテンツ右部分 */
#main_contents{
	float:right;
	width:660px;
	padding-bottom:20px;
}


/* 左メニュー固定 */
#fixedElement {
	width:156px;
	position: fixed;
	top:62px; 
	left:auto;
	height:450px;
	overflow: auto;
	overflow-x:hidden;
}

/* ATLSグラフ用 */
.atls_graph{
	background-color:#069;
	padding:2px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	color:#fff;
}





