@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
	height: 100%;
}
ul,
li{
	list-style:none;
	list-style-position: outside;
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	line-height:1.6;
	color:#333;
	background: #FFF url(img/bg.gif) repeat-x scroll left top ;
	height: 100%;
}
.b_bg_sub{
	background: #FFF url(img/bg_sub.gif) repeat-x scroll left top ;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

/* ------------------------------------------------------------ */
/* リンク色指定 */
/* ------------------------------------------------------------ */

#content a{ color: #4160DC; text-decoration: none;}
#content a:visit{ color: #4160DC; text-decoration: underline;}
#content a:hover{ color: #9BABEC; text-decoration: underline;}
#content a:active{ color: #4160DC; text-decoration: none;}

/* ------------------------------------------------------------ */
/* コンテナ */
/* ------------------------------------------------------------ */
#container{
	width:820px;
	height: 100%;
	min-height: 100%;
	margin:0px auto;
	position: relative;
	background:url(img/content_bg.jpg) repeat-y scroll center top;
}
body > #container {
    height: auto;
}
img.bg_left{
    position:absolute;
	top: 0px;
	left: 0px;
}
img.bg_right{
    position:absolute;
	top: 0px;
	right: 0px;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:800px;
	height:63px;
	margin:0px auto;
	border-top: 4px solid #126ADA;
}
#head #utility{
	float:right;
	margin:5px 10px 0 0;
	font-size:12px;
	text-align:right;
}
#head #utility li{
	float:left;
}
#head #utility li a{
	font-size:12px;
	margin-left:10px;
	padding-left:15px;
	background:url(img/point_link.gif) left center no-repeat;
	color:#333;
}
#head #ci{
	float:left;
	margin-left:15px;
	_margin-left:8px;
}
#head #ci h1{
	margin-top:10px;
}
#head a img{
	border:none;
}
#head .logo2{
	border:none;
	margin:0;
	padding:0;
	clear:both;
}

/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */
#mainmenu{
	width:799px;
	margin:0px auto;
	padding-left: 1px;
	height:40px;
	overflow: hidden;
}
#mainmenu ul{
	height:40px;
	margin:0 auto;
	width:799px;
	background:url(img/mainmenu_li_bg.jpg) right top no-repeat scroll;
	float:left;
}
#mainmenu li{
	float:left;
	text-align:center;
	font-size:12px;
}
#mainmenu li a{
	display:block;
	width:133px;
	height:32px;
	padding:8px 0 0 0px;
	color:#333;
	text-decoration:none;
	background:url(img/mainmenu_li_bg_b.jpg) no-repeat scroll left bottom;
}
#mainmenu li a:hover{
	color:#555;
	text-decoration:underline;
}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:800px;
	margin:0px auto 40px auto;
	padding-top: 35px;
	font-size:12px;
	background:url(img/mainarea_bg.jpg) left top repeat-x;
}
#main a img{
	border:none;
}
#main a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* VI */
/* ------------------------------------------------------------ */
#vi{
	width:800px;
	height:235px;
	margin:0px auto 1px auto;
	color:#FFF;
    position: relative;
}
#sub-vi{
	width:800px;
	height:90px;
	margin:0px auto 1px;
	padding: 0px 0 0 0px;
	background:url(img/content_h2_bg.jpg) left top no-repeat;
}
#vi img{
    vertical-align: bottom;
}
#vi h2{
	font-size:18px;
	padding:75px 0 10px 40px;
	font-weight:bold;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sidearea{
	float:right;
    width:180px;
	margin-right: 20px;
	display: inline;
}
#sidearea img.sidebar_cap{
    vertical-align: bottom;
	display: block;
	float: left;
}
#sidebar{
	float:left;
	width:164px;
	background-color:#EEE;
	padding:0px 8px;
}
#sidebar h3{
	font-size:12px;
}
#sidebar p{
	margin:0 0 10px 0;
}

#sidebar .office p{
	padding:0;
	margin:0;
}
#sidebar .office{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content{
	float:left;
	width:550px;
	margin:0 0 0 20px;
	_margin:0 0 0 10px;
}
#content img.content-img{
    border: 1px solid #CCC;
}
#sub-vi h2{
	color:#FFFFFF;
	font-size:20px;
	font-weight: bold;
	margin: 0px;
	padding: 30px 0 0 30px;
}
#content h3{
	width:507px;
	height: 33px;
	line-height: 33px;
	background:url(img/content_h3_bg.jpg) left bottom no-repeat;
	color:#333;
	font-size:15px;
	padding:0px 20px;
	margin:0 0 10px 0;
	border: 1px solid #DBDBDB;
}
#content h4{
	font-size:14px;
	margin:0 0 0px 0px;
	padding:0;
}

#content .home_section{
	margin:0;
}

#content .section_second{
	margin:0 0 10px 0;
}

#content .section{
	margin:0 0 20px 0;
}

