* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
}
h1 {
	color: #800000;
	font-size: 130%;
	margin-top:15px;
	display: block;
}
img {
	border: none;
}
#contents	{
	text-align: left;
	width:980px;
	margin:auto;
}
#logobox {
	float: left;
	margin-left: 10px;
	width: 180px;
}
#titlebox {
	float: left;
	height: 120px;
	width: 440px;
}
#denwa {
	float:left;
	width: 300px;
}
#path {
	float: right;
	margin: -15px 0 0;
	text-align: right;
	width: 350px;
}
#path a {
	color: #6c5d56;
	font-weight: bold;
	text-decoration: none;
}
#main_contents {
	width: 980px;
	float: left;
	background-color: #FFF4CC;
}
#main	{
	width: 550px;
	float:right;
	margin-right:0px;
	margin-top:0px;
	background-color: #ffffff;
}
#entrys {
	margin-top: 30px;
}
.entry a {
	text-decoration: none;
	color: #0000ff;
}
.entrys a {
	color: #810081;
}

.entry h2 {
	font-size: 120%;
	padding-left: 0px;
}
#menu	{
	width: 150px;
	float:left;
	margin-top: 15px;
	margin-left: 20px;
	background-color: #ffffff;
}

#menu li {
	list-style: none;
	margin-bottom: 2px;
}



#menu a:hover {
	background-color: #FFEEFF;
}

#twocol	{
	width:750px;
	float:left;
	background-color: #ffffff;
}
#ad	{
	padding-right: 40px;
	width:170px;
	float:right;
	margin-right: 0px;

}

#calendar {
	font-size: 10px;
	line-height: 180%;
	margin: 10px;
	padding: 0px;
}

#calendar td {
	width: 20px;
	height: 20px;
	border: solid 1px #90e000;
	text-align: center;
	color: #600000;
}

#ad a {
	text-decoration: underline;
	font-weight: normal;
	color: #0000ff;
}

#ad a:visited {
	color: #810081;
}

#category {
	line-height: 2em;
}
#category a {
	text-decoration: underline;
	color: #0000ff;
}

#pager {
	margin-top: 20px;
	margin-left: 0px;
	width: 490px;
	height: 30px;
	float: left;
	font-size: larger;
}
#pager span.current_page {
	padding: 4px;
	margin-left: 3px;
	background-color: #87c900;
	color: #FFFFFF;
	font-weight: bolder;
}
#pager .pager_link {
	padding: 3px;
	margin-left: 3px;
	border: 1px solid #87c900;
	color: #87c900;
	font-weight: bolder;
}
#pager a.pager_link:hover {
	background-color: #d0ff50;
	color: #FFFFFF;
}

#footer {
	float: left;
	text-align: right;
}
#footer a {
	color: black;
	text-decoration: none;
}
address	{
	clear:both;
}

#site {
	border-top: 15px solid #fffacd;
	background-color: #cd5c5c;
	float: left;
	width: 950px;
	padding-left: 30px;
}

#site a {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	height: auto;
}

#site a:hover {
	text-decoration: underline;
	background-color: #db7093;
}

#site h3 {
	display: block;
	text-align: left;
	color: #fffacd;
	font-weight: bold;
}

#site h4 {
	border-bottom: 1px solid #ffffe0;
	margin-bottom: 5px;
	float: left;
	color: #ffffe0;
}
.site_box, #site h4, #site ul {
	width: 165px;
}
.site_box {
	float: left;
	margin-right: 25px;
	text-align: left;
}

#site ul {
	list-style: none;
	float: left;
}

#site li {
	text-align: left;
}
.site_yoko li {
	float: left;
	margin-right: 5px;
}



