body {
	font-family: メイリオ,meiryo,sans-serif;
	font-size: 11pt;
}

div#body {
	margin: -10px;
	margin-left: 20px;
	padding: 0;
	width: 800px;
}
div#header {
	margin: 0;
	padding: 0;
	width: 800px;
}
div#main {
	margin: 0;
	padding: 0;
	width: 800px;
	
}
div#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	font-size: 0.725em;
	font-style: normal;
	text-align: left;
	border-top: solid 2px #000000;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

div.illust {
	margin: 0;
	padding: 10px;
	border:1px solid #000000;
}

a {
	text-decoration: none;
}

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

h1 {
	font-size: 1.5em;
	text-align: left;
}

h2 {
	font-size: 1.125em;
	padding-left: 5px;
	text-align: left;
	border-left: solid 10px #0000CC;
	border-bottom: solid 1px #0000CC;
}

h3 {
	font-size: 1em;
	padding-left: 5px;
	border-left: solid 10px #0000CC;
}

h3.end {
	font-size: 1em;
	padding-left: 5px;
	border-left: solid 10px #808080
}

.sokuho h2{
	font-size: 1.125em;
	padding-left: 5px;
	text-align: left;
	border-left: solid 10px #CC0033;
	border-bottom: solid 1px #CC0033;
}

.sokuho ul {
	margin: 0 0 0 1em;
	padding: 0;
}

.saikai {
	list-style-image: url(../image/green01.gif);
}

.syogai {
	list-style-image: url(../image/red01.gif);
}

.maintenance {
	list-style-image: url(../image/yellow01.gif);
}

img {
	border: none;
}

td {
	padding: 0;
}

.tdhead {
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.close {
	background-color: #e9e9e9;
}

#headmenu {
	width: 100%;
	text-align: right;
}

#headmenu {
	width: 50.9%;
	text-align: right;
}

/* TOPページレイアウト */

/* if you change width/height in ".machine", you need to change width/height in ".machine img" also. */
.machine {
	width: 120px;
	height: 108px;
	margin: -10px 10px 10px 0px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
	background-color: #e9e9e9;
	float: left;
}
.machine img {
	width: 112px;
	height: 80px;
}

.side {
	width: 200px;
	height: 155px;
	margin: -10px 0px 10px 30px;
	float: left;
}

.clear {
	clear:both;
}

.info {
	color: #000080;
	font-size: 1.125em !important;
}

/* DOWN MENU */

#navi {
	width: 800px;
	position:relative; 
}

#navi ul{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 1em;	
	text-align: center;
	position:absolute;
}

#navi #home{
	background-color: #FF6600;
}

#navi #home a:hover {
	background-color: #FF9900;
}

#navi li{
	float: left;
	border-right: solid 1px #ffffff;
	width: 131px;
	position:relative;
	margin: 0;
	background-color: #0066ff;
	line-height: 2em;
}

#navi li a {
	text-decoration: none;
	color: #ffffff;	
	display: block;
}

#navi li a:hover {
	color: #ffffff;
	display: block;
	background-color: #3399ff;
	position:relative;
}

/* SUB MENU */

#navi ul.sub {
	height:100%; /* IE6 */
}

#navi ul.sub li {
	float:none;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	width: 130px;
	line-height: 1em;
}

#navi ul.sub li a {
	color: #000000;
	background:none;
	font-size:0.75em;
	display: block;
	padding: 0.5em 0.3em;
	background-color: #ffffff;
	text-align:left;
}

#navi ul.sub li a:hover {
	color: #ffffff;
	background-color: #3399ff;
}

#navi ul li.menu ul {
	display:none;
}

#navi ul li.menu_on ul {
	display:block;
}

#navi li.menu {
	border-right: solid 1px #ffffff;
}

#navi li.menu_on {
	border-right: solid 1px #ffffff;
}

/* FAQ */

#faq {
	width: 100%;
}

#faq dl{
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0;
	border: solid 2px #aaaaaa;
}

