@charset "utf-8";
/* ///////////////////////////////////////////////////////////////////
ACCS - home.css for HOME

Copyright (C) KAYAC Co., Ltd. All rights reserved.
/////////////////////////////////////////////////////////////////// */

/* =========================================================
■body
========================================================= */
body {
	background-position: 0 240px;
}



/* =========================================================
■header
========================================================= */
div#header {
	height: 215px;
	background: url(/img/home/bg_home_01.gif) no-repeat 100% 75px;
}


/* siteName
----------------------------------------------- */
div#header h1 {
	position: absolute;
	top: 15px;
	left: 0;
}


/* tagline
----------------------------------------------- */
div#header p#tagline {
	position: absolute;
	top: 125px;
	left: 0;
}



/* =========================================================
■navGlobal
========================================================= */
div#navGlobal {
	margin: 0 auto 15px;
}



/* =========================================================
■main
========================================================= */
div#content div#main {
	float: left;
	width: 590px;
}


/* section
----------------------------------------------- */
div#content div#main div.section {
	margin: 0 0 15px;
	background: url(/img/home/box_section_mdl_01.gif) repeat-y 0 0;
}

div#content div#main div.section div.sectionInner {
	padding: 15px 0 0;
	background: url(/img/home/box_section_top_01.gif) no-repeat 0 0;
}

div#content div#main div.section div.sectionEnd {
	padding: 0 0 10px;
	background: url(/img/home/box_section_btm_01.gif) no-repeat 0 100%;
}

div#content div#main div.section div.sectionEnd hr {
	display: none;
}


/* information
----------------------------------------------- */
div#content div#main div.section dl.summaryList dd,
div#content div#main div.section ul#exInfo li {
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div#content div#main div.section dl.summaryList dd.research,
div#content div#main div.section ul#exInfo li.research {
	padding-left: 18px;
	background-image: url(/img/home/ico_research.gif);
}

div#content div#main div.section dl.summaryList dd.blogs,
div#content div#main div.section ul#exInfo li.blogs {
	padding-left: 18px;
	background-image: url(/img/home/ico_blogs.gif);
}

div#content div#main div.section ul#exInfo {
	padding-top: 12px;
	background: url(/img/common/line_dashed_01.gif) repeat-x 0 0;
}

div#content div#main div.section ul#exInfo li {
	float: left;
	width: 250px;
}

div#content div#main div.section ul#exInfo li.reseach {
}

div#content div#main div.section ul#exInfo li.blogs {
}


/* =========================================================
■sub
========================================================= */
div#content div#sub {
	float: right;
	position: relative;
	right: 5px;
	width: 236px;
	margin-top: 5px;
	background: none;
}


/* subBnr
----------------------------------------------- */
div#content div#subBnr {

}

div#content div#subBnr ul {
}

div#content div#subBnr ul li {
	margin: 0 0 5px;
}

