@charset "utf-8";
/******　common item
-----------------------------------------------------*/
* {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover,a:active {
	color: #666666;
	text-decoration: underline;
}

body {
	padding: 0;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	width: 760px;
}
/*header
-----------------------------------------------------*/
#header {
	width: 100%;
	height: 30px;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#header ul {
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header li {
	float: right;
	list-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 9px;
	height: 20px;
}
#header li a {
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 0.5em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: auto;
}

#header h1 {
	text-align: left;
	float: left;
}
#header img {
	float: left;
}
/*footer
-----------------------------------------------------*/

#footer {
	clear: none;
	width: 760px;
	padding: 0;
	background-color: #FFFFFF;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: right;
	height: 30px;
	margin-top: 5px;
}

#footer p{
	padding: 0px;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 350px;
	float: right;
}

#footer ul {

}
#footer li {
	float: left;
	list-style: none;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 12px;
	height: 20px;
}

#footer li a {
	border-left-width: 0.5em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a:hover,a:active{

}/*top image
-----------------------------------------------------*/
h1 {
	width: 760px;
	margin-bottom: 5px;
	padding: 0;
	text-indent:-9999px;
	clear:both;
}

/*main navigation
-----------------------------------------------------*/
#navi {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	height: 22px;
	background-color: #636262;/*#D2D3c9;*/
}

#navi li {
	float: left;
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navi li a {
	margin-left:10px;
	margin-right:10px;
	margin-top: 20px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;/*#7A7C78;*/
	border-left: 5px solid #ffffff;
	padding-left: 5px;
}

#navi #active a, #navi a:hover {
	color: #ddb900;
	border-left: 5px solid #D2BC2A;
}
/*rootlist
-----------------------------------------------------*/
#rootlist {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#rootlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 16px;
}

#rootlist li {
	float: left;
	width: auto;
	font-size: 12px;
	color: #999999;
}

#rootlist li a {
	color: #999999;
}
/*side navigation
-----------------------------------------------------*/
#l_navi {
	float: left;
	width: 160px;
	text-align: left;
	margin-top: 5px;
	line-height: 1.2em;
}
#l_navi img {
	border: 1px solid #000000;
	width: 127px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*title
-----------------------------------------------------*/
h2 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #DADADA;
	clear: both;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin: 0px;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
h3 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	clear: both;
	border-left-width: 5px;
	border-left-style: none;
	border-left-color: #666666;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: auto;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #395daa;
}

.clear {
	clear: both;
}
.sanace_yellow{
	color: #ddb900;
}
.sanups_red{
	color: #b8183f;
}
.sanmotion_blue{
	color: #395daa;
}
.right {
	text-align: right;
}

/*----------------------*/

#l_navi li {
	list-style-type: none;
}
#l_navi li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	line-height: 1.2em;
	width: 147px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	height: auto;
	background-color: #dadada;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dadada;
}
#l_navi li#active a{
	background-color: #EAEAEA;
	font-weight: bold;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EAEAEA;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}

#l_navi li.sub_manu1 a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	width: 126px;
	text-align: left;
	padding-left: 30px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	text-decoration: underline;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
#l_navi li.sub_manu1#active a{
	font-weight: bold;
	background-color: #FFFFFF;
	color: #666666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
}
#l_navi .navi_image {
	width: auto;
	text-align: center;
	color: #666666;
}
.mt10 {
	margin-top: 10px;
}

