@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: scroll;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    background: #fff;
}

a img {
    border-width: 0px;
}

strong,
em {
    font-weight: normal;
	font-style: normal;
}

div#container {
	width: 860px;
	margin: 0 auto;
	background: url(../images/bg.jpg) repeat-y;
}

div#container div#top {
	position: relative;
}

div#container h1 {
	height: 18px;
	font-size: 0.75em;
	color: #fff;
	background: #153472;
	font-size: 0.75em;
	margin: 0 5px;
	padding-top: 3px;
	padding-left: 30px;
}

div#container h2 {
	margin: 0 30px;
}

div#container div#gnav ul {
	width: 800px;
	height: 50px;
	padding-left: 0px;
	margin: 0 30px;
	background: url(../images/gnav.jpg);
	text-decoration: none;
}

div#container div#gnav ul li {
    list-style-type: none;/*firefox�΍�*/
	float: left;
}

div#container div#gnav ul li a {
    display: block;
	width: 121px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/gnav.jpg);
}

div#container div#gnav ul li a:hover {
	background-image: url(../images/gnav_hover.jpg);
}

/*top*/

div#container div#top h3 {
	clear: both;
	width: 800px;
	margin: 0 30px;
}

div#container div#top h3#dp {
	position: absolute;
	top: 5px;
	left: 485px;
}

/*main_b*/

div#container div#main_b {
	background-image:url(../images/main_c.jpg);
	width: 800px;
	height: 145px;
	margin: -5px 30px 0;
}

div#container div#main_b ul li {
	float: left;
	margin-left: 5px;
	list-style-type: none;/*firefox�΍�*/
}

div#container div#main_b ul li#car a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_car.png) no-repeat;
}

div#container div#main_b ul li#car a:hover {
	background:url(../images/m_car_hover.png) no-repeat;
}

div#container div#main_b ul li#bro a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_bro.png) no-repeat;
}

div#container div#main_b ul li#bro a:hover {
	background:url(../images/m_bro_hover.png) no-repeat;
}

div#container div#main_b ul li#radio a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_radio.png) no-repeat;
}

div#container div#main_b ul li#radio a:hover {
	background:url(../images/m_radio_hover.png) no-repeat;
}

div#container div#main_b ul li#media a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_media.png) no-repeat;
}

div#container div#main_b ul li#media a:hover {
	background:url(../images/m_media_hover.png) no-repeat;
}

div#container div#main_b ul li#cctv a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_cctv.png) no-repeat;
}

div#container div#main_b ul li#cctv a:hover {
	background:url(../images/m_cctv_hover.png) no-repeat;
}

div#container div#main_b ul li#sys a{
	display: block;
	text-indent: -9999px;
	width:127px;
	height:133px;
	background:url(../images/m_sys.png) no-repeat;
}

div#container div#main_b ul li#sys a:hover {
	background:url(../images/sys_hover.png) no-repeat;
}

/*infomation*/

div#container div#information {
height: 500px;
	margin: 10px 30px 20px;
}

div#container div#information div#info_left {
	float: left;
	width: 570px;
}

div#container div#information div#info_left p {
	color: #565656;
	font-size: 0.8em;
	padding: 0 20px 10px 10px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

div#container div#information div#info_right {
	float: right;
	width: 230px;
}

div#container div#information div#info_left h4 {
	clear: both;
	margin-bottom: 7px;
}

div#container div#information div#info_left dl {
	border-bottom: 2px dotted #ddd;
	margin-right: 30px;
}

div#container div#information div#info_left dl {
	padding-top: 5px;
}

div#container div#information div#info_left dl dt {
	float:left;
	width: 9em;
	padding: 0 0 5px 10px;
	color: #666;
	font-size: 0.925em;
	font-weight: bold;
}

div#container div#information div#info_left dl dd {
	color: #666;
	font-size: 0.85em;
	font-weight: bold;
	padding:1px 0 5px 0px;
	zoom: 1;
}

div#container div#information div#info_right h4 {
	margin-bottom: 5px;
}

/*footer*/

div#container div#footer {
	clear: both;
	width: 860px;
	height: 35px;
	background-image: url(../images/footer.jpg);
	margin-top: 100px;
}

div#container div#footer div#footer_right {
	float: right;
	width: 415px;
	padding-right: 15px;
}

div#container div#footer div#footer_left {
	float: left;
	width: 430px;
}

div#container div#footer div#footer_left address {
	font-size: 0.875em;
	font-style: normal;
	color: #fff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 30px;
}

div#container div#footer div#footer_right ul#list li {
	float: right;
	padding-top: 7px;
	padding-right: 15px;
	list-style-type: none;/*firefox�΍�*/
}

div#container div#footer div#footer_right ul#list li a {
	font-size: 0.925em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	list-style-type: none;/*firefox�΍�*/
}

