@charset "utf-8";

*{
	margin:0;
	padding: 0;
}

h1{
	color: #666666;
	/*background-color: #CCFF99;*/
	width: 800px;
	height: 200px;
	margin-top: 0px;
	font-size: 30px;
	font-family: メイリオ;
}

.hidden{display: none;}


#top-menu .sfHover > a{
	background-image: url('topbtn-2.png');
}
/*
.off {
	background-image:  url('topbtn.png');
}
*/

a.href-without-text{
text-decoration: none;
}

body{
	background-image-repeat: url('logo-back.png')
	/*background-repeat: repeat;*/
	background-position: top center;
	width: 800px; 
	olor: #444444;
	border-color: #000000;
	margin: auto;
	adding: 0;
	font-family: メイリオ;
	font-size: 12px;
	clear: both;
	border: 5px solid green;
	line-height: 1.8em;
}

body *{
	margin: 0;
	padding: 0;
}

/********** 上 **********/
#top-menu{
	position:relative;
	height:80px;
	background:#008000;
	padding: 0;
}
#top-menu *{
	margin: 0;
	padding: 0;
}

#top-menu ul{
	-style-type: none;
}

#top-menu li{
	float:left;
	display:inline;
}
#top-menu > ul > li{
	float:left;
	display:block;
	/*width: 140px;*/
	width: 114px;
	font-size: 13px;
	font-family: "ＭＳ　ゴシック";
	text-align: center;
	line-height: 1.9em;
	color: #0000AA;
}

#top-menu > ul > li > a {
	background-image:  url('topbtn.png');
	color:#0000AA;
	display:block;
	width:115px;
	height:25px;
}

#top-menu > ul > li > a:hover {
	color:#FFF;
	background-image: url('topbtn-2.png');
}
.sub-menu {
	display:block;
	width:800px;
	position:absolute;
	top:24px;
	left:0px;
}

#top-menu .sub-menu a {
	border-left: 1px solid #00AA00;
	color: #FFFFFF;
	display: inline-block;
	margin: 5px 0;
	padding: 1px 8px;
}
#top-menu .sub-menu a:hover {
	text-decoration:underline;
	background-color:#00A000;
}


#sm-top {
	display:block;
}

a:link{
	color:#0000aa;
	text-decoration: none;
}

a:visited{
	color: purple;
	text-decoration: none;
}

a:hover{
	color: gray;
	text-decoration: none;
}

a:active{
	color: gray;
	text-decoration: none;
}

	/* margin-right:2px;*/
	/*	padding: 0; */

#top-menu-description{
	clear:both;
	border:solid 8px green/*#CCFF99*/;
	background-color: white;
}


/********** 左 **********/
#side-bar{
	float: left;
	width: 30%;
	afont-size: 110%;
	border-right: 2px green solid;
	}

#side-bar ul{
	list-style-type: none;
	list-style-image: url('point020_04.png');
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3{background-image: url('sidebtn.png');
	height: 50px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
	color: #FFFFFF;
	font-family: "ＭＳ　ゴシック";
	font-size: 16px;
}

/********** 右 **********/
#main-contents{
	margin: auto;
	float: right;
	width: 65%;
	background-color: #FFFFFF;
	scrollbar-3dlight-color:#80ff80;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#80ff80;
	scrollbar-face-color:#80ff80;
	scrollbar-highlight-color:#80ff80;
	scrollbar-shadow-color:#80ff80;
	scrollbar-track-color:#d5ffd5;
	padding: 0 10px;
}

#main-contents h2{
	background-image: url("japan.png");
	background-repeat: no-repeat;
	border-bottom: 2px solid #008000;
	font-size: 14px;
	height: 23px;
	margin: 1em 0 1em 0;
	text-indent: 30px;
	width: 90%;
}

#main-contents p{
	padding: 0 1em 0 1em;
	margin-bottom: 1em;
}

#main-contents dt{
	border-bottom: 3px dotted #99FF00;
	font-weight: bold;
	width: 400px;
	font-color: #000000
}

#main-contents dd{
	margin: 1em 0 2em 1em
}

h2.france {
	background-image: url("france.png") !important;
}

h2.america {
	background-image: url("america.png") !important;
}

h2.japan {
	background-image: url("japan.png") !important;
}

div,form,ul{
/*	padding-left: 1em;*/
	margin-bottom: 1em;
}

#updates-list{
	width: 90%; 
	height: 200px;
	background-color: #FFFFFF;  
	overflow: scroll;
	border-top-style: double;
	border-left-style: double;
	border-color: #80ff80;
	
}

.ui-tabs-nav a {
    background-color: #E5E5E5;
    border: 1px solid #999999;
    color: #27537A !important;
    font-weight: bold;
    height: 2em;
    line-height: 1.2;
    margin: 1px 0 0;
    outline: 0 none;
    padding: 9px 10px 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	background-image:none;
}

.ui-tabs-nav a:hover,
.ui-tabs-nav .ui-tabs-selected a {
    background-color: #CCC;
	color:#444 !important;
}
/********** 下 **********/
#footer{
	top-margin: 4em;
	padding: 0.5em;
	clear: both;
	color: #666666;
	background-color: #80ff80;
	margin-bottom: 0;
	height: 2em; 
	text-align: right;
}

}