/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}
/* リンク下線なし */
a{
	text-decoration : none;
	}
/* リンク */
a:link { color: #186A94; } 
a:visited { color: #186A94; } 
a:hover { color: #186A94; } 
a:active { color: #186A94; } 
/* フロート類 */
.fl{
	float : left;
	}
.fr{
	float : right;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}

.f10{
	font-size : 10px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
/* 赤文字 */
.red{
	color : #E55D7A;
	}
.blue{
	color : #2C6693;
	}
/* h */
h1{
	color : #186A94;
	font-size : 12px;
	margin : 0px;
	}
h1 a:link { color: #186A94; } 
h1 a:visited { color: #186A94; } 
h1 a:hover { color: #186A94; } 
h1 a:active { color: #186A94; } 
h2{
	font-size : 14px;
	color : #818181;
	margin : 0;
	margin-left : 10px;
	margin-top : 60px;
	}
h3{
	font-size : 18px;
	margin : 0;
	color : #818181;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
table{
	font-size : 12px;
	line-height : 1.8em;
	}

/* ボディ全体 */
body{
	margin : 0;
	font-size : 12px;
	color : #4A4A4A;
	line-height : 1.8em;
	}
#all{
	background : url('img/all_bg.jpg') repeat-y;
	width : 765px;
	}
#content{
	width : 727px;
	margin-left : 20px;
	padding : 5px 0 0 0;
	}
/* ヘッダー */
#head{
	background : url('img/head_bg.jpg') no-repeat;
	padding : 28px 0 18px 39px;
	}
#flash{
	margin : 3px 0 10px 0;
	}
#wrapp{
	background : url('img/wrapp_bg.jpg') repeat-y;
	margin : 10px 0;
	}

/* メニュー */
#menu{
	float : left;
	width : 160px;
	padding-top : 30px;
	}
	.menus{
		margin-left : 4px;
		}
#menu dl{
	width : 145px;
	margin : 10px 0 30px 10px;
	line-height : 1.3em;
	}
#menu dd{
	margin-left : 10px;
	margin-top : 10px;
	}

/* フッター */
#foot{
	clear : both;
	}

/* 右コンテンツ */
#right_content{
	margin-left : 173px;
	padding-top : 0px;
	width : 551px;
	}
	.text{
		width : 500px;
		margin-left : 25px;
		}
		
/* 新着情報 */
#new{
	width : 551px;
	background : url('img/new_title.jpg') no-repeat;
	border : solid 1px #DDDDDD;
	margin : 0 0 30px 0;
	}
	.new{
		overflow : auto;
		margin : 30px 0 0 0;
		height : 100px;
		}
	.news{
		width : 470px;
		margin : 10px 20px 0 30px;
		}
	
/* 会社案内ページ */
	.info_table{
		width : 500px;
		margin : 30px 0 50px 25px;
		text-align : left;
		border : solid 1px #f3f3f3;
		}
	.info_table th{
		width : 100px;
		font-weight : normal;
		background : #1275A6;
		color : #fff;
		}
	.info_table td{
		background : #f3f3f3;
		}
	.info_map{
		margin : 30px 0 50px 25px;
		}

/*在庫機械情報*/
	.category_title{
		font-size : 16px;
		font-weight : bold;
		color : #3077B9;
		border-bottom : solid 1px #aaa;
		padding : 0 0 0 5px;
		}
		