@charset "utf-8";
html{
background-color:#FFFFFF;
height:100%;
width:100%;
}
body  {
	font: 12px/150% Arial, Helvetica, sans-serif;
	background: #FFFFFF /*url(../img/bg_main_sub.gif) repeat-x top*/;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333333;
}
html>body{
height:auto;
}
#header {
	background: url(../img/bg_header_sub.jpg) no-repeat;
	padding: 0;  
	margin: 0 auto;
	height: 100px;
	width: 840px;
} 
#upper_menu {
	text-align: right;
	margin: 0px;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.upmenu03 {
	background-image: url(../img/icon_english.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}


#header h1 {
	margin: 0;
	padding: 0px;
	height: 120px;
}
#header h1 a {
	display: block;
	height: 120px;
}
#header h1 span {
	display: none;
}

#main {
	width: 840px;
	background: url(../img/bg_container.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
#breadcrum {
	width: 790px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../img/bg_breadcrum.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
}
#breadcrum a {
	color: #333333;
}



#left_column{
	float: left;
	width: 200px;
	padding: 5px 0px 20px;
	margin: 0px;
	text-align: right;
}
/* 上書き指定 */
*+html #left_column{
	padding-top: 15px;
}
* html #left_column{
	padding-top: 15px;
}
.contentsMenu li {
	list-style-type: none;
}
.off {
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 103px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 2px;
	padding-right: 35px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.on {
	background-image: url(../img/bg_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 103px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 2px;
	padding-right: 35px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.contentsMenu a:hover {
	background-image: url(../img/bg_menu_over.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 103px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	text-align: left;
	padding-top: 6px;
	margin-bottom: 2px;
	padding-right: 35px;
	padding-bottom: 6px;
	padding-left: 20px;
}
#center_column { 
	margin: 0 0 0 200px; 
	padding: 0 30px; 
} 
#center_column h2 {
	width: 580px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 5px;
	font-size: 16px;
	padding-top: 5px;
	margin: 15px 0px 20px;
}
#center_column h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #50B7B7;
	width: 580px;
}

.honbun {
	width: 585px;
}

.waku {
	background-color: #FFFFFF;
	padding: 10px;
	width: 565px;
	border: 1px solid #50B7B7;
}

.subtheme {
	margin: 0px 0px 5px;
	background-color: #50B7B7;
	padding: 5px;
	color: #FFFFFF;
}

.member {
	border-collapse:collapse;
}

.member th {
	color: #FFFFFF;
	background-color: #60D7D7;
	text-align: left;
	padding: 5px;
}
.item {
	background-color: #F0F0F0;
	padding: 5px;
}

.name {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.name2 {
	padding: 5px;
}

.link th {
	color: #FFFFFF;
	background-color: #60D7D7;
	text-align: left;
	padding: 5px;
}
.link1 {
	padding: 5px;
}

.new {
	text-align: left;
	margin: 0px auto;
	width: 580px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.date {
	color: #50B7B7;
}



.pagetop {
	text-align: right;
	width: 580px;
}
.pagetop a {
	text-decoration: none;
	background-image: url(../img/icon_pagetop.gif);
	background-position: right center;
	padding-right: 20px;
	background-repeat: no-repeat;
}

.pagetop a:visited {
	color: #6666E6;
}


#footer {
	background:#FFFFFF url(../img/bg_footer.gif) repeat-y center;
	padding: 10px 0 10px 0;
	text-align: center;
} 
#footer p {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 780px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
