@charset "UTF-8";

/* CSS Document */

* {
	margin:0;
	padding:0;
	font-size: 10px;
	line-height: 145%;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica;
	color: #333;
	text-align: left;/*	border: 1px solid #993300;
*/
}

img {
	border-width: 0;
	border-style: none;
	vertical-align:top;
}

table, td, th {
	border-width: 0;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

li { list-style: none; }

ol, dl, dt, dd { border-style: none; }

body {
	background-color: #ffffff;
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 77px;
}

.fb_iframe_widget {
}



/* 追記111117
------------------------------------------------------------ */

.columnGreyBox {
	border:1px solid #ccc;
	background-color:#efefef;
	padding: 0 10px 20px;
	margin:20px;
	position:relative;
}

.columnGreyBox .compeOuter {
	width:60%;
}

.inner .columnGreyBox h3 {
	color:#fff;
	background-image:none;
	background-color:#388836;
	padding:5px;
	height:auto;
	margin-bottom:10px;

}

.columnGreyBox strong {
	color:#388836;
}

.columnGreyBox td, 
.columnGreyBox th {
	text-align:left;
}

.columnGreyBox th {
	white-space:nowrap;
	padding-right:10px;
}


.floatBox1 {
	position:absolute;
	left: 281px;
	top: 57px;
}


.page-course h2 span.small {
	color:#fff;
	font-size:80%;
	font-weight:bolder;
	margin-left:1em;
}

.otherBnr {
	padding: 0;
	margin: 25px 0px 0px 10px;
}
.otherBnr a {
	display: block;
	margin: 10px 0;
}
.topLink {
	text-align:right;
}



/* クリアフィックス
------------------------------------------------------------ */

.clearfix:after {
	content:",";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height:1%; }

.clearfix { display:block; }

/* End hide from IE-mac \*/

/* 初期化 ==================== */
h1, h2, h3, h4, h5, p, ul, ol, img {
	padding: 0;
	margin: 0;
}

/*div#wapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_wrap.gif);
	background-repeat: repeat-y;
}
*/
