/* 基本設定 */
body{
	font-size: 12px;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
	line-height: 1.3;
	margin: 0;
}

h1, h2, h3, h4, h5, p, form, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
img{
	border: 0;
}

/* base */
#wrapper{
	width: 100%;
	background-color: #f2f5f6;
}
#header{
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 75px;
}
#header #header_inner{
	width: 800px;
}
#header #header_inner h1{
	float: left;
	padding: 12px 0 0 12px;
}
#header #header_inner p{
	float: right;
	padding: 28px 0 0 0;
}
#contents{
	width: 800px;
	margin: 10px 10px 0;
	background-image: url(../images/contents_bg.gif);
	background-repeat: repeat-y;
}
*:first-child+html #contents{
	width: 810px;
}
* html #contents{
	width: 810px;
}
#left_contents,
#right_contents{
	float: left;
}
#left_contents{
	width: 580px;
	margin-right: 20px;
}
#left_contents h2{
	margin: 15px 0 0 !important;
}
#left_contents #outsidebox{
	width: 580px;
	background-color: #ddd;
	padding: 5px;
}
#left_contents #outsidebox #insidebox{
	background-color: #fff;
	padding: 5px;
}
#left_contents #outsidebox #insidebox #float_area h3{
	text-indent: -9999px;
	background-image: url(../images/little_title.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#left_contents #outsidebox #insidebox #float_area h3.course{
	margin-top: 20px;
	background-position: 0 -20px;
}
#left_contents #outsidebox #insidebox #float_area h4,
#left_contents #outsidebox #insidebox #float_area div,
#left_contents #outsidebox #insidebox #float_area p{
	float: left;
}
#left_contents #outsidebox #insidebox #float_area h4{
	font-size: 110%;
	margin: 10px 15px 7px 0;
}
#left_contents #outsidebox #insidebox #float_area p.campaign{
	margin-right: 10px;
}
#left_contents #outsidebox #insidebox #float_area dl dt,
#left_contents #outsidebox #insidebox #float_area dl dd{
	float: left;
}
#left_contents #outsidebox #insidebox #float_area dl dt{
	margin-right: 20px;
	width: 85px;
	height: 16px;
	text-indent: -9999px;
	background-image: url(../images/course_title.gif);
	background-repeat: no-repeat;
}
#left_contents #outsidebox #insidebox #float_area dl dt.title2{
	background-position: 0 -23px;
}
#left_contents #outsidebox #insidebox #float_area dl dt.title3{
	background-position: 0 -46px;
}
#left_contents #outsidebox #insidebox #float_area dl dt.title4{
	background-position: 0 -69px;
}
#left_contents #outsidebox #insidebox #float_area dl dd{
	width: 335px;
}
#left_contents #outsidebox #insidebox ul{
	margin: 10px;
}
#left_contents #outsidebox #insidebox ul.mintxt li{
	font-size: 85%;
}
#left_contents #outsidebox #insidebox li{
	list-style-image: url(../images/kome.gif);
	margin: 0 0 0 10px;
}
#left_contents #outsidebox #insidebox .nList li{
	list-style-image: none;
	list-style-type: disc;
	margin-bottom: 3px;
}
#left_contents #outsidebox #insidebox ol.nList li{
	list-style-image: none;
	list-style-type: decimal;
	margin-bottom: 3px;
}
#right_contents{
	width: 200px;
	padding: 0;
	margin: 0;
}
#left_contents #outsidebox #insidebox #float_area div img{
	margin-bottom: 10px;
	border: 0;
}
span.presentTxt{
	font-size: 80%;
	color: #c8161e;
}
.separate{
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#gmapTokyo,
#gmapOsaka,
#gmapItec{
	width: 565px;
	height: 250px;
	border: 1px solid #ccc;
	margin: 0 0 5px;
}
#gmapOsaka,#gmapItec{
	margin-top: 30px;
}
#footer{
	margin: 20px 0;
	width: 100%;
	font-size: 85%;
	border-top: 2px solid #8ec31f;
	border-bottom: 1px solid #8ec31f;
}
#footer p{
	padding: 10px;
	width: 800px;
}
#copyright{
	width: 800px;
	padding: 0 0 20px;
	text-align: center;
	font-size: 85%;
	color: #999;
}
#right_contents ul.sidemenu{
}
#right_contents ul.sidemenu li{
	margin: 0;
	line-height: 0;
}
#footer a:link,
#footer a:visited{
	color: #444;
}
#footer a:hover{
	color: #999;
}

/* others */
.boxmargin_5px{ margin-top: 5px !important; }
.boxmargin_10px{ margin-top: 10px !important; }

/* float clear */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
