﻿@charset "utf-8";

/* デザイン用 */
/* ---------------- design start ---------------- */

/* -------- ALL -------- */

* body {
    font-size: 0.87em;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
}

img {
    border-style: none;
}

a:link {
    color: #0000ff;
    text-decoration: underline;
}

a:visited {
    color: #990099;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

/* -------- #header -------- */

h1 {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
}

.logo {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.logo a {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #FF99CC;
}

.logo a:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #FF0000;
    font-weight: bold;
}

.logo_style {
    border-width: 0px;
}

.description { }

/* -------- #toolbar -------- */

.fontsize {
    padding: 5px 5px 5px 5px;
    text-align: left;
    vertical-align: top;
    width: auto;
    height: 30px;
    float: left;
}

.flatbutton {
    border-style: none;
    background-color: #FFFFFF;
    margin-bottom: 4px;
}

.resetFont {
    background-color: #FFCCFF;
    margin-bottom: 4px;
}

.increaseFont {
    background-color: #FFFFCC;
    margin-bottom: 4px;
}

.decreaseFont{
    background-color: #CCFFFF;
    margin-bottom: 4px;
}

.search-div {
    padding: 5px;
    text-align: left;
    vertical-align: top;
    width: auto;
    height: 30px;
    float: left;
}

.search {
    margin-bottom: 10px;    
}

.searchbox{
    margin-bottom: 6px;
}

.radio{
    margin-bottom: 10px;    
}

.searchBtn{
    background-color: #CCFFCC;
    margin-bottom: 4px;
}

/* -------- #globalnavi -------- */

#globalnavi ul {
	width: 100%;
	list-style-type: none;
	position: absolute;
	background-color: #7EA2FC;
	color: #FFFFFF;
	font-weight: bold;
}

#globalnavi li {
    width: auto;
    float: left;
    border-right: 2px groove #CCCCCC;
}

#globalnavi li a {
	text-decoration: none;
	display: block;
	width: auto;
	padding: 0.5em 1em;
	background-color: #7EA2FC;
	color: #FFFFFF;
	font-weight: bold;
}
#globalnavi li a:hover {
	background-color: #CCFFFF;
	color: #0000FF;
}

/* -------- #contents -------- */

/* --- 見出し --- */
h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0px 5px 5px;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	border-width: 1px 10px 1px 10px;
	border-style: solid;
	border-color: #0066FF #7EA2FC #0066FF #7EA2FC;
	text-align: center;
}

h3,h4,h5,h6 {
    margin-top: 2.5em;
}

/* --- 文字 --- */
#contents p {
    line-height: 1.6em;
    margin-bottom: 0.5em;
}

.center_p {
	text-align: center;
}

.text_red_big {
    color:red;
    font-size:large;
}

.text_red {
    color:red;
}

.text_blue_big {
    color:#3333CC;
    font-size:large;
}

.text_blue {
    color:#3333CC;
}

.text_line_through {
	text-decoration: line-through;
}
.text_small {
	font-size: small;
}
.text_smaller {
	font-size: smaller;
}

/* --- パン屑リスト --- */
#contents .topic-path {
    line-height: 1em;
    margin-bottom: 2em;
}

/* --- リスト --- */
#contents dl { margin: 1em 0; }

#contents dt {
    margin-bottom: 0.5em;
    font-weight: bold;
    border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 30px; }

#contents li { margin-bottom: 0.5em; }

/* --- テーブル --- */
table {
	width: 100%;
	border: 5px outset #7EA2FC;
	background-color: #FFFFFF;
	color: #000000;
}
th {
	text-align: center;
	background-color: #CCFFFF;
	border: 1px ridge #0066FF;
}
td {
	border: 1px solid #0066FF;
}

table.non_border, th.non_border, td.non_border {
	border-style: none;
}

/* --- よくあるご質問 --- */
.cursor_hand {
	cursor: pointer;
}

#faq1 { display:block; }
#faq2 { display:block; }
#faq3 { display:block; }
/* ---#faq2 { display:none; }
#faq3 { display:none; } --- /



/* -------- #sidebar -------- */

/* --- カテゴリタイトル --- */
.sidetitle {
	padding: 0.5em 0;
	border-bottom: 1px solid #666666;
	background-color: #7EA2FC;
	border-bottom-color: #0066FF;
	text-align: center;
	border-bottom-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
}

/* --- リスト --- */
.localnavi {
    list-style-type: none;
    margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
	text-decoration: none;
	width: 160px;
	padding: 0.5em 4px 0.5em 4px;
	display: block;
	border-bottom: 1px solid #FF3399;
	background-color: #EEEEEE;
	color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}
.localnavi a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF3399;
	background-color: #CCFFFF;
	color: #0000FF;
	border-bottom-color: #0066FF;
}

/* -------- .sideber -------- */

.sidebar-dl {
    margin: 0 0 20px;
}

.sidebar-dl dt {
	text-align: center;
	padding: 9px 0;
	background-color: #7EA2FC;
	color: #FFFFFF;
	font-weight: bold;
}
.sidebar-dl dd {
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #0066FF;
}

.sidebar-dl div#houigaku {
    text-align: center;
    font-size: 12px;
}

.caption {
	text-align: center;
	background-color: #CCFFFF;
}


iframe {
	width: 150px;
}

div#histories {
	text-align: left;
}

/* -------- #footer -------- */
#footer p {
	text-align: center;
	font-size: small;
	margin-bottom: 5px;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #000000;
	border-bottom: 1px solid #000000;
	border-width: 1px 10px 1px 10px;
	border-style: solid;
	border-color: #0066FF #7EA2FC #0066FF #7EA2FC;
}

/* ---------------- design end ---------------- */
