* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 170%;
	font-size : 80%;
	color: #333333;
	background-color: #f1f1f1;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #cc0000;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 2px solid #cc0000;
}
#header {
	height: 70px;
}
#headerleft {
	padding: 20px 0px 20px 20px;
	float: left;
	width: 310px;
	height: 30px;
}
#headerright {
	padding: 10px 20px 0px 0px;
	float: right;
	width: 430px;
	text-align: right;
}
#topimage {
	width: 780px;
	clear: both;
	height: 250px;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	clear: both;
	background-image: url(images/container_bg.gif);
}
#topmenu {
	clear: both;
	width: 780px;
}
#main {
	float: right;
	width: 540px;
	padding: 15px 14px;
}
#menu {
	padding: 15px 9px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
}
#footer {
	clear: both;
	padding: 5px 20px;
	border-top: 1px solid #cccccc;
	background-color: #e9e9e9;
	height: 25px;
}
#footerleft {
	float: left;
	width: 290px;
}
#footerright {
	float: right;
	width: 430px;
	text-align: right;
}
#topmenu ul {
}
#topmenu ul li {
	float: left;
	width: 156px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	background-image: url(images/menu_bg.jpg);
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
	color: #333333;
	font-size: 110%;
}
#topmenu a:hover {
}
#topmenu .home{
	background-image: url(images/home_menu.jpg);
}
#topmenu .eigyou{
	background-image: url(images/eigyou_menu.jpg);
}
#topmenu .jisseki{
	background-image: url(images/jisseki_menu.jpg);
}
#topmenu .company{
	background-image: url(images/company_menu.jpg);
}
#topmenu .mail{
	background-image: url(images/mail_menu.jpg);
}
a:link {
    color:#003399;
}
a:visited {
    color:#003399;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.mainpadding {
	padding: 10px 20px;
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 110%;
	color: #333333;
	background-image: url(images/entrybar.jpg);
	line-height: 30px;
}
.subentry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 100%;
	color: #333333;
	background-image: url(images/subentry.jpg);
	line-height: 30px;
}
.thirdentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #663300;
	font-weight: bold;
	font-size: 100%;
	background-color: #f4f4f4;
	line-height: 25px;
}
.red {
	color: #FF0000;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.white {
	color: #ffffff;
}
.big {
	font-size: 130%;
	line-height: 200%;
	font-weight: bold;
}
.imageleft {
	float: left;
	padding: 0px 10px 10px 0px;

}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.box {
	border: 1px solid #cccccc;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
