@charset "utf-8";

/*基本設定*/


body
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
   color:#444444;
   line-height:20px;
}

td{
	vertical-align:top;
	}

a {
	color: #333333;
	}

a:hover{
	color: #0C6FBA;
	}

a.selected{
	color:#F07E19;}

table{
	padding:0;
	margin:0;
	}


img{
	border : 0;
	}

h3{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	}

/*タイトルバナーのマージン*/
.tit_bnr{
	margin-bottom:20px;
	}

/*コンテンツテーブルの左寄せ*/

#contents,#company-info
{
text-align:left;
}

/*フォント周り*/

h2.title{
	padding-left:3px;
	font-size:14px;
	color:#333333;
	border-left: solid 7px #076ABE;
	position:relative;
	left:20px;
	}

h2.subtitle{
	padding-left:3px;
	font-size:14px;
	color:#666666;
	border-left: solid 7px #62A8D6;
	position:relative;
	}

h2.ant-subtitle{
	padding-left:3px;
	font-size:14px;
	color:#ffffff;
	border-left: solid 7px #076ABE;
	position:relative;
	}


.K10
	{
	font-size:10px;
	line-height:12px;
	}

	
.KB12
	{
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	}


.KB14
	{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	}

.K14
	{
	font-size:14px;
	line-height:24px;
	}

.M12
	{
	font-family: serif;
	font-size:12px;
	line-height:20px;
	color:#444444;
	}

.MB12
	{
	font-family: serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#444444;
	}


.M18
	{
	font-family: serif;
	font-size:18px;
	line-height:24px;
	}

/*ひまわりのスケジュールの週末の色*/

.color-sat{
	color:#254AD4;
	}


.color-sun{
	color:#AE1F1F;
	}

/*記事一段組*/
.article,
#article{
	width:780px;
	text-align:center;
	margin:auto;
	margin-bottom:15px;
	}

.inner_article{
	text-align:left;
	clear:both;
	margin:30px;
	}



/*右カラム*/


.center_article{
	width:515px;
	margin-right:15px;
	text-align:left;
	float:left;
	clear:left;
	}



.right_menu{
	float:right;
	clear:right;
	width:250px;
	text-align:left;
	}

.bg_black{
	background-color:#222222;
	color:#eeeeee;
	padding:0px 3px 1px 3px;
	}

/*あしたかページ3段コラム*/

.left_3column{
	margin:0px;
	width:250px;
	float:left;
	text-align:left;
	}

.center_3column{
	margin:0px 15px;
	width:250px;
	float:left;
	text-align:left;
	}

.right_3column{
	width:250px;
	text-align:left;
	float:left;
	}


/*ティアドロップのバナータイトル*/


.water_tit{
background: url("images/teardrop.gif");
background-repeat: no-repeat;
background-position: left;
height:28px;
padding-left:20px;
padding-top:8px;
padding-bottom:0px;
margin-bottom:5px;
margin-top:5px;
	}


/*会社案内ページ用*/

a.company-menu{
	}

a:hover.company-menu{
	color:#EB8E16;
	
	}
	
.company_menu{
	line-height:32px;
	font-size:14px;
	text-align: right;
	margin-right:25px;
	}


/*成分分析の表*/

tr.odd{
	background-color:#f3f3f3;
	}

/*画像の配置*/

.position-right{
	margin-left:15px;
	float:right;
	clear:right;
	}

.position-left{
	margin-right:15px;
	float:left;
	clear:left;
	}

/*MTのコピーライト*/

#mt_right{
	text-align: right;
	margin-right:12px;
	margin-bottom:8px;
	font-size: 10px;
	color:#777777;
	line-height:14px;
	}


