* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
}

body {
	background: #FFFFFF;
	color: #666666;
	font-size: 80%;
	line-height: 160%;
	overflow: hidden;
}

img {
	border: none;
}

a {
	color: #9E4A3F;
}
a:hover {
	text-decoration: none;
}

hr {
	display: none;
}


/* ---------------------------------------------------------- */

#left_col {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 400px;
	height: 100%;
	background: #9F4A3F;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

h1 {}

h2 {}

/* ---------------------------------------------------------- */

#right_col {
	margin-left: 420px;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
}

#right_col #recommend {
	background: url(../images/recommend.gif) no-repeat;
	width: 114px;
	height: 113px;
	margin-top: 20px;
	position: absolute;
}

h4 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

#ex {
	background: url(../images/condition.gif) no-repeat 22em 1.5em;
	margin-bottom: 50px;
}

#admin {
	background: url(../images/admin.gif) no-repeat;
	width: 112px;
	height: 15px;
}

#blogger {
	background: url(../images/blogger.gif) no-repeat;
	width: 83px;
	height: 14px;
}

#howto {
}

#howto p img {
	display:block;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#howto div {
	clear: both;
	margin-bottom: 20px;
}

#howto h4 {
	clear: both;
}

#move {
	background: url(../images/can_move.gif) no-repeat;
	width: 133px;
	height: 14px;
}

#custom {
	background: url(../images/use_custom.gif) no-repeat;
	width: 147px;
	height: 15px;
}

#update {
	background: url(../images/update_view.gif) no-repeat;
	width: 149px;
	height: 14px;
}

#preview img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 3px 10px 0px;
}

#try,
#try a {
	display: block;
	width: 333px;
	height: 115px;
}

#try a {background: url(../images/try.gif) no-repeat;}
#try a:hover {background: url(../images/try_on.gif) no-repeat;}

#auto_install {
	margin-top: 10px;
}

#attention {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------- */

#footer {
	margin-top: 20px;
}

#footer ul {
}

#kccredit {
	text-align: right;
}

#footer li {
	display: inline;
}

/* ---------------------------------------------------------- */

.clear {
	clear: both;
	visibility: hidden;
}

.hidden {
	visibility: hidden;
	display: none;
}

.border {
	display: block;
	background: url(../images/border.gif) repeat-x;
	height: 3px;
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}