* {
	margin: 0;
	padding: 0;
}

/* -------- Main Body Formatting -------- */

html {
	height: 100%;
}

body {
	background-color: #FFF;
	font-family:"ＭＳ Ｐゴシック",Osaka, Verdana, sans-serif;
	font-size: 100%;
	color: #000;
}

#maintopdots #middledot {
	display: none;
}

#mainwrapper {
	background-color: #FFF;
	width: 100%;
}


/* -------- Left Side Formatting -------- */

#leftside {
	width: 220px;
}

img {
	border: 0 none;
}

#leftside a.returnlink {
	display: none;
}

#thicknavline {
	display: none;
}

/* -------- Global Navigation Formatting from main site -------- */

#globalNavi {display: none;}

/* -------- Right Side Formatting -------- */

#rightside {
	text-align: left;
	width: 100%;
}

#productname {
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: -0.04em;
	height: 43px;
	margin-top: 21px;
}

#topline {
	border-bottom: #E5E5E5 1px solid;
	height: 83px;
}

.category {
	font-size: 1.2em;
	margin-top: 1.7em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.question {
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0.9em 0.9em 0.9em 2.8em;
	text-indent: -1.7em;
	margin: 1em 0em;
	background-color: #EEE;
	color: #000;
	border-top: #E5E5E5 1px solid;
}

.answer {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0em 3em 2em 4.6em;
	text-indent: -1.6em;
	color: #000;
}

p {
	margin-bottom: 1em;
}

a:link, a:visited {
	text-decoration: none;
	color: #AE0D15;
}

a:hover, a:active {
	text-decoration: none;
	color: #E3666D;
}

.footer {
	clear: both;
	font-size: 0.6em;
	color: #000;
	margin-left: 10px;
	padding-bottom: 4px;
}