@charset 'utf-8';
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: '游明朝', YuMincho, 'Times New Roman', 'ＭＳ Ｐ明朝', serif;
	background: #333;
}
p {
	margin-bottom: 1em;
}
li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
}
strong {
	color: #e00;
}


#bg {
	overflow: hidden;
	width: 950px;
	margin: 0 auto 0;
	background: #fff;
	color: #333;
	font-size: 16px;
}


.breadcrumb {
	float: left;
	overflow: hidden;
	margin-left: 20px;
	padding: 10px 0;
	font-size: 12px;
}
.breadcrumb li {
	float: left;
}
.breadcrumb li + li {
	margin-left: .5em;
}
.breadcrumb li + li:before {
	margin-right: .5em;
	content: '>';
}
header .social {
	float: right;
	position: relative;
	width: 400px;
	height: 20px;
	margin: 0 20px 0 auto;
	padding: 10px 0;
	list-style-type: none;
	font-family: sans-serif;
}
header .social li {
	position: absolute;
}
header .social .fb {
	left: 0;
}
header .social .tw {
	left: 100px;
}
header .social .gp {
	left: 180px;
}
header .social .po {
	left: 250px;
}
header .social .hb {
	left: 350px;
}
#logo {
	clear: both;
	max-width: 500px;
	margin: 0 auto 10px;
	padding: 10px 0;
	border-top: dashed 1px #333;
	border-bottom: dashed 1px #333;
	text-align: center;
	font-size: 24px;
}


#contents {
	float: left;
	width: 620px;
	border-right: dashed 1px #333;
	padding: 0 9px 0 20px;
	line-height: 2;
}
main {
	display: block;
}
main h1, main h2 {
	margin: 0 0 10px -20px;
	border-left: solid 10px #333;
	padding: 10px;
	line-height: 1.2;
}
main h1 {
	font-size: 24px;
}
main h2 {
	border-top: dashed 1px #333;
	font-size: 100%;
}
#contents .social {
	overflow: hidden;
	margin-bottom: 15px;
}
#contents .social li {
	float: left;
	margin-right: 20px;
}
#contents .social li:last-child {
	margin-right: 0;
}
#contents .ads {
	max-width: 336px;
}
main ul {
	margin: .5em 0;
	list-style-type: disc;
}
main li {
	margin-left: 1.5em;
	line-height: 1.5;
}
.init {
	margin-top: 15px;
}
.clear {
	clear: both;
}

table {
	margin: 0 0 1em 1em;
}
th {
	text-align: left;
	line-height: 1.5em;
	border-bottom: dotted 1px #999;
	font-weight: normal;
}
td {
	line-height: 1.5em;
}
img.bl {
	margin-top: 1em;
	border: solid 1px #999;
}


#sidebar {
	float: left;
	width: 300px;
	font-size: 12px;
	line-height: 2;
}
#sidebar h2 {
	background: #333;
	font-size: 16px;
	color: #fff;
}
#sidebar h2 a {
	display: block;
	border: solid 1px #333;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
}
#sidebar h2 a:hover {
	background: #fff;
	color: #333;
}
#sidebar h3 {
	background: #eee;
	font-size: 100%;
}
#sidebar h3 a {
	display: block;
	border: solid 1px #eee;
	padding-left: 10px;
	text-decoration: none;
}
#sidebar h3 a:hover {
	border-color: #333;
}
#sidebar ul, #sidebar p, #sidebar .ads {
	margin-bottom: 10px;
}
#sidebar ul a, #sidebar p a {
	display: block;
	border: solid 1px #fff;
	padding-left: 10px;
	text-decoration: none;
}
#sidebar ul a:hover, #sidebar p a:hover {
	border-color: #333;
}


footer {
	clear: both;
}
address {
	float: right;
	margin-right: 20px;
	padding: 10px 0;
	text-align: right;
	font-size: 12px;
	font-style: normal;
}


@media only screen and (max-width: 960px) {
#bg, #contents {
	width: auto;
}
.breadcrumb, header .social, #contents, #sidebar, address {
	float: none;
}
.breadcrumb {
	padding-bottom: 0;
}

}


a {
	color: #333;
}
a img {
	border: none;
}
.button a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #eee;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1 a:hover, active {
	text-decoration: underline;
}
.button a:hover, active {
	text-decoration: underline;
}
