@charset "UTF-8";

/* 本体 */

BODY{
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 80%;
}

#hp{
	width: 785px;
	margin: 0 auto;
	padding: 0px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

#header{
	background: #000040 url(bgkuro1.gif) repeat-x top;
	color: #ffff80;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

#headerimg{
	background-color: #000040;
	padding: 5px;
	text-align: center;
}

#headerlink{
	background-color: #ffffff;
	text-align: right;
}

#headerlin{
	color: #ffffff;
	background: #ffffff url(bgkuro.gif) repeat-x;
	text-align: right;
}

#nav{
	clear: both; /* フロートのクリア */
	float: right;
	width: 185px;
}

#main{
}

#center{
	text-align: center;
}

#footer {
	clear: both; /* フロートのクリア */
	width: 100%;
	padding: 5px 0px;
	margin: 0;
	color: #ffffff;
	background-color: #000040;
	text-align: center;
}


/* --- 多国語メニュー --- */


a.lan{
color: #ffffff;
margin: 0;
padding: 0 5px;
border-left: 1px #424242 solid; /* リンクエリアの左枠線 */
text-decoration: none; /* テキストの下線（なし） */
}

a.lan:hover{
color: #ffffff;
background-color: #ff8000;
text-decoration: none; /* テキストの下線（なし） */
}



.lang {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 1px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

.lang li {
float: right;
}

.lang li a {
display: block;
position: relative; /* IE6用 */
padding: 1px 5px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #424242 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
}

.lang li a:link,
.lang li a:visited,
.lang li a:hover,
.lang li a:active
{
color: #ffffff;
}

.lang li a:hover {
background: #333333; /* ポイント時の背景 */
text-decoration: none; /* テキストの下線 */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: right;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



/* メニュー */

p.menu{
	color: #ffffff;
	width: 180px;
	margin: 15px 0 1px 0;
	padding: 5px 0;
	background-color: #000040;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

a.menu{ /* TOPへ戻る用 */
	color: #ffffff;
	padding: 2px 40px;
}

a.menu:hover{ /* TOPへ戻る用 */
	color: #ffff00;
	padding: 2px 40px;
	background-color: #000040;
}


p.menu1{
	color: #333333;
	width: 170px;
	margin: 0px;
	padding: 4px;
}


/* リンク */

.nl {
margin: 1px;
padding: 0;
list-style-type: none;
text-align: left;
}

.nl li {
padding: 1px 0; /* 項目のパディング（上下、左右） */
background-color: #ffffff; /* 項目の背景色 */
}

.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 4px 2px 4px 20px; /* リンクエリアのパディング（上右下左） */
color: #000040;
border-width: 0;
background-color: #ffffff;
text-decoration: none; /* テキストの下線（なし） */
}

.nl li a:hover {
color: #004080;
background-color: #ffffff;
background-image: url(icon.gif);
background-repeat: no-repeat;
position: relative;
top: 1px;
left: 1px;
}


/* メイン */

h2{
	color: #000040;
	margin: 10px 12px 2px 0px;
	padding: 6px 0px 5px 50px;
	border: 0;
	font-size: 150%;
	text-align: center;
}

h3{
	color: #000040;
	margin: 15px 0 5px 5px;
	font-size: 110%;
	font-weight: bold;
}

p.main{
	margin: 0px 12px;
	padding: 10px;
}

a{
	color: #0000ff;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	background-color: #ccffff;
	text-decoration: underline;
}



/* フォント集 */

.red{
	color: red;
}

.bold{
	font-weight: bold; 
}

.large{
	font-size: 16px;
	font-weight: bold;
}

.small{
	font-size: 10px;
}

.s{
	text-decoration: line-through; /* 取り消し線 */
}


/* 新着情報 */

.news{
margin-top: 20px;
margin-left: 20px;
width: 560px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #808080 solid; /* ボックスの枠線 */
}

.news h2{
margin: 0; /* 見出しのマージン */
padding: 6px 10px; /* 見出しのパディング（上下、左右） */
background-color: #e0e0e0; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
font-size: 110%;
}

.news p{
margin: 10px; /* 段落のマージン（上下、左右） */
}

.news iframe{
margin: 0;
border: 0;
}



/* このページのTOPへ戻る */

p.navi{
	width: 100%;
	text-align: right;
	clear: both;
	margin: 10px 0;
	border-top: 1px dotted #999999;
}


/* フッター内リンク */


a.foot{
	color: #ffffff;
	text-decoration: none;
}

a.foot:hover{
	color: #000040;
	background-color: #cacaff;
}





