@charset "UTF-8";

/* 主なタグを定義 */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #F2F0E9;
	color: #333333;
}
th,td {
	vertical-align: top;
	text-align: left;
	color: #333333;
}
div {
	text-align: left;
}
p,ul,ol,form {
	margin: 0px;
	padding: 0px;
}
img {
	vertical-align: top;
	border: none;
	}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 140%;
}
input,select {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
/* 共通ブロックを定義 */

#container {
	width: 766px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 53px;
	position: relative;
}
#header h1 {
	position: absolute;
	left: 10px;
	top: 11px;
	height: 32px;
	width: 217px;
}
#language {
	background-image: url(../../images/bg_language.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 449px;
	top: 0px;
	height: 44px;
	width: 314px;
	font-size: 10px;
	line-height: 10px;
}
#language ul{
	padding-top: 7px;
	padding-left: 10px;
}
#submenu {
/*	left: 350px;*/
	right: 15px;
	position: absolute;
	top: 36px;
	font-size: 10px;
	line-height: 10px;
}
#menu {
	background-image: url(../../images/bg_menu.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 766px;
	font-size: 10px;
	line-height: 10px;
}
#menu ul {
	padding-top: 8px;
	padding-left: 40px;
}
#menu li,#language li,#submenu li {
	float: left;
}
#tree {
	margin-top: 6px;
}
#content {
	background-image: url(../../images/bg_content.gif);
	background-repeat: repeat-y;
	width: 740px;
	padding-right: 13px;
	padding-left: 13px;
}
#home_content_head {
	font-size: 0px;
	background-image: url(../../images/bg_pagehead.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#content_footer {
	font-size: 1px;
	background-image: url(../../images/bg_pagefooter.gif);
	background-repeat: no-repeat;
	height: 11px;
}
#main {
	width: 537px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
#side {
	float: left;
	width: 191px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#main_column {
	width: 740px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#main_column2 {
	width: 537px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
#side_menu {
	float: left;
	width: 191px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer {
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
	position: relative;
	background-position: bottom;
	margin-bottom: 16px;
	padding: 4px 40px 8px;
}
#settime {
	position: absolute;
	left: 250px;
	top: 10px;
	font-weight:bold;
}
/* 共通リンクを定義 */

a:link {
	color: #333399;
}
a:hover {
	color: #663366;
	text-decoration:none;
}
a:visited {
	color: #663366;
}

/* よく使うものを定義 */

.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.t10 {
	margin-top: 10px;
}
.u10 {
	margin-bottom: 10px;
}
.u5 {
	margin-bottom: 5px;
}
.r10 {
	margin-right: 10px;
}
.l10 {
	margin-left: 10px;
}
.small{
	font-size:95%;
}
 ul.default {
	padding-bottom: 5px;
	list-style: square;
	padding-left: 24px;
}
 ul.default ul {
	list-style: circle;
	padding-left: 12px;
}
ul.default li{
	padding-bottom: 0px;
}
.err{
			color: #cc0000;  
}
/* サイドバーを定義 */

#side_main {
	width: 189px;
	border-right: 1px solid #426B97;
	border-left: 1px solid #426B97;
	background-color: #F7F7F7;
}
#side_footer {
	background-image: url(../../images/side_footer.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 191px;
	font-size: 1px;
	padding-bottom:10px;
}
#international {
	background-image: url(../../images/side_bg_international.gif);
	background-repeat: no-repeat;
	height: 187px;
	width: 190px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#international ul {
	padding-left: 11px;
}
#international ul li {
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 10px;
}
.side_block {
	padding: 7px 7px 9px;
	background-image: url(../../images/side_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.w175 {
	width: 175px;
}
.banner {
	padding: 0px 7px 5px;
}
.banner li{
	padding: 1px 0px;
}

/* フッターを定義 */

#footer table {
	width: 686px;
}
#footer td {
	color: #FFFFFF;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #336699;
}
#footer a:visited {
	color: #FFFFFF;
}

/* 内部ページを定義 */

#main_column h3,#main_column2 h3 {
	font-size: 120%;
	color: #FFFFFF;
	padding:2px 0px 2px 10px;
}
#main_column p,#main_column2 p{
	margin-bottom: 12px;
}
#main_column p.last, #main_column2 p.last{
	margin-bottom: 0px;
}
.column1 {
	background-color: #F6F6F6;
	padding: 2px 12px;
}
.column1_head {
	font-size: 1px;
	background-image: url(../../images/main_head1.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 740px;
}
.column1_footer {
	font-size: 1px;
	background-image: url(../../images/main_footer1.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 740px;
}
.column2 {
	background-color: #F6F6F6;
	padding: 2px 12px;
}
.column2_head {
	font-size: 1px;
	background-image: url(../../images/main_head2.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 537px;
}
.column2_footer {
	font-size: 1px;
	background-image: url(../../images/main_footer2.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 537px;
}
/* 共通PDFブロックを定義 */
#pdfdown {
	padding: 10px;
	border: 1px solid #CDCDCD;
	background-color: #F8F8F8;
	margin-top: 10px;
	margin-bottom: 12px;
}
/*　見出しスタイル */
div#round	{ 
	margin: 0 ;
	background: #618AB6;
	margin-bottom: 10px;
}
b.rtop, b.rbottom{
	display:block;
	background: #FFF;
}
b.rtop b, b.rbottom b	{
	display:block;
	height: 1px;
	overflow: hidden; 
	background: #618AB6;
}
b.r1	{
	margin: 0 5px;
}
b.r2	{
	margin: 0 3px;
}
b.r3	{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4	{
	margin: 0 1px;
	height: 2px;
}