﻿@charset "utf-8";

@import 'global.css';

body#top { 
	background: #dce0e4;
	background-image: url(../images/global/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#top #header {
	margin: 20px auto 10px auto;
	height: 63px;
	width: 750px;
}
#top #header p#logo{
	float:left;
	margin-right:15px;
}
#top #header #toiawase {
	float: right;
	width: 156px;
}



#top #header h1 {
	float:left;
	font-size: 0.8em;	
	font-weight: lighter;
	margin-top:7px;
}
#top #header .fontB{
	font-size: 1.3em;
}
#top #header .fontC  {
	font-size: 0.8em;
	padding-left: 6px;
}



#top #topimage {
	margin-top: 25px;
}
#top #container {
	width: 750px;
	margin: 0 auto;
}





#top #container #mainContent {
	margin: 10px 0px 0px;
}
#top #container #mainContent h2{
	margin:0;
}
#top #container #mainContent  #content_left{
	width:490px;
	float: left;
}
#top #container #mainContent  #content_left h3{
	margin:20px 0 10px 0;
}
#top #container #mainContent #maintxt{
	font-size:77%;
	padding:0 15px 30px 15px;
	background:url(../images/top/bg_maintext.gif) bottom no-repeat;
	width: 460px;
}
#top #container #mainContent #info {
	width: 250px;
	padding-top:10px;
	padding-bottom:20px;
	float:right;
	background:url(../images/top/bg_info.gif) top no-repeat;
}
#top #container #mainContent #info h3{
	text-align:center;
}
#top ul#worklist{
	width:490px;
}
#top ul#worklist li{
	float:left;
}

#top #container #mainContent #info .topnews {
	width: 250px;
	padding-top:10px;
}
.topnews dl {
	overflow: auto;
	height: 175px;
	margin: 0px 20px 20px 20px;
}
.topnews dt {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.3em;
}
.topnews dd {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
#dvnavi01{
	background:url(../images/top/bg_dvoice.gif) bottom no-repeat;
	padding-bottom:15px;
}
#dvnavi01 dl{
	width:210px;
	margin:5px 0 0 20px;
}
#dvnavi01 dl dt{
	float:left;
	clear:left;
	width:45px;
}
#dvnavi01 dl dd{
	margin-left:50px;
	font-size: 0.7em;
	line-height:1.3;
}


.clicklist{
	cursor:pointer;
}
.clicklist dd{
	color: #990000;
	text-decoration: underline;
}

