@charset "utf-8";

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
background-position: 0 4px;
background-repeat: repeat-x;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: white;
font-size: 12px;
}
a {
text-decoration: none;
}
img {
border: none;
}
h1, h2, h3 {
margin: 0;
padding: 0;
font-weight: normal;
}
.fclr {
margin: 0;
padding: 0;
clear: both;
}
#container {
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
}
#screen {
width: 898px;
margin: 0 auto;
text-align: left;
/*padding-bottom: 74px;*/
}
a img.linkimg{
background:none!important;
}
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* header */
#header {
height: 80px;
margin-bottom: 5px;
padding: 0 20px;
}
#head_logo {
width: 165px;
height: 65px;
margin-top: 14px;
/*margin-left: 20px;*/
float: left;
}
*html #head_logo {
margin-left: 10px;
}
#head_right {
width: 600px;
/*margin-right: 16px;*/
color: #7f7f7f;
text-align: right;
float: right;
}
*html #head_right {
margin-right: 8px;
margin-bottom: -12px;
}
#header_txt_navi {
width: 600px;
margin-top: 14px;
line-height: 12px;
}
#head_right a {
color: #7f7f7f;
}
.navi_en {
color: #80a6ce;
}
#header_g_navi {
width: 600px;
margin: 15px 0 0 0;
}
#head_right ul {
height: 37px;
list-style: none;
margin: 0;
padding: 0;
}
#head_right li {
display: inline;
white-space: nowrap;
margin-left: -4px;
}

/* contents */
#contents_list {
width: 100%;
line-height: 12px;
margin-top: 4px;
margin-bottom: 8px;
}
#contents_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contents_list li {
display: inline;
white-space: nowrap;
}
#contents_list li a {
color: #ff0000;
}
#contents {
	padding-top: 12px;
	padding-bottom: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

/* left menu */
#left_menu {
width: 210px;
float: left;
}
#left_menu ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#left_menu li a {
display: block;
padding: 10px;
width: 190px;
border-bottom: 1px dotted #dddddb;
background: #f7f7f4;
font-size: 14px;
letter-spacing: 1px;
color: black;
}
#left_menu li a:hover {
background: #eee;
}
.list_bottom {
height: 12px;
background: #f7f7f4;
*margin-top: -6px;
_margin-top: 0px;
}
.menu_head {
padding: 10px;
width: 190px;
display: block;
border-bottom: 2px solid #669c1c;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
background: #f7f7f4;
}
.left_menu_on {
display: block;
padding: 10px;
width: 190px;
border-bottom: 1px dotted #dddddb;
background: #eee;
font-size: 14px;
letter-spacing: 1px;
color: black;
}

#right_content {
	width: 640px;
	float: right;
}

.pagetop {
width: 630px;
margin: 10px auto;
text-align: right;
line-height: 15px;
}
.pagetop a {
color: black;
}
.pagetop2 {
width: 630px;
margin: 10px auto;
padding-bottom: 12px;
text-align: right;
line-height: 15px;
border-bottom: 1px dotted #dddddb;
}
.pagetop2 a {
color: black;
}
.pagetop3 {
width: 630px;
margin: -12px auto 20px auto;
text-align: right;
line-height: 15px;
float: right;
}
.pagetop3 a {
color: black;
}
.pagetopbtn {
vertical-align: middle;
margin-left: 8px;
margin-top: -3px;
}

/* footer */
#footer {
	height: 64px;
	width: 858px;
	/*margin-left: 20px;*/
	margin: 0 auto;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	/*position: absolute;
	bottom: 0;*/
	margin-top: 0px;
}
#footer_l {
	font-size: 11px;
	font-family: Arial;
	float: left;
}
#footer_r {
float: right;
}
/*/////////////////////////////////////////////////////////////////////////
						clearfix
//////////////////////////////////////////////////////////////////////////*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
