/*######################################
四日市事務機ホームページ
style.css
CSS Version 2.0
LastModefied:2006.1.13 By kohama
######################################*/

/*########################
Global
########################*/

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color: #000000;
}

td	{
	font-size:12px;
}

th	{
	font-size:12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

img	{
	border:0px;
}

form {
	margin:0px;
	padding:0px;
}

/*-----------------------
フォント
-------------------------*/
.s {font-size: 10px;}
.m {font-size: 11px;}
.b {font-weight: bold;}
.l	{font-size:18px;}

.mizuiro {color: #6CC1C5;}
.gray_moji	{color: #646464;}
.black	{color:#000000;}
.white {color: #ffffff;}
.yellow {color: #F9F963;}

.mintyo {font-family: "ＭＳ 明朝";}

/*-----------------------
背景色
-------------------------*/

.gray_line {background-color: #646464;}

.gray {background-color: #111111;}

.maincolor {background-color: #f5f4f4;}


/*########################
contens
########################*/
/*------------------------
トップ
-------------------------*/
.top_bg {
	background-image: url(../grf/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.main_border {
	border-left: 1px solid #969595;
	border-right: 1px solid #969595;
}

/*------------------------
共通
-------------------------*/
.takasa td { line-height: 140%;}

.left {
	background-image: url(../grf/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.right {
	background-image: url(../grf/bg_right.jpg);
	background-repeat: repeat-y;
}

.border	{
	border: 1px solid #646464;
	border-width: 0px 1px 0px 0px ;
}

.border td{
	border: 1px solid #646464;
	border-width: 0px 0px 1px 1px ;
	line-height: 130%;
}

.no_b	{
	border: 1px solid #646464;
	border-width: 0px 0px 0px 0px ;
}

.tate{
	background-image: url(../grf/dot_tate.gif);
	background-repeat: repeat-y;
	background-position: right;
}

a.left_m{
	display:block;
	padding-top:3px;
	padding-bottom: 3px;
	padding-right: 16px;
	color: #664c49;
	background-image: url('../grf/m_left_off.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin:0px;
	text-decoration: none;
}	
a:hover.left_m{
	background-image: url('../grf/m_left_on.gif');
	background-repeat: no-repeat;
	color: #664c49;
	text-decoration: none;
	background-color: #ded7d1;
}

