@charset "UTF-8";

.box_shop {
	background-image: url(http://www.pg-gauze.jp/skins/home/shop_y.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.box_d {
	background-image: url(http://www.pg-gauze.jp/skins/home/shop_x.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.relate_div {
	background-image: url(http://www.pg-gauze.jp/skins/home/relat_y.gif);
	background-repeat: repeat-y;
	background-position: center 5px;
}

.relate_sp {
	background-image: url(http://www.pg-gauze.jp/skins/home/relat_x.gif);
	background-repeat: repeat-x;
	background-position: top;
}

TD.main, P.main {
FONT-FAMILY: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, "Trebuchet MS", verdana, arial, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

#foot_bg {
	padding: 0px;
	height: 20px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.left_cb {
	background-color: #FFFFFF;
	padding-left: 35px;
}

body {
	FONT-FAMILY: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, "Trebuchet MS", verdana, arial, sans-serif;
	line-height: 130%;
	color: #505050;
	background-color: #e4ecee;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
div#inbox{
	width: 774px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA{
FONT-FAMILY: "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, Osaka, "Trebuchet MS", verdana, arial, sans-serif;/* フォントファミリ */
}

img{
	border: none;
}

strong{
	font-weight: bolder;
}

form{
	margin: 0;
	padding: 0;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.alignleft{
	text-align: left;
}

.alignright{
	text-align: right;
}

.aligncenter{
	text-align: center;
}

.clearboth{
	clear: both;
	display: none;
}

/* -------------------------------------
　　パーツのスタイル
------------------------------------- */

/* --- 一覧表示の奇数行用 --- */

.odd{

}

/* --- 一覧表示の偶数行用 --- */

.even{

}

/* --- 入力フォームのタイトル幅揃え用 --- */

.formh{
	width: 8em;
}

/* --- 入力フォームのTEXTAREA --- */

textarea {
	width: 100%;
}

/* --- レジチェックボックス・マウスオフ --- */

.moduleRow {
	background-color: #FCF5DA;
}

/* --- レジチェックボックス・マウスオーバー --- */

.moduleRowOver {
	background-color: #F8EBB1;
	cursor: hand;
}

/* --- レジチェックボックス選択行 --- */

.moduleRowSelected {
	background-color: #F8EBB1;
}

/* --- 「ご注文の最終確認」ページ「変更」文字 --- */

.orderEdit {
	color: #990000;
	text-decoration: underline;
}

/* --- メッセージ（こんにちは、○○さん～） --- */

.greetUser {
	color: #990000;
	font-weight: bold;
}

/* --- 商品価格 --- */

.productPrice {
	color: #505050;
}

/* --- 本体価格 --- */

.productHontaiPrice {
	color: #505050;
}

/* --- 通常価格 --- */

.productRegularPrice {
	color: #ff0000;
	font-weight: bold;
}

/* --- 特価商品価格 --- */

.productSpecialPrice {
	color: #ff0000;
	font-weight: bold;
}

/* -------------------------------------
　　エラー表示・情報表示のスタイル
------------------------------------- */

div.messageBox {
	margin-bottom: 0.5em;
}

div.messageBox p{
	padding: 2px;
}

div.messageBox p.messageStackError, p.messageStackWarning{
	background-color: #FFE6E6;
}

div.messageBox p.messageStackSuccess{
	background-color: #F8EBB1;
}

/* --- 一番上で表示されるエラー --- */

#errorBox{
	background-color: #F8EBB1;
	font-weight: bold;
}

#headerError{
	background: #ff0000;
	font-weight: bold;
	color: #ffffff;
}

#headerInfo{
	background: #00ff00;
	font-weight: bold;
	color: #ffffff;
}

/* --- フォームの入力案内 --- */

.notice_s{
	font-size: 90%;
	color: #B7B7B7;
}

/* --- フォームの入力エラー --- */

.error_s{
	font-size: 90%;
	color: #990000;
}

/* --- 注意・警告 --- */

.warning{
	color: #990000;
}

/* --- エラー --- */

.error{
	color: #990000;
}

/* --- 注意・警告（強調） --- */

.warning_bold{
	color: #990000;
	font-weight: bold;
}

/* --- エラー（強調） --- */

.error_bold{
	color: #990000;
	font-weight: bold;
}

/* -------------------------------------
　　ヘッダー用スタイル
------------------------------------- */

div#header td{
	font-size: 85%;
	color: #505050;
	padding: 0px;
}

div#header td.navigation {
	background: #ccd4e4;
	color: #505050;
}

div#header a{
	color: #505050;
}

div#header a:hover{
	color: #FFFFFF;
}

/* -------------------------------------
　　フッター用スタイル
------------------------------------- */

div#footer td{
	font-size: 75%;
	color: #505050;
	padding: 3px;
}

div#footer td.footer_info {
	background: #ccd4e4;
	color: #505050;
}

div#footer td.footer {
	color: #ffffff;
	text-align: center;
}

div#footer a{
	color: #FFFFFF;
}

div#footer a:hover{
	color: #AABBDD;
}

/* -------------------------------------
　　レイアウトテーブル
------------------------------------- */

td#contentsleft,td#contentsright,td#contentsmain{
	vertical-align: top;
}

td#contentsleft{
	width: 200px;
}

td#contentsmain{
	background: #ffffff;
	padding: 15px;
}

td#shopping_main{
	background: #ffffff;
	width: 98%;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
/* -------------------------------------
　　左側ナビ
------------------------------------- */


#contentsleft_menu{
	font-size: 80%;
	line-height: 130%;
	color: #505050;
	padding-right: 3px;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentsleft_menu dl{
	margin-bottom: 1em;
	height: 100%;
}

