@charset "shift_jis";
/* GENERAL */

body {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font: 12px/150% "MS PGothic", Verdana, sans-serif, Osaka;
	color: #000000;	
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	font-size:14px;
	margin: 0px 0px 5px;	
}
h2 {
	font-size:12px;
	margin: 0px 0px 10px;
}
.pagetop {
	text-align:right;
	margin-top:30px;
	clear:both;
}
.center {
	text-align:center;
}
ul {
	margin:0px 0px 20px;
	padding:5px;
}
li {
	margin-left:20px;
	margin-bottom:5px;
}

/* HEADER */
#header {
	width:775px;
	height:93px;
	margin-right: auto;
	margin-left: auto;	
	padding-top:5px;
	background: url(../images/header.gif) no-repeat;
}
.seo-text {
	margin-left:5px;
	font-size:10px;
}

/* SIDE NAVIGATION */
#sidebar {
	width:170px;
	float:left;
	background:#E6E6E6;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar li {
	margin:0;
	padding:0;
	display:inline;
}
#sidebar li a {
	display:block;
}
.sidebar-link {
	margin-top:10px;
	margin-bottom:10px;
}

/* FOOTER */
#footer {
	width:775px;	
	height:50px;
	clear:both;	
	font-size:11px;		
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top:15px;
	background:#9DABB8;	
	color:#ffffff;
}
#footer a {
	color:#ffffff;
}

/* CONTENTS */
#container {
	width:775px;
	margin-bottom:5px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/content-back.gif) repeat-y;		 
}
#container:after{
    clear: both;
    display: block;
    height: 0;
    content: "";
	overflow: hidden;
}
#content {
	width:600px;
	margin-left:5px;
	float:right;
}
#content-text {
	width:590px;
	margin-left:10px;
}


/* TOPPAGE */
.img-main {
	margin-bottom:4px;
}
.banner-left {
	float:left;
	margin-right:10px;
}

/* COMPANY */
.tbl-company {
	border:none;
	width:560px;
	margin-left:10px;
}
.tbl-company th {
	padding:5px;
	font-weight:normal;
	text-align:left;
	width:30%;
	border-bottom:dotted 1px #999999;
	border-left:solid 5px #999999;
}
.tbl-company td {
	padding:5px;	
	border-bottom:dotted 1px #999999;
}

/* CONTACT */
.tbl-contact {
	border:none;
	width:560px;
	margin-left:10px;
	margin-bottom:10px;
}
.tbl-contact th {
	padding:5px;
	font-weight:normal;
	text-align:right;
	width:25%;
	border-bottom:dotted 1px #999999;
	vertical-align: top;
}
.tbl-contact td {
	padding:5px;	
	border-bottom:dotted 1px #999999;
}

/* LINK */
.link {
	width:550px;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
}
.img-link {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
