@charset "shift_jis";
*{
margin:0;
padding:0;
}
body{
text-align:center;
background:url(./images/body.jpg) repeat-x;
font-size:15px;
}
img{
border:none;
text-decoration:none;
}
#wrap{
width:750px;
text-align:left;
margin:0 auto;
}
#header{
width:750px;
margin-bottom:20px;
}
.top{
width:155px;
float:left;
padding:20px 10px 0 10px;
}
.slideshow{
width:420px;
float:left;
}
#header h1{
clear:both;
text-align:center;
padding-top:20px;
margin-bottom:20px;
font-size:18px;
}
#header p{
text-align:center;
}

#navi{
padding:0 15px;
}
#navi table{
border-collapse: collapse;
border: 1px #ccc solid;
}
#navi table td{
border: 1px #ccc solid;
}
#navi table td a{
display:block;
text-decoration:none;
color:#666666;
font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size:13px;
text-align:center;
padding:5px 13px;
}

#list{
margin:10px 0 0 15px;
}
#list a{
text-decoration:none;
}

#contents{
margin-bottom:50px;
}
#contents p{
text-align:center;
margin:20px 0;
}
#left{
width:200px;
float:left;
background-color:#CCCCCC;
}
#left h3{
font-size:15px;
text-align:center;
padding:10px 0;
color:#000099;
}
#left dl{
margin:0 10px;
}
.pubDate{
margin-bottom:10px;
}


#main{
width:350px;
float:left;
}
#main table{
width: 350px;
border-collapse: collapse;
border: 1px #000 solid;
}
#main table td{
border: 1px #000 solid;
padding-bottom:5px;
}
#main table td img{
margin: 10px 8px 0 10px;
}
#main table td a{
text-decoration:none;
color:#000000;
}
#main table td dt{
text-align:center;
}
#main table td dd{
font-size:13px;
text-align:center;
}


#right{
width:200px;
height:1220px;
float:right;
}
#right h3{
font-size:15px;
text-align:center;
padding:10px 0;
color:#000099;
background-color:#CCCCCC;
}
#right dl{
margin:0 10px;
}

#new_text{
background-color:#CCCCCC;
margin-bottom:10px;
}
.pubDate{
margin-bottom:10px;
}
#tv{
padding:10px;
margin-top:10px;
border:1px #000 solid;
}
#tv img{
width:155px;
float:right;
}
#tv p{
text-align:left;
margin:5px 160px 0 0;
}

#footer{
clear:both;
background:url(./images/body.jpg) repeat-x;
}
#footer address{
padding:5px 0;
color:#FFFFFF;
font-style:normal;
}








.clear:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}

.clear{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
}

/*--MAC IEは非適用→ \*/
* html .clear{height: 1%;}
.clear{display: block;}
/*--ここまでMAC IEは非適用 */