* {
	margin: 0;
	padding: 0;
}

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

html {
	height: 100%;
}

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

#maintopdots {
	width: 990px;
	height: 2px;
	margin: 0 auto;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	overflow: hidden; /* IE6 bug fix */
}

#middledot {
	width: 238px;
	height: 2px;
	border-right: #000 1px solid;
}

#mainwrapper {
	background: url("/images/main_bg.gif") repeat-y;
	width: 992px;
	margin: 0 auto 0 auto;
}


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

#leftside {
	float: left;
	width: 220px;
	padding: 78px 10px;
}

#leftside > p {
	margin-top: 1.2em;
	text-align: left;
}

#logo {
	margin: 0 0 10px;
	padding: 0;
	height: 53px;
}

img {
	border: 0 none;
}

#leftside a.returnlink {
	height: 39px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}

#leftside a.returnlink:link, #leftside a.returnlink:visited {
	background: url("/images/FAQbackbutton.gif") no-repeat 0px 0px;
	width: 220px;
}

#leftside a.returnlink:hover, #leftside a.returnlink:active {
	background: url("/images/FAQbackbutton.gif") no-repeat 0px -39px;
	width: 220px;
}

#thicknavline {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: #000 3px solid;
}

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

#globalNavi {margin:30px 0 0;padding:0;clear:both;width:220px;}
#globalNavi ul {margin: 0;padding: 0;}
#globalNavi li {list-style-type:none;}
#globalNavi li a {height:39px;display:block;text-indent:-9999px;text-decoration:none;}

/* Default State */
#globalNavi li.gn1 a{background:url("/images/mm.gif") no-repeat 0px 0px;width:220px;}
#globalNavi li.gn2 a{background:url("/images/mm.gif") no-repeat 0px -39px;width:220px;}
#globalNavi li.gn3 a{background:url("/images/mm.gif") no-repeat 0px -78px;width:220px;}
#globalNavi li.gn4 a{background:url("/images/mm.gif") no-repeat 0px -117px;width:220px;height:40px;}

/* Hover */
#globalNavi li.gn1 a:hover{background:url("/images/mm.gif") no-repeat 0px -157px;}
#globalNavi li.gn2 a:hover{background:url("/images/mm.gif") no-repeat 0px -196px;}
#globalNavi li.gn3 a:hover{background:url("/images/mm.gif") no-repeat 0px -235px;}
#globalNavi li.gn4 a:hover{background:url("/images/mm.gif") no-repeat 0px -274px;}

/* Active */
#globalNavi li.gn1_ov a{background:url("/images/mm.gif") no-repeat 0px 0;width:-157px;}
#globalNavi li.gn2_ov a{background:url("/images/mm.gif") no-repeat 0px 0;width:-196px;}
#globalNavi li.gn3_ov a{background:url("/images/mm.gif") no-repeat 0px 0;width:-235px;}
#globalNavi li.gn4_ov a{background:url("/images/mm.gif") no-repeat 0px 0;width:-274px;}

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

#rightside {
	float: right;
	padding: 78px 10px;
	text-align: left;
	width: 731px;
}

#productname {
	font-size: 2.2em;
	font-weight: bold;
	text-shadow: #CCC 0em 0.03em 0.03em;
	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;
	text-shadow: #DDD 0em 0.08em 0.03em;
}

.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: #FFF;
	color: #5A5A5A;
	text-shadow: #DDD 0em 0.08em 0.03em;
	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: #888;
}

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: #888;
	margin-left: 10px;
	padding-bottom: 4px;
}