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

body  {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(image/bg.gif) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}


.box #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #555555;
	text-align: left;
	font-size: 12px;
}
.box #header {
	padding: 0px;
}


.box #sidebar {
	float: right;
	width: 160px;
	background: #FFFFFF;
	padding: 15px 10px;
	clear:both;
}



.box #mainContent {
	margin: 0 180px 0 0;
	padding: 0 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

.box #mainContent #whatnews{
	width: 500px;
	height: 80px;
	overflow:auto;
	background-color:#FFFFFF;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 2;
	padding-right: 10px;
	padding-left: 10px;
}


.box #footer {
	background:#CCCCCC;
}


.box #footer {
	margin: 0;
	padding: 10px 0;
    font-size:10px;
	text-align: center;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.fltbox{
	float: left;
	width: 50%;
	text-align: center;
}


.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*-------------------------------------------------------------------------------------------
  右メニュー
---------------------------------------------------------------------------------------------*/
.box #sidebar img.menu{
	padding:0;
	border: 0px;
	display:block;
	border-bottom:1px dotted #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.box #sidebar img.button{
	border: 0px;
	padding: 2px;
	}


.box #sidebar dl{
    margin-top: 30px;
	margin-left: 5px;
	}


/*-------------------------------------------------------------------------------------------
     本文
--------------------------------------------------------------------------------------------*/
.s_title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px double #999999;
	border-top: 3px double #999999;
	width: 540px;
	background-image: url(image/icon_t.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 22px;
	vertical-align: bottom;
    text-indent: 1.5em;
	padding-top: 9px;

}


.txt{
	width: 520px;
	padding-bottom: 0px;
	padding-left: 20px;
    text-indent: 1em;
	line-height: 1.8em;
}

.txt2{
	padding-left: 20px;
	line-height: 1.8;
}

.txt3{
	padding-left: 50px;
	line-height: 1.5;
}


table.info{
	width: 540px;
	margin-bottom: 10px;
	border-width: 0px;
	padding: 2px;
	line-height: 1.5em;
	vertical-align: top;
}

table.info th{
        vertical-align: top;
        color: #333366;
}

table.info td{
	vertical-align: top;
}


table.program{
	width: 520px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.program th{
	font-weight:bold;
	background-color:#A9A9A9;
	padding-left: 0.5em;
	text-align: left;
	border-bottom: 3px double #666666;

}


table.program td{
	vertical-align: top;
}

table.program li{
	vertical-align: top;
}




table.appli{
	width: 540px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-width: 0px;
	line-height: 1.5em;
}



table.appli th{
	vertical-align: top;
	padding: 3px;
}

table.appli td{
	vertical-align: top;
	padding: 3px;
}


li {
        line-height: 1.8;
}


.b_top{
        width: 540px;
        text-align: right;
        color: #DB7093;
	　　margin-top: 0px;
        margin-bottom: 30px;
}

.b_top a{ color: #F4A460}
.b_top a:hover{ color: #783D8B}


.red {color: #990033}

.blue {color: #000066}


/*-------------------------------------------------------------------------------------------
     if IE 5  css ボックスモデルのフィックスを配置
--------------------------------------------------------------------------------------------*/
.box #sidebar {
    width: 160px;
}

/*-------------------------------------------------------------------------------------------
     if IE   css ボックスモデルのフィックスを配置
--------------------------------------------------------------------------------------------*/
.box #sidebar1 { padding-top: 30px; }
.box #mainContent { zoom: 1; }
