﻿/* General */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #23DC23;
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	line-height: 130%;
	text-align: justify;
	text-decoration: none;}
td {
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #ffffff; */
	color: #009900;
	line-height: 130%;
	vertical-align: top;
	text-align: justify;
	text-decoration: none;}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009900;
	line-height: 130%;
	text-align: justify;
	text-decoration: none;}

hr {
	width: 1px;}

strong, b {
	font-weight: bold;}

img {
	border: 0;}

/* foot Link */
.footMenu {
	font-size: 10px;
	color: #23DC23;}
a.footMenu:link {
	color: #666666;
	font-weight: normal;	
	text-decoration: none;}

a.footMenu:visited {
	color: #666666;
	font-weight: normal;	
	text-decoration: none;}

a.footMenu:active {
	color: #006600;
	font-weight: normal;
	text-decoration: none;}

a.footMenu:hover {
	color: #222222;
	font-weight: normal;
	text-decoration: none;}

/* Original */

.titlePage {
	font-size: 24px;
	color: #F81C4D;
	font-weight: bold;
	line-height: 200%;
}
.subTitle {
	font-size: 18px;
	color: #F81C4D;
	font-weight: bold;
}

.dropCap {
	font-size: 20px;
}

.colorGray10 {
	color: #666666;
	font-size: 10px;
}

.colorBlack {
	color: #333333;
}

.colorRed {
	color: #FF0000;
}

.size20 {
	font-size: 20px;
}

.size10 {
	font-size: 10px;
}

.size8 {
	font-size: 8px;
}

/* Link */
a:link {
	color: #00A0E9;
	font-weight: normal;	
	text-decoration: none;}

a:visited {
	color: #00A0E9;
	font-weight: normal;	
	text-decoration: none;}

a:active {
	color: #CC0000;
	font-weight: normal;}

a:hover {
	color: #F81C4D;
	font-weight: normal;
	text-decoration: none;}

