html{
	margin: 0;
	height: 100%;
}

body{
	background: url(img/bg_body.jpg) top left repeat-x #f2f2f2;
	text-align: center;
	margin: 0;
	height: 100%;
}

p{
	margin:0;
	padding:0;
}

#highslide-container{
	display: none;
}

#wrapper{
	width: 940px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}

#header{
	margin:0 5px;
	padding:25px 15px 0;
	height:58px;
	background: url(img/head_bg.jpg) top left repeat-x #ffffff;
}

#header a img{
	text-decoration: none;
	border: 0;
}

#header .nav_left{
	float: left;
	width: 360px;
}

#header .nav_right{
	float: right;
	margin:0;
	padding:0;
	width:291px;
}

#header .nav_right img{
	display:block;
	float: left;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}

/* FLASH */

#Movie{
	width: 940px;
	height: 210px;
	background-color: #000;
}

/* CONTENT */
#Contents{
	width: 894px;
	margin-left:5px;
	padding: 25px 18px 255px;
	background-color: #fff;
}

/* Archives_CONTENT */
#Contents_A{
	width: 894px;
	margin-left:5px;
	padding: 25px 18px 38px;
	background-color: #fff;
}

/* TOPICS */

#Topics{
	margin:0 7px;
	border: 1px solid #d2d2d2;
	padding:2px;
	height:27px;
}

#Topics .bar{
	padding-left:97px;
	background: url(img/tps_img_ttl.jpg) top left no-repeat #fff;
}

#scroll-v_inner .line{
	padding-left: 20px;
	background: url(img/tps_img_mrk.jpg) 5px 7px no-repeat;
}

#scroll-v_inner .line a{
	text-decoration: none;
	color: #000;
}

#Topics .btn{
	float: right;
	border: none;
}

/* BOX */

.float_box{
	float: left;
}

.school_box{
	margin: 14px 7px 0px;
	width:276px;
	padding:4px;
	background: url(img/box_bg.jpg);
}

.school_box .data{
	background-color: #fff;
}

.school_box .name{
	padding:10px 0px 10px 10px;
	color:#ce0021;
	font-weight: bold;
	background: url(img/box_mrk_sname.jpg) 267px 5px no-repeat #f6f4ee;
	white-space: nowrap;
}

.school_box .name a {
	color:#ce0021;
	text-decoration: none;
}

.school_box .btn a img {
	border: none;
}

.school_box .btn{
	height: 26px;
}

.school_box .info{
	padding:7px 10px 0;
	height:170px;
	overflow: hidden;
}

.school_box .fla{
	padding:7px 10px 0;
	height:210px;
	overflow: hidden;
}

.school_box .btn{
	padding:7px 10px;
}

.school_box .txt{
	float: right;
	width: 128px;
	text-align: left;
}

.school_box .txt a{
	color: #000;
	text-decoration: none;
}

.school_box .thumb{
	float: left;
	text-align: left;
	width:118px;
	border :none;
}

.school_box .thumb img{
	border :solid 1px #d2d2d2;
}





/* Overture */
#over{
	margin:0 0 0 5px;
	padding:15px;
	width: 900px;
	background-color: #fff;
}

#over .seesaaAdA{
	width:870px;
	padding:10px 0 5px;
	text-align: center;
}

#over .seesaaAdA .adHr{
	display: none;
}

#over .seesaaAdA .seesaa-adLink{
	width:284px;
/*
	height:65px;
	padding-bottom: 5px;
	background: url(img/over_bar_dot.jpg) 0 64px repeat-x;
*/
}
/*
#over .link p{
	margin: 0;
	padding:9px 0 5px;
	font-size: 14px;
}
#over .seesaaAdA .adTitle {
	width: 800px;
	color:#ce0021;
	text-decoration: underline;
}

#over .seesaaAdA .adText{
	width: 500px;
	line-height: 14px;
}

#over .seesaaAdA .adUrl{
	padding:0px;
	width: 200px;
	color:#ff3300;
	text-decoration: none;
}
*/

/* PageTOP */
#pageTop{
	width:900px;
	padding:30px 0 15px;
}

#pageTop img{
	float: right;
	border: none;
}

/* Footer */
#Bottom{
	width: 100%;
	height: 28px;
	background: url(img/fotter_bg_pink.jpg) bottom left repeat-x;
	text-align: center;
}

#footer{
	width:900px;
	padding: 0 15px;
	margin: auto;
	background-color: #ce0021;
}

#footer .policy{
	float: left;
	margin-left: 5px;
}

#footer .digest{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 10px;
}

#footer .copy{
	float: right;
}

#footer .policy img,
#footer .copy img{
	vertical-align: bottom;
	border: none;
}


/* ARCHIVES */
#TopicsArchives{
	width: 880px;
	padding: 0 10px;
}

.archives_line{
	margin:20px 0;
}

.archives_line .date{
	width: 97px;
	height: 19px;
	padding:2px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: url(img/arc_bg_date.jpg) top left no-repeat;
}

.archives_line .title{
	float: right;
	margin-top: 2px;
	width: 770px;
	color:#ce0021;
}

.archives_line .title a{
	color:#ce0021;
	text-decoration: none;
}


/* 親でフロート解除 */
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}