@charset "UTF-8";

/* ------------------------------
 リセット
------------------------------ */
body,img,ul,li,ol,address,h1,dl,dt,dd,p,address {
  margin:0;
  padding:0;
}

img {
  border:0;
}

table th {
  text-align:left;
}


/* ------------------------------
 共通
------------------------------ */
body {
  background:#fff;
  font-size:12px;
  line-height:1.5;
  color:#444;
}

.mac body {
  font-size:11px;
}

a:link,a:visited {
  color:#275FAC;
  text-decoration: underline;
}

a:hover,a:active {
  color:#888;
  text-decoration: none;
}

address {
  font-style:normal;
  font-weight:normal;
  color:#666;
  font-size:10px;
}

.news_title {
	color: #275FAC;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #275FAC;
	
}

.news_date {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

/* ------------------------------
 h1
------------------------------ */
h1 {
  font-size:12px;
  font-weight:normal;
  color:#275FAC;
}

/* ------------------------------
 p
------------------------------ */
p {
  margin-bottom:10px;
}
 

/* ------------------------------
 フォント
------------------------------ */
.f10 {
  font-size:10px;
}

 
/* ------------------------------
 リスト
------------------------------ */
ol li {
  margin:0 0 10px 25px;
}

ul li {
  list-style:disc;
}


/* ------------------------------
 背景
------------------------------ */
.bg_header {
   background:url(../images/bg_header.jpg) repeat-x;
}

.bg_line {
  background:url(../images/bg_line.gif) repeat-x;
  height:11px;
}

.bg_waku {
  background:url(../../images/bg_waku.gif) bottom no-repeat;
}


/* ------------------------------
 プライバシーポリシー
------------------------------ */
dl.privacy dt {
  background:#edffdb;
  font-weight:bold;
  padding:3px 0 2px 5px;
  margin:20px 0 5px 0;
}
		
dl.privacy dd {
  margin-left:20px;
}
		
dl.privacy ol {
  margin:7px 0 0 25px;
}


/* ------------------------------
 お問い合わせ
------------------------------ */
input.txt {
  width:330px;
  border:1px solid #7f9db9;
}

input.zip {
  width:80px; 
  border:1px solid #7f9db9;
}

textarea {
  width:400px;
  height:100px;
  border:1px solid #7f9db9;
  font-size:12px;
}

.attention {
  color:#FF0000;
}


/* ------------------------------
 サイトマップ
------------------------------ */
.sitemap li {
  padding-left:18px;
  list-style:none;
  background:url(../../sitemap/images/lm_blue.gif) no-repeat 0 0.1em;
}


/* ------------------------------
 Q＆A
------------------------------ */
.q {
  color:#0066CC;
  font-weight:bold;
}

.a {
  color:#FF0000;
  font-weight:bold;
}


/* ------------------------------
 事業所一覧・地図
------------------------------ */
.bg_title {
  padding-left:12px;
  background:url(../../office/images/bg_title.jpg) no-repeat;
  height:26px;
  font-size:16px;
  font-weight:bold;
  color:#5B86CA;
}

/* ------------------------------
 トップページ
------------------------------ */
.service1,
.service2,
.service3,
.service4 {
  padding-left:55px;
  width:185px;
  height:61px;
  font-size:16px;
  font-weight:bold;
  color:#275FAC;
}

.service1 {
  background:url(../../images/ttl_01.jpg) no-repeat;
}

.service2 {
  background:url(../../images/ttl_02.jpg) no-repeat;
}

.service3 {
  background:url(../../images/ttl_03.jpg) no-repeat;
}

.service4 {
  background:url(../../images/ttl_04.jpg) no-repeat;
}
