/*「会計事務所通信」スタイルシート */

a:link {color: #0000CC;	text-decoration: none;}
a:visited {text-decoration: none;color: #0000CC;}
a:hover   { color: #FF0000;text-decoration: underline; }
a:active {text-decoration: none;}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.center {text-align:center}
.left {text-align:left}
.right {text-align:right}

.img_left { float:left; margin-right:15px; margin-bottom:5px;}
.img_right { float:right; margin-left:15px; margin-bottom:5px;}

.table_left { float:left; margin-right:15px; margin-bottom:5px;}
.table_right { float:right; margin-left:15px; margin-bottom:5px;}

.nowrap {white-space:nowrap}

td {line-height: 18px;}
.td00 {border:solid #CCCCCC 1px;}
.td01 {border:solid #CCCCCC 1px; padding:0px 25px}

.style1 {color: #0000A0}
.style2 {font-size:12px}
.style3 {font-size:10px}

/*トップページ*/

.top_table1{	 border:solid #6098C8 2px;margin:0px 10px 0px 10px; width:630px; padding:2px;}
.top_table2 { border:#CCCCCC solid 1px;}
.top_table3 { background-color:#F0F0F0; font-size:12px; padding:5px;}

	
.td1{background-color:#D7F0FF; font-size: 12px; font-weight:bold}
.top_td2 { width:20px; text-align:right; white-space:nowrap;}

/*青い三角矢印*/
.arrow_ao { background-color: transparent;
	background-image: url(../common/button/b_arro28.gif);
	background-repeat: no-repeat;
	background-position:10px 4px;
	padding-left:25px;
}

/*赤い三角矢印*/
.arrow_aka { background-color: #D7F0FF;
	background-image: url(../common/button/b_arro12b.gif);
	background-repeat: no-repeat;
	background-position:10px 4px;
	padding-left:25px;
	font-size: 12px; font-weight:bold
}





