@charset "utf-8";
/* CSS Document */
body {
	font-family:"Century Gothic";
}

/* --------------container */

#container {
	width: 802px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_side.gif);
	background-position:  0px 0px;
	background-repeat: repeat-y;
	background-position: bottom;
}

/* --------------header */

#header {
	height: 65px;
	width: 800px;
}
#logo {
	height: 40px;
	width: 300px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#logo #mark1 {
	float: left;
	height: 40px;
	width: 40px;
	margin-top: 0px;
	margin-left: 20px;
}
#logo #mark2 {
	float: left;
	height: 40px;
	width: 200px;
	margin-left: 30px;
}
#glink {
	float: right;
	height: 20px;
	width: 200px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: center;
}
#glink a {
	font-family:"century gothic", "MS Pゴシック";
	font-size:14px;
	font-weight:400;
	color:#666666;
	border-style:none;
}
#glink a:hover {
	font-family:"century gothic", "MS Pゴシック";
	font-size:14px;
	font-weight:400;
	color: rgb(243,151,0);
	border-style:none;
}

/* --------------glogal menu */

#gmenu {
	height: 20px;
	width: 770px;
	padding-left: 4.5%;
	padding-bottom: 0px;
}

#gmenu ul{
	height: 20px;
}

#gmenu li{
	float: left;
	width: 130px;
	list-style:none;
	text-align:center;
}

#gmenu a{
	font-family: "平成角ゴシックstd";
	font-size:18px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}

#gmenu a:hover{
	font-family: "平成角ゴシックstd";
	font-size:18px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

/* --------------image clip */

#ic {
	height: 410px;
	width: 750px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}

/* --------------main */

#main {
	height: 200px;
	width: 800px;
}
#main p{
	font-family:"century gothic",  "MS Pゴシック";
	font-size:10px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
	padding-left: 5px;
	line-height: 100%;
}
#news {
	float: left;
	height: 180px;
	width: 230px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 30px;
}
#topics {
	float: left;
	height: 180px;
	width: 300px;
	margin: 10px;
}
#links {
	float: left;
	height: 180px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 10px;
}
#links b{
	font-family:"century gothic", "MS Pゴシック";
	font-size:12px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
	padding: 0px;
}

/* --------------footer */

#footer {
	height: 30px;
	width: 800px;
	clear: both;
}
#copyright {
	float: left;
	height: 20px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 20px;
}
#copyright b{
	font-family:"century gothic", "MS Pゴシック";
	font-size:12px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
}
#flink {
	float: right;
	height: 20px;
	width: 300px;
	margin: 5px;
}

/* --------------sidemenu */

#topicpath {
	float: left;
	width: 800px;
	height: 30px;
	margin: 5px 0px;
}
#tpath_01 {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
}
#tpath_01 li{
	display:inline;   
    line-height:110%;   
    list-style-type:none;
	font-family:"century gothic", "MS Pゴシック";
	font-size:12px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
}
#tpath_01 li a{
	padding-right:10px;   
    background:url(../images/topicpath.gif) no-repeat right center; 
	color:#999999;
	text-decoration:none;
}
#tpath_01 li a:hover{
	padding-right:10px;   
    background:url(../images/topicpath.gif) no-repeat right center; 
	color:#000000;
	text-decoration:none;
}
#smenu {
	float: left;
	width: 200px;
	height: 500px;
	margin-top: 10px;
	margin-left: 20px;
}
.menubar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0px;
}
.menubar li{
	margin-top: 5px;
}
.menubar a{
	font: 14px;
	font-family:"century gothic", "ＭＳ Ｐゴシック";
/*	padding: 4px;*/
	color: #646464;
	display:block;
	padding: 9px 40px;
	height: 20px;
	text-decoration: none;
	background: url('../images/background.gif') no-repeat;
}
.menubar a:hover{
	background: url('../images/highlight.gif') no-repeat;
	padding: 9px 50px;
}
/*:148px;background:url(../images/nav_active.jpg) no-repeat;color:#b18211;}
#smenu ul {
	margin: 0px;
	padding: 0px;
}
#smenu ul li {
	background-image: url(../images/sidemenu.gif);
	background-repeat: no-repeat;
	background-position:  center center;
	list-style: none;
	margin: 3px;
	height: 35px;
	padding-top: 15px;
	padding-left: 50px;
}
#smenu ul li:hover {
  background-image: url(../images/sidemenu_over.png);
  background-repeat: no-repeat;
  background-position:  center center;
}
#smenu ul li a {
	font-family: "MS Pゴシック";
	font-size:16px;
	font-weight:400;
	color: rgb(64,64,64);
	border-style:none;
}*/
#contents {
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 30px;
}
#contents h3{
	font-family:"century gothic", "MS Pゴシック";
	font-size:16px;
	font-weight:400;
	color: rgb(64,64,64);
	border-style:none;
}
#contents tr{
    background: url("../images/line_580.gif") no-repeat bottom;
}
#contents td{
	font-family:"century gothic", "MS Pゴシック";
	font-size:12px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
}
#contents p{
	font-family:"century gothic", "MS Pゴシック";
	font-size:12px;
	font-weight:200;
	color: rgb(64,64,64);
	border-style:none;
}
#accessmap {
	float: left;
	width: 500px;
	height: 500px;
	margin-top: 30px;
}

.text_right {
	float:right;
	text-align:right;
	width:100px;
}

.mr10{
	margin-right:10px;
}

.mr20{
	margin-right:20px;
}
.mr30{
	margin-right:30px;
}

.font_cg{
	font-family:"century gothic", Times, serif;
}

.text_dec_none a{
	text-decoration: none;
	color:#999999;
}

.text_dec_none a:hover{
	text-decoration: none;
	color:#000000;
}

