@charset "Shift_JIS";

@import url(style.css);
/* リンク設定
溝端公認会計士事務所ローカル
--------------------------------------------------------------*/

/* コンテンツレイアウト
--------------------------------------------------------------*/
#conR{
 float:left;
 width:630px;
 margin:10px 0 0 20px;
}

#conR h2{
 margin:0 0 20px 0;
}

#conR h3{
 border:1px dotted #999999;
 padding:6px;
 color:#333333;
 margin:20px 0 15px 0;
}

#conR h4{
 background:url('../img/icon_02.gif') no-repeat 2px 9px;
 border-bottom:2px solid #3333cc;
 font-size:85%;
 text-indent:20px;
 padding:5px 0;
 margin:10px 150px 15px 0; 
}

/*テキスト
--------------------------------------------------------------*/
.text01{
 font-size:85%;
 line-height:140%;
 margin:0 0 6px 0;
}

/*所長プロフィール
--------------------------------------------------------------*/
dl.prof{
 margin:0 0 10px 10px;
 padding:0;
 font-size:85%;
 width:550px;
}

.prof dt{
 margin-bottom: -2.1em;
 padding-top: 0.5em;
 padding-left: 5px;
 width: 110px;
 font-weight:normal;
 background:url('../img/icon_01.gif') no-repeat 2px 9px;
 text-indent:10px;
 color:#333333;
 text-align:right;
}

.prof dd{
 border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	margin-left: -5px;
	padding: 1.1em 0 0.2em 140px;
}

.proflist{
 margin:0 0 20px 30px;
 padding:0;
 width:570px;
}

.proflist li{
 list-style-type:disc;
 font-size:85%;
 color:#333333;
 border-bottom:1px dotted #cccccc;
 line-height:180%;
 list-style:disc outside;
 margin:0 0 7px 0;
}

/*お問い合わせ
--------------------------------------------------------------*/
.conlist{
 margin:20px 0;
 float:right;
}

.conlist li{
 display:inline;
 margin:0 10px 0 0;
}
/*採用情報
--------------------------------------------------------------*/
.table01{
	border-spacing:0;
	border-collapse:collapse;
/*	margin:0 auto;
*/	padding:0;
	font-size:90%;
	margin-bottom:20px;
	width:100%;
}
.table01 th{
	border:1px solid #ccc;
	padding:0;
	padding:5px;
	text-align:center;
	background:#e0ffff;
}
.table01 td{
	border:1px solid #ccc;
	padding:0;
	padding:5px;
	font-size:0.9em;
}