/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：common.css
  Author     ：イースマイルシステムズ
  Description：テンプレート部分のスタイルを記述
==================================================*/

/*--------------------------------------------------
  ヘッダ
--------------------------------------------------*/
#header {
	background: #0073BC url(../img/bg_header.gif) repeat-x top;
	border-bottom: 4px solid #0073BC;
	color: #FFFFFF;
}
#header .box {
	clear: both;
	width: 900px;
	margin: auto;
	background: url(../img/bg_title.gif) no-repeat center top;
	text-align: left;
}
#header p {
	margin: 0px;
}
/* 上部テキスト */
#header h1 {
	float: right;
	/* 高さは24pxになります。 */
	padding: 6px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: right;
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: url(../img/menu/bg.png) repeat-x top;
}
#menu ul {
	clear: both;
	width: 900px;
	margin: auto;
	height: 50px;
}
#menu li {
	float: left;
	width: 150px;
	list-style: none;
}

/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#container {
	clear: both;
	width: 900px;
	margin: auto;
	padding-bottom: 100px;
	text-align: left;
	line-height: 1.5;
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/
#main {
	float: left;
	width: 640px;
}
#main h2 {
	margin-bottom: 10px;
}
#main .sub {
	margin-bottom: 10px;
}
#main .subt {
	margin-bottom: 20px;
}
#main p.none {
	margin: 0px;
}
/* お問合せ */
#main .contact {
	clear: both;
	width: 625px;
	height: 85px;
	margin-top: 40px;
	padding: 35px 15px 0px 0px;
	background: url(../img/bg_contact.gif) no-repeat 0px 0px;
}
#main .contact p {
	margin: 0px;
	text-align: right;
}

/*--------------------------------------------------
  ナビ
--------------------------------------------------*/
#navi {
	float: right;
	width: 220px;
}
/* 会社概要 */
#navi_company {
	clear: both;
	width: 220px;
	margin: 0px 0px 20px;
	padding-bottom: 2px;
	background: #FFFFFF;
	border-top: 4px solid #0073BC;
	line-height: 1.3;
}
#navi_company h3 {
	margin-bottom: 15px;
}
#navi_company p {
	margin: 0px 15px 10px;
}
#navi_company hr {
	margin: 0px 15px 10px;
}
/* メニュー */
#navi_menu {
	clear: both;
	width: 218px;
	margin: 0px 0px 20px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
#navi_menu li {
	list-style: none;
	padding: 10px 0px 10px 37px;
	background: url(../img/p.gif) no-repeat 15px 12px;
	border-bottom: 1px solid #EEEEEE;
}
#navi_menu li a {
	text-decoration: none;
}

/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	min-height: 82px;
	margin: -82px 0px 0px 0px;
	background: url(../img/bg_footer.png) repeat-x top;
	font-size: 90%;
	line-height: 1;
}
#footer_navi {
	clear: both;
	width: 100%;
}
#footer .box {
	clear: both;
	width: 900px;
	margin: auto;
	padding: 14px 0px 12px;
	text-align: center;
}
#footer .box li {
	display: inline;
	margin-right: 15px;
	padding-left: 10px;
	background: url(../img/pf.gif) no-repeat 0px 6px;
	list-style: none;
}
#footer .box li a {
	text-decoration: none;
}
#footer .box li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	clear: both;
	width: 100%;
	padding: 6px 0px;
	background: #0073BC;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
}
/* ページトップ */
#page_top {
	clear: both;
	width: 900px;
	height: 20px;
	margin: auto;
	text-align: right;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	width: 640px;
	margin-bottom: 20px;
	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: underline; color: #888888; }
/* テーブル */
.tbl {
	border-top: 1px solid #DDDDDD;
}
.tbl th,
.tbl td {
	padding: 8px 10px;
	border-bottom: 1px solid #DDDDDD;
}
.tbl th {
	background: #F6F6F6;
	color: #0073BC;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 16px;
}
.attention dd {
	margin-left: 16px;
}
/* マーク */
.mark {
	padding-left: 18px;
	background: url(../img/p.gif) no-repeat 0px 4px;
}

