@charset "Shift_JIS";
/* 初期設定　オールクリア */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6 {
font-style: normal;
font-weight: normal;
font-size: 1.0em;
}

* html table {
	border-collapse:collapse;
}
*:first-child+html table {
	border-collapse:collapse;
}
caption,th {
	text-align:left; font-weight:normal;
}
table,th,td,img {
	border:0;
}
img,input {
	vertical-align:middle;
}
q:before,q:after {
	content:'';
}
ul {
	list-style: none;
}

/* 共通設定 */
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background: #FFFFFF;
	font: 0.8em/1.4em  "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3","Osaka", "sans-selif";
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
}
#container { 
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background-image:url(../../../images/bg.png);
	border-bottom: solid 1px #CCCCCC;
	/* margin: 0 auto - 自動マージン（幅と連動）により、必要に応じてページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
/*header*/
#header{
	background:url(../../../images/bg_header.gif);
	margin: 0;
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	height:198px;
}
#header1 p.h_line{
	height:6px;
	background:#074190;
}
#header1 ul.yoko{
	margin-right:10px;
}
#header1 ul.yoko li{
	font-size:0.85em;
	float: right;
	margin: 0 3px;
	padding: 0px 5px;
	background-color: #074190;
	text-align: center;
	color:white;
	height:18px;
}
#header1 a{
	color:white;
	text-decoration:none;
}
#header1 a:hover{
	color:#FC0;
}
#header2 #header2-r{
	float:left;
	width:350px;
	margin:20px 0 0 20px;
}
#header2 .h_comment{
	color:#074190;
	padding-left:45px;
}
#header2 #header2-l{
	float:right;
	margin-right:10px;
}
#header2 ul.yoko li {
	float:left;
	font-size:0.82em;
	margin:10px 3px 0 0;
	padding: 1px 3px;
	border: 1px #ccc solid;
	background-color: #F8F8F8;
}
#header2 a{
	color:#666;
	text-decoration:none;
}
#header2 a:hover{
	color:#CE2321;
}
#header2{
	clear:both;
}
#menu{
	clear:both;
	text-align:center;
	background:url(../../../images/bg_menu.png);
	width:900px;
	padding:6px 0;
}

/*左側*/
#leftside {
	float: left; 
	width: 200px; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	margin: 0;
	padding: 0; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
}	
/*各製品ページ menu*/
.h2-1{
	margin-left:20px;
}
.category-wrap{
	margin:5px;
	width:190px;
	background:#E8E8E8;
}
.category{
	width:170px;
	margin:5px;
	padding:5px;
	background:#F8F8F8;
}
.midashi{
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	padding:7px 0;
	background:#75716E;
	color:white;
	margin-bottom:2px;
}
.category h2{
	background:url(../../../images/icon/icon_list.gif) no-repeat;
	padding-left:20px;
	border-bottom:dotted 1px #CCC;
}
.category h2.hajimete{
	background:none;
	padding-left:3px;
}
.category h2 a{
	text-decoration:none;
	color:#666;
}
.category h2 a:hover{
	color:#fd3e04;
}
#leftside .bnr{
	margin:10px;
}	

/*メイン*/
#main{
	float:right;
	width:700px;
}
#main a{
	color:#074190;
}
#main a:hover{
	background:#ddf4ff;
	text-decoration:none;
}
#main .hoveroff a{
	color:#666;
}
#main .hoveroff a:hover{
	background:white;
	text-decoration:none;
}
.read{
	margin:20px 0;
	line-height:1.7em;
}
/*footer*/
#footer {
	clear:both;
	height:40px;
	background:#074190;
	margin:0;
	text-align: center;
	color:white;
	font-size: 0.85em;
	padding-top:5px;
}
#footer a{
	color:white;
}
#footer a:hover{
	color:#FC0;
}
/*共通使用CSS*/
table{
	margin:20px 0;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.red{
	color:red;
}
.oakiki{
	background:#DE82B2;
}
.officekagu{
	background:#EA5550;
}
.officekaden{
	background:#F08437;
}
.bihin{
	background:#F6AD3C;
}
.kucho{
	background:#AACF52;
}
.house{
	background:#65AADD;
}
.space{
	height:0.1px;
}
.space5{
	height:5px;
}
.space10{
	height:10px;
}
.space20{
	height:20px;
}
.smallfont{
	font-size:80%;
	font-style:italic;
}
/*main*/
#navi{
	margin:10px 0;
	font-size:0.85em;
	text-align:left;
}
.contents{
	width:650px;
	margin:0 auto;
}
h1{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.3em;
	padding:3px 7px;
	border-left:5px #666 solid;
	margin-bottom:3px;
}
h1 a{
	text-decoration:none;
}
/*What's New*/
#information{
	height:150px;
	overflow-y:scroll;
	font-size:0.85em;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:20px;
}
/*カレンダー*/
.tab{
	width:650px;
	padding:10px 0;
	text-align:center;
	margin-bottom:20px;
}
#tab4 li,#tab5 li{
	float: left;
	padding:5px 3px 0 3px;
	list-style: none;
	cursor: pointer;
	margin-right:1px;
	border-top:1px solid #CCD;
	border-left:1px solid #CCD;
	border-right:1px solid #CCD;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#tab4 li{
	width:35px;
}
#tab5 li{
	width:50px;
}
	
