﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: transparent url(../images/base_bg.gif) top center repeat-y;
	}

/*
-------------------------------
html
-------------------------------
*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

a {
	color: #6699CC;
	text-decoration: underline;
	}

a:hover {
	color: #f90;
	}

form {
	margin: 0;
	padding: 0;
	}

sup {
	font-size: 74%;
	}

/*
-------------------------------
common class
-------------------------------
*/

p.items {
	margin-left: 0.9em;
	text-indent: -0.6em;
	}

.notice {
	color: #4E7C2B;
	font-size: 74%;
	line-height: 130%;
	}

html>body .notice {
	font-size: 80%;
	}

.subHeadlineBar {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #4E7C2B;
	font-weight: bold;
	font-size: 90%;
	}

/*
-------------------------------
header
-------------------------------
*/

p#pageTop {
	margin: 0;
	padding: 0 10px;
	color: #8B8B86;
	font-size: 65%;
	}

div#headerNav {
	font-size: 70%;
	}

/*
-------------------------------
topicpath
-------------------------------
*/

div#topicPath p {
	margin: 0 20px;
	font-size: 80%;
	line-height: 130%;
	}

.FontChanger {
	cursor: hand;
	color: #6699CC;
	text-decoration: underline;
	}

/*
-------------------------------
contents
-------------------------------
*/

#contents {
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/contents_bg_frame.gif) center 300px no-repeat;
	}

div#footerNav {
	width: 800px;
	margin-bottom: 10px;
	font-size: 74%;
	line-height: 130%;
	}

/*
-------------------------------
footer
-------------------------------
*/

.copyright {
	padding: 12px 0 15px;
	font-size: 74%;
	}

/*
-------------------------------
font
-------------------------------
*/

.x-small {
	font: 74% ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3 , Hiragino Kaku Gothic Pro , Osaka, sans-serif;
	}

html>body .x-small {
	font-size: 84%;
	}

.small {
	font: 80% ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3 , Hiragino Kaku Gothic Pro , Osaka, sans-serif;
	}

html>body .small {
	font-size: 90%;
	}

.medium {
	font: 90%/150% ＭＳ Ｐゴシック, ヒラギノ角ゴ Pro W3 , Hiragino Kaku Gothic Pro , Osaka, sans-serif;
	}

html>body .medium {
	font-size: 100%;
	}
