/* text 
------------------------------ */
p {
 margin:0; margin-bottom:0.5em; padding:0;
	font-size:0.875em;
	line-height:145%;
	color:#000;
	}

ul{
	padding-bottom:0.5em;
	margin-bottom:0;
	margin-left:0;
	padding-left:20px;
	list-style:url(../common/arrow.gif);
	}

li{
	color:#222;
	line-height:145%;
	font-size:0.875em;
	}

ol{
	font-size:1em;
	}

#rssArea dl{
}
#rssArea dt{
	clear:both;
	float:right;
	width:13%;
	font-size:0.875em;
	line-height:145%;
}
#rssArea dd{
	float:left;
	width:80%;
	margin:0;
	font-size:0.875em;
	line-height:145%;
	padding-left:20px;
	background-image:url(../common/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-position: 0 4px;
}

a:link {
	color:#000470;
	text-decoration: none;
	}
a:visited {
	color:#555;
	text-decoration: none;
	}
a:hover {
	color:#990000;
	text-decoration:underline;
	}

.blue a:visited {
	color:#000470;
	}
a:active {
}
.waveLine{
	background:url(../common/wave_line.gif) repeat-x 50% 120%;
	padding: 0 0 3px;
}
/* header navi
------------------------------ */
#header{
 width:800px; height:64px;
	text-align: left;
	background-image:url(../common/header.jpg);
	background-repeat: no-repeat;
	}
#header img{
	margin-top:11px;
	margin-left:22px;
	}
#headertop{
	margin:0; padding:0;
	width:800px;
	height:107px;
	}
#headertop_navi{
	clear:both;
	line-height:100%;
	}
#headertop img{
float:left;
margin-top:30px;
margin-left:26px;
	}
#flash{
float:right;
	}

#footermenu{
margin:4px 0;
font-size:0.75em;
}

/*
#headertop{
	margin:0; padding:0;
	width:800px;
	height:107px;
	}
#headertop_navi{
	line-height:100%;
	}
#headertop h1{
	position:absolute;
	top:30px; left:26px;
	}

#flash{
	position:absolute; top:0px; right:0px;
	}

#headermenu{
 margin:0 0 0 60px; padding:0;
 width:550px;
	color:#555;
	position:relative; top:-22px; left:140px;
	}*/

#navi{
 margin-left:20px;
 width:760px;
	}

/* flame
------------------------------ */
#container{
 margin:auto; margin-bottom:0;
 padding:auto; padding-bottom:10px;
 width:800px; height:100%;
 	text-align: center;
	background-color:white;
	position:relative;
	}

#contents{
 margin-left:20px;
 width:760px;
 height:100%;
	text-align:center;
	}
/* layout 
------------------------------ */
.fl{
	float: left;
	}
.fr{
	float: right;
	}
.c{
	text-align:center;
	}
.l{
	text-align:left;
	}
.r{
	text-align:right;
	}
.cl{
	clear:both;
	}

/* footer 
------------------------------ */
.pagetop{
 margin-top:1.5em;
 margin-bottom:0.8em;
 width:100%;
	font-size:10px;
	text-align: right;
	clear: both;
	}

.footer{
 padding-top:4px;
	font-size:0.65em;
	text-align:center;
	border-top:solid 1px #777;
	clear:both;
	}

/* base
------------------------------ */
body {
 margin:0;
 padding:auto; padding-top:8px;
	text-align:center;
	background-color:#005aaa;
	background-image:url(../common/back.gif);
	background-repeat: repeat-x;
	}

/* float clear
------------------------------------------------- */
.clear{
	height: 0px;
	clear: both;
	display: hidden;
	line-height: 0;
	font-size: 0px;
	zoom: 1;
}


/* clearfix
------------------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 言語選択
------------------------------------------------- */
.language_list_wrap{
	width:800px;
	overflow: hidden;
	margin:0 auto;
}
.language_list{
	overflow:hidden;
	float:right;
	list-style:none;
}
.language_list li{
	float:left;
	margin-left:0.8em;
}
.language_list li a{
	width: auto;
	display: block;
	background: #00a2db;
	color: #fff;
	text-decoration: none;
  transition: all 0.2s ease 0s;
  padding: 0.25em 1.75em;
}
.language_list li a:hover {
   background: #d3ab4c;
}