#tab4 li.select,#tab5 li.select{
	background: #eaf3fa;
	border-bottom:1px solid #eaf3fa;
	margin-bottom:-1px;
}
.disnon {
	display: none;
}

.content_wrap4,.content_wrap5{
	clear: left;
	width: 608px;
	height: 500px;
	background: #eaf3fa;
	padding:20px;
	border:1px solid #CCD;
}
.calender{
	border-collapse:collapse;
	background:#FFF;
	margin:0;
	font-size:95%;
}
.calender td,.calender th{
	width:83px;
	text-align:center;
	vertical-align:top;
	border:1px solid #CCD;
	padding:3px 0;
}
.calender td{
	height:50px;
}
.calender th.sunday{
	background:#D2171A;
	color:white;
}
.calender th.weekday{
	background:#666;
	color:white;
}
.calender th.saturday{
	background:#0175c2;
	color:white;
}
.calender .dayoff{
	color:#D2171A;
}
.calender .sat{
	color:#0175c2;
}
/*社内文書フォーム*/
.bz_template{
	margin-top:10px;
}
.bz_template li{
	list-style-position:inside;
	display:inline;
	padding-right:10px;
}
/*オフィス*/
googlemap{
	float:left;
}
.weather{
	float:right;
}
.address{
	text-align:left;
	line-height:1.2em;
	margin-bottom:20px;
}

/*組織図*/
.org_chart{
	text-align:center;
	border-collapse:collapse;
	font-size:90%;
}
.org h4{
	color:#77B;
	border-bottom:2px dotted #77B;
	padding:5px 10px;
	background:#DDE;
}
.org h5{
	color:#FFF;
}
.waku{
	background:#bdd;
	padding:10px 0;
}
.w_1{
	background:#a5a;
	color:white;
}
.w_2{
	background:#77b;
	color:white;
}
.w_4{
	background:#ded;
}
.w_5{
	background:#FFF;
	color:white;
}
.wakugai{
	vertical-align:top;
	padding-top:5px;
	text-align:left;
	padding-left:15px;
}
.space_yaku{
	padding-left:31px;
}
.r_line{
	border-right:solid 1px #666;
}
.t_line{
	border-top:solid 1px #666;
}
.n_line{
	border-top:solid 2px #FFF;
}
.r_text{
	text-align:right;
}
#shainsu{
	border-collapse:collapse;
	text-align:right;
}

#shainsu th,#shainsu td{
	border:1px solid #666;
	vertical-align:central;
	padding:5px 15px;
}
.wxb{
	color:#FFF;
	font-weight:bold;
}
.busho{
	background:#77B;
}
.shozoku{
	background:#7bb;
}
.bdb{
	background:#bdb;
}
.gokei{
	background:#7b7;
}

.dde{
	background:#dde;
	text-align:left;
}
.dee{
	background:#dee;
	text-align:left;
}
.total{
	border-top:double 3px #666;
}

/*newsletter*/
#newsletter td{
	height:30px;
	padding:5px 3px;
	border-bottom:1px dashed #666;
}

/*manual*/
.thumb{
	border:1px solid #ccc;
}

/*chirashi*/
.chirashi{
	margin:30px 0;
}
.chirashi h2{
	background:#EEE;
	font-weight:bold;
	letter-spacing:0.2em;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}
.chirashi h3{
	font-weight:bold;
	border-bottom:1px solid;
	width:85%;
	margin-left:10px;
	padding-left:10px;
}
.siten{
	margin:3px 0 20px 20px;
}
.siten span{
	margin-right:5px;
	font-size:90%;
	border-left:10px solid;
	padding:2px 5px;
}
.all{
	color:#999;
	}
.tokyo{
	color:#F5B090;
}
.chiba{
	color:#FCD7A1;
}
.minamikanto{
	color:#FFF9B1;
}
.chuo{
	color:#A5D4AD;
}
.nagoya{
	color:#A3BCE2;
}
.tohoku{
	color:#A59ACA;
}
.honbu{
	color:#CFA7CD;
}
	