@charset "shift_jis";


/* body */

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	font-family: MS UI Gothic, Osaka, sans-serif;
	line-height: 120%;
	padding: 8px;
	text-align: center;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #9999ff;
	text-decoration: none;
}


/* BOX */
div.copy {
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* img */

img {
	border-width: 0px;
}


/* hr */

hr {
	color: #2200aa;
	height: 1px;
}

hr.bold {
	color: #2200aa;
	height: 2px;
}

hr.sep {
	color: #666666;
	height: 1px;
}


/* table */

td {
	font-size: 14px;
	line-height: 120%;
	text-align: left;
}

td.top {
	line-height: 120%;
	vertical-align: top;
	white-space: nowrap;
}

td.title {
	background-color: #2200aa;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 12px;
	white-space: nowrap;
}

td.name {
	text-align: left;
	font-weight: bold;
}

td.text {
	font-size: 12px;
	vertical-align: top;
}

td.news1 {
	font-size: 12px;
	padding-left: 16px;
	vertical-align: top;
}

td.news2 {
	font-size: 12px;
	vertical-align: top;
}

td.m_title {
	background-color: #2200aa;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
}

td.menu {
	background-color: #ffffff;
	text-align: left;
	line-height: 130%;
}

td.form {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

td.soft {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: 12px;
}

td.indent {
	text-align: left;
	padding-left: 16px;
	padding-top: 2px;
	padding-bottom: 6px;
}


/* span */

span.mark {
	font-size: 10px;
	color: #ff6600;
	margin-right: 4px;
}



/* etc */
div.main {
	width: 100%;
	border-bottom: 1px dashed #999999;
}

div.sub {
	margin-left: 16px;
	font-size: 12px;
	color: #666666;
}

div.update {
	width: 100%;
	border-top: 1px dashed #999999;
}


