﻿@charset "utf-8";
@import url("base.css");



/* 中央部バナーとかスペース */
#banner-space {
	text-align: center;
}
#banner-space img {
	margin: 1.5ex;
	border: 1px dashed #666666;
}  
#banner-space img:hover {
	border: 1px dashed #66CCFF;
}


/* 更新情報 */
.new {
	margin-right: 2ex;
	margin-left: 2ex;
	width: 450px;
	font-size: small;
	padding: 0.5ex;
	height: 30ex;
	overflow: auto;
	border-top: thick solid #FF9900;
	border-right: 1px dotted #FF9900;
	border-bottom: 1px dotted #FF9900;
	border-left: 1px dotted #FF9900;
	display: inline;
	float: left;
	margin-bottom: 5ex;
	background-color: #FFFFFF;
	margin-top: 2ex;
}
dl.new dt {
	border-bottom-width: 1px;
	border-left-width: 1ex;
	border-bottom-style: dashed;
	border-top-color: #6699FF;
	border-right-color: #6699FF;
	border-bottom-color: #6699FF;
	border-left-color: #6699FF;
	letter-spacing: 1ex;
	border-left-style: solid;
	padding-left: 1ex;
	margin-right: 1ex;
}
dl.new dd {
	padding-left: 1ex;
	padding-top: 0.5ex;
	padding-bottom: 1.5ex;
}


/* 雑誌掲載 */
.publish {
	margin-right: 2ex;
	margin-left: 2ex;
	width: 250px;
	font-size: small;
	border-top: thick solid #FF9900;
	border-right: 1px dotted #FF9900;
	border-bottom: 1px dotted #FF9900;
	border-left: 1px dotted #FF9900;
	float: right;
	overflow: auto;
	background-color: #FFFFFF;
	margin-top: 2ex;
}
dl.publish dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 12ex;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 2ex;
}
dl.publish dd {
	margin-bottom: 0.8em;
}


/* 製品概要 */
.spec {
	font-size: small;
	width: 70%;
	margin-right: 2ex;
	margin-left: 2ex;
	background-image:  url(../img/bg/bg-spec.png);
	*background-image:  url(../img/bg/bg-spec-ie6.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 1em;
}
dl.spec dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em 0ex;
	width: 7.5em;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
dl.spec dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
	border-top: 1px #FF6600;
	border-right: 1px #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px #FF6600;
}
/* 開発中につき、仕様が一部変更する場合があります部分 */
#caution {
	font-size: small;
	text-decoration: underline;
	padding: 1ex;
}

