@charset "UTF-8";
/*-------------------------------tag-------------------------------*/
* { margin:0; padding:0; }
html,body,h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,dl,dt,dd,form,blockquote,pre,address { 
	margin:0; padding:0; border:0; list-style-type:none; }
input,textarea,option,select { font-size:12px; line-height:1.5; }
img{ margin:0; padding:0; border:none; }

body {
	font-size:12px;
	line-height:1.5;
	background-color:#ffffff;
	color: #FFFFFF;
}
.left {float: left;}
.right {float: right;}
.align_right {text-align: right;}
/*-------------------------------見出し-------------------------------*/
h2, h3 {margin-bottom: 15px; clear: both;}
/*-------------------------------クリア-------------------------------*/
/*---▼clearfix---*/
.clearfix {
	display: inline-table;
	/* \*/ display: block;/* */
	min-height: 1px;
}
.clearfix:after {
	display: inline-table;
    content: ".";
    display: block;
    height: 0.1px;
    line-height: 0;
    clear: both;
    visibility: hidden;
}  
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* for IE 5.5-7 */
.clearfix {zoom:100%;}
/*---▲clearfix---*/
.clear {clear:both;}
.align_center {text-align:center;}
.align_right {text-align:right;}
/*-------------------------------リンク-------------------------------*/
a:link, a:visited, a:active {color: #79d6f5; text-decoration: none;}
a:hover {color: #79d6f5; text-decoration: underline;}
#pan a:link, #pan a:visited, #pan a:active {color: #ffffff; text-decoration: none;}
#pan a:hover {color: #ffffff; text-decoration: underline;}
/*-------------------------------基本レイアウト-------------------------------*/
#wrapper_top {
	width: 100%;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
}
#wrapper {
	width: 100%;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
}
#main {
	background-color: #20272f;
	width: 780px;
	margin: 0px auto;
}
#content {
	padding: 35px;
}
#footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	height: 25px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#pan {
	background-image:url(../images/pan_bg.gif);
	background-repeat:no-repeat;
	height: 18px;
	padding: 3px 0 0 8px;
	font-size: 10px;
	margin-bottom: 35px;
}
/*-------------------------------テキスト-------------------------------*/
.text {padding: 5px;}
.error {padding: 5px; color: #FF0000; margin-bottom: 10px;}
.red {color: #FF0000;}
/*-------------------------------余白-------------------------------*/
.b10 {margin-bottom: 10px;}
/*-------------------------------トップ-------------------------------*/
#top_greeting {
	width: 382px;
	float: left;
}

.top_greeting_footer {
	text-align: right;
	padding: 15px 5px 0 0;
}
#top_news {
	width: 272px;
	float: right;
	background-color: #383f46;
	padding: 20px;
	border-top: 1px solid #494d52;
	border-bottom: 1px solid #494d52;
}
.newsbox {
}
.news_day {
}
.news_tit {
	background-image: url(../images/ic_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.news_txt {
	font-size: 10px;
}
.news_line {
	margin: 10px 0;
}
/*-------------------------------お問い合わせ-------------------------------*/
table#contact_form {
	width: 550px;
}
table#contact_form th {
	background-color: #41474e;
	width: 120px;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	border-right: 3px solid #20272f;
	border-bottom: 3px solid #20272f;
}
table#contact_form td {
	padding: 5px;
	border-right: 3px solid #20272f;
	border-bottom: 3px solid #20272f;
}
/*-------------------------------監査支援-IR資料作成支援-IPO支援-デューデリジェンス・株式価値算定-------------------------------*/
#content ul {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#content li {
	background-image: url(../images/ic_01.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style-type: none;
	background-position: 0px 3px;
	margin-bottom: 10px;
}
.inspection_text {
	width: 500px;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.inspection_text img {
	float: right;
	margin-left: 3px;
}
/*-------------------------------事務所情報-------------------------------*/
#company_detail {
	width: 355px;
	float: left;
}
table.company_list {
	margin-bottom: 25px;
}
table.company_list th {
	background-color: #41474e;
	width: 60px;
	font-weight: normal;
	border-right: 3px solid #20272f;
	border-bottom: 3px solid #20272f;
}
table.company_list td {
	border-right: 3px solid #20272f;
	border-bottom: 3px solid #20272f;
}
#company_list_text {
	margin: 0 0 20px 2px;
	padding-left: 10px;
	border-left: 5px solid #3e444b;
}

#company_history_top {
	width: 340px;
	float: right;
	background-image: url(../images/company_history_top.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#company_history_bottom {
	width: 300px;
	padding: 25px 20px;
	background-image: url(../images/company_history_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.historybox {
	margin: 5px 0 20px 0;
	padding-left:5px;
	border-top: 1px solid #494d52;
	border-left: 1px solid #494d52;
}
.history_year {
	margin-top: 5px;
	width: 50px;
	float: left;
}
.history_txt {
	margin-top: 5px;
	width: 240px;
	float: left;
}
.history_other {
	margin-top: 5px;
}