@import url(top.css);
@import url(battery.css);
@import url(how.css);
@import url(trouble.css);
@import url(profile.css);
@import url(hoshou.css);
@import url(mosquito.css);
@import url(goods.css);
@import url(explanation.css);
@import url(comparison.css);
@import url(repair.css);



/* 基本設定
----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
a {
	color: #BD0000;
}
img {
	border: none;
	font-size: 1px;
	line-height: 1.0;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
}
body {
	min-width: 800px;
	text-align: center;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}
h1 {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#container {
	float: left;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
#header {
	text-align: left;
}
#titleBar {
	width: 780px;
	height: 83px;
	background: url(../images/titlebar.gif) 0 0 no-repeat;
}
#titleBar h1 {
	float: left;
	padding-left: 14px;
}
#titleBar h1 a {
	display: block;
	width: 230px;
	height: 74px;
	margin-top: 6px;
}
#titleBar h2 {
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#navigation {
	height: 30px;
	background: url(../images/navigation.gif) 0 0 no-repeat;
}
#navigation li {
	float: left;
	height: 30px;
	font-size: 1px;
	line-height: 0;
	text-indent: -10000em;
}
#navigation li a {
	float: left;
	display: block;
	height: 30px;
}
#naviHome a {
	width: 134px;
}
#naviBattery a {
	width: 137px;
}
#naviRepair a {
	width: 110px;
}
#naviMosquito a {
	width: 168px;
}
#naviProfile a {
	width: 112px;
}
#naviContact a {
	width: 137px;
}
#contents {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#mainArea {
	float: right;
	width: 547px;
}
#mainArea h1 {
	height: 48px;
}
.crossColor {
	background: #EEE;
}
.innerPage {
	padding-top: 30px;
	background: url(../images/shadow.gif) 0 0 no-repeat;
}
#sideBanners li {
	line-height: 0;
	font-size: 1px;
	margin-bottom: 14px;
}
#sideArea {
	width: 195px;
}
#sideMenu {
	margin-bottom: 60px;
}
#sideMenu dl {
	font-size: 80%;
	line-height: 1.4;
	margin-left: 13px;
}
#sideMenu dt {
	padding: 0 0 7px 15px;
	background: url(../images/bullets/tri_red.gif) 0 3px no-repeat;
}
#sideMenu dd {
	padding: 0 0 7px 22px;
	background: url(../images/bullets/circle_red.gif) 12px 6px no-repeat;
}
#sideMenu dl a {
	color: #010101;
}
#footerNavi {
	float: left;
	width: 760px;
	margin: 40px 0 9px;
}
#footerNavi li {
	float: left;
	font-size: 80%;
	line-height: 1.2;
	border-right: 1px solid #333;
}
#footerNavi li a {
	float: left;
	color: #BD0000;
	padding: 0 10px;
	text-decoration: none;
}
#footerNavi li a:hover {
	text-decoration: underline;
}
.no-border {
	border: 0 !important;
}

/* フッター
----------------------------------------------------*/

#footer {
	clear: both;
	padding: 7px 0 40px;
	background: #CCC;
}
#footer address {
	font-size: 70%;
	line-height: 1.2;
}
.pageTop {
	clear: both;
	font-size: 80%;
	line-height: 1.2;
	text-align: right;
	margin-bottom: 40px;
}
.pageTop a {
	color: #A30000;
}

