@charset "utf-8";

body {
	margin: 0px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #EFEBE0;
	padding: 0px;
}
*html body { /*IE6*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	vertical-align:bottom;
}
a img {
  border: none;
}
a:focus{
	outline:none;
}
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #E5002C;
	text-decoration: none;
}
li a {
/*	display: block;*/
	padding: 0px;
	line-height: normal;
}
li img {
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, ul, li, ol, dl, dt, dd, p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
td {
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #9BD;
	background-color: #FFF;
}
#container #footer {
	text-align: center;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#container .comBox {
	padding: 25px;
}
#container .comBox p {
	padding-top: 5px;
	padding-bottom: 5px;

}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	padding-top: 1em;
	text-align: center;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.txtRed {
	color: #C00;
}
.txtBlue {
	color: #369;
}
.txt-M {
	font-size: 0.9em;
}
.txt-L {
	font-size: 1.1em;
}
.txt-LL {
	font-size: 1.4em;
	line-height: 1.5em;
}
.TD1 {
	background-color: #F0F8FD;
	white-space: nowrap;
}
.TD2 {
	background-color: #FFFFE8;
}
.TD3 {
	background-color: #FFEEF7;
}

p.indent {
	padding-left: 1em;
	text-indent: -1em;
}
p.arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.icon {
	vertical-align: middle;
	padding-left: 5px;
}

.radius {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	behavior: url(border-radius.htc);
}
dl.normal dt {
	background-color: #D3DEE4;
	padding: 10px;
	margin-top: 1em;
	color: #336699;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #94ACBC;
	font-weight: bold;
}
dl.normal dd {
	border-top-width: 1px;
	padding: 1em;
	background-color: #F3F7F8;
}
#container .comBox dl.normal dd p {
	padding-top: 0px;
	padding-bottom: 1em;
}


/* form
----------------------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}
input	           {
	ime-mode: inactive;
	color: #333333;
}
input.nihongo      {
	ime-mode: active;
	color: #333333;
}
textarea      {
	ime-mode: active;
	color: #333333;
}
select {

}
