@charset "Shift_JIS";

/* --▼ 基本設定 ▼-- */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #EAEAEA;
	color: #333333;
}
a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
    text-decoration: none;
	color: #cc0000;
}
a:hover {
    color: #ff6600; 
	text-decoration: underline; 
} 
h1 {
	font-size: 2em;
	color: #FFFFFF;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	padding: 0px;
	font-size: 16px;
	color: #000066;
}
h3 {
	margin: 0px;
	padding: 2px 2px 2px 0px;
	font-size: 16px;
	color: #000066;
}
ul {
	list-style-type: none;
}


/* --▼ テキストサイズ設定 ▼-- */
.xstxt {  font-size: 8px; line-height: 120%;}
.stxt {  font-size: 10px; line-height: 120%;}
.mtxt {  font-size: 12px; line-height: 120%;}
.ltxt {  font-size: 14px; line-height: 120%;}
.xltxt {  font-size: 16px; line-height: 120%;}


.menu_ttl {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
.attention {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}
.remark {
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

.remark-pink {
	font-size: 12px;
	font-weight: bold;
	color: #ff6699;
}

.remark-perple {
	font-size: 12px;
	font-weight: bold;
	color: #8800ff;
}

.remark-blue {
	font-size: 12px;
	font-weight: bold;
	color: #0000ff;
}

.remark-gray {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.enlarge {
	font-size: 16px;
	font-weight: bold;
}

.items-name {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

.update {
	font-size: 10px;
	color: #666666;
}

