/* common */
body
{
	font-size: 12px;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background-color: #999999;
}
TABLE {
	FONT: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; COLOR: #000
}
TD {
	FONT: 12px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; COLOR: #000
}

h2 {
	font-weight: bold;	
	font-size: 20px;
	margin: 0 0 10px 5px;
}
h3 {
	font-weight: bold;	
	font-size: 12px;
}
h4 {
	font-weight: bold;	
	font-size: 10px;
}

img
{
	border: none;
}

a
{
	color: #0000ff;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

hr
{
	width: 98%;
	height: 1px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

li
{
margin-bottom: 3px;
}

div.version span.name
{
	font-style: italic; font-variant: small-caps;
}

/****************************************************************/
/* style for templates	*/
span#navi
{
	vertical-align: bottom;
	text-align: right;
	width: auto;
	vertical-align: bottom;
}
span#navi a.naviLink 
{
	font-family: Arial;
	font-size: 12px;
	font-variant: normal;
	color: #333300;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
span#navi img
{
	vertical-align:middle;
}
span#navi a.naviLink:hover
{
	background-color: #FFFFCC;
}

.copyright {
	font-size: 10px;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

.content {
	padding: 20px;
	vertical-align: top;
}
.opml-list
{
	line-height: 20pt;
	list-style-type: square;
}
.updatelist {
	font-size: 10pt;
}
.updateList li
{
	margin-bottom: 15px;	
}

/****************************************************************/
/* style for feature page	*/
div.feature_header
{
	margin: 2px 10px 0 10px;
	font-weight: bold;	
	font-size: 12px;
}
div.feature_desc
{
	margin: 0 10px 0px 10px;
	font-size: 11px;
}


/****************************************************************/
/* style for main page	*/
div#titleimg
{
	margin: 0;
	float:left;
}
div#enjoy
{
	margin: 0;
	padding-bottom: 40px;
	overflow: hidden;
	padding-top: 60px;
}
div#maindownload
{
	font-size: 14px;
	float:right;
	padding-right:20px;
	height: 40px;
}
div#maindownload a
{
	background-image: url(right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
div#maindownload a:hover
{
text-decoration:none;
border-bottom: 1px dotted;
}

table#feature
{
	width:100%;
	clear:both;
}
table#feature td
{
	width:33%;
	vertical-align:top;
	padding-top: 10px;
}
table#feature img
{
	margin: 0 0 5px 10px;
}
table#feature div.featuretitle
{
	margin: 5px 10px 5px 15px;
	font-size:12px;
	font-weight:bold;
}
table#feature div.featuredetail
{
	margin: 0 10px 20px 15px;
	font-size:11px;
}
div#otherfeature
{
	margin-top: 30px;
	float:right;
	font-size: 14px;
	padding-right:20px;
	height: 40px;
}
div#otherfeature a
{
	background-image: url(right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
div#otherfeature a:hover
{
	text-decoration:none;
	border-bottom: 1px dotted;
}

/****************************************************************/
/* style for download page	*/

table#downloadable
{
	border-collapse: collapse; 
	border: solid 1px olive;
	width: 100%;
}

table#downloadable td
{
	font-size:14px;
}

.version
{
	margin: 0 10px 10px 10px;
	font-size:14px;
}

table#downloadable td, th {
	border: solid 1px olive;
	height: 70px;
	text-align:center;
}

th#topleft
{
	width: 200px;
	border-top: none;
	border-left: none;
}

th#column2
{
	width: 250px;
}

th#column3
{
	width: 250px;
}

table#downloadable .notes
{
	margin-top: 10px;
	font-size: smaller;
}

/***********************************************************************/
/* style for index page */
div#mainimg
{
	float: left;
	width: 33%;
}

div#advantange, div#shortcoming
{
	clear:both;
	margin-top: 20px;
}
div#tagimg
{
	padding-left: 10px;
	padding-bottom: 15px;
}
div#tag
{
	text-align: center;
	padding-top: 80px;
}
div#tag div
{
	margin: 10px 10px 10px 10px;
}
div#tag div span
{
	margin: 10px 10px 10px 10px;
}
div#suggestion
{
	clear:both;
	margin-top:40px;
	margin-bottom: 40px;
}

div.code
{
	font-size: 10px;
	font-family: 'Courier New' , Monospace;
	background-color: lightgrey;
	margin-top: 5px;
	margin-bottom: 5px;
}
