/* ******************************************
 スタイルリセット
****************************************** */

body, h1, h2, h3, h4, h5, h6, 
div, address, p, pre, blockqute, dl, dt, dd, ul, ol, li, th, td {
	margin: 0;
	padding: 0;
}
form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
abbr, acronym {
	border: 0;
}
h1, h2, h3, h4, h5, h6, div, address, p, pre, blockqute, dl, dt, dd, ul, ol, li, th, td {
	font-size: 100%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 100%;
}
address, em, strong, th, caption {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style-type: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
}


/* ******************************************
 汎用クラス
****************************************** */

.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}

.weightB {
	font-weight: bold;
}
.colorBlue {
	color: #4197d3;
}

.marginB2 {
	margin-bottom: 2px;
}

.marginB5 {
	margin-bottom: 5px;
}

.marginB7 {
	margin-bottom: 7px;
}

.marginB10 {
	margin-bottom: 10px;
}
.marginB15 {
	margin-bottom: 15px;
}
.marginB20 {
	margin-bottom: 20px;
}
.marginB30 {
	margin-bottom: 30px;
}


/* ******************************************
 ページ共通　告知
****************************************** */

.notice {
	border: 3px solid #cccccc;
	padding: 8px 5px;
	background: #ffffff;
}
*+html.notice {
	height: 5px;
}
*html.notice {
	height: 5px;
}

.notice p.title {
	font-weight: bold;
	color: red;
	font-size: 12px;
	text-align: center;
	margin-bottom: 6px;
	line-height: 1.2em;
}

.notice p.detail {
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
}

.notice p.hosokujikou {
	font-size: 10px;
	text-align: left;
	line-height: 1.2em;
	margin-top: 8px;
	padding-left: 3px;
	color: #999999;
}


















