@charset "UTF-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	font-size: 62.5%;
	font-family: meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #fff;
	background: #000 left top repeat-x;
	}
img {
	border: none;
	vertical-align: top;
	}
* html img,
* html div {	
	behavior: url(iepngfix.htc);
	}
ul {
	list-style-type: none;
	}
#wrapper {
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 800px;
	height: 550px;
	}
#content-back {
	position: absolute;
	left: 345px;
	top: 56px;
	width: 400px;
	height: 386px;
	background-repeat: no-repeat;
	background-position: left top;
	}
#content {
	position: absolute;
	left: 360px;
	top: 70px;
	width: 350px;
	height: 344px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 120%;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
#content p {
	padding-bottom: 1.5em;
	text-align: justify;
	}
#content dd {
	text-align: justify;
	}
	
#content h5 {
	padding-bottom: 1.5em;
		}

h1 {
    font-size:120%;
	}
	
	
/* トップページ
---------------------------------------------------------- */
#top ul#globalNavigation {
	height: 20px;
	}

#top #wrapper {
	background: url(img/top_back.jpg) left top no-repeat;
	}
#top #header h1#logo {
	position: absolute;
	left: 331px;
	top: 193px;
	}
#contents-menu1 {
	height: 496px;
	}
#contents-menu1 ul#menu li {
	position: absolute;
	}
#contents-menu1 ul#menu li#overview     { left:389px; top:95px; }
#contents-menu1 ul#menu li#history      { left:546px; top:95px; }
#contents-menu1 ul#menu li#activities   { left:389px; top:252px; }
#contents-menu1 ul#menu li#message      { left:546px; top:252px; }

#contents-menu1 dl#topics {
	position: absolute;
	left: 12px;
	top: 474px;
	}
#contents-menu1 dl#topics dt {
	float: left;
	}
#contents-menu1 dl#topics dd {
	margin-left: 5.5em;
	}


/* footer
---------------------------------------------------------- */
#footer {
	position: absolute;
	left: 0;
	top: 510px;
	width: 100%;
	background-color: #000000;
	color: #fff;
	}
#footer p {
	margin: 2px 0px;
	font-size: 90%;
	}
#footer p#copyright {
	position: absolute;
	right: 0px;
	bottom: 4px;
	}
#footer a {
	text-transform: uppercase;
	}

#footer p#add {
	position: absolute;
    }
	
#footer P#count{
    position: absolute;
	right: 0px;
	bottom:-10px;
	}
	
/* ヘッダー
---------------------------------------------------------- */
#header ul#utilityNavigation {
	position: absolute;
	right: 0;
	top: 478px;
	}
#header ul#utilityNavigation li {
	display: inline;
	margin-right: 12px;
	}
#header p#logo {
	position: absolute;
	left: 23px;
	top: 412px;
	}

/* global navi
---------------------------------------------------------- */
ul#globalNavigation {
	position: absolute;
	left: 0;
	top: 497px;
	padding-left: 4px;
	height: 24px;
	width: 756px;
	color: #fff;
	}
ul#globalNavigation li {
	float: left;
	width: 94px;
	}
ul#globalNavigation li a {
	position: static;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 20px;
	background-image: url(images/global_nav.gif);
	}


