@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #f5f5f5;
	font-size: 14px;
	line-height: 130%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	text-align: center;
}
a {
	color: #07d;
	text-decoration: underline;
}
a:hover {
	color: #6ae;
	text-decoration: none;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
table {
	line-height: 150%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 0;
}
p.spacer {
	margin-bottom: 10px;
}
p.spacer2 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #d80;
}
.block {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}
/******************** header ********************/
div#header {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	min-width: 320px;
	height: 100px;
	background: #fff url(../img/header_sp.jpg) no-repeat center;
}
p#top a {
	width: 100%;
	height: 100px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
h1 {
	font-weight: normal;
	color: #fff;
	background: #000;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
ul#header_nav {
	display: table;
	margin: 20px auto 10px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
ul#header_nav li {
	display: inline-block;
	margin: 0 5px;
}
ul#header_nav li a {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
}
ul#header_nav li a:hover {
	color: #999;
}
ul#header_nav li img {
	margin: 0 5px 0 0;
}
/******************** wrap ********************/
div#wrap {
	background: #fff;
	text-align: left;
	margin: 90px auto 20px;
	width: 100%;
}
/******************** main ********************/
div#main {
	padding: 0px 10px 10px;
	width: auto;
}
dl.entry_list {
	clear: both;
	width: 100%;
	padding: 10px 0 5px;
	border-bottom: 1px dotted #999;
	overflow: hidden;
}
dl.entry_list:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html dl.entry_list {
	height: 0em;
}
dl.entry_list dt {
	float: left;
	clear: both;
}
dl.entry_list dt img {
	width: 80px;
	height: auto;
	margin-right: 10px;
}
dl.entry_list dd {
	overflow: hidden;
}
.date {
	color: #00C867;
}
.name {
	line-height: 150%;
}
.name a {
	font-size: 16px;
	text-decoration: none;
}
.title a {
	font-size: 18px;
	font-weight: bold;
	color: #FF388E;
	margin: 8px 0 20px;
	text-decoration: none;
}
/******************** side ********************/
div#side {
	width: 100%;
	padding-bottom: 20px 0;
}
div.side_body {
	padding: 20px 0 0;
}
.side_title {
	font-weight: normal;
	color: #fff;
	background: #000;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 10px;
}
ul.side_list {
	margin: 0 0 4px;
	padding: 0 10px;
}
ul.side_list li {
	margin: 0 0 8px;
}
/******************** footer ********************/
ul.paging {
	margin: 20px 0 0;
	background: #fff;
	text-align: center;
}
ul.paging li {
	display: inline;
	margin: 0 0px;
	padding: 0;
}
ul.paging li span, ul.paging li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
	background: #eeeff7;
	text-decoration: none;
	vertical-align: middle;
}
ul.paging li a:hover {
	color: #000;
	background: #ccf;
	border-color: #00f;
}
/********************/
p.goto_top {
	clear: both;
	text-align: right;
	margin: 10px;
}
address {
	margin: 0 auto 30px;
	font-style: normal;
	font-size: 12px;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/
