@charset "utf-8";

/* ############################################################################################# */
/* 共通パーツcss読み込み */
/* ############################################################################################# */
@import "http://parts.nikkei.co.jp/parts/ds/css/layout.hensei.css";


/* ############################################################################################# */
/* 標準スタイル初期化 */
/* ############################################################################################# */

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
ul, ol { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
* html .clearfix {
	height:1%;
	display:block;
}
*:first-child+html .clearfix {
	min-height:1%;
}
a {
	text-decoration: none;
    color: #333333;
    outline: none;
}
a:hover {
    color: #FF33B3;
}
a img {
	border-style: none;
}
header,footer,nav,section,article,figure,aside {
　display:block;
}

/* ############################################################################################# */
/* TOPページ */
/* ############################################################################################# */
#top {
	background-color: #D9D9D9;
}
#top header {
	background-color: #f4f4f4;
	padding-top: 0px;
}
#top header h1 {
	position: static;
	width: 996px;
	margin: 0 auto;
	font-size: 144%;
/*	line-height: 60px;*/
	padding-left: 30px;
}
#top header h1 img {
	margin: 20px 0;
}
#top_wrapper {
	 width: 996px;
	 margin: auto;
	 padding-top: 20px;
}
#top_contents {
	float: left;
}
* html #top_contents {
	width: 980px;
}
#top_contents section {
	width: 940px;
	border-width: 1px;
	border-style: solid;
	border-radius: 7px;
	background-color: #FFF;
	padding: 10px 30px;
}
#top_contents h2 {
	color: #2E64FE;
}
#top_contents section div{
	border: 1px solid #2E64FE;
	font-size: 90%;
	font-weight: bold;
	margin: 30px 0px;
	padding: 18px 0 16px 19px;
	width: 80%;
}
#top_contents section div a {
	text-decoration: underline;
	color: #aa3333;
}
p.banner {
	margin: 10px 0px;
}
p.banner a {
	font-size: 90%;
}
p.banner img {
	vertical-align: middle;
	padding-right: 10px;
}
