@charset "utf-8";

/* ------------------------------------------------------------------------ デフォルト */

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	_font-size: 13px;
	line-height: 1.7;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child+html * {  } /* IE7 */
html>body * {  } /* Firefox */

html { width: 100%; overflow-y: scroll; }
body {
	color: #333;
	background: #0094C8;
}

small { font-size: 75%; font-style: normal; }
b { font-size: 115%; font-weight: bold; font-style: normal; }
em { font-size: 100%; font-weight: normal; font-style: normal; }
strong { font-size: 110%; }

a { overflow: hidden; _cursor: pointer; }
a:link { text-decoration: underline; }
a:visited {  text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

img { border: none; vertical-align: bottom; }

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset { border: none; }
input.text, select {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

button { cursor: pointer; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.left { display: inline; float: left; }
.right { display: inline; float: right; }
.center { display: block; margin: 0 auto 0 auto; }



#wrapper {
	position: relative;
	display: block;
	margin: 0 auto 0px auto;
	padding: 0px 0 0px 0;
	width: 760px;
	background: #fff;
}



/* ------------------------------------------------------------------------------------ header */

#header {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px 0 0px 0;
	width: 760px;
	background: url(../img/top-header.jpg) 0 0 no-repeat;
}

#header h1 {
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0 0;
	font-size: 100%;
	line-height: 1.2;
}
#header h1 a {
	display: block;
	margin: 0px 0 0px 10px;
	padding: 0px 0px 0 0;
	text-indent: -9999em;
	width: 340px;
	height: 35px;
}

#header span.tel { display: block; text-indent: -9999em; }

#header a.consulting {
	position: absolute;
	top: 0px;
	right: 20px;
	display: block;
	margin: 0px 0 0px 0px;
	padding: 0px 0px 0 0;
	text-indent: -9999em;
	width: 200px;
	height: 30px;
	background: url(../img/header-consulting.gif) 0 0 no-repeat;
}
#header a.consulting:hover { background-position: 0 -31px; }

#header dl { text-indent: -9999em; height: 400px; }

#header a.openSeminar {
	display: block;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0 0;
	text-indent: -9999em;
	width: 680px;
	height: 80px;
	background: url(../img/container-openseminar.gif) 0 0 no-repeat;
}
#header a.openSeminar:hover { background-position: 0 -80px; }




/* ------------------------------------------------------------------------------------ container */

#container {
	position: relative;
	display: block;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 0px;
	width: 760px;
	clear: both;
}

/* ナビ */
#nav {
	margin: 0 0px 0px 20px;
	padding: 0px 0 0px 0px;
	width: 200px;
}

#nav dl {
	margin: 0 0px 20px 0px;
	padding: 0px 0 10px 0px;
	width: 200px;
}
#nav dl.menu { background: #0094C8; }
#nav dl.blog { background: #BFE4F1; }

#nav dl dt {
	margin: 0 0px 0px 0px;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	width: 200px;
	height: 30px;
}
#nav dl.menu dt { background: url(../img/container-nav-menu-dt.gif) 0 0 no-repeat; }
#nav dl.blog dt { background: url(../img/container-nav-blog-dt.gif) 0 0 no-repeat; }

#nav dl ul {
	margin: 0 0px 0px 10px;
	padding: 0px 0 0px 0px;
	list-style: none;
	width: 180px;
}

#nav dl ul li { list-style: none; width: 180px; }

#nav dl ul a {
	display: block;
	margin: 0 0px 1px 0px;
	padding: 0px 0 0px 0px;
}
#nav dl.menu ul a {
	text-indent: -9999em;
	width: 180px;
	height: 35px;
	background: url(../img/container-nav-menu-bt.gif) 0 0 no-repeat;
}
#nav dl.menu ul a.home { background-position: 0 0; }
#nav dl.menu ul a.voice { background-position: 0 -35px; }
#nav dl.menu ul a.profile { background-position: 0 -70px; }
#nav dl.menu ul a.about { background-position: 0 -105px; }
#nav dl.menu ul a.inquiry { background-position: 0 -140px; }
#nav dl.menu ul a.principal { background-position: 0 -175px; }
#nav dl.menu ul a.seminar { background-position: 0 -210px; }
#nav dl.menu ul a.contact { height: 50px; background-position: 0 -245px; }

#nav dl.menu ul a.home:hover { background-position: -180px 0; }
#nav dl.menu ul a.voice:hover { background-position: -180px -35px; }
#nav dl.menu ul a.profile:hover { background-position: -180px -70px; }
#nav dl.menu ul a.about:hover { background-position: -180px -105px; }
#nav dl.menu ul a.inquiry:hover { background-position: -180px -140px; }
#nav dl.menu ul a.principal:hover { background-position: -180px -175px; }
#nav dl.menu ul a.seminar:hover { background-position: -180px -210px; }
#nav dl.menu ul a.contact:hover { background-position: -180px -245px; }

#nav dl.blog ul a {
	padding: 5px 0 0 20px;
	color: #fff;
	font-size: 90%;
	line-height: 1.2;
	width: 160px;
	min-height: 35px;
	_height: 35px;
	background: #0094C8 url(../img/container-nav-blog-ul.gif) 5px 5px no-repeat;
}
#nav dl.blog ul a:hover { color: #000; background-color: #FFD943; }

/* ガイド */
#container ul.guide {
	margin: 0 auto 30px auto;
	padding: 0px 0 0px 0px;
	list-style: none;
	width: 536px;
}

#container ul.guide li { list-style: none; width: 536px; }

#container ul.guide a {
	display: block;
	margin: 0 auto 20px auto;
	padding: 0px 0 0px 0px;
	text-indent: -9999em;
	background: url(../img/container-guide.gif) 0 0 no-repeat;
}
#container ul.guide a.application { width: 536px; height: 87px; background-position: 0 0; }
#container ul.guide a.inquiry { width: 385px; height: 59px; background-position: 0 -85px; }

#container ul.guide a.application:hover { width: 536px; height: 87px; background-position: -535px 0; }
#container ul.guide a.inquiry:hover { width: 385px; height: 59px; background-position: -535px -85px; }

/* ページ最上部へ */
#contents a.pagetop {
	display: block;
	margin: 0 0 15px 0;
	padding: 0px 0 0px 15px;
	line-height: 1.2;
	width: 7.0em;
	_width: 8.0em;
	background: url(../img/base/icon-arrow-right02.gif) 0px 2px no-repeat;
	float: right;
}



/* ------------------------------------------------------------------------------------ footer */


#footer {
	position: relative;
	margin: 0 0 0px 0;
	padding: 10px 0 50px 0px;
	width: 760px;
	clear: both;
}

#footer address {
	margin: 0 0 0px 0px;
	padding: 0px 0 0px 0px;
	font-size: 90%;
	font-style: normal;
	text-align: center;
	clear: both;
}











