@charset "utf-8";

/* formatting style */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_image.jpg);
	background-repeat: repeat-x;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
/* link style */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #006079;
	text-decoration: underline;
}
a:hover {
	color: #0096BB;
	text-decoration: none;
}
/* basic style */
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}
#header {
	width: 950px;
	background-color: #FFFFFF;
	position: relative;
}
#navi {
	height: 56px;
	width: 950px;
}
#main {
	width: 950px;
}
#news {
	padding-bottom: 10px;
}
#footer {
	background-color: #333333;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 80px;
}
h1  {
	font-size: 100%;
	text-align: right;
}
.h2_yohaku {
	margin-top: 20px;
	margin-bottom: 20px;
}
h3   {
	margin-bottom: 20px;
}
.top_border  {
	background-color: #000000;
	height: 15px;
	width: 950px;
}
.contact_bnr  {
	height: 37px;
	width: 217px;
	position: absolute;
	left: 495px;
	top: 80px;
}
.address  {
	width: 275px;
	position: absolute;
	top: 129px;
	font-size: 90%;
	left: 672px;
	text-align: right;
	line-height: 1.4;
}
/* navi style */
#home #navi #nhome a{
	background-image:url(../images/navi_all.jpg);
	background-position:0px -56px;
	}
#flow #wrapper #main {
	background-color: #FFFFFF;
}
#service #wrapper #main {
	background-color: #FFFFFF;
}



#about #navi #nabout a{
	background-image:url(../images/navi_all.jpg);
	background-position:-190px -56px;
	}
#service #navi #nservice a{
	background-image:url(../images/navi_all.jpg);
	background-position:-380px -56px;
	}
#flow #navi #nflow a{
	background-image:url(../images/navi_all.jpg);
	background-position:-570px -56px;
	}
#contact #navi #ncontact a{
	background-image:url(../images/navi_all.jpg);
	background-position:-760px -56px;
	}
#navi #nabout a{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-190px 0px;
	}
#navi #nabout a:hover{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-190px -56px;
	}
#navi #nservice a{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-380px 0px;
	}
#navi #nservice a:hover{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-380px -56px;
	}
#navi #nflow a{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-570px 0px;
	}
#navi #nflow a:hover{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-570px -56px;
	}
#navi #ncontact a{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-760px 0px;
	}
#navi #ncontact a:hover{
	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:-760px -56px;
	}
#navi li {
	float: left;
	list-style: none;
}
#navi ul li a {
	width: 190px;
	line-height: 56px;
	height: 56px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	top: 0px;
	text-decoration: none;
	text-indent: -9999px;
	overflow:hidden;
	}
#navi #nhome a{
 	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:0px 0px;
	}
#navi #nhome a:hover{
 	background-image:url(../images/navi_all.jpg);
	background-repeat: no-repeat;	
	background-position:0px -56px;
	}	
/* news style */
#home dl {
	padding-left: 20px;
}
#news dt {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	float: left;
	width: 9em;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../images/news_mark.gif);
}
#news dd {
	margin: 0px 0px 10px;
}
/* footer style */
#footer ul {
	text-align: center;
	padding-top: 20px;
}
#footer ul li {
	list-style-type: none;
	display: inline;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#footer ul li a:hover {
	color: #999999;
}
address {
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
/* table style */
#about table  {
	width: 600px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	border-collapse:collapse;
	background-color: #FFFFFF;
	margin-left: 175px;
}
#about table td {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#about .aboutus_left {
	font-weight: bold;
	text-indent: 1em;
	width: 120px;
	background-color: #E7E7E7;
}
#about .aboutus_right {
	text-indent: 1em;
}
#about #main {
	background-color: #FFFFFF;
}
/* pagetop style */
#pagetop  {
	background-image: url(../images/pagetop_mark.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-position: 880px center;
}
#pagetop a {
	text-decoration: none;
}
/* pankuzu style */
#pankuzu {
	width: 950px;
	padding-top: 20px;
}

#contact #main{
	background-color:#FFFFFF;
}
#contact td{
	height: 30px;
}	
form  {
	padding-left: 180px;
}
.redtext{
	color:red;
}
