@charset "Shift_JIS";

body,td,th {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	text-align: left;
	color: #000000;
}

body {	margin: 0;	background-color: #FFFFFF;	}

/*↓基本レイアウト設定↓*/
/*背景の設定*/
#bg{ width: 800px; height: auto;
	background-image: url(../images/common-img/left-border.gif);
	background-repeat: repeat-y;
	background-position: 135px 0;
}
/*左側メニューボタン部分*/
#left-menu {
	position: absolute;
	width: 135px;
	height: 100%;
	margin: 0;
	top: 0px;
	left: 0px;
}
/*右側メイン部分*/
#com-main {
	width: 665px;
	height: auto;
	margin: 0 0 0 150px;
	padding: 0 0 25px 0px;
	clear: none;
	background-color: #FFFFFF;
}

/*プッター*/
/*コピーライト*/
#footer {
	position: relative;
	left: 0px;	top: auto;
	width: 800px;	height: 30px;
	margin: 0;	padding: 10px 0;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	background-image: url(../images/common-img/bottom-border.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*ヘッター*/
/*コンテンツごとのメニュー*/
#con-menu {	background-color: #FFFFFF;	margin-top: 15px;	}
#con-menu td {	background-repeat: no-repeat;	background-position: 50% 0;	}
#con-menu img {	text-align: center;	vertical-align: top;	}
#con-menu ul {
	background-color: #FFFFFF;
	list-style-type: none;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	padding: 0 2px;
	width: 86px;
}
#con-menu li {margin: 0 0 5px 0;}

.lead {
	margin: 0 8px 10px 8px;
	font-size: 10px;
	line-height: 12px;
}

/*共通ボタン*/
/*閉じるボタンの位置*/
.close {	margin: 0px 0px 0  550px;}
/*先頭に戻るボタンの位置*/
.movetop {	margin: 0px 0px 0  550px;}

/*未完成ページ用*/
.none-dis { margin: 15px 0 ; width: 650px;	height: 500px; display:none }

/*CSS無効 画像表示無効　対策 埋め込みテキスト*/
.outline {
	margin: 0;
	padding: 0;
	display:none } 

/*↑ここまで↑*/
/*Copyright (C)2004 Nakamura design All Rights Reserved*/
