﻿@charset "utf-8";

/* ----------------------
   Default style
 ---------------------- */
html {
	font-size: 62.5%;
}

* {
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

body {
	background: #728aa7;
}

h1 {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.2;
}

h2 {
	margin-top: 5px;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
}

h3 {
	margin-top: 4px;
	font-size: 1.7em;
	font-weight: bold;
}

h4 {
	margin-top: 3px;
	font-size: 1.4em;
	font-weight: bold;
}

h5 {
	margin-top: 2px;
	font-size: 1.2em;
	font-weight: bold;
}

p {
	margin: 0 0 1em;
	padding-top: 5px;
	font-size: 1.2em;
	line-height: 1.5;
}

/* ----------------------
   Layout
 ---------------------- */
#headerArea {
	height: 160px;
	color: #FFFFFF;
	background: #3232CD;
}

#footerArea {
	clear:both;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	background: #FFFFFF;
	text-align: center;
}

#oneColumn,
#twoColumnLeft,
#twoColumnRight {
	width: 780px;
	margin: 0 auto 0 auto;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	background: #f8f8f8;
}

#oneColumn #headerArea,
#twoColumnLeft #headerArea,
#twoColumnRight #headerArea {
	height: 160px;
	width: 780px;
	color: #FFFFFF;
	background: #3232CD;
}

#oneColumn #contentsArea,
#twoColumnLeft #contentsArea,
#twoColumnRight #contentsArea {
	clear: both;
	float: left;
	width: 780px;
	padding-bottom: 10px;
	background: url(img/bg1.gif) repeat-y;
}

#oneColumn #mainColumn {
	float: left;
	width: 780px;
}

#twoColumnLeft #mainColumn {
	float: left;
	width: 600px;
	padding: 7px;
}

#twoColumnLeft #subColumn {
	float: right;
	width: 150px;
	padding: 7px;
	color: #394553;
	background-color: #b3e2e8;
}

#twoColumnRight #mainColumn {
	float: right;
	width: 600px;
	padding: 6px;
}

#twoColumnRight #subColumn {
	float: left;
	width: 150px;
	padding: 6px;
	color: #394553;
	background-color: #b3e2e8;
}

/* ----------------------
   Modules
 ---------------------- */
#topicsPath ol {
	margin-bottom: 5px;
}

#topicsPath ol li {
	display: inline;
	line-height: 1.1;
}

#topicsPath ol li a {
	padding-right: 20px;
	background: url(img/glue.gif) no-repeat right center;
}

#mainColumn div.innerPageIndex ul{
margin:0;
}

#mainColumn div.innerPageIndex ul li{
zoom:1;
display:inline;
margin:0 15px 0 0;
_margin-bottom:5px;
padding:0 15px 0 0;
border-right:1px solid #333;
line-height:1.7;
}

#mainColumn div.innerPageIndex ul li.firstItem{
padding-left:15px;
border-left:1px solid #333;
}

