@charset "UTF-8";
/* common */
html,body,div,span,h1,h2,h3,h4,p,a,img,ul,li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;     
    vertical-align: baseline;
    background: transparent;
    color: #393323;
	line-height: 1.5em;
}
body {
	font-size: 16px;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol li,
ul li{
    list-style: none;
}
a {
    color: #000099;
	text-decoration:none;
}
a:visited {
    color: #660066;
}
a:hover {
    color: #0066cc;
	text-decoration:underline;
}
img{
	vertical-align:text-bottom;
}
span.atn{
	color: #C33F5B;
}
/* clearfix */
.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    display: table;
    content: "";
}
.cf:after {
    clear: both;
}

.tll { text-align: left; }
.tlc { text-align: center; }
.tlr { text-align: right; }
.flr { float: right; }
.fll { float: left; }
.mb20 { margin-bottom: 20px !important}
.mb30 { margin-bottom: 30px !important}
.mb40 { margin-bottom: 40px !important}

h4{
	border-left:6px solid #CBCBCB;
	padding-left: 10px;
	position:relative;
	margin-bottom: 10px;
}
h4:after {
    background-color: #32278e;
    content: "";
    height: 10px;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px;
}
h5{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
}
ol.numlist{
	margin-left: 5px;
	padding-left: 20px;
}
ol.numlist li{
	list-style-type: decimal;
	list-style-position: outside;
}
ul.disclist{
	padding-left: 20px;
}
ul.disclist li{
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 5px;
}
.txt-s{	font-size: 12px; }

.img-l{
    float: left;
    margin: 0 15px 15px 0;
}
.img-r{
    float: right;
    margin: 0 0 15px 15px;
}
.limg{
    float: left;
    margin: 0 15px 15px 0;
}
.rimg{
    float: right;
    margin: 0 0 15px 15px;
}
.photo {
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.data , .daily{
	font-size: 12px;
	color:#a9a9a8;
	margin-right:20px;
}
.icon-new{
	color:#fff;
	padding:2px 5px;
	margin-top: -3px;
	font-size: 9px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	background-color:#ff7e00;
	margin-left: 10px;
	vertical-align:middle;
}
p img.flr{
	float:right;
	padding-left:20px;
	padding-bottom: 20px;
}
.topicpath,.topicpath {
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 0 0 10px;
}

/* contents */
#header{ width:100%; }
#header div{ margin-bottom:15px; }
.header-ttl,
#gnavi,
#contents,
#footer .innerbox,
 #copy-area{
	width: 940px;
	margin:0 auto;
}
.header-ttl{ padding:15px 0 0; }
.header-ttl h1 a{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	float: left;
}
.header-ttl h2 a{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	float: right;
}
.ttl-area{
	border-bottom:1px solid #dcd5cd;
	margin: 30px 0px;
}
#contents #main{ 
	float: left;
	width: 700px;
	margin-right: 20px;
}
#contents #s-navi{
	float: right;
	width: 220px;
}

.innerbox{ margin-bottom: 20px; }
.cnt-lower p{ padding-bottom: 16px; }
.cnt-lower .ttl-area { margin-top: 0; }

.archive_box {
	background-color: #FEFEE4;
	padding: 20px 20px 20px 20px;
	margin-bottom:20px;
}
.archive_box .thumb {
    float: left;
    line-height: 0;
    width: 160px;
}
.summary.right{
	padding-left:180px;
}
.summary.right > h4{
	margin-top: 0;
}
.archive_box > p{
	padding-bottom: 0;
}

.exam_point {
    margin: 10px auto;
    width: 80%;
}
.exam_point a {
    background: none repeat scroll 0 0 #CC9933;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
.exam_point a:hover{
	background-color:#F0B43C;
}
table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

th {
    background: none repeat scroll 0 0 #F1EFEC;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-weight: bold;
    padding: 10px;
    text-align: center;
/*     width: 25%; */
}
th.tlr{
	text-align: center !important;
}

td {
    border: 1px solid #CCCCCC;
    padding: 7px 10px;
}
.table01 th{
	text-align: left;
}
.table01 th.th01{
	text-align: center;
}
.table01 th.th02{
	text-align: center;
	width: 90px;
}
.table-01{
	font-size: 14px;
}
.table-01 th.col1{
	width: 153px;
}
.table-01 th.col2{
	width: 143px;
}
.table-01 th.col3{
	width: 120px;
}
.table-01 th.col4{
	width: 196px;
}
/* fotter */
#copy-area .site-top,
#copy-area .copy-txt{
	font-size: 12px;
	padding:5px 0px;
	color: #999999;
}
#copy-area .site-top{ float:left; }
#copy-area .copy-txt{ float: right; }

#footer{
	width:100%;
	background:url(/img/features/school/ct/joshibi/footer-bg.gif) repeat-x bottom left;
	padding:75px 0px 10px;
}
#footer .innerbox div{
	float:left;
	min-height:150px;
	border-right:1px solid #d0d0d0 ;
	border-left:1px solid #fff;
	padding:0 15px;
	width:140px;
}
#footer .innerbox div p{
	font-size:12px;
}
#footer a{ font-size:11px; }
#footer .innerbox div ul{
	padding-left:15px;
}
#footer .innerbox div.box01{
	padding-left:0px;
	border-left:none;
}
#footer .innerbox div.scl-area{
	padding-right: 0;
	border-right:none;
	width:252px;
}
#footer .innerbox div.scl-area .logo{
	float: right;
	text-indent:-9999px;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 229px;
	height: 22px;
	padding-bottom:15px;
	background:url(/img/features/school/ct/joshibi/logo-f.png) no-repeat top left;
}
#footer .innerbox div.scl-area .bnr{
	float: right;
}