@import "eng.css";
@import "chi.css";
@import "unique.css";
@import "drop_menu.css";

*{
	margin: 0;
	padding: 0;
	font-size: small;
	line-height: 130%;
}
img{
	border: 0;
}
body{
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
body div.body{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

body div.body div.contents a:link,
body div.body div.contents a:hover,
body div.body div.contents a:active,
body div.body div.contents a:visited{
	color: #036;
}

/* 右側NEWS ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.attention{
	float: right;
	width: 200px;
	padding-top: 5px;

}
body div.body div.attention div.record{
	background-color: #FFF;
	border: solid 1px #CCC;
	padding: 10px;
	margin: 5px 0;
	clear: both;
}
body div.body div.attention div.record div.title{
	font-size: medium;
	font-weight: bold;
	color: #000080;
	margin-bottom: 5px;
}
body div.body div.attention div.record img{
	text-align: center;
}
body div.body div.attention div.record img.float{
	float: right;
}
body div.body div.attention div.record p.link{
	padding-top: 10px;
	text-align: center;
	clear: both;
}
body div.body div.attention div.record pre.link{
	padding-top: 10px;
	text-align: center;
}
body div.body div.attention div.record p.br{
	padding-top: 20px;
}

/* 左側コンテンツ ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents{
	width: 784px;
}
/* ヘッダー ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents div.head{
	background-image: url(../img/head_top.jpg);
	background-position: top;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 14px;
}
body div.body div.contents div.head p{
	color: #036;
	padding: 3px;
	text-align: right;
}
body div.body div.contents div.head p.language{
	color: #036;
	padding: 0 5px;
	padding-top: 15px;
	text-align: right;
	font-weight: bold;
}
body div.body div.contents div.head p.language span{
	background-image: url(../img/language_select_icon.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
body div.body div.contents div.head img{
	float: left;
	padding: 0 10px;
}

body div.body div.contents div.head div.head-bottom{
	background-image:url(../img/head_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 5px;
	font-size: 1px;
	clear: left;
}

/* メニュー ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents ul.menu,
body div.body div.contents ul.menu-index{
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 53px;
	margin-left: 10px;
	margin-right: 14px;
	margin-top: 3px;
	height: 28px;
}
body div.body div.contents ul.menu-index{
	background-image: url(../img/menu_bg_index.jpg);
}
body div.body div.contents ul.menu li,
body div.body div.contents ul.menu-index li{
	list-style: none;
	margin-right: 1px;
	float: left;
	height: 26px;
}
/* サブメニュー ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents ul.submenu{
	background-image: url(../img/submenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #C1E0EF;
	margin-left: 10px;
	margin-right: 14px;
	height: 28px;
}
body div.body div.contents ul.submenu li{
	background-image: url(../img/submenu_icon.jpg);
	background-repeat: no-repeat;
	background-position: left 50%;
	float: left;
	list-style: none;
	padding: 2px 10px;
	margin: 2px 3px;
}
body div.body div.contents ul.submenu li.menu-name{
	font-weight: bold;
	border-right: solid 1px #39C;
	background-image: none;
	padding-left: 5px;
	margin-right: 10px;
	color: #39C;
}
body div.body div.contents ul.submenu li.menu-on{
	background-color: #7DA2BF;
	height: 22px;
	color: #FFFFFF;
}

/* パラグラフ-index ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents div.paragraph-index{
	background-image: url(../img/paragraph_bg_index.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-right: 15px;
	padding: 10px;
	padding-top: 25px;
	clear:left;
}
body div.body div.contents div.paragraph-index div.news h1{
	background-image: url(../img/h1_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #003E71;
	color: #FFF;
	padding: 10px 15px;
	padding-top: 5px;
	font-size: small;
}
body div.body div.contents div.paragraph-index div.banner div.record div.title{
	text-align: center;
}

/* パラグラフ-下層ページ ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents div.paragraph,
body div.body div.contents div.paragraph-news{
	background-image: url(../img/paragraph_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-right: 14px;
	margin-top: 3px;
	padding: 20px;
	clear:left;
}
body div.body div.contents div.paragraph-news{
	padding: 10px;
}
/* フッター ::::::::::::::::::::::::::::::::::::::::::::*/
body div.body div.contents div.footer{
	margin-left: 9px;
	margin-right: 14px;
	padding: 3px 0;
	clear: left;
}
body div.body div.contents div.footer ul li{
	border-top: solid 3px #069;
	list-style: none;
	float: right;
	padding: 0 5px;
}
body div.body div.contents div.footer ul li a:link,
body div.body div.contents div.footer ul li a:hover,
body div.body div.contents div.footer ul li a:active,
body div.body div.contents div.footer ul li a:visited{
	font-size: x-small;
}
body div.body div.contents div.footer address{
	font-style: normal;
	font-size: x-small;
	color: #666;
	padding: 3px 0;
}
body div.body div.contents div.footer address.right{
	text-align: right;
}



/* for ie ////////////////////////////////////////////// */

*body.index,
*body.index h1,
*body.index h3,
*body.index div,
*body.index p,
*body.index span,
*body.index ul,
*body.index a,
*body.index table,
*body.index table tr td,
*body.index table tr th{
	font-size: x-small;
}

/* 右側NEWS ::::::::::::::::::::::::::::::::::::::::::::*/
*body.index div.body div.attention div.record div.title{
	font-size: small;
	font-weight: bold;
	color: #036;
}
*body.index div.body div.attention div.record p.link{
	padding-top: 10px;
}

/* ヘッダー ::::::::::::::::::::::::::::::::::::::::::::*/
*body.index div.body div.contents div.head img{
	margin-left: 10px;
}
/* パラグラフ-index ::::::::::::::::::::::::::::::::::::::::::::*/
*body.index div.body div.contents div div.news table tr td.date span{
	font-size: xx-small;
}
*body.index div.body div.contents div.paragraph-index div.news h1{
	font-size: x-small;
}
*body.index div.body div.contents div.paragraph-index div.banner div.record div.title{
	text-align: center;
}
/* フッター ::::::::::::::::::::::::::::::::::::::::::::*/
*body.index div.body div.contents div.footer ul li a:link,
*body.index div.body div.contents div.footer ul li a:hover,
*body.index div.body div.contents div.footer ul li a:active,
*body.index div.body div.contents div.footer ul li a:visited{
	font-size: xx-small;
}
*body.index div.body div.contents div.footer address{
	font-size: xx-small;
}