/*ページ基本設定*/

body { font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; background-color: #cccccc; margin: 10px; padding: 0px; }
body, td, th { color: #666666; }
p { margin: 0px; padding: 0px; }
h1 { font-size: 16px; line-height: 130%; margin: 0px; padding: 0px; }
h2 { font-size: 14px; line-height: 130%; margin: 0px; padding: 0px; }
h3 { font-size: 12px; line-height: 130%; margin: 0px; padding: 0px; }
h4 { font-size: 11px; line-height: 130%; margin: 0px; padding: 0px; }

a:link { color: #3366ff; text-decoration: none; }
a:visited { color: #3366ff; text-decoration: none; }
a:hover { color: #ff6699; text-decoration: underline; }
a:active { color: #ff6699; text-decoration: underline; }

.link_white a:link { color: #ffffff; text-decoration: underline; }
.link_white a:visited { color: #ffffff; text-decoration: underline; }
.link_white a:hover { color: #ffffff; text-decoration: underline; }
.link_white a:active { color: #ffffff; text-decoration: underline; }

.link_gray a:link { color: #666666; text-decoration: underline; }
.link_gray a:visited { color: #666666; text-decoration: underline; }
.link_gray a:hover { color: #ff0066; text-decoration: underline; }
.link_gray a:active { color: #ff0066; text-decoration: underline; }

.link_red a:link { color: #ff0066; text-decoration: underline; }
.link_red a:visited { color: #ff0066; text-decoration: underline; }
.link_red a:hover { color: #ff0066; text-decoration: underline; }
.link_red a:active { color: #ff0066; text-decoration: underline; }


/*基本フォントサイズ設定*/

.fs10 { font-size: 11px; line-height: 130%; }
.fs10w { font-size: 11px; line-height: 150%; }
.fs12 { font-size: 12px; line-height: 130%; }
.fs12w { font-size: 12px; line-height: 150%; }
.fs14 { font-size: 14px; line-height: 130%; }
.fs14w { font-size: 14px; line-height: 150%; }
.fs16 { font-size: 16px; line-height: 130%; }
.fs16w { font-size: 16px; line-height: 150%; }


/*フォント強調色設定*/

.fc_red { color: #ff0066; }
.fc_red_b { color: #ff0066; font-weight: bold; }
.fc_black { color: #333333; }
.fc_black_b { color: #333333; font-weight: bold; }


/*基本表組み色設定*/

.tbl_color01 { background-color: #999999; }
.tbl_color02 { background-color: #cccccc; }
.tbl_color03 { background-color: #eeeeee; }
.tbl_color04 { background-color: #ffffff; }
.tbl_color05 { background-color: #ffffcc; }
.tbl_color06 { background-color: #ffcccc; }


/*商品画像枠線*/

.item_frame { border: 1px solid #cccccc; }
.item_frame_yellow { border: 1px solid #ffcc00; }


/*広告画像枠線*/

/* .ad_frame { border: 1px solid #cccccc; margin-left: 5px;} */
.ad_frame { margin-left: 5px;}


/*区切り線*/

.line_dot { border-bottom: 2px dotted #cccccc; }


/*エラー表示*/
.error { font-size: 12px; line-height: 130%; color: #ff0066; padding: 10px;}
.error_frame { font-size: 12px; line-height: 130%; color: #ff0066; padding: 10px; border: 2px solid ff0066;}

/*OSTマーク用*/
.ostmark img { width: 70px; height: 28px; border-style: none; }
