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

/*--------------------------------------------------
  コンテナ（container）
--------------------------------------------------*/
#container {
	width: 100%;
	min-width: 1100px;
	margin: auto;
	line-height: 1.5;
	margin-bottom: 60px;
}
#container h3.sub {
	margin-bottom: 10px;
}
/*--------------------------------------------------
  メニュー（menu）
--------------------------------------------------*/
#menu {
	width: 100%;
	min-width: 1100px;
	background: url(../images/menu/link_bg.gif) repeat;
	padding: 40px 0 10px;
	margin-bottom: 40px;
}
#menu .box {
	margin: auto;
	width: 1100px;
}
#menu li {
	list-style: none;
	float: left;
	margin: 0 11px 25px;
}
#menu li.pad {
	margin-right: 0;
}
/*--------------------------------------------------
  メイン（main）
--------------------------------------------------*/
#main {
	width:1100px;
	min-width: 1100px;
	margin: auto;
}
#main h3 {
	margin-bottom: 10px;
}
/*--------------------------------------------------
  フッタ（footer）
--------------------------------------------------*/
#FOOTER {
	clear: both;
	position: relative;
	min-width: 1100px;
	min-height: 220px;
	width: 100%;
	background: url(../images/bg_footer.png) repeat-x top;
}
#FOOTER .box {
	width: 1100px;
	min-width: 1100px;
	padding: 55px 0px 10px;
	text-align: center;
	margin: auto;
}
/* コピーライト */
#copyright {
	clear: both;
	width: auto;
	width: 100%;
	min-width: 1100px;
	padding: 6px 0px;
	font-size: 12px;
	background: #c30d23;
	color: #FFF;
	line-height: 1.2;
	letter-spacing: 1px;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* ページトップ */
#PAGR_TOP {
	position: absolute;
	margin-top: -80px;
	margin-left: 90%;
}

/* タイトル */
#page_title {
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: center;	
}
#page_title h2 {
	margin-bottom: 20px;
}
#page_title img {
	border: none;
}
#page_title h2.sub {
	margin: 60px auto 0px;
}

/* パンくずリスト */
#page_navi {
	margin-left: 16px;
}
#page_navi li {
	display: inline;
	margin-right: 8px;
}
#page_navi a {
	padding-right: 16px;
	background: url(../img/p.gif) no-repeat right center;
	text-decoration: none;
	color: #999999;
}
#page_navi a:hover {
	text-decoration: underline;
}
/* テーブル */
.tbl {
	width: 100%;
}
.tbl th,
.tbl td {
	border: none;
}
.tbl th {
	background: #F1F1F1;
	vertical-align: top;
}
.tbl td {
	text-align: left
}
/* 注意書き */
.attention dt {
	float: left;
	width: 18px;
}
.attention dd {
	margin-left: 18px;
}
.cf {
	display: block;
}
/* --responsive------------------------------------------- */

/* 640pixel start */
@media screen and (max-width: 1000px) {
	
/* 所在地 */
#fotter_company {
	position: relative;
	margin: -105px 0px 0px -200px;
	line-height: 1;
	padding: 10px 0px;
	font-size: 12px;
}
#fotter_company .block {
	display: block;
}
}
/* 640pixel end */