@charset "utf-8";

/* ----------------------- トップページ画像位置 ----------------------- */
div#index_image{
	text-align: center;
}

/* ----------------------- 新着情報 ----------------------- */
div#newsleft {
	float: left;
	width: 410px;
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom:8px;
	text-align:left;
}
div#newsleft td{border-bottom:2px dotted #ccc;
	height:25px;
	margin-top:3px;}
div#newsleft p{
	margin-left: 0;
}
div#newsright {
	float: left;
	width: 340px;
	margin-top: 8px;
	margin-left: 5px;
}

div#newsright img{margin-bottom:8px;
padding:0;}

/* ----------------------- フリースペース ----------------------- */
div#free {
	float: right;
	width: 294px;
	margin-top: 4px;
	margin-right: 4px;
}

/* 段落 */
p {
	margin: 0px 15px 0 15px;	/* マージン */
	padding: 0px;			/* 余白 */
}

h3.oshirase{
	font-size:15px;
	border-bottom:1px solid #838383;
	margin:5px;
}
h3 a {
	margin: 10px 0px 5px 0px;
	font-size: 15pt;
	line-height: 150%;
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

/* news-box */
.news-box{
	overflow: auto;
	padding: 10px 15px;
}

/* ----------------------- バナー ----------------------- */
/* ボタンのスタイル */
.oshirase-top a{
	color: #ffffff;
}
.oshirase-top a:visited {
	color: #ffffff;
}
.oshirase-top {
	width: 100%;
	margin: 5px auto;
	background-color: #C13432;
  	border-radius: 10px;
  	text-align: center;
	color: #ffffff;
}
.oshirase-top.oshirase-top-first{
	margin-top: 0;
}
.oshirase-top p{
	font-size: 1em;
	color: #ffffff;
}
.oshirase-top.-large p{
	font-size: 1.2em;
}
/* マウスオーバー時のカラー */
.oshirase-top:hover {
    background-color: #F2A198;
} 
/* リンク領域のスタイル */
.oshirase-top-a {
	color: #ffffff;
    display: block;
    padding: 6px 0;
    text-align: center;
}
/* マウスホバー時のカラー*/
.oshirase-top-a:hover {
    color: #fff;
}
/* ボタンのスタイル */
.oshirase-top2 a{
	color: #ffffff;
}
.oshirase-top2 a:visited {
	color: #ffffff;
}
.oshirase-top2 {
	width: 100%;
	margin: 0 auto 5px auto;
	background-color: #C13432;
  border-radius:9px;
  text-align: center;
	color: #ffffff;
}
.oshirase-top2 p{
	font-size: 12pt;
	line-height: 18pt;
	font-weight: bold;
	color: #ffffff;
}
.oshirase-top2 span{
	color: #ffffff;
	font-weight: normal;
}
/* マウスオーバー時のカラー */
.oshirase-top2:hover {
    background-color: #F2A198;
} 
/* リンク領域のスタイル */
.oshirase-top-a2 {
	color: #ffffff;
    display: block;
    padding: 12px 0;
    text-align: center;
}
/* マウスホバー時のカラー*/
.oshirase-top-a2:hover {
    color: #fff;
}
.oshirase-top5 {
	width: 100%;
	margin: 0px auto 5px auto;
	background-color: #f8b500;
	border-radius: 10px;
	text-align: center;
	font-size: 1.5em;
	color: #ffffff;
}
/* マウスオーバー時のカラー */
.oshirase-top5:hover {
	background-color: #f39800;
} 
/* リンク領域のスタイル */
.oshirase-top-a5 {
	color: #ffffff;
	display: block;
	padding: 5px 0;
	text-align: center;
}
/* マウスホバー時のカラー*/
.oshirase-top-a5:hover {
	color: #fff;
}
.oshirase-top5 p{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1.4em;
	color: #ffffff;
	font-weight: bold;
}

/* site-name */
.site-name{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	font-size: 16px;
	margin-top: 40px;
	padding: 20px;
	padding-bottom: 60px;
	border-top: 1px solid #666666;
}
