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

a img { border: 0; }
a {
	color: #0000ff;
	text-decoration: underline;
	}
a:hover	{
	color:#1111cc;
	text-decoration: none;
	}

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

#container{
	width: 842px;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	border-top: solid 5px #3a9be8;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
#container-inner{
	text-align: left;
	}

/* ヘッダー */

#header {
	height: 117px;
	background: url(img/bg.gif) ;
	background-repeat: repeat-x;
	}
#header-inner{
	width: 840px;
	height: 90px;
	text-align: center;
	margin: 0 auto;
	}
#header-inner h1{
	text-align: left;
	padding: 18px 16px 10px;
	}
#header-inner h1 a{
	color: #000;
	text-decoration: none;
	}
#pan{
	width: 840px;
	height: 27px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	}
#pan a{
	text-decoration: none;
	}
#pan p{
	text-align: left;
	}

#search	{
	bottom:5px; right:10px;
	}


/* メインコンテンツ*/
#content {
	float: left;
	width: 599px;
	text-align: center;
	}
#content-inner 
	{
	text-align: left; 
	margin: 30px 0 0 0;
	padding: 0 20px;
	border-right: solid 1px #ccc;
	}

#content h2{
	font-size: 21px;
	margin: 0 0 20px 0;
	padding: 0 4px 6px;
	}
#content h2 a{
	color: #3a9be8;
	}
#content h3{
	font-size: 18px;
	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: 0 20px;
	margin-bottom: 50px;
	}

#categorydata{
	padding-left: 10px;
	}

/* サイドメニュー */

#side {
	float: right;
	width: 240px;
	margin: 30px 0;
	}
#side-inner
	{
	padding: 0 20px;
	}
.side-ad{
	margin-bottom: 10px;
	}
.side-ad p{
	font-size: 14px;
	}

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

.side-header {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0px 0px 10px;
	padding: 5px;
	border-bottom: solid 1px #999;
	}

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

.side-list-item a
	{
	text-indent: 15px;
	display: block;
	font-size: 14px;
	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;
	color: #999;
	font-size: 12px;
	text-align: right;
	line-height: 20px;
	border-top: solid 1px #ccc;
	background: #f8f8f8;
	padding: 10px;
	}
.footer-navi a{
	color: #999;
	text-decoration: none;
	}

#footer {
	clear: both;
	background: #f8f8f8;
	}
#footer a{
	color: #999;
	text-decoration: none;
	}

#footer-inner{
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 0 auto;
	padding:0;
	}
#footer-inner a{
	color: #999;
	text-decoration: none;
	}

#footer-menu{ 
	clear: both;
	color: #999;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	background: #f8f8f8;
	padding: 10px;
	}
#footer-menu a{
	color: #999;
	text-decoration: none;
	}


