@charset "utf-8";
/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, table, th, td, form, select, option, address, pre, strong, em, script {
	padding: 0;
	margin: 0;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



img {
	border: 0;
}



ul {
	list-style-type: none;
}



html {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #FFF;
}


a {
	color: #d3ef00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* 共通のスタイル'
---------------------------------------------------------------------------- */
body {
	text-align: center;
	background-color: #2e2664;
	line-height:1.5;
}


#container {
	width: 800px;
	padding-top: 65px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 100px;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
}

#menu {
	position: absolute;
	top: 38px;
	left: 120px;
}

#menu li {
	float: left;
	margin: 0 8px;
}

#menu li img {
}

#topmain {
	width: 700px;
	height: 332px;
	text-align: center;
	margin: 25px 0 25px -20px;
	background: #2e2664;
}

#toptwitter {
	float: right;
	margin-top: 25px;
	margin-right: -50px;
}

#topnews{
	line-height: 1.4;
	margin-bottom: 20px;
}

#topnews img {
	margin: 5px 0;
}

#twittericon {
	float: right;
	margin-top: 10px;
}

#content {
	width: 720px;
	margin: 30px auto 0 auto;
	padding-bottom: 40px;
	background: url(../img/h2_bk.gif) no-repeat bottom;
}

#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#content table {
	margin: 0 auto;
}

h2 {
	background: url(../img/h2_bk.gif) no-repeat bottom;
	height: 30px;
	margin-bottom: 25px;
}

h3 {
	text-align: center;
	padding-bottom: 10px;
}

.tdl {
	font-weight: bold;
	background: #5A5AAD;
	padding: 4px 6px;
	white-space: nowrap;
}

.tdr {
	background: #424284;
	padding: 4px 6px;
}

.thy {
	background: #5A5AAD;
	text-align: center;
	color: #CCFF00;
	font-weight: bold;
}

.worksother {
	text-align: right;
	padding-top: 10px;
}

.pagetop {
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
}


#map {
	margin: 10px 0 0 30px;
	border: 2px solid #FFF;
	width: 660px;
	height: 400px;
}

#mapcanvas {
	margin: 10px 0 0 30px;
	border: 2px solid #FFF;
	width: 660px;
	height: 400px;
}

#mapcap {
	width: 660px;
	padding: 10px;
	margin: 0 auto;
}



