/*==================================================
  CSS information
  --------------------------------------------------
  Filename   ：common.css
  Description：テンプレート部分のスタイルを記述
==================================================*/

/*--------------------------------------------------
  ヘッダ
--------------------------------------------------*/
#header {
	clear: both;
	width: 1100px;
	height: 120px;
	margin: auto;
	padding-top: 14px;
	background: url(../img/bg_header.gif) no-repeat right bottom;
	text-align: left;
}
#header p {
	margin: 0px;
}
/* 上部テキスト */
#header h1 {
	margin-bottom: 15px;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
	width: 100%;
}
#menu ul {
	clear: both;
	width: 1100px;
	height: 44px;
	margin: auto;
}
#menu li {
	float: left;
	padding-left: 1px;
	background: url(../img/menu/line.png) no-repeat left top;
	list-style: none;
}
#menu li:last-child {
	padding: 0 1px;
	background: url(../img/menu/line.png) no-repeat left top, url(../img/menu/line.png) no-repeat right top;
}
#menu li a {
	display: block;
	text-align: center;
	padding: 6px 23px 14px;
	text-decoration: none;
	font-size: 16px;
	color: #3E3A39;
}
#menu li.on a,
#menu li a:hover {
	background: url(../img/menu/bg.png) repeat-x;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	clear: both;
	background: #edf7fc url(../img/bg_title.png) no-repeat center center;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	border-bottom: 1px solid #CCCCCC;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.15) inset;
	text-align: center;
}

/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	min-width: 1150px;
}
#container {
	clear: both;
	padding-bottom: 340px;
	text-align: left;
	line-height: 1.6;
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1100px;
	margin: auto;
}
.main h3.sub {
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: url(../img/bg_sub.gif) no-repeat left bottom;
	font-size: 20px;
	font-weight: normal;
}

/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	position: relative;
	clear: both;
	width: 100%;
	min-height: 256px;
	margin-top: -280px;
	padding-top: 20px;
	background: url(../img/bg_footer.jpg) no-repeat center bottom;
	background-size: cover;
	-webkit-background-size: cover;
	border-top: 1px solid #3E3A39;
	border-bottom: 3px solid #ED8D9F;
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
}
#footer img {
	vertical-align: middle;
}
#footer p.img_lft {
	margin: 0 30px 0 0;
	padding-top: 15px;
}
#footer p.txt {
	float: left;
	margin-right: 52px;
}
#footer .box {
	margin: 15px 0 0 190px;
	padding: 15px 20px 5px;
	background: url(../img/bg_footer_box.png);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 10px;
	text-align: left;
}
#footer .box li {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
	background: url(../img/p.gif) no-repeat left center;
	font-size: 11px;
	list-style: none;
}
#footer .box li a {
	color: #666666;
	text-decoration: none;
}
#footer .box li a:hover {
	text-decoration: underline;
}
/* コピーライト */
#copyright {
	margin-bottom: 0;
	color: #999999;
	font-size: 11px;
	text-align: right;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	clear: both;
	margin-bottom: 40px;
	padding-top: 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: }
/* テーブル */
.tbl {
	width: 100%;
}
.tbl th,
.tbl td {
	padding: 10px;
	border: 1px solid #BBBBBB;
	background: #FFF;
}
.tbl th {
	white-space: nowrap;
	background: #EEEEEE;
}
/* 注意書き */
.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;
}
