

/*-----------------------------------------------------------*/
/* トップにチェンジhtmlが入っているため
/* bodyにフォントサイズは指定しない
------------------------------------------------------------ */


@charset "shift_jis";
* {
	margin: 0px;
	font-size: 100%;
	padding: 0px;
}

body {
	text-align: center;/*IE用センタリング対策*/
	color: #333333;
	background-color: #FFCC00;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



a:link {
	color: #FF0099;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #FF0000;
}



/*リンク画像の枠を表示しない */
a img {
	border-style : none;	/* 枠を非表示 */
	border-width : 0px;	/* 枠の幅を0pxに設定 */
	text-decoration : none;	/* 装飾を表示しない */
}



/*-----------------------------------------------------------*/
/* Mac版IEの文字化け対策
------------------------------------------------------------ */

/*Mac版IEでは表示できるフォントを指定しないと文字化けを起こすので通常は削除しない */

textarea,input,select {
		font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Helvetica", "Arial", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
}


/*-----------------------------------------------------------*/
/*カートの色など
------------------------------------------------------------ */

input {
	font-size: 11px;border-top: 1px solid;border-right:1px solid;border-bottom: 1px solid;border-left: 1px solid
}

textarea {
	background-color: #333333
}

input {
	background-color: #333333;
	border: 1px solid #CCCCCC;
	color: #FF6600;
}

select {
	background-color:#333333;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #FF6600;
}
