@charset "utf-8";
/* CSS Document */
body{
	font-size:small;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	background:whitesmoke;
	background-image:url(bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
	line-height:120%;
	color:dimgray;
}
a:link {color:royalblue;text-decoration:none;}
a:visited {color:royalblue;text-decoration:none; }
a:hover {color:#FF9900;text-decoration:underline;}
/*ヘッダーリンク*/
a.header{
	text-decoration: none;
	color:#333333;
	font-size: 12px;
}
a:visited.header {
	text-decoration: none;
	color:#333333;
	font-size: 12px;
}
a:hover.header {
	text-decoration: underline;
	color:#FF9900;
	font-size: 12px;
}

/*文字サイズ*/
.moji_s{
	font-size:smaller;
}
/* 文字サイズ10 */
.moji_10px{
	font-size:10px;
}

/*パンくず*/
.pankuzu_main{
	font-size:9px;
	background-color:whitesmoke;
	padding:5px 10px;
}
/*製品ページ*/
.pankuzu_pro{
	font-size:9px;
	background-color:whitesmoke;
	padding:5px 10px;
}

