@charset "Shift_JIS";

/* 要素リセット */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    /* 背景設定 */
    /* background-color: #FFFFFF; */
	/*background-color: #FABE00*/;
/*	background-color: #769025;*/
	background-image : url('../img/siba_2.jpg');
    background-position: center top;
    background-repeat: repeat;
}

.all {
	background-color:white;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}
/* end */

img {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

p {
    margin-top: 0.5em;
    padding-right: 0.1em;
    padding-left: 0em;
    text-align: left;
}

#header {
    width: 900px;
    height: 170px;
    margin-right: auto;
    margin-left: auto;
	text-align:left;
	background-color:white;
	background-image: url('../img/logo3.gif');
	background-position: center;
	background-repeat:no-repeat;
}

#header .sub_title {
	color:#000040;
	font-style:italic;
	font-weight:bold;
	font-size:12pt;
}

#header .extra1 {
    width: 360px;
    height:auto;
    margin-top: 85px;
    margin-right: 10px;
    padding-top: 5px;
    float: right;
    color:#000099;
    font-weight:bold;
}

#main {
	background-color:white;
    margin-left: auto;
    margin-right: auto;
    background-color:white;
}

#main #wrapper {
    width: 645px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    min-height: 200px;
    padding:0px 10px 0px 10px;
	background-color:white;
}

#main p.title1 {
	font-size:large;
    font-weight: bold;
    margin-bottom: -0.1em;
    color: #F7A800;
}

#main p.content01 {
	font-size: medium;
	color:#000099;
}

#main p.title2 {
	font-weight:bold;
	font-size:xx-large;
	color:#ff0000;
	text-align:center;
}

table {
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 0;
    border-collapse: collapse;
}

table th {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #53C1F0;
    color: #FFFFFF;
}

table td {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
}

#main .cont-title {
		font-size : 27px;
		vertical-align : middle;
		margin-bottom : 0px;
		border-top-color : #000000;
		border-bottom-color : #000000;
		top : 2px;
}

#aside {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
}
/*#banner {
    overflow: hidden;
}*/

#aside .title {
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}

#aside p {
	color:#000099;
	padding:2px;
}


#main .subtitle-red {
	color:#ff0000;
	font-size:20pt;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#main .subtitle-red2 {
	color:#ff0000;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


#main .event-info01 {
	color:#000000;
	font-size:10pt;
	text-align:left;
	margin:5px 20px 5px 20px;
}
.banner {
	background:white;
	margin-top:20px;
	float:left;
	width:220px;
}
.leftSpace {
	background-color:white;
	float:left;
	width:225px;
}

table:after { /*　ボックスの最後でfloatをクリア　*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper:after { /*　ボックスの最後でfloatをクリア　*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#main:after { /*　ボックスの最後でfloatをクリア　*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