#content table{
	margin:5px 0 0 0;
}
#content td{
	padding:0px 7px 0px 7px;
}
#content th{
	text-align:left;
	width:85px;
	padding:7px;
	color: #555;
}

#content .left{
	padding-left:0;
}

#content .right{
	padding-right:0;
}

#content .report p{
	margin:0;
	padding:0;
}

/* 画像付きテーブル */

#content .top_link{
	margin:5px 0 0 0;
}

#content .top_link a{
	padding-left:20px;
	background:url(img/point_link.gif) left center no-repeat;
}

#content .top_link a{ color: #4160DC; text-decoration: none;}
#content .top_link a:visit{ color: #4160DC; text-decoration: underline;}
#content .top_link a:hover{ color: #9BABEC; text-decoration: underline;}
#content .top_link a:active{ color: #4160DC; text-decoration: none;}

#content .report_list_top{
	border-bottom:1px dotted #ccc;
	padding:3px 0 0px 0;
}

#content .report_list_top td{
	padding-bottom:10px;
}

#content .report_list{
	border-bottom:1px dotted #ccc;
	margin:0 0 10px 0;
}

#content .report_list td{
	padding-bottom:10px;
}

#content .report_link{
	background:url(img/topics_link.gif) left center no-repeat;
	padding:0 0 0 15px;
	float:right;
	margin:5px 0 0 0;
}

#content .report_link a{ color: #000066; text-decoration: none;}
#content .report_link a:visit{ color: #000066; text-decoration: underline;}
#content .report_link a:hover{ color: #000066; text-decoration: underline;}
#content .report_link a:active{ color: #000066; text-decoration: none;}

.this{
	margin:0 0 20px 0;
	padding:0;
	clear:both;
}

/* トピックス */
	
#content table.news{
	border-top:dotted 1px #CCC;
}
#content table.news td{
	border-bottom:dotted 1px #CCC;
	padding:5px;
}
#content table.news th{
	border-bottom:dotted 1px #CCC;
	background:url(img/topics_link.gif) left 12px no-repeat;
	padding:0 0 0 15px;
	font-weight:normal;
}

#content table.news a{ color: #000066; text-decoration: none;}
#content table.news a:visit{ color: #000066; text-decoration: underline;}
#content table.news a:hover{ color: #000066; text-decoration: underline;}
#content table.news a:active{ color: #000066; text-decoration: none;}

/* プロフィール */

.profile{
	border-collapse:collapse;
	width:549px;
}

.profile-img{
		border:1px solid #ccc;
		padding:5px;
}

.profile th,
.profile td{
	border:1px solid #ccc;
	font-weight:normal;
	padding:0 5px 0 5px !important;
}

.profile th{
	background:#4386EB;
	border-right:none !important;
	border-bottom:1px solid #fff !important;
	color:#fff !important;
	text-align:center !important;
	vertical-align:middle;
	height:47px;
}

.profile td{
	border-left:none !important;
}

.profile .bottom{
	border-bottom:1px solid #ccc !important;
}

.person{
	border:none !important;
	text-align:center;
}

.career{
	border-collapse:collapse;
	width:549px;
}

.career th,
.career td{
	border:1px solid #ccc;
	font-weight:normal;
	padding:5px !important;
}

.career th{
	background:#4386EB;
	border-right:1px solid #fff !important;
	border-bottom:none !important;
	color:#fff !important;
	text-align:center !important;
	vertical-align:middle
}

.career .career_content{
	border-right:1px solid #ccc!important;
}

.career .era{
	background:#F2F3F4;
}

.career .top{
	border-top:none !important;
}

.career .year{
	text-align:center;
}

/* メッセージ */



/* 事務所のご案内 */

#content .access_list{
	border-bottom:1px dotted #ccc;
	padding:0 0 0px 0;
	margin:0 0 10px 0;
}

#content .access_list p{
	margin:0 0 1em 0;
	padding:0;
}

/* リンク */

.link_list{
	border-top:1px dotted #ccc;
	border-collapse:collapse;
}

.link_list th,
.link_list td{
	border-bottom:1px dotted #ccc;
	vertical-align:middle;
	padding:5px 0 5px 0 !important;
}
.link_list th span{
	color:#4160DC;
	padding:0 5px 0 0 !important;
}

#content .link_list a{ color: #4160DC; text-decoration: none;}
#content .link_list a:visit{ color: #4160DC; text-decoration: underline;}
#content .link_list a:hover{ color: #9BABEC; text-decoration: underline;}
#content .link_list a:active{ color: #4160DC; text-decoration: none;}

/* ご意見・お問い合わせ */

.inquiry table th,
.inquiry table td{
	padding:5px !important;
        border:1px solid #ccc;
}

.inquiry table{
        border-collapse:collapse;
}


/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer{
	width:760px;
	margin:0px auto;
	padding:7px 0 30px 0px;
	font-size:10px;
	text-align:center;
	clear: both;
	color:#333;
	border-top: 2px solid #CCC;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}
