/* CSS definition for fonts */

/* {font-style font-variant font-weight font-size/line-height font-family;} */

/* Standard elements */
body {
	margin: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	background-color: #336633;
}
table, td {
	font: 12px/15px "ＭＳ Ｐゴシック", sans-serif;
}
h1 {
	font-size:14px; /*text-shadow: 3px 3px 2px #666666;*/
}
h2 {
	font-size:12px;
	/*text-shadow: 3px 3px 2px #666666;*/
	color: #003300;
}
h3 { 
	font-size:12px;
 	/*text-shadow: 3px 3px 2px #666666;*/
}
h4 {
	font-size:10px; 
	/*text-shadow: 3px 3px 2px #666666;*/
}
h1#top1 {
	width: 385px;
	height: 34px;
	margin: 0;
	padding:	0;
	text-indent: -9999px;
	background: url('../images/top_logo.jpg');
}
/* Standard fonts */
.K10 {
	font-size: 10px;
	line-height: 13px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
.K12 {
	font-size: 12px;
	line-height: 15px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
.K14 {
	font-size: 14px;
	line-height: 18px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
.K18 {
	font-size: 18px;
	line-height: 24px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
.K24 {
	font-size: 24px;
	line-height: 32px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}
/* For localization */
.KB10 {
	font-size: 10px;
	line-height: 13px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
.KB12 {
	font-size: 12px;
	line-height: 15px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
.KB14 {
	font-size: 14px;
	line-height: 18px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
.KB18 {
	font-size: 18px;
	line-height: 24px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
.KB24 {
	font-size: 24px;
	line-height: 32px;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}
/* Link styles */
a:link {
	color:#336699;
	text-decoration:none !important;
}
a:visited {
	color:#336699;
	text-decoration:none !important;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
a:active {
	color:#336699;
	text-decoration:none !important;
}
/* Link styles */
a.remark01:link {
	color:#ffffff;
	text-decoration:none !important;
}
a.remark01:visited {
	color:#ffffff;
	text-decoration:none !important;
}
a.remark01:hover {
	color:#FF0000;
	text-decoration: underline;
}
a.remark01:active {
	color:#ffffff;
	text-decoration:none !important;
}
/* Color styles */
.white {
	color: #FFFFFF
}
.green {
	color: #003300
}
.red {
	color: #990000
}
.blue {
	color: #000066
}
.murasaki {
	color: #5555c0
}
/* 2008/10追加分 */

p.wide90 {
	width: 90%;
}
p.wide90a {
	width: 90%;
	margin-left: 0.5em;
}
dl#osusume{
	width: 90%;
	margin-left: 0.5em;
}
dl#osusume dt{
}
dl#osusume dd{
	margin-bottom: 1em;
	margin-left: 0.8em;
}
