@charset "utf-8";
/*****************************サイト全体に適用される基本的な設定です*****************************/

/*マージン・余白などをリセットしています*/
h1, h2, h3, h4, h5, h6, ul, ol, li, p, td, th, form, dd, dl, dt {
	margin: 0px;
	padding: 0px;
}
/*リストの設定をリセットしています*/
li, ul {
	list-style-type: none;
}
/*imgにリンクを張った際にborderがつかないようにします*/
img {
	border:0px;
	vertical-align: top;
}
/*サイト全体の基本設定です*/
body {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	text-align: center;
}
/*リンクの基本設定です*/
a:link {
	color:#3361B3;
	text-decoration: none;
}
a:visited {
	color:#6B85B3;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
/*トップページのみの設定です
背景画像の設定です*/
body.top {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
/*下層ページのみの設定です
背景画像の設定です*/
body.bottom {
	background-image: url(../img/bottomBg.jpg);
	background-repeat: repeat-x;
}
/*コンテンツエリアの横幅の指定です。*/
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*リンク用のアイコンです*/
.icon {
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
}
/*コンテンツのセンター部分のエリアの設定です*/
.center {
	width: 618px;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	display:inline;
	padding-bottom: 20px;
}
/*コンテンツのライト部分のエリアの設定です*/
.right {
	float: left;
	width: 251px;
	display:inline;
	padding-bottom: 20px;
}
/*****************************タイトル・フォント・マージン・行間などの部分的な設定です*****************************/
h2 {
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	width: 618px;
	background-image: url(../img/h2_top.jpg);
	color: #333333;
	text-indent: 30px;
}
/*****************************タイトル・フォント・マージン・行間などの部分的な設定です*****************************/
.bottom h1 {
	color: #E54B75;
	height: 249px;
	width: 900px;
	background-image: url(../img/pageTitle.jpg);
	font: normal 40px/249px "Times New Roman", Times, serif;
}
.bottom h2 {
	font-size: 18px;
	line-height: 53px;
	height: 53px;
	width: 900px;
	background-image: url(../img/h2.jpg);
	color:#333;
	text-indent: 15px;
}
.bottom h3 {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	width: 885px;
	text-indent: 20px;
	background-image: url(../img/h3.jpg);
}
.bottom h4 {
	font-size: 14px;
	line-height: 20px;
	height: 24px;
	width: 870px;
	text-indent: 10px;
	background-image: url(../img/h4.jpg);
}
/*上・左にマージン5pxを取ります。*/
.indent5 {
	padding-top: 5px;
	padding-left: 5px;
}
/*上・左にマージン10pxを取ります。*/
.indent10 {
	padding-top: 10px;
	padding-left: 10px;
}
/*上・左にマージン15pxを取ります。*/
.indent15 {
	padding-top: 15px;
	padding-left: 15px;
}
/*上・左にマージン20pxを取ります。*/
.indent20 {
	padding-top: 20px;
	padding-left: 20px;
}
/*下部マージン5pxの設定*/
.bottom5 {
	padding-bottom: 5px;
}
/*下部マージン10pxの設定*/
.bottom10 {
	padding-bottom: 10px;
}
/*下部マージン15pxの設定*/
.bottom15 {
	padding-bottom: 15px;
}
/*下部マージン20pxの設定*/
.bottom20 {
	padding-bottom: 20px;
}
/*行間の設定100%*/
.line100 {
	line-height: 100%;
}
/*行間の設定125%*/
.line125 {
	line-height: 125%;
}
/*行間の設定150%*/
.line150 {
	line-height: 150%;
}
/*行間の設定175%*/
.line175 {
	line-height: 175%;
}
/*行間の設定200%*/
.line200 {
	line-height: 200%;
}
/*****************************ヘッダーエリアの設定です*****************************/

/*ヘッダーの高さの設定です*/
.header {
	height: 167px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/head.jpg);
}
/*下層ページヘッダーの高さの設定です*/
.header_k {
	height: 126px;
	position: relative;
	overflow: hidden;
	background-image: url(../img/head_k.jpg);
}
/*サイト紹介文の設定です*/
.header strong {
	line-height: 45px;
	color: #FFFFFF;
	position: absolute;
	top: 42px;
	font-weight: lighter;
	left: 768px;
	width: 132px;
	height: 33px;
}
/*homeマークの設定です*/
.header .home {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*下層ページhomeマークの設定です*/
.header_k .home {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*ロゴエリアの設定です*/
.header .logo {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 900px;
	height: 82px;
}
/*下層ページ上部ナビの設定です*/
.header_k .nabi {
	position: absolute;
	top: 82px;
	float:left;
	bottom: 0px;
	width: 900px;
	height: 44px;
}
/*****************************グローバルナビゲーションの設定です*****************************/

/*ナビゲーションの高さ・マージンの設定です*/
.navi li {
	float: left;
	height: 244px;
	padding-bottom: 15px;
}
/*****************************トップページコンテンツエリアの設定です*****************************/

/*会社設立は私たちプロにお任せください！部分の設定です*/
.message {
	margin-bottom: 15px;
}
/*事業内容内各種サイト紹介一行分の設定*/
.sec {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 185px;
}
/*事業内容各種サイト紹介のテキスト設定です*/
.sec p {
	padding-left: 10px;
	padding-bottom: 10px;
}
/*事業内容各種サイト紹介の左エリアの設定です*/
.secLeft {
	float: left;
	width: 435px;
	margin-right: 20px;
}
/*事業内容各種サイト紹介の右エリアの設定です*/
.secRight {
	float: left;
	width: 435px;
}
/*事務所概要MAPの設定です*/
.map {
	width: 429px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	display:inline;
	padding-bottom: 20px;
}
/*事務所概要の設定です*/
.gaiyou {
	width:440px;
	float:left;
	display:inline;
	padding-bottom: 20px;
}
/*****************************フッターの設定です*****************************/

/*フッターの設定です*/
.footer {
	background-image:url(../img/footer.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
}
/*コンテンツエリアの横幅の指定です*/
.cont {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #000000;
}
/*フッターエリアのimgの設定ですこれもいらん*/
.cont img {
	float: left;
	padding-right: 10px;
}
/*フッターエリアのテキストの設定です*/
.cont p {
	float: left;
}
/*フッターエリアのリンクの設定です*/
.cont a {
	color: #FFFFFF;
}
/*****************************レイアウトの設定です*****************************/
/*色*/
.bold {
	font-weight:bold;
}
.gray {
	color:#666666
}
.red {
	color:#C00;
}
.blue {
	color:#00C;
}
.f-size15darkred {
	font-size:15px;
	font-weight:700;
	color:#C00;
	margin-bottom:20px;
}
.f-size18darkred {
	font-size:18px;
	font-weight:700;
	color:#C00;
	margin-bottom:20px;
}
.f-size15blue-b {
	font-size:15px;
	font-weight:700;
	color:#00C;
	margin-bottom:20px;
}
.f-size18blue-b {
	font-size:18px;
	font-weight:700;
	color:#00C;
	margin-bottom:20px;
}
/*マージン*/
.marjinshita10 {
	margin-bottom: 10px;/*←下に間隔*/
}
.marjinshita15 {
	margin-bottom: 15px;/*←下に間隔*/
}
.marjinue10 {
	margin-top: 10px;/*←下に間隔*/
}
.marjinue15 {
	margin-top: 15px;/*←下に間隔*/
}
.marjinue20 {
	margin-top: 20px;/*←下に間隔*/
}
.marjin5 {
	margin-top: 5px;/*←上に間隔*/
	margin-bottom: 5px;/*←下に間隔*/
}
.marjin10 {
	margin-top: 10px;/*←上に間隔*/
	margin-bottom: 10px;/*←下に間隔*/
}
.marjin15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*装飾*/
.lebel1 {
	color:#000;
	background-image: url(../img/arrows.gif);
	padding-left:20px;
	background-repeat: no-repeat;
}
.lebel2 {
	background-image: url(../img/arrows2.gif);
	padding-left:15px;
	background-repeat: no-repeat;
}

/*ストロングの設定です*/
strong {
	color: #000000;
	font-weight: normal;
}
/*****************************テーブルの設定です*****************************/
table {
	margin: 5em auto;
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 0.5em 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	border-right:none;
	empty-cells:show;
}
thead {
	color: #000000;
	background: #fff;
}
