@charset "utf-8";
/* 全体スタイル・要素直接指定用CSS */
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	background: #FFF;
}
/* 回り込み解除(clearfix)
----------------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both;
}
/* 節
----------------------------------*/
#leftColumn section {
	margin-bottom: 20px;
}
/* 見出し
----------------------------------*/
h2 {
	margin-bottom: 20px;
}
h3 {
	height:30px;
	line-height:30px;
	padding-left:25px;
	vertical-align:middle;
	background:url("/images/title/title_h3bg.jpg") no-repeat left center;
}
/* table
----------------------------------*/
.basicTbl {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.basicTbl th {
	background-color: #fffff0;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
.basicTbl td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.twoToneTbl {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.twoToneTbl td {
	padding: 10px;
	border-bottom: 10px solid #fff;
}
.twoToneTbl .cl01 {
	background: #fff1cf;
}
.twoToneTbl .cl02 {
	background: #fffff0;
}
/* 汎用
----------------------------------*/
.M0 {margin:0 !important;}
/* レイアウト
----------------------------------*/
/* common */
html {
	border-top: solid 30px #000;
}
header, nav, #contents, #footerWrap {
	width: 960px;
	margin: 0 auto;
}
/* header */

header {
	padding: 20px 0;
}
#headerRcon {
	width: 380px;
	float: left;
}
#headerLcon {
	width: 580px;
	float: right;
}
/* navi */
nav {
	padding: 10px 0 20px 0;
}
nav li {
	float: left;
	list-style: none;
}
/* contents */
#contents {
	padding: 0 0 20px 0;
}
#leftColumn {
	width: 660px;
	float: left
}
#rightColumn {
	width: 260px;
	float: right;
}
/* footer */
footer {
	background: url("/images/common/bg_footer.jpg") repeat-x top;
	height: 80px;
}
#footerTcon {
	text-align: right;
	padding-right: 35px;
	height: 35px;
}
footer p {
	text-align: center;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	color: #FFF;
}
/* トップページ
----------------------------------*/
#main {
	background-color: #FAFAFA;
	height: 300px;
	text-align: center;
	margin-bottom: 20px;
}
#topics dl {
	width: 640px;
	height: 150px;
	padding: 0 10px 10px 10px;
}
#topics dt {
	clear: left;
	float: left;
	width: 70px;
	padding: 0 0 5px 10px;
	border-bottom: dotted 1px #000;
}
#topics dd {
	margin: 0 0 10px 81px;
	padding: 0 0 5px 20px;
	border-bottom: dotted 1px #000;
}
#info h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	margin-bottom: 0;
}
#info p {
	padding: 10px;
	background-color: #FAFAFA;
}
/* 事業内容
----------------------------------*/
#business001 {
	width: 630px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: url("/images/img/img_business001.jpg") no-repeat;
	line-height: 50px;
	vertical-align: middle;
}
#business002 {
	width: 630px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: url("/images/img/img_business002.jpg") no-repeat;
	line-height: 50px;
	vertical-align: middle;
}
#business003 {
	width: 630px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: url("/images/img/img_business003.jpg") no-repeat;
	line-height: 50px;
	vertical-align: middle;
}
#business004 {
	width: 630px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: url("/images/img/img_business004.jpg") no-repeat;
	line-height: 50px;
	vertical-align: middle;
}
#business005 {
	width: 630px;
	height: 50px;
	margin: 0 0 10px 0;
	padding: 15px;
	background: url("/images/img/img_business005.jpg") no-repeat;
	line-height: 50px;
	vertical-align: middle;
}
#access div {
	width:600px;
	margin:0 auto;
}