@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%;
	height: 300px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../img/header.jpg) center;
}
p#top a {
	width: 100%;
	height: 300px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
h1 {
	font-weight: normal;
	color: #fff;
	background: #000;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
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;
}
@media screen and (min-width: 320px) and (max-width: 650px){
	div#header {
		width: 100%;
		max-width: 650px;
		min-width: 320px;
		height: 100px;
		background: #fff url(../img/header_sp.jpg) no-repeat center;
	}
	p#top a {
		height: 100px;
	}
	h1 {
		font-size: 14px;
		line-height: 30px;
	}
}
/******************** wrap ********************/
div#wrap {
	background: #fff;
	text-align: left;
	margin: 110px auto 30px;
	width: 1000px;
}
@media screen and (min-width: 320px) and (max-width: 650px){
	div#wrap {
		margin: 90px auto 20px;
		width: 100%;
	}
}
/******************** main ********************/
div#main {
	padding: 0px 20px 20px;
	float: right;
	width: 740px;
}
div.entry {
	padding: 20px 0;
	border-bottom: 1px dotted #999;
	clear: both;
}
div.entry:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.entry_pic {
	float: left;
	text-align: center;
}
.entry_pic img {
	margin: 0 10px 5px 0;
	width: 160px;
	height: auto;
}
p.date {
	color: #00C867;
	font-size: 14px;
}
.name a {
	font-size: 16px;
	text-decoration: none;
}
p.title {
	font-size: 18px;
	font-weight: bold;
	color: #FF388E;
	margin: 8px 0 20px;
}
p.title a {
	color: #FF388E;
	text-decoration: none;
}
p.title a:hover {
	color: #FF77AA;
}
div.entry_text {
	overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 650px){
	div#main {
		padding: 0px 10px 10px;
		float: none;
		width: auto;
	}
	.entry_pic img {
		max-width: 100px;
		height: auto;
	}
}
/******************** side ********************/
div#side {
	float: left;
	width: 210px;
}
div.side_body {
	padding: 20px 0 0 20px;
}
.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 10px;
}
ul.side_list li {
	margin: 0 0 8px;
}
@media screen and (min-width: 320px) and (max-width: 650px){
	div#side {
		float: none;
		width: auto;
		padding-bottom: 20px;
	}
	div.side_body {
		padding: 20px 0 0 0px;
	}
	ul.side_list li {
		margin: 0 0 4px;
	}
}
/******************** footer ********************/
ul.paging {
	margin: 20px 0 0;
	background: #fff;
	text-align: center;
}
ul.paging li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.paging li span, ul.paging li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 12px;
	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: 20px 20px;
}
@media screen and (min-width: 320px) and (max-width: 650px){
	p.goto_top {
		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
********************/
