@charset "shift_jis";
#write-space p{margin: 10px 0;}

h1{
	background: url(../images/bg_h1.jpg);
	padding: 20px;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

h2 {
	margin: 30px 0 5px 0;
	padding: 0 0 0 15px;
	background: url(../images/square.gif) no-repeat 0 0.2em;
	font-size: 1.2em;
	color: #2a4ec2;
}

h3 {
	margin: 30px 0 5px 0;
	font-size: 1.2em;
}

#write-space{
	width:660px;
	margin: 0 auto;
	padding:0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.f-right{
	float:right;
}
.f-left{
	float:left;
}




/* clearfix--- */
/* WinIE7--- */
.c-fix:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* WinIE7--- */
.c-fix{
	display: inline-block;
}

/* WinIE6--- */
/* Hides from IE-mac \*/
* html .c-fix{
	height: 1px;
}

.c-fix{
	display: block;
}
/* /clearfix---*/

.txt-block{
	width:330px;
}


.img-block{
	text-align:center;
	margin:10px 0;
}

#img-margin img{
	
	margin:10px;
}

h3{
	margin: 20px 0 5px 0;
}

h3 span{
	font-size: 1.7em;
}

h3 span{
	font-size: 0.8em;
	font-weight: normal;
	margin-left:15px;
}
sup.hosoku {
	font-size: 0.8em;
	color: #ff0000;
}
p.hosoku_txt {
	padding-right: 30px;
	text-align:right;
	font-size:0.8em;
}

.content-style{
	list-style: none;
}
.content-style li{
	margin:20px 0;
}
.sub-content{
	margin:0 0 0 20px;
	line-height:2em;

}

.detail_box{
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 15px;
	margin: 15px 0;
}

.detail_box dt{
	float: left;
	width: 5em;
	margin-right: 1em;
	color: #2a4ec2;
	font-weight: bold;
	background: url(../images/gray-board.gif) no-repeat left 0.25em;
	padding-left: 20px;
}

.detail_box dd:before{
	content: "F";
	font-weight: bold;
}

.detail_box dd{
	overflow: hidden;
	margin-bottom: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}

ul.details li{
	margin:1em 0;
}

ol.details li{
	list-style: decimal;
	margin:1em 0;
	margin-left: 1.5em;
}

ul.details2{
	margin-bottom:30px;
}

ul.details2 li{
	line-height:1.5em;
	margin:15px 0;
}

ul.details3{
	margin-bottom:30px;
	margin-left: 1em;
}

ul.details3 li{
	line-height:1.5em;
	margin:15px 0;
	list-style: disc;
}



.program{
	border-top: #999999 solid 1px;
	border-left: #999999 solid 1px;
	width:100%;
	margin:15px 0;
}

.program th{
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	line-height:1.5em;
	background: #CCCCCC;
}

.program td{
	border-right: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
	line-height:1.5em;
}

div.former {
	padding:15px;
	border: 1px solid #ccc;
	font-size: 0.9em;
}
div.former p{
	margin:10px 0;
}



.term {
	margin-bottom: 10px;
	overflow: hidden;
	width: auto;
	font-size: 0.9em;
}

.term dl{
	margin: 0 auto 10px;
	padding: 0 20px 2px 20px;
}

.term dt{
	padding-left: 1.3em;
	text-indent: -1.3em;
	width: auto;
	line-height: 1.5em;
}

.term dd{
	margin: 0 0 10px 0;
	padding-left: 1.5em;
	width: auto;
	margin-top: 0px;
}

.mark {
	color: #0090FF;
}

div#main div.bread_link {
	width: 900px;
	padding: 10px 0 10px 5px;
	font-size: 0.7em;
	color: #696969;
	background: #fff;
}

.caution{
	margin: 20px 0 20px 0;
	color: #ff0000;
	text-align: center;
}