body {
	background-color: #cccccc;
	font-family: Osaka,'MS Pゴシック',sans-serif;
	font-size:12px;
	color: #000000;
	}
td {
	font-size:12px;
	}

/*20180123 k.n fix widthを710px⇒540px*/
.menu1 {
	width:540px;
	margin:0px auto;
	}

/*20180123 k.n fix start*/
/*
#navbar h1 {
	width:117px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1px;
	margin-right:0px;
	}
*/

#navbar h1 {
	width:140px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	}

/*20180123 k.n fix end*/


#navbar {
	height:26px;
		}

/*20180123 k.n fix widthを117px⇒140px*/
h1 a	{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	width: 140px;
	background-image: url(../img/menu_up_back1.gif);
	height: 26px;
	line-height: 26px;
	background-positon: left top;
	text-align: center;
	}

/*20180123 k.n fix widthを117px⇒140px*/
h1 a:hover	{
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	color: #FFFF00;
	display: block;
	width: 140px;
	background-image: url(../img/menu_up_back2.gif);
	height: 26px;
	line-height: 26px;
	background-positon: left top;
	text-align: center;
	}

h2 {
	padding:5px 2px 2px 10px;
	border-left:1em solid #99cccc;
	background-color:#6699cc;
	text-align:left;
	font-size:10pt;
	color:#FFFFFF;
	}

h3 a {
	background-color:#3366FF;
	background-image: url(../img/icon_service1.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: none;
	font-size:12px;
	display:block;
	width:309px;
	border:solid 2px;
	border-color:#3333FF #3333FF #3333FF #3333FF;
	text-align:left;
	color:#FFFFFF;
	padding:15px;
	padding-left:45px;
	line-height:100%;
	}
h3 a:hover {
	background-color:#99CCFF;
	background-image: url(../img/icon_service2.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration: underline;
	font-size:12px;
	display:block;
	width:309px;
	border:solid 2px;
	border-color:#3333FF #3333FF #3333FF #3333FF;
	text-align:left;
	color:#3333FF;
	padding:15px;
	padding-left:45px;
	line-height:100%;
	}
a	{
	text-decoration: underline;
	font-weight: normal;
	color: #0033FF;
	}
a:hover	{
	text-decoration: underline;
	font-weight: normal;
	color: #3399FF;
	}
ul {
	margin-top:30px;
	margin-bottom:20px;
	margin-left:50px;
	padding-left:0;
	}
li.img {
	padding:0 0 10px 25px;
	list-style-type:none;
	background-image:url(../img/secand_arrow.gif);
	background-repeat:no-repeat;
	}
ul.nml {
	margin-top:0;
	margin-bottom:10px;
	margin-left:35px;
	padding-left:0;
	list-style-type:disc;
	}