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

	
/* トップ背景メイン -----------------------------------------------------*/
div#main   {
	float: left;
	background-image: url(img/bk_main.gif);
	background-repeat: no-repeat;
}
	
	
div#Content/* コンテンツ -----------------------------------------------------*/
{
	width: 702px;
	background-image: url(img/bk_contents.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	float: right;
} 
				
			
/* サイドバー 2 --------------------------------------------- */

div#sidebar_2{
	float: left;
	width: 44px;
	background-image: url(img/bk_obi2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
}





/* サイドバー 3 --------------------------------------------- */

div#sidebar_3{
	width: 44px;
	float: left;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(img/bk_obi2.gif);
	background-position: right top;
	padding-top: 0px;
	height: 600px;
}
	



/* フッタコピー --------------------------------------------- */
div#footer         {
	color: #FFFFFF;
	clear: both;
	padding-left: 120px;
} 
.foot_name {
	font-size: 22px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.foot_Ename {
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.foot_ad1 {
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.foot_ad2 {
	font-size: 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.foot_tel {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
}
.foot_fax {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
}

div#footer table {
	background-image: url(img/foot_line.gif);
	background-repeat: no-repeat;
	width: 580px;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: middle;
	padding: 0px;
}
.copy {
	font-size: 10px;
	color: #999999;
	text-align: right;
	margin-right: 5px;
}

