/*
Theme Name:	homton - main ver1.1
Theme URI:	http://www.homton.com
Description:	Theme of the homton.com
Author:	Aisys,Inc.
*/

/*-------------------- basic layout --------------------*/
*	{
	margin:0;
	padding:0;
}
img {
	border:0;
}
body {
	text-align:center;
	background-image:url(images/common/bg.gif);
	text-align:left;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"
}
#container {
	width:800px;
	margin:0 auto;
	background-image:url(images/common/bg_body.gif);
}
#wrapper {
	width:780px;
	margin:0 auto;
	background-image:url(images/common/header_bg.png);
	background-repeat:no-repeat;
}
#header h1 {
	height:125px;
	float:left;
}
#content {
	width:560px;
	float:right;
	margin-right:5px; margin-right /**/:10px;/*ie6 hack*/
}
#sidebar {
	width:180px;
	margin-left:5px; margin-left /**/:10px;/*ie6 hack*/
	float:left;
}

#footer_frame {
	background-image:url(images/common/sidebar.gif);
	margin-top:10px;
	height:10px;
	font-size:0px;/* for IE6*/
}
#footer {
	width:800px;
	margin:0 auto;
	text-align:center;
}
.img_right {
	float:right;
	margin: 10px 10px 10px 20px;
}
a {
	text-decoration: none;
	color: #060;
}
a:hover {
	color: #f00;
}
a:visited {
	color: #09c;
}
.clear	{
	clear:both;
}

/*-------------------- top page design --------------------*/
#top_upper {
	width:780px;
}
#top_left {
	width:370px;
	float:left;
	margin-left:5px; margin-left /**/:10px;/*ie6 hack*/
}
#top_right {
	width:370px;
	float:right;
	margin-right:5px; margin-right /**/:10px;/*ie6 hack*/
	margin-top:25px;
}
#top_right_top {
	background-image:url(images/top/search_top.png);
	height:80px;
}
#top_right_middle {
	height:40px;
}
#top_right_middle_left {
	float:left;
	width:130px;
	height:40px;
	background-image:url(images/top/search_middle_left.png);
}
#top_right_middle_right {
	float:right;
	width:240px;
	height:40px;
}
#top_right_middle_right_left {
	float:left;
	width:160px;
	height:40px;
/*	background-color:#eee;*/
	background-color:#fff;
	text-align:center;
}
.txt_seal_no {
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding-top:3px; padding-top /**/:5px;/*ie6 hack*/
/*	border:none;*/
	border:0;
/*	height:35px;*/
	height:29px;
/*	width:160px;*/
	width:140px;
}
#top_right_middle_right_right {
	float:right;
	width:80px;
	height:40px;
	background-image:url(images/top/search_middle_right.png);
	text-align:center;
}
.btn_search {
	margin:8px 0;
}
#top_right_bottom {
	background-image:url(images/top/search_bottom.png);
	height:70px;
}

#top_middle {
	width:780px;
	margin-top:15px;
	font-size:0.75em;
}
#top_middle ul {
	list-style-image:url(images/common/sosimp.gif);
}
#top_middle li {
	margin-left:20px;
	line-height:1.5em;
}
#top_middle_banana,
#top_middle_cooking,
#top_middle_knows,
#top_middle_buy {
	width:173px;
	height:175px;
	border:solid 1px #9c0;
}
#top_middle_banana {
	float:left;
	margin-left:5px; margin-left /**/:10px;/*ie6 hack*/
}
#top_middle_wrap_1 {
	width:565px;
	float:right;
	margin-right:5px; margin-right /**/:10px;/*ie6 hack*/
}
#top_middle_cooking {
	float:left;
}
#top_middle_wrap_2 {
	float:right;
	width:370px;
}
#top_middle_knows {
	float:left;
}
#top_middle_buy {
	float:right;
	width:173px;
}

#top_bottom {
	margin-top:15px;
}
#top_bottom_left {
	width:175px;
	float:left;
	margin-left:5px; margin-left /**/:10px;/*ie6 hack*/
/*	padding:4px 0;*/
}
#top_bottom_right {
	width:565px;
	float:right;
	margin-right:5px; margin-right /**/:10px;/*ie6 hack*/
}
#top_bottom_right_left {
	width:175px;
	float:left;
}
#top_bottom_right_right {
	width:368px;
	float:right;
	border:solid 1px #9c0;
}
#top_bottom_right_right_left {
	float:left;
}
#top_bottom_right_right_left img {	/* for IE6,IE7 */
	display:block;
}
#top_bottom_right_right_right {
	float:right;
}
#top_bottom_right_right_right img {	/* for IE6,IE7 */
	display:block;
}

