/* 基本 */

body {

	background-color: RGB(229,0,18);
	margin: 0px;
	padding: 0px;
    font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.5em;
    color: #000000;
}

* {
	margin: 0px;
	padding: 0px;
}

ol, ul {
	list-style-type: none;
}

a:link { 
	color: #0066CC;
	text-decoration: none;
}

a:visited { 
	color: #0066CC;
	text-decoration: none;
}

a:hover { 
	color: #0066CC;
	text-decoration: underline;
}

a:active { 
	color: #0066CC;
	text-decoration: underline;
}

h1 {
    margin: 10px 0 20px 0;
} 

h2, h3, h4, h5 {
    margin: 5px 0 10px 0;
}

/**/

#container {
	margin:0 auto;
        width: 820px;
        background: url(images/bg.gif) repeat-y;
}

#header {
	border-bottom: solid 2px #CCCCCC;
}

#content {
	margin:0 10px;
	
}

#cheery, #summery {
        position: absolute;
        top: 0px;
        left: -9999px;
}

#left {
	width: 50%;
	float: left;
        background: RGB(191,0,1);
}

#right {
	width: 50%;
	float: right;
        background: RGB(191,0,1);
}

.news-header {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 2px 10px 1px 10px;
	background: RGB(143,0,0);
	color: #FFFFFF;
}

.news-body {
	height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
	background: #FFFFFF;
	overflow: scroll;
}

#left .news-header, #left .news-body {
	margin-left: 10px;
	margin-right: 5px;
}

#right .news-header, #right .news-body {
	margin-left: 5px;
	margin-right: 10px;
}

.ken {
	width:800px;
	margin-top: -1px;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
}

.left {
	width: 80px;
	padding: 10px;
	float: left;
}

.right {
	width: 670px;
	padding: 10px;
	float: right;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.address {
	width: 300px;
	float: left;
}

.address h3 {
	padding-left: 0.5em;
	border-left: solid 5px #0066CC;
}

.address p {
	padding-left: 20px;
}

.image {
	width: 360px;
	float: right;
}

.time {
	width: 160px;
	float: left;
}

.time li{
	line-height: 0.5em;
}

.time .close {
	color: red;
}

.photo {
	width: 140px;
	margin: 5px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	float: left;
}

#footer {
	background: url(images/bg_bottom.gif) top no-repeat;
	padding: 20px 60px 0 40px;
}

#counter {
	padding: 0 60px 0 40px;
}

#footer, #counter {
	margin: 0 auto;
	width: 820px;
        text-align: right;
	color:#FFFFFF;
	font-size:x-small;
	font-style:normal;
}




/* ハック--------------------------------------------*/

.clearfix:after {
        content:".";
        display: block;
        height:0;
        clear: both;
        visibility: hidden;
}

.clearfix {
        display: inline-block;
}

.clearfix {
        display: block;
}


