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

td {
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	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: #333333;
	line-height: 130%;
	text-align: justify;
	text-decoration: none;}

hr {
	width: 1px;}

strong, b {
	font-weight: bold;}

img {
	border: 0;}

/* Header Link */
.headMenu {
	font-size: 10px;}
a.headMenu:link {
	color: #666666;
	font-weight: normal;	
	text-decoration: none;}

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

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

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

/* Original */

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

.dropCap {
	font-size: 20px;
}

.colorWhite10 {
	color: #ffffff;
	font-size: 10px;
}

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

.colorRed {
	color: #FF0000;
}

.colorLBlue {
	color: #448ACA;
}

.colorLGreen {
	color: #009D00;
}

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

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

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

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