#disclaimer {
	font-size:0.75em;
	color:#060;
	text-align:center;
	margin:10px;
}

.blink {
	color:red;
/*	text-decoration:blink;*/
}

/*-------------------- header design --------------------*/


/*-------------------- contents design --------------------*/

#content {
	color:#333;
}
#content h2 {
	margin-bottom:20px;
}
.category h3 {
	font-size:0.75em;
	font-weight:normal;
	margin:10px 10px 10px 0;
}

.post {
	margin-bottom:20px;
}
.post h3 {
	font-size:0.875em;
	color:#f60;
	border-top:solid 1px #f60;
	border-bottom:solid 1px #f60;
	padding:10px 0;
	margin:20px 0;
}
.post p {
	line-height:150%;
	font-size:0.75em;
}
.post li {
	line-height:150%;
	font-size:0.75em;
	margin-left:25px;
}

.page {
	line-height:150%;
	margin-bottom:20px;
}
.page h3 {
	font-size:0.875em;
	color:#090;
	border-bottom:solid 1px #9c6;
	padding-left:5px;
	margin:10px 0;
}
.page p {
	font-size:0.75em;
	color:#333;
	line-height:150%;
	margin:10px 5px;
}
.page li {
	line-height:150%;
	font-size:0.75em;
	margin-left:25px;
}
.pagenav {
	border-top:solid 1px #ccc;
	font-size:0.75em;
	margin-bottom:15px;
	padding:10px 0;
	margin:10px 0;
}
/*-------------------- sidebar design --------------------*/
#sidebar {
	font-size:0.75em;
	line-height:1.25em;
}
#sidebar ul {
	border-left:solid 1px #9c0;
	border-right:solid 1px #9c0;
	list-style-image:url(images/common/sosimp.gif);
}
#sidebar li {
	margin-left:20px;
	line-height:1.5em;
}
#tohome {
	margin-bottom:5px;
}
#qrcode{
	margin-top:10px;
}
#flash_player {
	margin:10px 0;
}
.menu_border_bottom {
	border-top:solid 1px #9c0;
}
.menu_border_middle {
	height:3px;
	border-left:solid 1px #9c0;
	border-right:solid 1px #9c0;
}
/*-------------------- footer design --------------------*/
#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.5625em;
	font-style:normal;
	text-align:center;
	color:#090;
	margin-top:5px;
}
/*-------------------- movie design --------------------*/
.video td.head {
	width:200px;
	padding-left:10px;
}
.video_title {
	font-size:0.875em;
	font-weight:bold;
	color:#090;
}
.video_text {
	font-size:0.75em;
/*	margin-left:10px;*/
	margin-right:10px;
}

/*-------------------- company table design --------------------*/
.table_company table {
	border-collapse:collapse;
	border:solid 1px #9c0;
	border-spacing:0;
	empty-cells:show;
	line-height:130%;
	font-size:0.75em;
	width:500px;
	margin:5px;
}
.table_company th {
	background-color:#9c0;
	color:#fff;
	padding:2px 5px;
	border:solid 1px #9c0;
}
.table_company td {
	color:#333;
	padding:2px 5px;
	border:solid 1px #9c0;
}

/*-------------------- lot_association --------------------*/
#lot_association {
	width:450px;
	margin:25px 10px 20px 45px;
}
#lot_association_top {
	background-image:url(images/pages/lot_association/search_top.png);
	height:100px;
}
#lot_association_middle {
	height:40px;
}
#lot_association_middle_left {
	float:left;
	width:145px;
	height:40px;
	background-image:url(images/pages/lot_association/search_middle_left.png);
}
#lot_association_middle_right {
	float:right;
	width:305px;
	height:40px;
}
#lot_association_middle_right_left {
	float:left;
	width:160px;
	height:40px;
/*	background-color:#eee;*/
	background-color:#fff;
	text-align:center;
}
#lot_association_middle_right_right {
	float:right;
	width:145px;
	height:40px;
	background-image:url(images/pages/lot_association/search_middle_right.png);
	text-align:center;
}
#lot_association_bottom {
	background-image:url(images/pages/lot_association/search_bottom.png);
	height:80px;
}
/*-------------------- do not use the following --------------------*/
