﻿@charset "utf-8";

html{
	overflow-x : hidden;
	overflow-y : auto;
	-webkit-text-size-adjust: 100%; 
}

body{
	margin:0px;
	padding-top: 8px;
	padding-left: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 			sans-serif;
	color: #333;

}

/* --- 新着情報エリア --- */
.update {
	font-size: 9pt;
}

/* --- 新着リスト --- */
.update dl {
	width: 440px; /* 新着リストの幅 */
	margin: 0;
	border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
.update dt {
	width: 6.5em; /* 日付エリアの幅 */
	float: left;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 1.2;
}

/* --- 本文エリア --- */
.update dd {
	margin: 0;
	padding: 6px 0px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 1.3;
	font-size: 9pt;
}

.update dd a {
    color:#586496;
    text-decoration:underline;
}

.update dd a:hover {
    text-decoration:none;
}


.box01 {
	clear: both;
	min-height: 1px;
	height: 175px;
}

.textLeft {
	float: left;
	width: 240px;
}

.imgRight {
	float: right;
	width: 105px;
	padding-right: 5px;
}

.topSpace {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
