/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：common.css
  Author     ：イースマイルシステムズ
  Description：テンプレート部分のスタイルを記述
==================================================*/

/*--------------------------------------------------
  ヘッダ
--------------------------------------------------*/
#header {
	clear: both;
	width: 1000px;
	height: 95px;
	margin: auto;
	background: url(../img/bg_header.gif) no-repeat 525px 28px;
	text-align: left;
}
#header p {
	margin: 0px;
}
#header p.fr {
	padding-top: 2px;
}
/* 上部テキスト */
#header h1 {
	margin-bottom: 7px;
	color: #C9CACA;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;;
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
	width: 100%;
	background: #404040 url(../img/menu/bg.gif) repeat-x top;
}
#menu ul {
	clear: both;
	width: 1000px;
	height: 45px;
	margin: auto;
}
#menu li {
	float: left;
	width: auto;
	height: 45px;
	list-style: none;
}

/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/bg_title.jpg) repeat-x center bottom;
	border-bottom: 4px solid #FFFFFF;
	text-align: center;
	min-width: 1100px;
}
#page_title .in {
	background: url(../img/shadow.png) repeat-x top;
}

/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#container {
	clear: both;
	width: 1000px;
	margin: auto;
	padding-bottom: 140px;
	text-align: left;
	line-height: 1.5;
}
#container h3.sub {
	margin-bottom: 15px;
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/
#main {
	float: left;
	width: 740px;
	padding-top: 5px;
}

/*--------------------------------------------------
  ナビ
--------------------------------------------------*/
#navi {
	float: right;
	width: 230px;
}

/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 110px;
	margin-top: -110px;
	background: #333333 url(../img/bg_footer.gif) repeat-x top;
	font-size: 12px;
	line-height: 1;
	min-width: 1100px;
}
#footer p.txt {
	height: 65px;
	margin-bottom: 0;
	text-align: center;
}
#footer p.txt img {
	vertical-align: middle;
}
#footer .box {
	clear: both;
	width: 1000px;
	margin: auto;
	padding: 25px 0 0;
	text-align: left;
}
#footer .box li {
	float: left;
	margin-right: 30px;
	padding-left: 20px;
	background: url(../img/p.png) no-repeat left center;
	list-style: none;
}
#footer .box li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .box li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	margin: 0;
	color: #999999;
	font-size: 11px;
	text-align: right;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	margin-bottom: 30px;
	color: #888888;
	font-size: 12px;
	line-height: 1;
}
#page_navi li {
	display: inline;
	margin-right: 6px;
}
#page_navi a { text-decoration: none; color: #888888; }
#page_navi a:hover { text-decoration: }
/* テーブル */
.tbl {
	width: 100%;
	background: #FFF;
}
.tbl th,
.tbl td {
	padding: 10px;
	border: 1px solid #BBBBBB;
}
.tbl th {
	white-space: nowrap;
	background: #E1F8FC;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 16px;
}
.attention dd {
	margin-left: 16px;
}
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/* マーク */
.mark {
	padding-left: 16px;
	background: url(../img/p.gif) no-repeat 0px 5px;
}
