/*----------------フォーム設定----------------*/

form {
	margin: 0px;
}

/*----------------リンク基本設定----------------*/

A:link {color:#CC0000; text-decoration:none}
A:visited {color:#CC0000; text-decoration:none}
A:hover {color:#CC0000; text-decoration:underline}
A:active {text-decoration:none}

/*----------------イメージセンター揃え----------------*/
img.header{
        vertical-align:middle;
        }

/*----------------テキスト基本設定----------------*/


.sText {
	font-size: 10px;
	line-height: 120%;
	}
	
.mText {
	font-size: 12px;
	line-height: 130%;
	}
	
.lText {
	font-size: 14px;
	line-height: 140%;
	}
	
.llText {
	font-size: 17px;
	line-height: 140%;
	}
/*--------PADDING TEXT--------*/
.mPad {
	font-size: 12px;
	line-height: 130%;
	margin: 5px;
	}
.mPad-s {
	font-size: 12px;
	line-height: 110%;
	margin: 2px;
	}
.mPad-m {
	font-size: 12px;
	line-height: 110%;
	margin: 3px 5px;
	}
/*----------------色付きテキスト設定----------------*/

/*---白テキスト---*/

.t-white-s-high {
	font-size: 10px;
	line-height: 160%;
	color: #FFFFFF;
	}
	
.t-white-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FFFFFF;
	}

.t-white-s-low {
	font-size: 10px;
	line-height: 110%;
	color: #FFFFFF;
	}

.t-white-m-high {
	font-size: 12px;
	line-height: 160%;
	color: #FFFFFF;
	}
	
.t-white-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	}
	
.t-white-m-low {
	font-size: 12px;
	line-height: 110%;
	color: #FFFFFF;
	}

.t-white-l-high {
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
	}
	
.t-white-l-middle {
	font-size: 14px;
	line-height: 140%;
	color: #FFFFFF;
	}
	
.t-white-l-low {
	font-size: 14px;
	line-height: 110%;
	color: #FFFFFF;
	}


/*---黄色---*/


.t-yellow-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FFFF00;
	}


.t-yellow-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FFFF00;
	}
	
/*---赤テキスト---*/
.t-red-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FF0000;
	}
	
.t-red-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FF0000;
	}
.t-red2-s-middle {
	font-size: 10px;
	line-height: 120%;
	color: #CC0000;
	}
/*---茶色テキスト---*/

.t-brown-m-middle {
	margin:5px 0px 0px 5px;
	font-size: 12px;
	color: #660000;
	}
.t-brown2-m-middle {
	font-size: 12px;
	color: #660000;
	}

/*---オレンジテキスト---*/

.t-orange-s-high {
	font-size: 10px;
	line-height: 160%;
	color: #FFCC00;
	}
	
.t-orange-s-middle {
	font-size: 10px;
	line-height: 140%;
	color: #FFCC00;
	}

.t-orange-m-high {
	font-size: 12px;
	line-height: 160%;
	color: #FFCC00;
	}
	
.t-orange-m-middle {
	font-size: 12px;
	line-height: 140%;
	color: #FFCC00;
	}
	
.t-orange-l-middle {
	font-size: 14px;
	line-height: 140%;
	color: #FFCC00;
	}

body {
	background: #FFFAF6 url(/common/main_bg.jpg) repeat-x;
}
.guideline {
	background: url(/link/img/guideline_bg.gif) no-repeat;
	height: 301px;
	width: 690px;
}
.goodsbg{
	background: #660000 url(/goods/img/main_bg.jpg) repeat-x;
}
.goodsbg2{
	background: #660000 url(/goods/img/main_bg.jpg) repeat-x;
}