@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

■トップページ専用CSS

[homeMain]
[wrapper]
[linkCommon]

[unitSegment]
[unitPush]
[unitNews]

-- FontSize --
↑  83% (10px)
｜ 100% (12px)
｜ 116% (14px)
｜ 133% (16px)
｜ 150% (18px)
↓ 166% (20px)

/////////////////////////////////////////////////////////////////// */

@import url(/css/import/reset.css);
@import url(/css/import/common.css);

@import url(/css/import/sidebar.css);
@import url(/css/import/clear.css);

/* =========================================================
■wrapper
========================================================= */
div#wrapper {
	margin: 10px 0;
	background: url(/img/home/bg_home.gif) repeat-y 0 0;
}

/* =========================================================
■contents
========================================================= */
div#contents {
	float: left;
	width: 690px;
}

div#contents div#main {
	float: none;
	width: 690px;
}

/* =========================================================
■sidebar
========================================================= */
div#sidebar {
	float: right;
	width: 260px;
}

div#sidebar .innerSidebarHome {
	width: 240px;
	margin: 0 auto;
	padding: 10px 0 0;
}

div#sidebar .innerSidebarHome .bnr {
	margin: 0 0 2px;
	line-height: 1.5;
}


div#sidebar .innerSidebarHome .txt {
	margin: 0 0 20px;
	line-height: 1.5;
}

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

/* =========================================================
■linkCommon
========================================================= */
div#contents p.linkCommon {
}

div#contents p.linkCommon a {
	padding: 0 0 0 14px;
	background: url(/img/common/arrow_01.gif) no-repeat 0 2px;
}



/* =========================================================
■unitSegment
========================================================= */
div#contents div#unitSegment {
	width: 690px;
	padding: 0 0 2px;
	background: url(/img/home/line_dot.gif) repeat-x 0 100%;
}

div#contents div#unitSegment ul {
	width: 711px;
	margin: 0 -11px 10px 0;
}

div#contents div#unitSegment ul li {
	display: inline;
	float: left;
	margin: 0 8px 5px 0;
}

div#contents div#unitSegment ul li img {
	vertical-align: top;
}



/* =========================================================
■unitPush
========================================================= */
div#contents div#unitPush {
	margin: 10px 0;
	padding: 0 10px;
	border: 10px #F2F2F2 solid;
	border-width: 10px 0;
	background: #F2F2F2 url(/img/home/line_dotted_01.gif) repeat-y 50% 0;
}

div#contents div#unitPush h2 {
	margin: 5px 0 10px;
}

div#contents div#unitPush p {
	padding: 0 0 0 90px;
	line-height: 1.5;
}

div#contents div#unitPush dl {
	padding: 0 0 0 90px;
	color: #666666;
}

div#contents div#unitPush dl dt {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 83%;
}

div#contents div#unitPush dl dd {
	line-height: 1.5;
}

div#contents div#unitPush p.linkCommon {
	margin: 10px 0 5px;
}


/* pushBeginner
----------------------------------------------- */
div#contents div#unitPush div.pushBeginner {
	float: left;
	width: 330px;
	background: url(/img/home/ph_beginner.gif) no-repeat 0 50px;
}

/* pushCase
----------------------------------------------- */
div#contents div#unitPush div.pushCase {
	float: left;
	width: 330px;
	height: 140px;
	background: url(/img/home/ph_case.gif) no-repeat 0 50px;
}


/* pushInfo
----------------------------------------------- */
div#contents div#unitPush div.pushInfo {
	float: right;
	width: 330px;
	background: url(/img/home/ph_info.gif) no-repeat 0 50px;
}



/* =========================================================
■unitNews
========================================================= */
div#contents div#unitNews {
	width: 690px;
	overflow: hidden;
}

div#contents div#unitNews h2 {
	margin: 0 0 10px;
}

div#contents div#unitNews p.linkCommon {
	margin: 0;
	text-align: right;
}

/* listNews
----------------------------------------------- */
div#contents dl.listNews {
	margin: 0 10px 20px;
}

div#contents dl.listNews dt {
	float: left;
	width: 6em;
	padding: 10px 0 0;
	color: #666666;
	font-weight: bold;
	line-height: 1.5;
}

div#contents dl.listNews dd {
	padding: 10px 0 0 6.5em;
	line-height: 1.5;
	zoom: normal; /* for IE6, IE7 */
}

div#contents dl.listNews dd span {
	display: block;
	padding-left: 80px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#contents dl.listNews dd span img {
	vertical-align: middle;
}


/* icon
----------------------------------------------- */
div#contents .info {
	background-image: url(/img/news/ico_news_info.gif);
}

div#contents .event {
	background-image: url(/img/news/ico_news_event.gif);
}

div#contents .seminar {
	background-image: url(/img/news/ico_news_seminar.gif);
}

div#contents .campaign {
	background-image: url(/img/news/ico_news_campaign.gif);
}

div#contents .books {
	background-image: url(/img/news/ico_news_books.gif);
}

div#contents .service {
	background-image: url(/img/news/ico_news_service.gif);
}

div#contents .other {
	background-image: url(/img/news/ico_news_other.gif);
}

