﻿/* CSS レイアウト */
#masthead {
	width: 780px;
	position: absolute;
	left: 10%;
	top: 0px;
	height:139px;
	background-image:url('images/img_top.gif');
}

#top_nav {
	width: 571px;
	position: absolute;
	left: 10%;
	top: 130px;
	height:51px;
	overflow:hidden;
   z-index:20;
}
#left_side_bar {
	width: 17px;
	position: absolute;
	left: 10% ;
	margin-left: -17px ;
	top: 0px;
	height:970px;
	background-image:url('images/bg_left.gif');
}
#right_side_bar {
	width: 17px;
	position: absolute;
	left: 10%;
	margin-left:780px;
	top: 0px;
	height:970px;
		background-image:url('images/bg_right.gif');
}
#container {
	position: absolute;
	width: 780px;
	left: 10%;
	top: 139px;
	height:770px;
}
#page_content_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 549px;
	height:161px;
	overflow:hidden;
}
#page_content_topb {
	position: absolute;
	left: 0px;
	top: 42px;
	width: 549px;
	height:8px;
background-image:url('images/bgw.gif');
}

#page_content {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 549px;
	height:600px;
	overflow-x:hidden;
	overflow-y:auto;
}
#page_contentc {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 549px;
	height:753px;
	overflow-x:hidden;
	overflow-y:auto;
background-image:url('images/bgw.gif');
}
#right_col_topic_m {
	width: 231px;
	position: absolute;
	right: 0px;
	top: 161px;
	height:43px;
}
#right_col_topic_c {
	width: 231px;
	position: absolute;
	right: 0px;
	top: 204px;
	height:70px;
	background-image:url('images/bg0.gif');
	overflow-x:hidden;
	overflow-y:auto;
}

#right_col_exp_m {
	width: 231px;
	position: absolute;
	right: 0px;
	top: 274px;
	height:62px;
	background-image:url('images/bg0.gif');
}
#right_col_exp_c {
	width: 231px;
	position: absolute;
	right: 0px;
	top: 336px;
	height:424px;
	background-image:url('images/bg0.gif');
	overflow-x:hidden;
	overflow-y:auto;

}


#login_navi {
	width: 230px;
	position: absolute;
	right: 0px;
	top: 45px;
	height:60px;
   z-index:20;
}
#login_navib {
	width: 231px;
	position: absolute;
	right: 0px;
	top: 0px;
	height:161px;
background-image:url('images/ttl_login.gif');
}



#footer {
	width: 780px;
	position: absolute;
	left: 10%;
	top: 900px;
	background-image:url('images/bg0.gif');
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p a {
	color : #000000;
	font-weight: bold;
}
p a:hover {
	color : #294A7B;
}
.menu01 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu01 a:hover {
	color : #EEEEEE;
}
.menu02 {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu02 a {
	color : #000000;
	text-decoration: none;
}
.menu02 a:hover {
	color : #555555;
}
.left {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left a {
	color : #FF6600;
}
.left a:hover {
	color : #FF0000;
}
