@charset "utf-8";

body {
	margin: 0px;
	font-size: 0.9em;
	color: #444;
	line-height: 1.5em;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	background-color: #EFEBE0;
	padding: 0px;
}
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: 0.6em;
	padding-bottom: 0.6em;

}
#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;
}
.leadcom {
	color: #777777;
	padding-top: 1em;
	border-top: 1px dashed #777777;
}
.leadcom2 {
padding-top: 1.5em;
padding-bottom: 0.5em;
border-top: 1px dashed #777777;
}
.title {
font-size: 1.4em;
color: #369;
}

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: #CBEEEE;
padding: 10px;
margin-top: 1em;
color: #155E5E;
border-top: 3px solid #30CFCF;
font-weight: bold;
}
dl.normal dd {
border-top-width: 1px;
padding: 1em;
background-color: #F1F9F9;
}
#container .comBox dl.normal dd p {
	padding-top: 0px;
	padding-bottom: 1em;
}


.maincom {
padding-top: 1em;
padding-bottom: 1em;
font-size: 1.1em;
line-height: 1.9em;
}
.floatL {
	float: left;
	padding-right: 30px;
	padding-bottom: 15px;
}

.floatR {
	float: right;
	padding-left: 30px;
	padding-bottom: 15px;
}
.smnr_title {
text-align: center;
font-size: 24px;
padding-top: 28px;
}
.smnr_day {
text-align: center;
color: #FFFFFF;
font-size: 18px;
background-color: #336699;
width: 80%;
padding: 12px;
margin-left: auto;
margin-right: auto;
border-radius: 5px;
margin-bottom: 24px;
}

/* 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 {

}
