﻿@charset "utf-8";

@import "reset.css";

/*========================================index
/* +base set
/* +page-break
/* +display none
========================================index*/

/*====================
 +base set
====================*/
body {
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size: 8pt;
	line-height: 1.6;
	}
h1 {
	margin-bottom: 6mm;
	padding-bottom: 2mm;
	border-bottom: 1px solid #000;
	font-size: 175%;
	}
h2 {
	margin: 3mm 0;
	padding-bottom: 2mm;
	border-bottom: 1px solid #000;
	font-size: 150%;
	}
h3,h4,h5 {
	margin: 3mm 0;
	padding-bottom: 2mm;
	border-bottom: 1px solid #000;
	font-size: 125%;
	}
p,ul,ol,dl,table {
	margin: 1mm 0;
	}
ul,ol {
	margin-left: 2em;
	}
ul {
	list-style: outside disc;
	}
ol {
	list-style: outside decimal;
	}
a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
.section02,
.section03 {
	margin-left: 6mm;
	}

/*====================
 +page-break
====================*/
ul,ol,dl,
p,blockqote,
table {
	page-break-inside: avoid;
	}
/*====================
 +float none
====================*/
.home #primary-contents,
.home #secondary-contents {
    float:none;
	}
/*====================
 +display none
====================*/
.home .home-ad,
#global-nav,
.home #search,
.home .section-4,
#secondary-contents,
#footer ul,
#topic-menu {
	display: none;
	}
