@charset "shift_jis";

/* スタイルをクリアする
---------------------------*/ 

*{
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* 新着情報リンクスタイル
---------------------------*/
#news a:link {
	color: #003399;
	text-decoration: underline;
}
#news a:visited {
	color: #003399;
	text-decoration: underline;
}
#news a:hover {
	color: #DD2004;
	text-decoration: underline;
}
#news a:active {
	color: #DD2004;
	text-decoration: underline;
}

/* サイト内検索
---------------------------*/

form input {
  display: inline;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

dt {
	padding-bottom: 5px;
	padding-top: 10px;
}


/* ぱんくずリンクスタイル
---------------------------*/
#position {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#position a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#position a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#position a:hover {
	color: #FF6666;
	text-decoration: none;
	font-size: 10px;
}
#position a:active {
	color: #FF6666;
	text-decoration: none;
	font-size: 10px;
}

/* adobeリンクスタイル
---------------------------*/
#adobe {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#adobe a:link {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#adobe a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
#adobe a:hover {
	color: #DD2004;
	text-decoration: none;
	font-size: 10px;
}
#adobe a:active {
	color: #DD2004;
	text-decoration: none;
	font-size: 10px;
}


/* リンクスタイル
---------------------------*/

a:link {
	color: #004CA2;
	text-decoration: none;
}
a:visited {
	color: #004CA2;
	text-decoration: none;
}
a:hover {
	color: #DD2004;
	text-decoration: none;
}
a:active {
	color: #DD2004;
	text-decoration: none;
}



/* 基本スタイル
---------------------------*/

html,body{
  height: 100%;
}

.mainfont_black75 {
	font-size: 75%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black80 {
	font-size: 80%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black85 {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}

.mainfont_black85b {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}

.mainfont_black80b {
	font-size: 80%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
}

.mainfont_red_b {
	color: #FF0000;
	font-weight: bold;
}

.mainfont_red {
	color: #FF0000;
}

.font_blue80 {
	font-size: 80%;
	color: #0050D4;
	text-decoration: none;
}

.font_blue85b {
	font-size: 85%;
	color: #0050D4;
	font-weight: bold;
}

.font_black85 {
	font-size: 85%;
	color: #353535;
	text-decoration: none;
}

.font_black10 {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.font_white10 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.font_white80b {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/* 製品情報リンクスタイル
---------------------------*/

#product {
	color: #333333;
	text-decoration: none;
}
#product a:link {
	color: #004CA2;
	text-decoration: underline;
}
#product a:visited {
	color: #004CA2;
	text-decoration: underline;
}
#product a:hover {
	color: #DD2004;
	text-decoration: underline;
}
#product a:active {
	color: #DD2004;
	text-decoration: underline;
}
