h1, h2, h3, h4, h5, h6, p{ margin: 0; }

a img { border: 0; }

a {
	color: #0000ff;
	text-decoration: underline;
	}
a:hover
	{
	color: #0000ff;
	text-decoration: none;
	}

body
	{
	text-align: center; /* center on ie */
	font-family: "メイリオ", "MS UI Gothic", "Osaka";
	background: #fff;
	margin: 0;
	padding: 0;
	}

#container
	{
	width: 800px;
	margin: 0 auto;
	padding:0 20px;
	background:url("img/back_side.png") repeat-y center top;
	overflow: auto;
	}
#container-inner
	{
	text-align: left;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	}

/* ヘッダー */

#header {
	background: #fff;
	padding: 0 2px;
	}
#header-inner
	{
	border-bottom: solid 1px #666;
	}

#header-inner h1
	{
	font-size: 180%;
	line-height: 1.4;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	}
#header-inner h1 a
	{
	color: #003366;
	text-decoration: none;
	}
#search	{
	bottom:5px; right:10px;
	}

#pan{
	margin-bottom: 20px;
	}

/* メインコンテンツ*/
#content {
	float: left;
	width: 520px;
	text-align: center;
	}
#content-inner 
	{
	text-align: left; 
	margin: 20px;
	}

#content h2{
	font-size: 26px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
	}
#content h2 a{
	color: #84a2d4;
	text-decoration: none;
	}
#content h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	}
#content p{
	font-size: 16px;
	margin-bottom: 20px;
	}
#content ul, #content ol
	{
	font-size: 16px;
	}
#content li{
	color: #507ea4;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	}

.entry{
	padding-left: 10px;
	margin-bottom: 40px;
	}

#categorydata{
	padding-left: 10px;
	}

/* サイドメニュー */

#side {
	float: right;
	width: 250px;
	margin: 20px 10px;
	padding: 1px;
	border: solid 1px #ccc;
	}
#side-inner
	{
	background: #fff;
	padding: 10px;
	}


/* サイドメニュー内部 */

.side-header a,
.side-header a:hover,
	{
	color: #fff;
	}

.side-header {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 10px;
	padding: 5px 8px;
	border-bottom: solid 1px #507ea4;
	background-color: #003366;
	}

.side-list
	{
	margin: 0px 0px 10px;
	padding: 0;
	list-style : none ;
	}

.side-list-item a
	{
	text-indent: 15px;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 5px 0;
	letter-spacing: 0.2px;
	text-decoration: none;
	}
.side-list-item a:hover
	{
	text-decoration: underline;
	}

/* フッター */

.footer-navi
	{ 
	clear: both;
	background: #fff;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	background: #EDF7F6;
	border-top: solid 1px #ccc;
	}
.footer-navi a
	{
	text-decoration: none;
	}
#footer {
	clear: both;
	height: 30px;
	background: #EDF7F6;
	}
#footer-inner
	{
	font-size: 12px;
	text-align: left;
	color: #666;
	padding-left: 10px;
	}

#footer-inner a
	{
	color: #666;
	text-decoration: none;
	}
#footer-inner a:hover
	{
	color: #666;
	text-decoration: none;
	}

#footer-menu
	{ 
	clear: both;
	font-size: 11px;
	line-height: 1.4;
	padding: 3px 10px;
	border-top: solid 1px #ccc;
	}
#footer-menu a
	{
	color: #8491c3;
	text-decoration: none;
	}

