@charset "euc-jp";

/* デモインデックス
------------------------------------------------------------------------ */
div#demoindex ul, div#demoindex li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#demoindex ul {
	padding-left: 120px;
}
div#demoindex li a {
	display: block;
	height: 20px;
	width: 170px;
	text-decoration: none;
}
div#demoindex li {
	text-indent: -9999em;
	margin-top: 5px;
	margin-bottom: 5px;
}
li#mo {
	background: url('../img/mo_md.gif') no-repeat;
}
li#oldpc {
	background: url('../img/oldpc_md.gif') no-repeat;
}
li#newpc {
	background: url('../img/newpc_md.gif') no-repeat;
}

div#typePC {
	float: left;
	width: 380px;
	background: url('../img/pc_bg.jpg') no-repeat center top;
	padding-top: 240px;
	border-right: 1px dotted #ccc;
	padding-bottom: 15px;
}
div#typeMobile {
	float: right;
	width: 373px;
	background: url('../img/mo_bg.jpg') no-repeat center top;
	padding-top: 240px;
}
div#demonavi table {
	width: 600px;
	margin: 0 auto;
	font-size: 100%;
	border: 1px solid #ccc;
	background: #eeefff;
}
div#demonavi table td {
	padding: 5px;
	vertical-align: top;
	border: none;
}
div#demonavi table dl.on {
	background-color: #ffc;
	border: 1px solid #EC3A01;
}
div#demonavi table dl {
	padding: 5px;

}
div#demonavi table dl dt, 
div#demonavi table dl.on dt {
	font-weight: bold;
}
div#demonavi table dl.on dt {
	color: #EC3A01;
}
div#demonavi table dd {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 10px;
}
div#demonavi table dd a {
	color: #0000FF;
	text-decoration: none;
}
div#demonavi table dd a:hover {
	text-decoration: underline;
	color: #0099FF;
}
p img {
	border: none;
}


div#demo h3 {
    margin: 6px 0;
	font-size: 100%;
	font-weight: bold;
	color: #EC3A01;
}
div#demo h4 {
    margin: 6px 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div#demo p {
    margin: 6px 0;
	line-height: 1.5em;
}
div#demo dl {
    margin: 6px 0;
}
div#demo dt {
	font-weight: bold;
	color: #EC3A01;
}
div#demo dd {
	padding-left: 1em;
}

div.kome {
	width: 600px;
	margin: 0 90px;
}

