@charset "utf-8";
/* CSS Document */

* {
	margin:0;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size:1em;
	font-style:normal;
}
body {
	font:small/1.3 "メイリオ", meiryo, "MS PGothic", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background:url(../images/bg.jpg) left top no-repeat;
}
ul, ol {
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#0a54a7;
}
a:visited {
	text-decoration:none;
	color:#0a54a7;
}
a:hover {
	text-decoration:underline;
	color:#f00;
}
a:active {
	color:#f00;
}
p {
	line-height:1.8;
	color:#333;
	margin-bottom:15px;
}
#container {
	width:100%;
	height:100%;
}
#wrapper {
	padding-top:45px;
	width:855px;
	margin-left:89px;
}
#top #wrapper {
	padding-top:45px;
	width:855px;
	margin-left:89px;
}
#top .logo {
	margin-left:29px;
	margin-top:-46px;
	position: relative;
	width:160px;
	height:46px;
}
#top #contentsContainer {
	width:855px;
	background-color:#fff;
}
#top .subArea {
	padding:20px;
	background-color:#fff;
}
#top .newsArea {
	width:530px;
	float:left;
}
#top .bnrArea {
	width:275px;
	float:right;
	text-align:center;
}
#top .topMenu ul {
}
#top .topMenu ul li {
	float: left;
}
#menu {
	width:170px;
	min-height:850px;
	height: auto !important;
	height: 850px;
	background:url(../images/side_bg.gif) left top no-repeat;
	float:left;
}
#contentsContainer {
	width:670px;
	float:right;
}
h2 {
	margin-bottom:21px;
}
h3 {
	margin-bottom:25px;
}
h4 {
	font-weight:bold;
	color:#60ad4e;
	margin:5px 0;
}

em {  
	color: #0000FF;
	font-weight: bold;
	font-size:larger;
}
#top h1 {
	margin:0;
	padding:0;
}
#top h2 {
	margin-bottom:15px;
}
.mainContents {
	width:610px;
	background:url(../images/main_bg.jpg) left top no-repeat;
	min-height:650px;
	height: auto !important;
	height: 650px;
	padding:30px;
}
.left {
	float:left;
	width:320px;
}
.right {
	float:right;
	width:260px;
}
.border {
	padding:1px;
	border:1px solid #ccc;
}
.contBox {
	margin-bottom:30px;
}
.projectimg {
	text-align:center;
	marign:15px 0;
}
.icon {
	margin-left:10px;
	padding-left:7px;
	background:url(../images/icon.gif) 0 50% no-repeat
}
.copy {
	padding:20px 0;
	text-align:center;
}
#footer {
	text-align:right;
	width:100%;
	border-top:1px solid #eee;
}
#footer ul {
	padding:20px;
}
#footer ul li {
	display:inline;
	margin-right:15px;
}
.caption {
	font-size:smaller;
}
.caption h4 {
	color:#60ad4e;
	margin:5px;
}
/*ニュース*/

.news_table td, .news_table th {
	padding:5px 0;
	line-height:1.5;
}
.news_table th {
	text-align:left;
	width:7.5em;
	color:#999;
}
.fontRed {
	color:#f00;
}

.box{
padding:10px;border:1px solid #e4d67b;

}

table.baseTable {
    border: 1px #d7d7d7 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin:10px 0;
}

table.baseTable th {
    padding: 5px;
    border: #d7d7d7 solid;
    border-width: 0 0 1px 1px;
    background: #99c615;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.baseTable td {
    padding: 5px;
    border: 1px #d7d7d7 solid;
    border-width: 0 0 1px 1px;
	line-height: 120%;
}
table.baseTable .sun{background:#ffece6}
table.baseTable .sat{background:#e6f4ff}
table.baseTable .glay{background:#f2f2f2}
.red{color:#FF6600;}
table.alignC td{text-align:center;}
/* floar解除(clearfix) */
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

