﻿@charset "utf-8";


/* 以下、style.css　として作成した分　*/

/* レイアウト ここから↓ */
body {
    background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	line-height: 1.5;
}
header, nav, #contents, footer {
	margin: 0 auto 0 auto;
	width: 980px;
}

#head {
	margin: 0 auto 0 auto;
	width: 980px;
}

nav ul {
	overflow: hidden;
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
}
nav ul li {
	float: left;
	width: 196px;
}
nav ul li a {
	overflow: hidden;
	display: block;
	padding-top: 44px;
	height: 0;
}
nav ul li#nav_consultation a {
	background-image: url(../images/nav1.png);
}
nav ul li#nav_availability a {
	background-image: url(../images/nav2.png);
}
nav ul li#nav_service a {
	background-image: url(../images/nav3.png);
}
nav ul li#nav_office a {
	background-image: url(../images/nav4.png);
}
nav ul li#nav_contact a {
	background-image: url(../images/nav5.png);
}

#consul-bun {
    padding-left: 15px;
   	font-size: 13pt;
}

h1, h2, h3 {
	color: #0000ff;
}

/*      */
h1 { text-align:justify ; 
     text-justify:distribute-all-lines;
}


#spe {
  margin-left: 40px;
  text-align: center;
}


#servsub {
    margin-left: 25px;
    margin-right: 50px;
}

#servsub ol {
	list-style-type: square;
	font-size: 100%;
}

#servsub li {
	color: #0000ff;
}


h3 {
    margin-left: -45px;
}

#sub1 {
	margin-top: 30px;
	width: 300px;
	font-weight: bold;
	float: right;	
}
#sub2 {
	margin-top: 30px;
	width: 300px;
	font-weight: bold;
	float: right;	
}



/*  Navigation画面の反転   */
#consultation #nav_consultation a,
#service #nav_service a,
#availability #nav_availability a,
#office #nav_office a,
#contact #nav_contact a,
nav ul li a:hover{
  background-position: 0 -44px;
}
.pagetop {
    padding-top: 10px;
    width: 980px;
	font-weight: bold;
	font-size: 15pt;
	text-align: right;
}
#sen {
   padding-top: 5px;
}

footer {
	padding-top: 20px;
	text-align: center;
}




/*  Office、お問い合わせページの設定  */
ol {
	margin-bottom: -50px;

}

table {
    margin-top: 30px;
    width: 980px;
    border-collapse: collapse;
}
th, td {
    border: solid 1px #000000;
}
th {
    font-size: 120%;
    width: 250px;
	background: #c9ffc9;
}
#pic {
	text-align: center;
}
