@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
	background-image: url(../image/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	line-height: 1.3em;
}

a {
	color: #C06;
	text-decoration: underline;
}

a:visited {
	color: #609;
	text-decoration: underline;
}

a:hover {
	color: #039;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.3;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
}

form, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}

td, th {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}

p {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}

ul {
	margin-right: 1em;
	margin-left: 1em;
	list-style-type: square;
	list-style-position: inside;
}

li {
	margin-bottom: 0.5em;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin-right: 1em;
	margin-left: 1em;
}
pre {
	font-size: small;
}

h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	font-size: 1.3em;
	line-height: 1.5em;
	background-color: #669966;
	font-weight: bold;
	text-align: left;
	padding-left: 16px;
	margin-bottom: 0.8em;
	color: #FFFFFF;
}
h3 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
h4 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}
h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 0.1em;
	padding-right: 0em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9933;
	border-right-color: #FF9933;
	border-bottom-color: #FF9933;
	border-left-color: #FF9933;
	margin-left: 0.5em;
}
h6 {
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC99;
	border-right-color: #00CC99;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
	margin-bottom: 1em;
	padding-left: 0.5em;
	margin-left: 0.5em;
}

dl {
	margin-left: 0.5em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
dd {
	margin-left: 1em;
	margin-bottom: 0.8em;
}

#TopSpace {
	height: 36px;
}


#ContentsWrap {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
#Header {
	height: 140px;
	background-image: url(../image/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

#Menu {
	position: relative;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#Title {
	text-align: center;
	margin-top: 10px;
}
#Logo {
	position: relative;
	height: 20px;
	width: 120px;
	left: 30px;
	top: 15px;
}
#MainContentsWrap {
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../image/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#MainContentsWrapBgTop {
	background-image: url(../image/bg_main_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
}
#MainContentsWrapBgBottom {
	background-image: url(../image/bg_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}
#MainContents {
	background-image: url(../image/bg_main_inner.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 748px;
}
#MainContentsInnerBgTop {
	background-image: url(../image/bg_main_inner_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#MainContentsInnerBgBottom {
	background-image: url(../image/bg_main_inner_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#MainContentsInner {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#FooterWrap {
	background-image: url(../image/bg_footer.gif);
	background-repeat: repeat-y;
	margin-top: 8px;
}
#FooterWrapBgTop {
	background-image: url(../image/bg_footer_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#FooterWrapBgBottom {
	background-image: url(../image/bg_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#Footer {
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
#TopPageImage {
	text-align: center;
	margin-bottom: 6px;
}
#Topics_Top {
	height: 12px;
	display: block;
}
#Topics {
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #036836;
	border-right-color: #036836;
	border-bottom-color: #036836;
	border-left-color: #036836;
	width: 522px;
}
#Topics ul {
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 0.5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}
#Topics li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 4px;
	padding-left: 18px;
	padding-bottom: 4px;
	background-image: url(../image/000807.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 4px;
	line-height: 1.3em;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


#Topics_Bottom {
	height: 12px;
	display: block;
}
#WhatsNew_Top {
	height: 12px;
	display: block;
}
#WhatsNew {
	background-repeat: repeat-y;
	display: block;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC6633;
	border-right-color: #CC6633;
	border-bottom-color: #CC6633;
	border-left-color: #CC6633;
	width: 522px;
	margin: 0px;
	background-color: #FFFFFF;
}
#WhatsNew ul {
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 0.5em;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}
#WhatsNew li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 4px;
	padding-left: 20px;
	padding-bottom: 4px;
	background-image: url(../image/000806.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 4px;
	line-height: 1.3em;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#WhatsNew_Bottom {
	height: 12px;
	display: block;
}

#Service table {
	width: 100%;
}
#Service td, #Service th {
	padding-right: 8px;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
}
#Service h2 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 1.3em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 0.6em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 110px;
	margin-bottom: 0.7em;
	background-color: transparent;
	text-align: left;
	color: #000000;
	background-image: url(../service/image/mark_h2.gif);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-position: 0px 0em;
}

#Service h3 {
	background-image: url(../service/image/mark_h3.gif);
	background-repeat: no-repeat;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 26px;
	line-height: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-bottom: 0.6em;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	background-position: 0em 0.4em;
	color: #990000;
	padding-top: 0.6em;
}
#Service p {
	color: #330000;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.source {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	background-color: #000000;
	padding: 0.5em;
	border: 2px solid #999999;
	color: #FFFFFF;
}

.tocenter {
	text-align: center;
}
.color_red {
	color: #CC0000;
}
.font_medium {
	font-size:medium;
}
.font_xsmall {
	font-size: x-small;
	line-height: 1.3em;
}


.soft_info table, #demo {
	width: 100%;
}

.soft_info th, #demo th {
	font-size: medium;
	color: #FFFFFF;
	background-color: #000066;
	border: 1px solid #CCCCCC;
	line-height: 1.2em;
}
.soft_info td, #demo td {
	padding: 0.1em;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 0.4em;
}
.tableblock01 {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.tableblock01 table {
	width: 100%;
}

.tableblock01 th {
	padding: 0.3em;
	border: 1px solid #FFFFFF;
	background-color: #669966;
	color: #FFFFFF;
}

.tableblock01 td {
	border: 1px solid #FFFFFF;
	background-color: #EEEEEE;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
}
.download td, .download th {
	font-size: medium;
	vertical-align: middle;
	padding-right: 1em;
	padding-left: 1em;
}

.topinfo {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-right: 0px;
}
.topinfo_left {
	width: 130px;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.topinfo_right {
	margin: 0px;
	width: 560px;
	padding: 0px;
	float: right;
}

.clear_float {
	height: 0px;
	line-height:0px;
	clear:both;
}

/* ---[ フロートクリア設定 ]------------------------------- */

.topinfo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.topinfo {
	display: inline-block;
	min-height: 1%;
}

/*Hide IE-Mac\*/
* html .topinfo {
	height: 1%;
}

.topinfo{
	display:block;
}
/*IE-Mac*/
