@charset "utf-8";

body {	
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:90%;
	color:#fff;
	background:#000;
}

img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	border:none;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}
h2 {
	margin:5px;
	padding:3px;
	font-size:140%;
	background:url("../img/title_bk.gif") no-repeat left bottom;
}
h3 {
	margin:13px 0 5px 0;
	padding:3px;
	font-size:115%;
	background:url("../img/title_bk.gif") no-repeat left bottom;
}
h4 {
	margin:13px 0 5px 0;
	padding:5px;
	font-size:115%;
	background:url("../img/text_bk.gif") no-repeat left bottom;
}

a {
	color:#abcd03;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

ul,li {
	margin:0;
	padding:0;
	/* list-style:none; */  /*リスト部分の下線*/
}

p {
	margin:0;
	padding:0;
	line-height:1.8;
}

#container {
	width:800px;
	margin:0 auto;
}

#header {
	width:800px;
	height:80px;
	margin:0;
	padding:0;
	float:left;
}

#logo {
	width:200px;
	margin:0;
	padding:0;
	float:left;
}
#logo h1 {
	display:block;
	width:180px;
	height:60px;
	line-height:60px;
	padding:0;
	margin:15px 0;
	text-indent:-9999px;
	background:url("../img/logo.gif") no-repeat;
}
#logo h1 a {
	display:block;
	width:180px;
	height:60px;
}

#menu {
	width:600px;
	margin:30px 0 10px 0;
	padding:0;
	float:right;
}
#menu ul {
	width:600px;
	height:40px;
	background:url("../img/menu.gif") no-repeat;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	width:100px;
	height:40px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	text-decoration:none;
}

#menu li.home a.active,
#menu li.home a:focus,
#menu li.home a:hover {
	background:url("../img/menu.gif") no-repeat left bottom;
}

#menu li.intro a.active,
#menu li.intro a:focus,
#menu li.intro a:hover {
	background:url("../img/menu.gif") no-repeat -100px -40px;
}

#menu li.info a.active,
#menu li.info a:focus,
#menu li.info a:hover {
	background:url("../img/menu.gif") no-repeat -200px -40px;
}

#menu li.profile a.active,
#menu li.profile a:focus,
#menu li.profile a:hover {
	background:url("../img/menu.gif") no-repeat -300px -40px;
}

#menu li.access a.active,
#menu li.access a:focus,
#menu li.access a:hover {
	background:url("../img/menu.gif") no-repeat -400px -40px;
}

#menu li.contact a.active,
#menu li.contact a:focus,
#menu li.contact a:hover {
	background:url("../img/menu.gif") no-repeat -500px -40px;
}

#contents {
	width:800px;
	margin:0;
	padding:0;
	float:left;
	background:url("../img/main2.jpg") no-repeat center top;
}

#main_left {
	width:295px;
	margin:460px 0 0 0;
	padding:0;
	float:left;
}

#web_results {
	width:286px;
	margin:5px 0;
	padding:0;
	float:left;
	border:solid 2px #999;
}
#web_results ul {
	margin:5px;
	padding:0;
	text-align:left;
	font-size:90%;
}
#web_results li {
	margin:0 0 5px 0;
}
#web_results p {
	margin:5px 43px;
	text-indent:-9999px;
}
#web_results p a {
	display:block;
	width:200px;
	height:209px;
	margin:0;
	padding:0;
	background:url("../img/web_img.jpg") no-repeat;
}
#web_results p a:hover {
	background-position:0 -209px;
}

#main_right {
	width:495px;
	margin:460px 0 0 0;
	padding:0;
	float:right;
}
#main_right ul {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}
#main_right li {
	margin:0 0 5px 0;
}
#main_right li.day {
	font-weight:bold;
}
#main_right li.text {
	padding-bottom:5px;
	background:url("../img/text_bk.gif") no-repeat bottom;
}


#main_center {
	width:800px;
	margin:160px 0 0 0;
	padding:0;
	float:left;
}
#main_center ul {
	margin:0 0 10px 0;
	padding:0;
	text-align:left;
}
#main_center li {
	margin:5px 30px 5px 10px;
}
#main_center li.day {
	font-weight:bold;
}
#main_center li.text {
	padding-bottom:5px;
	/* background:url("../img/text_bk.gif") no-repeat bottom; */  /*リスト部分の下線*/
}
#main_center p {
	margin:0 30px 5px 10px;
	padding:0;
	text-align:left;
}


#sub_data {
	width:495px;
	margin:0;
	padding:0;
	float:left;
}

#sub_left {
	width:190px;
	margin:0;
	padding:0;
	float:left;
}
#sub_left p {
	text-indent:-9999px;
	margin:0;
	padding:0;
}
#sub_left p a {
	display:block;
	width:180px;
	height:30px;
	margin:20px 0;
	background:url("../img/download.gif") no-repeat;
}
#sub_left p a:hover {
	background-position:0 -30px;
}

#sub_right {
	width:300px;
	margin:5px 0;
	padding:0;
	float:right;
	text-align:left;
}


hr.dotLine {
height: 2px;
border: none;
border-top: 1px #fff dotted;
}



	color:#fff;
	background:#000;

#footer {
	clear:both;
	width:800px;
	margin:0;
	padding:0;
}
#footer ul {
	padding:10px 0 0 0;
	margin:0;
}
#footer ul li {
	display:inline;
	margin-right:3px;
	padding-left:7px;
	border-left:solid 1px #444444;
}
#footer ul li.footerhome {
	padding-left:0;
	border-left:0;
}
#footer p {
	margin:0;
	padding:10px 0;
}