@charset "utf-8";

/*---------------------------------------------------------------------

		01.reset
		
----------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
	padding: 0;
	margin: 0px;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img{
	vertical-align:top;
}

/*---------------------------------------------------------------------

		02.Base
		
----------------------------------------------------------------------*/
body {
	font-size:80%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Helvetica, Arial, Gothic, sans-serif, Verdana;
	background-color: #333333;
	color: #666666;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#header {
	width: 100%;
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0099CC;
}
#header #logo {
	float: left;
	width: 331px;
}
.cl {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header #mesBox {
	width: 300px;
	float: left;
}
#header #centerBox {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#topMes {
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-color: #F6F6F6;
	margin-bottom: 20px;
}
#navi li {
	float: left;
	display: block;
}
#navi li a{

	text-indent: -9999em;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 100px;
	width: 239px;
	overflow: hidden;
}
#navi li.top a{
	background-image: url(../images/navi_top.gif);
	background-position: 0px 0px;
}
#navi li.machnos a{
	background-image: url(../images/navi_machnos.gif);
	background-position: 0px 0px;
}
#navi li.service a{
	background-image: url(../images/navi_service.gif);
	background-position: 0px 0px;
}
#navi li.contact a{
	background-image: url(../images/navi_contact.gif);
	background-position: 0px 0px;
}
#navi li a:hover{
	background-position: 0px -100px;
}
#navi ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#main #topics {
	float: left;
	width: 660px;
}
#main #topics h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-bottom: 2px;
}
#main #topics li {
	padding-left: 20px;
	margin-bottom: 5px;
}
#main #topics ul {
	margin-top: 10px;
	color: #666666;
}
#right {
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-left: 25px;
}
#main #right .img {
	margin-bottom: 10px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 10px;
}
#base {
	background-color: #FFFFFF;
}
#footer li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#footer ul {
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
#detail {
	float: left;
	width: 660px;
	margin-top: 20px;
}
#main #left {
	float: left;
	width: 660px;
}
#base #main #left .list {
	background-color: #F6F6F6;
	width: 100%;
	margin-bottom: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#base #main #left h2.pageTitle {
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 50px;
}
#base #main #left h3.topicsTitle {
	margin-top: 5px;
	font-size: large;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
#base #main #left .text {
	color: #555555;
	line-height: 1.3em;
}
#base #main #left .text h4.miniTop {
	margin-top: 20px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}
#base #main #left .text ul.listNo {
	margin-top: 10px;
}
#base #main #left .text .listNo li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
}
#base #main #right ul.side {
	text-decoration: none;
}
#base #main #right .side li {
	text-align: center;
	display: block;

}
#base #main #right .side li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#base #main #right .side li:first-child a{
	background-color: #CCCCCC;
}
#base #main #right .side li a:hover{
	background-color: #CCCCCC;
}
#under {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-top: 20px;
}
#base #main #left .text div.detail {
	margin-bottom: 40px;
}
#base #main #left .text .detail dl {
	margin-top: 10px;
}
#base #main #left .text .detail dt {
	font-size: medium;
	font-weight: bold;
}
#base #main #left .text .detail dd {
	margin-left: 20px;
}
#base #main #left .text .detail ul.hp {
	margin-top: 10px;
}
#base #main #left .text .detail .hp li {
	margin-bottom: 5px;
}

