﻿@charset "UTF-8";

/*★基本の設定★*/
body {
	background-color: lightyellow;
	color: #632d00;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	width: 819px;
	margin: 0px 0px;
	text-align: center;
	}

.dl_bottom {
	border-bottom: 1px solid #ffffff;
	}

h3 {
	color: #a60000;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;
	}

.clear_both {
	clear: both;
	}

/*★内枠の設定★*/
#wrapper {
	background-color: #ffffe0;
	border: 1px solid #a50000;
	margin: 1px auto;
	width: 819px;
	}

#space {
	background-color: lightyellow;
	}

/*★リンクの設定★*/
a:link {
	color: blue;
	text-decoration: underline;
	}

a:visited {
	color: red;
	text-decoration: underline;
	}

a:hover {
	color:green;
	text-decoration: underline;
	}

#frame a:link {
	color: #a60000;
	}

#frame a:visited {
	color: #a60000;
	}

#frame a:hover {
	color: red;
	}

/*★ヘッダーの設定★*/
#header {
	width: 819px;
	height: 80px;
	background: #ffffe0 url(../img/head.jpg) no-repeat;
	text-align: right;
	}

#header_logo {
	width: 252px;
	height: 60px;
	float: left;
	padding: 0px 0px; /*余白を考慮した画像にした場合の設定*/
	}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 10px 0px 0px;
	}

.head_text {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding: 20px 20px 0px 0px;
	}

/*★フッターの設定★*/
#footer {
	width: 819px;
	height: 40px;
	background: url(../img/footer.jpg) no-repeat;
	color: #a60000;
	text-align: center;
	font-size: 10px;
	line-height: 2.0em;
	}

#footer h2 {
	margin: 10px auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 0.5em;
	}

/*●メニュー項目(上)の設定●*/
#menubar {
	width: 819px;
	height: 33px;
	margin: 0px auto;
	}

#menubar a{
	background: url(../img/menu_bg.jpg) no-repeat;
	color: #7e0000;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 0px 10px;
	width: 107px;
	height: 23px;
	}

#menubar a:hover {
	background: url(../img/menu_bg.jpg) 0px 33px;
	text-decoration: none;
	}

/*●タイトルの設定●*/
#title_h {
	background: url(../img/title_h_bg.jpg) no-repeat;
	color: #a50000;
	font-size: 20px;
	font-weight: normal;
	width: 809px;
	height: 33px;
	padding: 7px 0px 0px 8px;
	}

/*●本文の設定●*/
#content_secondary {
	margin: 1px auto;
	text-align: left;
	}

/*●内容の設定●*/
.office_pic {
	float: left;
	width: 295px;
	}

#naiyou {
	padding: 5px 5px 5px 5px;
	width: 805px;
	border-bottom: 1px solid #632d00;
	}

#naiyou_left img{
	width: 295px;
	height: 200px;
	}

#naiyou_right {
	width: 510px;
	height: 200px;
	}

#naiyou_right1{
	width: 120px;
	}

#naiyou_right2{
	width: 380px;
	}

#naiyou_right img{
	height: 17px;
	width: 64px;
	}

#naiyou h3{
	color: #632d00;
	font-size: 24px;
	}

/*●詳細の設定●*/
.office_detail {
	background: url(../img/office_detail_bg.gif) repeat-y;
	margin: 15px 0px;
	width: 815px;
	}

.office_detail h3 {
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0px 0px 5px;
	}

.office_d_left {
	float: left;
	width: 120px;
	}

.office_d_right {
	background-color: #ffffff;
	float: left;
	width: 690px;
	}

.office_detail dl {
	border-top: 1px solid #e3d9d0;
	clear: both;
	margin: 0px;
	padding: 0px;
	}

.office_detail dt {
	border-bottom: 1px solid #e3d9d0;
	clear: both;
	color: #632d00;
	float: left;
	width: 6em;
	padding: 8px 10px;
	}

.office_detail dd {
	border-bottom: 1px solid #e3d9d0;
	margin-left: 6em;
	padding: 8px 5px;
	}

/*●トピックスの設定●*/
#topix {
	background-color: white;
	border: 2px solid #632d00;
	width: 265px;
/*	height: 258px; */
	height: 210px;
	}

#topix_moji {
	background-color: white;
	border: 2px solid #632d00;
	width: 250px;
	height: 20px;
	margin: 5px 5px 5px 5px;
	font-weight: bolder;
	font-size: 18px;
	padding: 0px 0px 0px 0px;
	}

#topix dl {
	border: 2px solid #632d00;
	background-color: white;
	margin: 0px;
	padding: 5px 0px;
	overflow-y: scroll;
	width: 250px;
/*	height: 203px; */
	height: 160px;
	margin: 5px 5px 5px 5px;
	}

#topix dt {
	clear: both;
	color: red;
	float: left;
	width: 6em;
	font-size: 12px;
	}

#topix dd {
	margin-left: 6em;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	}

/*●トピックス(下)【会社情報】●*/
#frame_box {
	background-color: white;
	width: 265px;
/*	height: 120px; */
	height: 100px;
	border: 2px solid #632d00;
	padding: 0px 0px 0px 20px;
	text-align: left;
	}

#frame_title {
	color: #a60000;
	line-height: 1em;
	font-size: 16px;
	font-weight: bold;	
	}
