@charset "utf-8";
/* Base CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../img/base/bg02.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

p ,ul ,li , h1 ,h3{
	margin: 0;
	padding: 0;
}
h2{
	margin: 0;
	padding: 0;
	font-size:16px;
}
h4{
	margin:0;
	font-weight:normal;
	font-size:10px;
	line-height:15px;
}
dl{
	margin: 5px;
}

a:link { color: #FF6600; }

a:visited {	color: #FF6600; }

a:active { color: #FF6600; }

a:hover { color: #FFCC00; }

#layout {
	margin: auto;
	width: 900px;
}

#header {
	background-image: url(../img/base/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 67px;
	padding-top: 15px;
	padding-left: 20px;
}

#footer {
	background-image: url(../img/base/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 15px;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	clear: both;
}

#topvisual {
	background-image: url(../img/top/visual01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 210px;
}

#main {
	background-image: url(../img/base/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#menu {
	width: 200px;
	background-image: url(../img/base/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
}

#menu li {
	font-size: 8px;
	line-height: 1em;
	list-style-type: none;
}

#menu #company {
	width: 180px;
	margin: auto;
	font-size: 11px;
	color: #666666;
}

#contents {
	float: right;
	width: 680px;
}

#information {
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#information #infobox {
	padding: 10px;
	border: 1px solid #999999;
}

#information #infobox td {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#contents #navibar {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #E6E6E6;
	width: 659px;
}

.clearend { clear: both; }

.td1{
	text-align:right;
}
.td2{
	text-align:center;
}
.th1{
	font-size:10px;
}
.new{
	color: #FF0000;
}
