@charset "utf-8";
#main {
	margin: auto;
	width: 800px;
	background-image: url(../others/lineo.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
}
#main #header {
	background-image: url(../banner/banner_r7_c2.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 175px;
	background-position: center center;
	background-color: #FFFFFF;
}
#main #navitop {
	padding: 10px;
	text-align: center;
	background-color: #FFCC66;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
#main #navitop .navititle {
	font-size: 14px;
	font-weight: bold;
}
#main #navi {
	float: left;
	width: 145px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#main #naviunder {
	float: left;
	width: 145px;
	padding-top: 10px;
	padding-left: 10px;
	clear: both;
	background-color: #FFFFFF;
}
#main #navi .navititle {
	font-size: 14px;
	font-weight: bold;
}

#main #honbun {
	margin-left: 170px;
}
#main #address {
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	background-color: #FFFFFF;
	font-size: small;
	font-style: normal;
	clear: both;
}
#main #copyright {
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	font-size: small;
	font-style: normal;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


h2 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
p {
	font-size: small;
	font-style: normal;
	line-height: 18px;
}
ul {
	font-size: 12px;
	line-height: 18px;
}
.naviphoto1 {
	padding-top: 10px;
	padding-left: 10px;
	height: 100px;
	width: 130px;
	background-image: url(../naviphoto/koma.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.naviphoto2 {
	background-color: #FFFFFF;
	background-image: url(../naviphoto/pc.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 130px;
	padding-left: 10px;
}
.naviphoto3 {
	background-color: #FFFFFF;
	background-image: url(../naviphoto/nit.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 130px;
	padding-left: 10px;
}
.naviphoto4 {
	background-image: url(../naviphoto/esthe.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 130px;
	padding-left: 10px;
}
body,td,th {
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: underline;
}
.a {
	text-decoration: underline;
	font-style: normal;
	background-color: #FFCC33;
}