#contentsleft_menu dt{
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}

#contentsleft dd{
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 2px;
}

#contentsleft_menu dd.center {
	text-align: center;
	padding-bottom: 5px;
}


/* -------------------------------------
　　右側ナビ
------------------------------------- */

div#contentsright{
	font-size: 70%;
	line-height: 130%;
	color: #505050;
}

div#contentsright table {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

div#contentsright table.cart th {
	background: #339933;
}


div#contentsright td {
	font-size: 70%;
	line-height: 130%;
	color: #505050;
	padding: 3px;
	background: #fffcf3;
}

div#contentsright th {
	font-size: 70%;
	color: #ffffff;
	line-height: 130%;
	padding: 1px;
	text-align: center;
	font-weight: bold;
}

/* -------------------------------------
　　メインコンテンツ
------------------------------------- */

div#contentsmain {
	font-size: 75%;
	line-height: 130%;
	color: #505050;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
}

div#contentsmain .small{
	font-size: 90%;
	line-height: 130%;
	color: #505050;
}

div#contentsmain h1 {
	font-size: 120%;
	color: #505050;
	line-height: 130%;
	margin-bottom: 1em;
	padding-left: 0.3em;
	margin-right: 100px;
	font-weight: bold;
}

div#contentsmain h2{
	font-size: 90%;
	color: #505050;
	line-height: 130%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	font-weight: bold;
	background: #eeeeee;
}

div#contentsmain h3{
	font-size: 90%;
	color: #505050;
	line-height: 130%;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.3em;
	background: #eeeeee;
	font-weight: bold;
}

div#contentsmain th {
	font-size: 75%;
	line-height: 130%;
	color: #505050;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#contentsmain td {
	font-size: 75%;
	line-height: 130%;
	color: #505050;
}


/* --- ボックス --- */

div#contentsmain div{
	clear: both;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* --- ボックス（通常用） --- */

div#contentsmain div.main{
}

/* --- ボックス（レビュー用） --- */

div#contentsmain div.reviews{
	clear: none;
}

/* --- ボックス（画面下のボタン用） --- */

div#contentsmain div.navi{
	margin-bottom: 2.0em;
}

/* --- ボックス（一覧表示の上部用） --- */

div#contentsmain div.header{
	margin-top: 0em;
	margin-bottom: 0.5em;
}

/* --- ボックス（一覧表示の下部用） --- */

div#contentsmain div.footer{
	padding-top: 0.5em;
}

/* --- ボックス（情報ボックス用） --- */

div#contentsmain div.infobox {
	margin-top: 3px;
	border: 1px solid #CCCCCC;
}

/* --- ボックス（情報ボックスに縦線を入れる用） --- */

div#contentsmain div.infoboxsp {
	border-right: 1px solid #ccd4e4;
}

/* --- ボックス（情報ボックス内、子ボックス用） --- */

div#contentsmain div.formarea {
	margin: 0;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}

/* --- ボックス（案内ボックス用） --- */

div#contentsmain div.infoboxnotice {
	margin-top: 3px;
	border: 1px solid #FF8E90;
	background: #FFE6E6;
}

/* --- ボックス（商品ページ・商品ボックス用） --- */

div#contentsmain div.plainbox{
	padding: 0.5em;
}

div#contentsmain div.navi p, div.header p, div.footer p{
	margin: 0;
	padding: 0;
}

/* -------------------------------------
　　<table>用スタイル
------------------------------------- */

/* --- 情報ボックス（コンテンツ） --- */

.infoBoxContents {
	background: #ffffff;
}

/* --- 案内情報ボックス（コンテンツ） --- */

.infoBoxNoticeContents {
	background: #FFE6E6;
}

/* --- TR：商品一覧（タイトル） --- */

TR.productListing-heading {
	background: #ccd4e4;
}

/* --- TD：商品一覧（タイトル） --- */

TD.productListing-heading {
	background: #ccd4e4;
	color: #505050;
	font-weight: bold;
	font-variant: small-caps;  /* 文字異体（全て大文字にする） */
}

/* --- TD：アドレス帳、レビュー一覧等の項目名 --- */

TD.tableHeading {
	font-weight: bold;
}

/* -------------------------------------
　　リンク装飾設定
------------------------------------- */

a:link, a:visited, a:active, a:hover {
	font-size: inherit;
}

a:link, a:active {
	color: #428591;
	text-decoration: none;
}
a:visited, a:hover {
	color: #428591;
	text-decoration: none;
}

div#calendar table {
	border:1px #DDDDDD solid;
	border-collapse:collapse;
}

div#calendar td {
	border:1px #DDDDDD solid;
	padding:3px;
	text-align:center;
	font-size: 12px;
}

div#calendar td.calendarTitle {
	background-color:#E6E6E6;
}

div#calendar td.calendarSun,div#calendar td.calendarSat,div#calendar td.calendarWek{
	font-weight:bold;
}

div#calendar td.calendarSun {
	background-color:#FFFFFF;
	color:#990000;
}

div#calendar td.calendarSat {
	background-color:#FFFFFF;
}

div#calendar td.calendarWek {
	background-color:#FFFFFF;
}

div#calendar td.calendarBHol {
	background-color:#efefef;
	color:#990000
}

div#calendar td.calendarBWek {
	background-color:#FFFFFF;
}
td.copy {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 9px;
	color: #C1C1C1;
}
/*
 ////////////  wata-remark //////////////
 package of osca2-pre-0.0.5
 download from www.greenwich.co.jp/dlrank/dlranklog.cgi?dl=osca2p5

 //////////// orginal credit ///////////
 $Id: stylesheet.css,v 1.3 2005/02/01 16:04:15 hiroyuki Exp $
*/


