@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 10px 10px 0px;
	background-color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 62.5%;
}
a {
}
a:link {
	color: #00A2DF;
}
a:visited {
	color: #00A2DF;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #00A2DF;
}
a.external {/*外部リンク*/
	padding-right: 14px;
	background: url(../img/popup.gif) no-repeat 100% 50%;
}

h1 {
	line-height: 26px;
	margin-bottom: 1em;
	background: url(../img/bg_table.gif) #333 repeat-x 0px 0px;
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
}
.attention {
	color: #f33;
}
.more {
	text-align: right;
}

/* e-Carとは
------------------------------------------------------------*/
body#eCar p {
	line-height: 1.2;
	margin: 1em 0px;
	font-size: 1.3em;
}

/* リサイクル法
------------------------------------------------------------*/
body#recicle p {
	line-height: 1.2;
	margin: 1em 0px;
	font-size: 1.3em;
}
body#recicle li {
	list-style: none;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #ccc;
	font-size: 1.3em;
}
body#recicle li strong {
	display: block;
	margin: -0.5em -0.5em 0.5em;
	padding: 0.25em 0.5em;
	border-bottom: 1px dashed #ccc;
	background-color: #eee;
	font-weight: normal;
	
}
body#recicle li span {
	padding: 2px 3px;
	background-color: #333;
	color: #fff;
}

/* 装備説明
------------------------------------------------------------*/
body#soubi table {
	float: left;
	margin-right: 10px;
	border-collapse: collapse;
}
body#soubi th {
	line-height: 1.2;
	width: 5em;
	padding: 0.25em;
	border: 1px solid #ccc;
	background-color: #eee;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}
body#soubi td {
	line-height: 1.2;
	padding: 0.25em;
	border: 1px solid #ccc;
	font-size: 1.3em;
}

/* スターポイント評価表
------------------------------------------------------------*/
body#sheet table {
	margin: auto;
}
body#sheet p {
	font-size: 1.3em;
}


/* レイアウト
------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 30px -10px 0px;
	padding: 15px 0px;
	background: url(../img/bg_footer.gif) #0060A6 repeat-x 0px 0px;
	color: #fff;
	text-align: center;
}
#footer p {
	line-height: 1.4!important;
	margin: 0px!important;
	padding: 0px!important;
	font-size: 1.3em;
	text-align: center;
}
#footer p.close a {
	color: #fff;
}
