@charset "utf-8";

/*--------------------------------------
	Style Name : Home Style Sheet

	content
--------------------------------------*/


div#main-visual {
	padding-bottom: 1px;
	position: relative;
	background-color: #fff;
}

div#main-visual p {
	margin: 0;
}

div#main-visual dl {
	position: absolute;
	top: 166px;
	right: 7px;
}

* html div#main-visual dl {
	right: 0;
}

div#main-visual dl dd {
	margin-right: 60px;
	float: left;
}

* html div#main-visual dl dd {
	margin-right: 51px;
}

div#main-visual dl dd.pseudo-last-child {
	margin-right: 0;
}

div#main-visual dl dd ul li {
	margin-right: 8px;
	float: left;
}

/*--------------------------------------
セミナー情報部分
--------------------------------------*/

div.heading-level2 {
	padding: 10px 15px;
	width: 770px;
	background: #ccc url(../../image/seminor_bg.gif) repeat-x left top;
	border-top: 1px solid #ccc;
}

div.heading-level2 h2 {
	margin: 0;
}

div.heading-level2 p.pic {
	float: left;
}

div.heading-level2 dl {
	margin: 0;
	float: right;
	width: 620px;
}

div.heading-level2 dl dt {
	margin: 5px 0 0 6px;
	padding-left: 15px;
	float: left;
	clear: left;
	display: inline;
	background: url(../../shared/image/icon_01.gif) no-repeat left center;
	font-size: 10px;
	font-weight: normal;
	width: 120px;
}

div.heading-level2 dl dd {
	margin-bottom: 3px;
	padding: 3px 0 3px 140px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.heading-level2 p.pic {
	margin-bottom: 10px;
}

div.heading-level2 p.moveto {
	margin-bottom: 0;
}

/*--------------------------------------
最新情報部分
--------------------------------------*/

div.heading-news {
	padding: 10px 15px;
	width: 770px;
	background: #ccc url(../../image/seminor_bg.gif) repeat-x left top;
	border-top: 1px solid #ccc;
}

div.heading-news h2 {
	margin: 0;
}

div.heading-news dl {
	margin: 0;
	width: 770px;
}

div.heading-news dl dt {
	margin: 5px 0 0 6px;
	padding-left: 15px;
	float: left;
	clear: left;
	display: inline;
	background: url(../../shared/image/icon_01.gif) no-repeat left center;
	font-size: 10px;
	font-weight: normal;
	width: 80px;
}

div.heading-news dl dd {
	margin-bottom: 3px;
	padding: 3px 0 3px 100px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.heading-news p.pic {
	margin-bottom: 10px;
}

div.heading-news p.moveto {
	margin-bottom: 0;
	margin-left: 630px;
}


/*--------------------------------------
コピー部分
--------------------------------------*/
body.home #main-content {
	font-size: 14px;
	line-height: 180%;
	font-weight: normal;
}

body.home #main-content a {
	color: #27429E;
}


body.home #main-content p {
	margin-top: 10px;
}

.list-check {
	margin: 15px 0;
	padding: 0px 10px 15px 35px;
	background: url(../../image/main_copy_bg.png) no-repeat right top;
	background-color: #fff5f5;
	border: 2px solid #ff9999;
	list-style-image: url(../../image/checkmark.gif);
	list-style-position: outside;
	font-size: 14px;
line-height: 120%;
	font-weight: normal;
}

.list-check li {
	margin-top: 10px;
	color: #333;
}

.list-check img {
	float: right;
	margin-left: 10px;
}

div.voice-contents {
	width: 540px;
	margin: 0px;
	padding: 0px 10px;
	background: #fff url(../../image/voice_main.gif) repeat-y left top;
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
}

div.voice-contents p.title {
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	color: #663300;
	border-bottom: 1px dotted #666666;
}

div.voice-contents p.title span {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #333;
}

div.voice-contents img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.voice-footer {
	margin-bottom: 10px;
	background: #fff url(../../image/voice_footer.gif) no-repeat left top;
	padding: 0px;
	width: 560px;
	height: 5px;
}




