@charset "utf-8";

/* Base */

html, body, td, th, div, form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, caption, pre, dl, dt, dd, select, option, textarea {
	margin: 0px;
	padding: 0px;
	font: 1em Verdana, Arial, Helvetica, sans-serif, 'MS UI Gothic', 'MS P Gothic', 'Hiragino Kaku Gothic Pro', 'Osaka';
 color:;
}
html, body {
	text-align: center;
	font-size: 90%;
}
td, th {
	font-size: 90%;
}
input, select, option, textarea {
	font-size: 90%;
}
img {
	border: 0px;
}
ul, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
}
/* Anchor - normal */
a:link, a:active {
	color: #0A5596;
	text-decoration: none;
}
a:visited {
	color: #5B44AD;
	text-decoration: none;
}
a:hover {
	color: #EC7E13;
	text-decoration: underline;
}
/* Anchor - under */
a.under:link, a.under:active {
	color: #0A5596;
	text-decoration: underline;
}
a.under:visited {
	color: #5B44AD;
	text-decoration: underline;
}
a.under:hover {
	color: #EC7E13;
	text-decoration: underline;
}


/* CSS Document */


body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../img/bg-01.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	height: 100px;
} 
.twoColFixLtHdr #header h1 {
	padding: 0px;
	line-height: 130%;
	vertical-align: middle;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px;
	clear: both;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #000066;
	height: 2em;
	vertical-align: middle;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

.twoColFixLtHdr #footer .copy {
	clear: both;
	padding: 5px;
	text-align: right;
}


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
	clear: both;
	text-align: right;
	padding: 5px;
	padding: 5px;
	text-align: right;
	clear: both;
	clear: both;
	padding: 5px;
	text-align: right;
	clear: both;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ADD CSS Document */

.twoColFixLtHdr #header .logo{
	float: left;
	height: 100px;
	width: 300px;
	background-image: url(../img/logo-ufost.gif);
}


.twoColFixLtHdr #sidebar1 .side-menu li a{
	background-image: url(../img/side-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 190px;
	line-height: 36px;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 .side-menu li a:hover{
	background-position: -210px 0px;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 .side-menu li .about-site{}
.twoColFixLtHdr #sidebar1 .side-menu li .about-ufo{}
.twoColFixLtHdr #sidebar1 .side-menu li .history{}
.twoColFixLtHdr #sidebar1 .side-menu li .japan{}
.twoColFixLtHdr #sidebar1 .side-menu li .world{}
.twoColFixLtHdr #sidebar1 .side-menu li .news{}
.twoColFixLtHdr #sidebar1 .side-menu li .link{}
.twoColFixLtHdr #sidebar1 .side-menu li .contact{}

.twoColFixLtHdr #sidebar1 .side-banner li{
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.twoColFixLtHdr  #footer  .bottom-menu  li{
	display: block;
	float: left;
	font-size: 10px;
	line-height: 2em;
	height: 2em;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.twoColFixLtHdr  #footer  .bottom-menu  li a{
	font-weight: bold;
	color: #FFFFFF;
}

.twoColFixLtHdr #mainContent .index-left{
	float: left;
	width: 255px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	margin-top: 5px;
}
.twoColFixLtHdr #mainContent .index-right{
	float: left;
	width: 255px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000066;
	margin-left: 8px;
	margin-top: 5px;
}
.twoColFixLtHdr #mainContent .title{
	color: #990000;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.kiji{
	height: 220px;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	overflow: auto;
}
.kiji a{ color: #FFFFFF; }
.twoColFixLtHdr #mainContent h2{
	color: #FFFFFF;
	background: #1A2E6D;
	padding: 5px;
}
.twoColFixLtHdr #mainContent h3{
	padding: 5px;
	border-bottom: thin dotted #FFFFFF;
	border-left: 1em solid #999999;
}

.twoColFixLtHdr #mainContent p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
