/* SPECK */



/*** link ***/
a:link    {
	color: #FF6600;
	text-decoration:none;
}
a:active  {
    color: #FF9900;
	text-decoration:underline;
}
a:visited {
    color: #FF6633;
	text-decoration:none;
}
a:hover   {
    color: #FF9900;
	text-decoration:underline;
}



/*******************/
p.aspect {
	font-size:x-small;
	line-height:1.6em;
}
p.read {
	width:395px;
	text-align:left;
	font-size:x-small;
	line-height:1.6em;
}
p.cap2 {
	width:395px;
	text-align:left;
	font-size:xx-small;
	line-height:1.6em;
	color:#333;
}
span.cap{
	font-size:xx-small;
	line-height:1.6em;
	color:#666;
}
/*******************/
h2 {
	width:463px;
	margin:1em auto;
	border-bottom:1px solid #000;
	color:#000;
	padding:4px;
	padding-bottom:0.2em;
	line-height:1.2em;
	font-size:small;
}
p.cap{
	width:463px;
	margin:1.5em auto;
	font-size:xx-small;
	color:#333;
	line-height:1.4em;
}

/*******************/
h3 {
	font-size:x-small;
	width:395px;
	text-align:left;
	margin:1.5em 0;
	padding:0;
	padding-bottom:0.5em;
	border-bottom:1px dotted #999;
	color:#999;
	line-height:1.6em;
}
h3 strong{
	color:#333333;
}
/*******************/
hr {
	margin:18px 0;
	color:#CCCCCC;
}
/*******************/
div.content {
	width:395px;
	margin:18px auto;
}

div.content h4{
	background:#AAA;
	font-size:x-small;
	padding:4px;
	line-height:1em;
	vertical-align:middle;
	background-color: #DDDBC5;
	color:#666666;
}
div.content h5{
	margin:0;
	margin-top:18px;
	padding:0;
	padding-top:0.2em;
	padding-bottom:0.2em;
	line-height:1.4em;
	font-size:x-small;
	vertical-align:middle;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	background:#F4F4F4;
}
div.content h5 span.icn{
	color:#999999;
}
div.content h6 {
	font-size:xx-small;
	line-height:1em;
	/*
	background:#DDD;
	padding:6px;
	*/
	margin:10px 0;
	color:#333;
}
div.content ul{
	color:#4D4D4D;
}
/********/
div.content p {
	font-size:x-small;
	line-height:1.6em;
	color:#666;
	margin:18px 0;
}

div.content ul,
div.content dl{
	margin:0;
	padding:0px;
	margin-left:20px;
	font-size:x-small;
	line-height:1.6em;
}
div.content ul li,
div.content dl dt{
	margin:0px 0;
}
div.content dl dt{
	color:#000;
}
div.content dl dd{
	margin-top:0px;
	margin-bottom:1.5em;
	margin-left:1em;
	padding:0;
	font-size:xx-small;
	color:#666666;
}
/**********************/
table.price{
	font-size:10px;
	color:#666;
}
table.price td,
table.price th{
	border-top:1px dotted #CCC;
	padding:4px;
}
table.price th{
	font-weight:normal;
	text-align:left;
}
table.price td{
	text-align:right;
}
table.price td.sum,
table.price th.sum{
	border-top:1px solid #CCC;
	font-weight:bold;
	text-align:right;
	color:#333;
}
/**********************/

div.feature {
	font-size:smaller;
	line-height:1.4em;
	width:395px;
	margin:18px auto;
	padding-bottom:0.5em;
	border-bottom:1px dotted #999;
	color:#4D4D4D;
}

div.feature ul{
	margin:0;
	margin-left:10px;
	padding-left:10px;
}
div.feature li{
	margin:1em 0;
}

div.feature h4{
	font-size:smaller;
	color:#333
}
div.feature h5{
	font-size:small;
	color:#333;
	margin-bottom:0;
	line-height:1.4em;
}
div.feature ul.sub{
	margin-top:0;
	font-size:x-small;
	color:#666;
}
div.feature ul.sub li{
	margin:0;
}

/*******************************/

div.column {
	font-size:smaller;
	line-height:1.4em;
	width:395px;
	margin:18px auto;
	padding:0px;
	border:1px solid;
	color:#1E3F8D;
}
div.column p{
	font-size:xx-small;
	line-height:1.6em;
	color:#1E3F8D;
}
div.column h6 {
	font-weight:normal;
	font-size:small;
	line-height:1em;
	vertical-align:middle;
	background:#EEE;
	border-bottom:1px solid;
	padding:10px;
	margin:0;
}
/*************************/

table.listTable {
	margin:0 auto;
	font-size:xx-small;
	color:#333;
}
table.listTable .obi{
	background-color:#E7EBEE;
}
table.listTable .article{
	background-color:#F9F9F9;
	color:#666;
}
table.listTable .article2{
	background-color:#BED3DD;
	color:#333;
}

table.listTable th{
	color:#000;
}
table.listTable caption{
	padding:8px 0;
	margin:0 auto;
	text-align:left;
	color:#333;
	font-weight:bold;
}

/*************************/

div#main{
	width:463px;
	margin:30px auto;
}

div#main h1{
	font-size:medium;
	line-height:1.4em;
}
div#main h1 strong{
	font-size:large;
	line-height:1.4em;
}

div#main p.read{
	font-size:smaller;
	width:463px;
	color:#4D4D4D;
}

div#main h2 {
	margin:48px 0;
	font-size:smaller;
	text-align:center;
	}
