﻿/* wCSS */
/*css reset*/
body{behavior:url("css/csshover.htc");}
#showherelink a{behavior: url("/in/script/iepngfix.htc")}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
font-size:12px;
font-family:tahoma, Helvetica, sans-serif;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}
a{
color: #666;
text-decoration: none;
}
a:hover{
color: #ff740d;
}
span{
visibility:visible;}

/*fix設定用body*/

/*a id=fixed*/
#fixed{
  position: relative; 
  top:0; 
  width:100%; 
  height:35px;
  background:url(/in/images/rent_bar_bg2.png) #90c31f repeat-x;
  color:#fff; 
  letter-spacing:1px;
}
#fixed dl{
width:auto;
padding:0px;
margin:0 auto;
}

#fixed dd{
display:inline-block;
text-decoration:none;
float:left;

}
#fixed a{
color:#fff;
text-decoration:none;
}
#fixed a:hover{
color:#000;
}
/*定位開始/
/*主欄位*/
#main{
position:relative;
width:930px;
margin:0 auto;

}
/*header設定*/
#header{
position:relative;
width:100%;
margin:0 auto;
margin-bottom:10px;
}
#search{
position:relative;
height:79px;
padding:6px 10px 6px 0px;
}
#menu{
position:relative;
width:887px;
height:33px;
margin:0 auto;}
/*主要框架*/
#wrapper{
position:relative;
width:100%;
margin:0 auto;}
/*左側框架設定*/
#left{
	position:relative;
	float:left;
	width:250px;
	margin-right:20px;
}


/*中間欄位設定*/
#main_contentbox{ width:720px; float:right; position:relative;}
#mid{
width:510px;
float:left;
position:relative;
margin-right:10px;
_margin-right:8px;
}
#mid2{
width:660px;
float:left;
position:relative;
}
/*最新專輯*/
#new_album{
	position:relative;
	width:500px;
	height:300px;
	border:1px solid #ccc;
	left:0;
}
/*右欄設定*/
#right{
	position:relative;
	float:right;
	width:200px;
}
#in_clander_content{
width:188px;
border:1px solid #ccc;
margin-top:5px;
margin:0 auto;}
#rank
{
    position:relative;
width:200px;
margin:0 auto;}
/*footer設定*/
#footer
{
position:relative;
bottom:0;
width:100%;
padding-top:10px;
}
#footer_content{
position:relative;
width:500px;
padding:10px;
height:80px;
margin:0 auto;
padding-right:60px;
}
#footer_content img{ float:left; margin-right:20px;}
#footer_content p{ padding:2px 0; color:#666}
