@charset "utf-8";

/*All Layout
---------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family:
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3",
		"メイリオ", Meiryo,
		Osaka,
		"ＭＳ Ｐ ゴシック", "MS P Gothic",
		sans-serif;
}

/* IE 7 に対するフォントの種類 */
*:first-child+html * {
	font-family:
		"メイリオ", Meiryo,
		"ＭＳ Ｐ ゴシック", "MS P Gothic",
		sans-serif;
}

/* IE 6 に対するフォントの種類 */
* html * {
	font-family:
		"メイリオ", Meiryo,
		"ＭＳ Ｐ ゴシック", "MS P Gothic",
		sans-serif;
}
h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
body {
	text-align: center;
	background-color: #999999;
	font-size: 62.5%;
}
a {
	text-decoration: underline;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #0066ff;
}
a:active {
	color: #0000ff;
}


/*wrapper
---------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}


/*Header
---------------------------------------------------*/
#header {
	width: 920px;
	height: 230px;
	margin: 0 15px 10px 15px;
	background: url(../top_img/header_bg.jpg) no-repeat left top;
	position: relative;
}
#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header p {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 1.2em;
}

/*Navi
---------------------------------------------------*/
#navi {
	width: 920px;
	height: 25px;
	margin: 0 15px 10px 15px;
}
#navi ul li {
	float: left;
	list-style: none;
}
#navi ul li a {
	display: block;
	width: 154px;
	height: 25px;
}
#navi ul li a.last {
	width: 150px;
}
#navi ul li a span {
	display: none;
}
#navi ul li.gaiyou a:link,
#navi ul li.gaiyou a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat 0px 0;
}
#navi ul li.gaiyou a:hover,
#navi ul li.gaiyou a:active {
	background: url(../top_img/top_nav.jpg) no-repeat 0px -25px;
}
#navi ul li.enkaku a:link,
#navi ul li.enkaku a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat -154px 0;
}
#navi ul li.enkaku a:hover,
#navi ul li.enkaku a:active {
	background: url(../top_img/top_nav.jpg) no-repeat -154px -25px;
}
#navi ul li.seisaku a:link,
#navi ul li.seisaku a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat -308px 0;
}
#navi ul li.seisaku a:hover,
#navi ul li.seisaku a:active {
	background: url(../top_img/top_nav.jpg) no-repeat -308px -25px;
}
#navi ul li.work a:link,
#navi ul li.work a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat -462px 0;
}
#navi ul li.work a:hover,
#navi ul li.work a:active {
	background: url(../top_img/top_nav.jpg) no-repeat -462px -25px;
}
#navi ul li.ikeben a:link,
#navi ul li.ikeben a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat -616px 0;
}
#navi ul li.ikeben a:hover,
#navi ul li.ikeben a:active {
	background: url(../top_img/top_nav.jpg) no-repeat -616px -25px;
}
#navi ul li.reclute a:link,
#navi ul li.reclute a:visited {
	background: url(../top_img/top_nav.jpg) no-repeat -770px 0;
}
#navi ul li.reclute a:hover,
#navi ul li.reclute a:active {
	background: url(../top_img/top_nav.jpg) no-repeat -770px -25px;
}


/*Contents
---------------------------------------------------*/
#contents {
	clear:both;
	width: 920px;
	height: auto;
	margin: 0 15px;
	position: relative;
}


/*Main
---------------------------------------------------*/
#main {
	width: 730px;
	height: auto;
	margin-right: 190px;
}
#main div {
	float: left;	
}
#main .no1,
#main .no2,
#main .no3,
#main .no4 {
	width: 352px;
	min-height:125px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}
* html #main .no1,
* html #main .no2,
* html #main .no3,
* html #main .no4 {
	height: 125px;
}
#main .no5,
#main .no6,
#main .no7,
#main .no8,
#main .no9,
#main .no10,
#main .no11,
#main .no12 {
	width: 352px;
	min-height:101px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}
* html #main .no5,
* html #main .no6,
* html #main .no7,
* html #main .no8,
* html #main .no9,
* html #main .no10,
* html #main .no11,
* html #main .no12 {
	height: 125px;
}


/*speakers
---------------------------------------------------*/
#speakers {
	width: 716px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}
#speakers p {
	font-size: 1.2em;
	line-height: 1.6em;
}
#speakers a {
	text-decoration: none;
}

/*---cleafix---------------------------*/
#speakers:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#speakers {
	display: inline-table;
	clear: both;
}
/* MacIE begin \*/
*+html #speakers {height: 1%;}
* html #speakers {height: 1%;}
#speakers {display: block;}
/* MacIE end */
/*---cleafix end---------------------------*/

#speakers .skL {
	margin-top: -10px;
	width: 270px;
	height: 165px;
	float: left;
}
#speakers .skR {
	width: 440px;
	float: right;
	padding-top: 15px;
}
#speakers h4 {
	font-size: 1.4em;
	font-weight: bold;
}
#speakers .article {
	width:440px;
	padding-top: 10px;
}
#speakers .article p {
	padding-left: 10px;
	background: url(../img/ya.jpg) no-repeat left 5px ;
}


#main h2 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-left: 18px;
	background: url(../top_img/ya.gif) no-repeat 5px #dedde4;
}
*html #main h2 {
	line-height: 1.5;
}
#main .no1 {
	background: url(../top_img/main_1.jpg) no-repeat 5px 25px;
}
#main .no2 {
	background: url(../top_img/main_2.jpg) no-repeat 5px 25px;
}
#main .no3 {
	background: url(../top_img/main_3.jpg) no-repeat 5px 25px;
}
#main .no4 {
	background: url(../top_img/main_4.jpg) no-repeat 5px 25px;
}


/*IE8 Hac
---------------------------------------------------*/
#main #mainSub {
	width: 730px;
	height: auto;
	margin-left: -5px\9;
	/margin-left: 0px;        /*IE7 Hac--------------*/
}
#main #mainSub div {
	float: left\9;
}
/*IE8 Hac End
---------------------------------------------------*/

#main p.product {
	font-size: 1.2em;
	padding-left: 81px;
	padding-top: 5px;
	padding-right: 5px;
	line-height: 1.5em;
}
#main img {
	float: left;
	padding: 10px 0 10px 5px;
}
#main p.book {
	text-align: left;
	font-size: 1.2em;
	padding: 8px 5px 5px 0;
	line-height: 1.4em;
}
#main p.book span {
	font-weight: bold;
}


/*Sub
---------------------------------------------------*/
#sub {
	width: 188px;
	height: auto;
	border: 1px solid #aaaaaa;
	position: absolute;
	top: 0;
	left: 729px;
}
#sub h4 {
	width: 188px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 5px;
}
#sub h4 {
	background: url(../top_img/blog_hover.jpg) no-repeat 0 0;
}
#sub h4 a {
	display: block;
	width: 188px;
	height: 70px;
	background: url(../top_img/blog.jpg) no-repeat 0 0;
}
#sub h4 a:hover {
	background: none!important;
}
#sub p {
	text-align: left;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#sub p.title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}


/*Footer
---------------------------------------------------*/
#footer {
	clear: both;
	width: 920px;
	margin: 0px 15px;
	padding: 10px 0 15px 0;
	text-align: center;
	border-top: 1px dotted #aaaaaa;
}

