/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	margin: 0px;

}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }


hr {
	clear: both;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 100%;
	height: 1px;
	margin: 10px 0 5px 0px;
	padding: 0px 0px 0px 0px;
}
#site_area {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF left top repeat-y;
}
#margin {
	margin-top:5px;
	margin-right:auto;
	margin-bottom:5px;
	margin-left:13px;
}
#margin1 {
	margin-left:10px;
}

table td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
	line-height: 19px;
}
p,div {
	font-size:14px;
	line-height: 19px;
}

/*  メニュー
---------------------------------------------*/

#menu {
	overflow: auto !important;
	overflow /**/: hidden;
	left: auto;
	right: auto;
	width: 195px;
	height: auto;
	list-style-type: none;
	float: left;
}



/*  ヘッダー
---------------------------------------------*/
#hedder {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF left top repeat-y;
}


/*  ナビゲーションエリア
---------------------------------------------*/
#navi {
	width: 200px;
	float:left;
	background-image:url(../img/navi_back.gif);
	background-repeat:repeat;
}



/*  製品＆サービスエリア
---------------------------------------------*/
#main_seihin {
	float: right;
	width: 520px;
	margin-top:30px;
	margin-bottom:14px;
	margin-left:40px;
	margin-right:40px;
}
img.left {
	float: left;
	margin-right:1em;
}



/*  メイン
---------------------------------------------*/
#main {
	float: right;
	width: 600px;
	border-style:solid;
	border-width:1px;
	border-color: #C0C0C0;
	margin-top:14px;
	margin-bottom:14px;
}
#concept {
	float: right;
	width: 560px;
	margin-top: 5px;
	margin-left:40px;
	background-image:url(../img/white.jpg);
	background-repeat:repeat;
}
#ziseki {
	width: 560px;
	text-align: center;
	padding-top:14px;
	padding-bottom:14px;
	border-style:solid;
	border-color: #666666;
	border-top:1px;
	border-right:0px;
	border-left:0px;
	border-bottom:1px;
	background-color:#ECE9D8;
}


/*  会社概要エリア
---------------------------------------------*/
#korau {
	float: right;
	width: 560px;
	margin-top: 30px;
	margin-left:40px;
}
#waku {
	width: 560px;
	padding-top:14px;
	padding-bottom:14px;
	border-color: #666666;
	border-top:1px solid #666666; 
}


/*  資料請求エリア
---------------------------------------------*/
#siryou {
	float: right;
	width: 520px;
	margin-top: 30px;
	margin-left:40px;
	margin-right:40px;
}



/*  サイトマップエリア
---------------------------------------------*/
#main_saito {
	float: right;
	width: 600px;
	background-image:url(../img/photo1.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin-top:30px;
}



/*  インフォメーション
---------------------------------------------*/
#info {
	width: 720px;
	padding-top:30px;
	padding-left:40px;
	padding-bottom:30px;
	padding-right:40px;
	border-style:solid;
	border-width:1px;
	border-color: #C0C0C0;
	margin-top:14px;
	margin-bottom:14px;
}



/*  フッター
---------------------------------------------*/

#footer {
	clear: both;
	margin: 10px 0px 0 0px;
	color: #000000;
	background: #FFFFFF;
	border-top: 2px solid #333333;
	font-size: 12px;
	text-align: center;
	
}

#footer p {
	float: right;
	margin: 7px 5px;
	line-height: 1.8;
}



.tableStyle05 {
	border:1px solid #D0C9B7;
	border-collapse:collapse;
}

.tableStyle05 th {
	padding:7px;
	border:1px solid #D0C9B7;
	background-color:#E4E0CB;
	font-weight:bold;
}

.tableStyle05 td {
	padding:7px;
	border:1px solid #D0C9B7;
}




