@charset "EUC-JP";

/*******************************************/
/* Products Type css                       */
/* Use with Canycom Products               */
/*******************************************/

/*
@import url("shared.css");
@import url("../../css/style_import.css");
*/

/*************** Products Common Divs  *****************/


#allList{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.catalogName {
	float: right;
	width: 500px;
}

.catalogStop {
	width: 100%;
}


#allList h3 {
	margin-bottom: 5px;
	background: url(../../img/catalog/red-square.gif) no-repeat left center;
	margin-left: 0px;
	padding-left: 1em;
	margin-top: 0px;
}

#allList h4{
	color: #FFFFFF;
	background: #1A4589 url(../img/bullet02_wite.gif) no-repeat 5px center;
	padding-left: 1em;
	margin: 0px;
	font-size: 100%;
}

#allList h5{
	font-size: 110%;
	color: #CC0000;
	padding-left: 1em;
	letter-spacing: 0.1em;
}

#allList ul{
	background: #F0F0F0;
	margin: 0px 0px 0px 0em;
	letter-spacing: 0.1em;
	list-style-type: none;
	padding-left: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 0.5em;
}

#allList li{
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#allList h4 a:link , #allList h4 a:visited {
	color: #FFFFFF;
	padding-left: 1em;
}
#allList h4 a:hover {
	color: #FF9900;
}

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

#allList table{
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#allList td{
	padding: 4px;
}

#allList hr{
	height: 1px;
	width: 600px;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
}

#allList em {
	color: #DD0000;
	padding-right: 5px;
	font-size: larger;
}

/************ Topics Frame **************************/

#topics {
}

#topics dt ,#topics dl {
	margin: 0px;
	padding: 0px;
}

#topics dl{
	font-size: 90%;
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, "Hiragino Kaku Gothic Pro W3", sans-serif;
}

#topics dt{
	color: #1A4589;
	width: 8em;
	padding-top: 0.5em;
	float: left;
}

#topics dd{
	padding-top: 0.5em;
	font-weight: bold;
	margin-left: 9em;
	color: #000000;
}

#topics p{
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	color: #666666;
}

#topics a{
	text-decoration:underline;
	font-weight:bold;
	color:#FF3300
}

div.topicBlock {
	background-image: url(../img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 1em;
	background-attachment: scroll;
}

