body {
	background: #ffffff;
	color: #333333;
	line-height: 20px;
	font-size: 14px;
	min-width: 320px;
}

/* 各種基本タグ */

a:link {
	color: #f08300;
	font-weight :bold;
	text-decoration: underline;
}
a:visited {
	color: #f08300;
	font-weight :bold;
	text-decoration: underline;
}
a:hover {
	color: #f08300;
	font-weight :bold;
	text-decoration: underline;
}
a:active {
	color: #f08300;
	font-weight :bold;
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

header {
	margin: 5px 0 0 0;
}

#base {

}

/* アサイド */
aside {
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	background: #e5e4e6;
}

/* セクション */
section {
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	background: #e5e4e6;
}

/* セクションの本文 */

section .honbun {
	width: 300px;
}

/* mb_adsense */
.mb_adsense {
	padding: 0 10px 0 10px;
}

footer {
	font-weight: bold;
	padding: 0 0 0 10px;
}
