/*　フォントカラー　*/
td	{
	color : #4e4e4e;
	}

h2 {
	color:#131313;
}

/*　リンク　*/
a:link 	{
	color : #2A389E;
	text-decoration : underline;
	}
a:active{
	color : #0062C7;
	text-decoration : underline;
	}
a:visited{
	color : #2A389E;
	text-decoration : underline; 
	}
a:hover	{
	color : #0062C7;
	text-decoration : underline; 
	}

/*　右ナビリンク　*/
a.grey:link,
 {
	color : #2a389e;
	text-decoration : underline;
	}
a.grey:active,
a.grey:visited,
a.grey:hover
 {
	text-decoration : none;
	}

/*　リンク下線無し　*/
a.#none:link 	{
	color : #2A389E;
	text-decoration : none;
	}
a.#none:active{
	color : #0062C7;
	text-decoration : none;
	}
a.#none:visited{
	color : #2A389E;
	text-decoration : none; 
	}
a.#none:hover	{
	color : #0062C7;
	text-decoration : none; 
	}

/*　カラー　*/
.white	{
	color : #FFFFFF;
 }

.blue	{
	color : #4E78CE;
 }

.green	{
	color : #339900;
 }
 
 .red	{
	color : #ff0000;
 }

.brown	{
	color : #CC6600;
 }
 
.grey	{
	color : #4e4e4e;
 }

.list01 {
	color:#333333;
}

#copyright	{
	color : #666666;
 }

/*背景 */
body {
      background-color: #ffffff;
}


h2{
	font-size:130%;
	font-weight:bold;
	margin: 0;
	padding: 8px 0 5px 15px;
	background: url(../images/h2_001.gif) no-repeat left center;
	background-position: left top;
	border-bottom: #c8c8c8 1px solid;
}

.h2img{
 float:right;
 min-height:25px;  
 height: auto !important;  
 height: 25px; /*IE6用*/  
 margin: -16px 0 0 0;
 _margin: -27px 0 0 0;
 padding: 0 50px 0px 0;
 background: url(../../products/images/index_ic02.gif) no-repeat 3px 0;
 zoom:1;
}

td.table01 {
	background: #efefef;
	padding:6px;
}
td.table02 {
	background: #ddecf8;
	padding:6px;
}
td.table03 {
	background: #e8f8d2;
	padding:6px;
}

td.dendo{
	text-align:right;
	margin: 0;
	padding: 8px 6px 8px 15px;
	background: url(../images/h2_002.gif) repeat-x left center;
}

.img_title{
	font-size:90%;
	font-weight:bold;
}


.m10{
	margin:10px 0 10px 0;
}

.m5_img{
	margin:5px 0 5px 0;
}

.ml10{
	margin-left:10px;
}

.mb5{
	margin-bottom:5px;
}


.menu_m10{
	margin:7px 10px 15px 10px;
}

.menu_m5{
	margin:5px 0 5px 10px;
}


.menu_mt8{
	margin-top:8px;
}


.products_bg01 {
	padding: 16px 11px 11px;
	background: url(../../products/images/products_bg001.gif) no-repeat 0 100%;
}
.products_bg02 {
	padding: 6px 11px 11px;
	background: url(../../products/images/products_bg002.gif) no-repeat 0 100%;
}
.products_bg03 {
	background: url(../../products/images/products_bg003.gif) repeat-x 0 0;
}
.products_bg04 {
	padding: 10px 3px 10px 10px;
	background: url(../../products/images/products_bg004.gif) repeat-x 0 0;
}

.note {
	color:#4e4e4e;
}


/* 2009.09.07 add */
.ml20{
	margin-left:20px;
}


/* 2009.10.07 add */
.pr15{
	padding-right:15px;
}
