@charset "utf-8";

/*=====基本セット=====*/
body {
	background-color: #fff;
	background-image: url(img/bg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
	color: #222;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}


#topcontainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
	border-top: 0px none #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
} 

#topmainContent{
	padding: 20px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: auto;
}

#topheadermenu {
	padding:0px;
	font-size:90%;
	width:960px;
	height:28px;
} 


.topkakomi {
	font-size: 100%;
	padding: 25px;
	background-color:#fff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-top-color: #ccc;
	
}

.date {
	color:#996633;
	font-weight:bold;
	
}

