﻿@charset "UTF-8";

/* フォントサイズ共通化（Fonts CSS） */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font-size: 100%;
}

select,
input,
textarea {
	font-size: 100%;
}


/* 全体初期化 */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align: center;
	vertical-align: top;
}

/* body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',  Osaka,sans-serif;
} */

body * {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}

/* ハイパーリンク */

a {
	font-weight: inherit;
}

a:link {
	color:#933;
}

a:visited {
	color:#066;
}

a:hover {
	color: #f33;
}

a img {
	border: none;
}


/* テキスト表記 */

/* 見出し */
h1,h2,h3,h4,h5,h6 {
	margin: 0.5em 0px;
	font-weight: bold;
	text-align: left;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: bold;
}

h1 {
	font-family: 'HGｺﾞｼｯｸE','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic',  Osaka,sans-serif;
	font-size: 138.5%;
	font-weight: normal;
	color:#066;
	padding: 4px 8px;
	border-style: solid;
	border-color: #066;
	border-width: 0px 0px 1px 6px;
}

h2 {
	font-size: 100%;
	color:#333;
	margin: 0.5em 0px 0.5em 8px;
	padding: 0px 0px 0px 8px;
	border-style: none none solid solid;
	border-color: #666;
	border-width: 0px 0px 1px 3px;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 100%;
}

/* 修飾部分 */
em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #000;
	font-weight: bold;
}

hr {
	height: 1px;
	border-color:#666;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	margin: 0px auto;
	padding: 0px 12px;
}

/* 段落 */
p {
	margin: 0.5em 0px;
	text-align: left;
	line-height: 1.4;
	}

/* リスト表示 */

/* マーク＆番号リスト */
ul,
ol {
	margin: 1em 0px;
	list-style-position: outside;
}

ul li {
	margin: 0.5em 0em 0.5em 1.5em;
	line-height: 1.4;
}

ol li {
	margin: 0.5em 0em 0.5em 1.8em;
	line-height: 1.4;
}

/* 定義リスト */
dl {
	margin: 1em 0px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0.5em 0em 0.5em 1em;
	line-height: 1.4;
}

/* テーブル表示 */
table {
	border-collapse: collapse;
}

/* イメージ表示 */
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

/* サッポーサイト・ページ内容共通部分 */

div#contents {
	position: relative;
	vertical-align: top;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	z-index: 0;
	}
	
/* パンくずリスト */
ul#topic-path {
	position: absolute;
	width: auto;
	height: 16px;
	top: 12px;
	left: 24px;
	margin: 0;
	padding: 0;
	clear: both;
	z-index: 1;
	}

ul#topic-path li {
	display: inline;
	height: 16px;
	margin: 0px 4px 0px 0px;
	padding: 0px 16px 0px 0px;
	list-style-type: none;
	font-size: 12px;
	background: url(/image/topicpath.png) right no-repeat;
	}

ul#topic-path li.tp-present {
	padding: 0px;
	background: none;
	}

/* メインコンテンツ */

div#main {
	position: relative;
	text-align: left;
	background-color: #fff;
	}
/* mainの横幅はページ別に設定 */

/* 親ボックスの高さ検出用 */
.clearfix:after,
div#contents:after,
div#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

div#main h2 {
	font-family: 'メイリオ',Meiryo,'HGPｺﾞｼｯｸE','HGP創英角ｺﾞｼｯｸUB','ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color:#333;
	margin: 12px 0px 0em 0px;
	padding: 12px 0px 0px 1em;
	border: none;
	height: 25px;
	background: url(/image/main_midasi_back.png) top left no-repeat white;
}

/* ページ下部・上に戻るリンク */
p#bottom-return {
	position: relative;
	width: 1000px;
	margin: 8px auto;
	padding: 0;
	clear: both;
	text-align: right;
	}
	
p#bottom-return a:link {
	color: #666;
	}

p#bottom-return a:visited {
	color: #666;
	}

p#bottom-return a:hover {
	color: #f33;
	}

