@charset "UTF-8";
/* CSS Document */

/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCBDAC;
}


/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #3333CC;
}
a:visited {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* basic layout
---------------------------*/
.clear {
	clear: both;
}
hr {
	display: none;
}

#wrapper {
	width: 640px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#gototop {
	text-align: right;
	clear: both;
	margin-top: 20px;
	font-size: 90%;
}

address {
	font-size: 90%;
	margin-top: 5px;
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
}

/* ヘッダー
---------------------------*/

#header {
	width: 100%;
	height: 31px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
}
#header ul li {
	list-style: none;
}
#header ul li a {
	text-indent: -9999px;
	display: block;
}

/* ヘッダー-- HOMEボタン ---------------------------*/
#nTop a {
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 31px;
	width: 160px;
	float: left;
}
#nTop a:hover {
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

/* ヘッダー-- 会社概要ボタン ---------------------------*/
#nCo a {
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 31px;
	width: 160px;
	float: left;
}
#nCo a:hover {
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

/* 会社概要
---------------------------*/
#prof table {
	width: 80%;
	border-top: 1px solid #999999;
	margin: 20px auto 30px;
}
#prof th {
	line-height: 2;
	background-color: #EEEEEE;
	text-align: left;
	padding-left: 1em;
	border-bottom: 1px solid #999999;
	width: 20%;
}
#prof td {
	line-height: 2;
	background-color: #FFFFFF;
	padding-left: 1em;
	border-bottom: 1px solid #999999;
	width: 80%;
}
#prof ul {
	list-style: decimal;
	margin-left: 2em;
}
