@charset "shift_jis";

/*liststyle
-----------------------------------------------------*/

.arrow-mark {
	list-style-type: none;
}
.arrow-mark li {
	background: url(../../images/s-arrow.gif) no-repeat left center;
	padding-left: 1.3em;
	line-height: 1.8em;
}



.check {
	list-style-type: none;
}
.check li {
	background: url(../../images/checklist.gif) no-repeat left center;
	padding-left: 1.3em;
	line-height: 1.8em;
}
.check li strong {
	color: #006666;
	background-color: #EEEEEE;
	border-bottom: 1px dashed #006666;
}



.square {
	list-style-type: none;
	list-style-position: outside;
}
.square li {
	padding-left: 1.3em;
	line-height: 1.8em;
	background-image: url(../../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
}


#home .links,#home #recommend {
	padding: 10px;
}

.links {
	list-style-type: none;
}

.links li {
	background: url(../../images/arrow.gif) no-repeat 0% 50%;
	padding-left: 1.4em;
	line-height: 1.8em;
}


#recommend {
	list-style-type: none;
}

#recommend li  {
	padding-left: 40px;
	line-height: 24px;
}

#opera {
	background: url(../../images/home/banner/opera.gif) no-repeat 0% 50%;
}
#firefox {
	background: url(../../images/home/banner/firefox.gif) no-repeat 0% 50%;
}
#thunderbird {
	background: url(../../images/home/banner/thunderbird.gif) no-repeat 0% 50%;
}



.em_mark {
	list-style-type: none;
}
.em_mark li {
	background: url(../../images/emlist.gif) no-repeat left center;
	padding-left: 2em;
	line-height: 2em;
}