#faq dt{
	margin: 0 0 0 2.5em;
	padding: 0.5em 0 0 0;
	display: list-item;
	list-style-image: url(../image/faq-1.png);
	border-bottom: dotted 2px #aaaaaa;
	color:#0070CC;
	font-weight: bold;
}

#faq dd{
	margin: 0 0 0 2.5em;
	padding: 0.5em 0 0.5em 0;
	display: list-item;
	list-style-image: url(../image/faq-2.png);
}

/* SMPの手引き */

.Chapter {
	cursor: pointer;
	width: 450px;
}

.ChapterBox {
	display: none;
	margin: 0px 0px 0px 15px;

}
.more_read .Capter {
}

.tebiki-url {
	margin-left: 15px;
	line-height:3;
}

.tdcontents {
	text-align: left;
	vertical-align: top;
}

td.right{
	text-align: right;
}

td.center{
	text-align: center;
}

.top_contents {
	margin: 0;
	padding: 0.75em;
}

.top_contents p {
	line-height: 1.5em;
	margin: 0;
}

.top_contents td {
	vertical-align: top;
}

.contents {
	margin: 0;
	padding: 0.75em;
}

.contents p {
	line-height: 1.5em;
	margin: 0;
}

.contents table {
	border: solid 1px #000000;
}

.contents th {
	border: solid 1px #000000;
	background-color: #0066FF;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}

.contents td {
	border: solid 1px #000000;
	padding: 5px;
}

.contents li {
	padding-bottom: 5px;
}

.list li{
	list-style-image: url(../image/list01.gif);
	padding-bottom: 5px;
}

.heading {
	background-color: #0066FF;
	color: #FFFFFF;
}
.section {
	margin: 0 0 0 1.25em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

address {
	font-style: normal;
}

.announcedate {
	vertical-align: top;
	width: 17%;
}

.command {
	color: #ffffff;
	background: #000000;
	padding: 5px;
}

.underline {
	border-bottom: solid 1px #FFFF33;
}

.strike {
	text-decoration: line-through;
}

.line{
	line-height:3; 
	text-decoration:underline;
}

.line-red{
	color: #CC0000;
	text-decoration:underline;
}

.doubleline {
	border-bottom: double 3px #FFFF33;
}

.latin {
	list-style-type: upper-latin;
}

.font-red {
	color: #CC0000;
}

.font-yellow {
	color: #ffff00;
}

.font-small {
	font-size: small
}

.font-large {
	font-size: large
}

.space {
	letter-spacing: -2px;
}

.space_pre {
	letter-spacing: -1px;
}

.no-bullet {
	list-style-type: none;
}

.singleline{
	text-decoration:underline
}

ul.none {
	list-style:none;
}

#news{
	font-size: 0.8em;
}


/* text banner of machine name (Oakleaf/Obridge-Fx and Reedbush) */
span.banner   { height:25px; border-radius:5px; margin-top:15px; text-align:center; font-weight:bold; font-size:small; padding:0px 5px; vertical-align:middle; }
span.reedbush { background-color:#080; color:#eee; } /* green */
span.fx10     { background-color:#D00; color:#eee; } /* red */
span.sr16000  { background-color:#4d4; color:#fff; } /* light-green */
span.ofp      { background-color:#00d; color:#eee; } /* blue */
span.ha8000   { background-color:#444; color:#fff; } /* gray */

.box {
        border-width:   2px;
        border-style: solid;
	padding:       10px;
	margin:        10px;
}
.round-corner {
	border-radius: 20px;
}
.border-blue {
        border-color: blue;
}
.color-blue {
	color: blue;
}
.color-red {
        color: red;
}
.plain-box {
        border-width:   1px;
        border-style: solid;
        padding:        5px;
}
table.plain {
	border-width:        1px;
	border-spacing:      0px;
	border-collapse:collapse;
}
.addrmid {
        vertical-align: middle;
}
.addrtext {
        vertical-align: top;
}

/* 申し込み締切*/
.closing  {
        display:none;
}

/* 入力フィードのエラー用*/
input:invalid {
  border: solid 1px red;
}

