@charset "UTF-8";

/*-----------------------------------------------------------------
	All Browser CSS Reset
-----------------------------------------------------------------*/
* {
	padding: 0px;
	margin: 0px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0px;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}
caption {
	width: 100%;
}
/*-----------------------------------------------------------------
	Basic style
-----------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg) repeat-x;
	background-color: #FEFDEC;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 16px/1.7em "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*-----------------------------------------------------------------
	basic Link color
-----------------------------------------------------------------*/
a:link {
	color: #FF3399;
	text-decoration: none;
}
a:visited {
	color: #FF6699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	text-decoration: underline;
}

/*-----------------------------------------------------------------
	Float　Reset
-----------------------------------------------------------------*/
.clear {
	clear: both;
}
/*-----------------------------------------------------------------
	Font　Style
-----------------------------------------------------------------*/
span.fc_pink {
	font-weight: bold;
	color: #FF3366;
}
span.fc_blue {
	color: #0099CC;
}
span.price_s {
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}

/*-----------------------------------------------------------------
	margin　Style
-----------------------------------------------------------------*/
.margin_bottom {
	margin-bottom: 20px;
}
.margin_top {
	margin-top: 20px;
}
img.float_left {
 background-color:#FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}
img.float_right {
 background-color:#FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	float: right;
	border: 1px solid #CCCCCC;
}
.icon {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	vertical-align:middle;
}
/*-----------------------------------------------------------------
	Float　Style
-----------------------------------------------------------------*/
.f_right {
	margin: 0px;
	padding: 0px;
	float: right;
}
.f_left {
	margin: 0px;
	padding: 0px;
	float: left;
}
img, object, embed {
	max-width: 100%;!important;
	height: auto;!important;
}