@charset "UTF-8";
/* CSS Document */

/* ボタンのスタイル */
.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: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%;
    /*height: 80px;*/
	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: 10px 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;
}