@charset "Shift_JIS";

/* 坂入 採用TOP*/

* {
	margin: 0;
	padding: 0
}
 
body {
	margin: 0;
	color: #666666;
	font-size: 10px;
	font-family: Verdana,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF url(../images/top_bg.jpg) repeat-x fixed top;
	width: 100%;
	height: 654px;
	top: 0px;
	bottom: 0px;
}

img {
	border: 0;
}

.clear { 
	clear: both; 
} 


/* リンク文字 */
a {
	text-decoration: none; /* 下線無し */
	color: #666666;
}

/* カーソルを置いたときのリンク文字 */
a:hover {
	text-decoration: none;
	color: #EB4601;
}

/* イメージにリンクを貼ったときの設定 */
a img {
	border: none; /* 線無し */
}

/* ----------  枠 ---------- */
#container {
	position:static;
	width: 1000px; /* 外枠の幅 */
	margin:0 auto; /* 中央に設定 */
	padding: 0;
	top: 0;
	height: 489px;
}

#container table {
	padding: 0;
	margin: 0;
}
#container_main{

	height: 423px;
	width: 100%;
	top: 0px;
}



/* ---------- エリア ---------- */

/* メニュー */

div.menu {
	margin:0 auto; /* 中央に設定 */
	text-align: center;
	height: 56px;
	width: 790px;
	padding: 5px 0px;
}

/* ---------- フッター ---------- */
#foot_1 {
	width: 100%;
	background: url(../images/top_foor_line1.gif) repeat;
	height: 4px;
}

#foot {
	width: 100%;
	background: url(../images/top_foor_bg.gif) repeat-x center top;
	height: 161px;
	bottom: 0px;
}
div.footer {
	position:relative;
	width: 100%; 
	margin:0 auto; /* 中央に設定 */
	background-color: #FFFFFF;	
}

div.footer p {
	font-size: 8px;
	color: #b4b4b4;
}

div.foot_left {
	float: left;
	margin: 8px 0 0 0px;
}
div.foot_right {
	float: right;
	margin: 8px 0 0 0;
}

div.foot_menu {
	margin:0 auto; /* 中央に設定 */
	width: 740px;
	height: 60px;
	padding: 0px;
}

div.foot_menu p {
	text-align: right;
	color: #848484;
	font-size: 12px;
	padding: 37px 10px 0 0;
}

div.copy {
	margin:0 auto; /* 中央に設定 */
	width: 760px;
	height: 35px;
	background-color: #DBDBDB;
}

div.copy p {
	text-align: right;
	color: #848484;
	font-size: 10px;
	padding: 12px 30px 0 0;
}

