
* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

body {
	background: url(../images/bgimg.gif) top center repeat;
	font-size: 14px;
	line-height: 18px;
	color: #666666;
}

img {
	border: none;
}

ul {
	list-style: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
.clearfix {
	 display: inline-block;
	 min-height: 1%;
}
/*Hides from IE-mac\*/
*html .clearfix {
	height:1%;
}
.clearfix{ display: block }
/*end hide from IE-mac*/


#container {
	background-color: #f7f7f4;
	margin: 0 auto;
	padding: 0 4px;
	width: 826px;
	height: auto;
}

#bread {
	border: solid 1px #dbdad7;
	background-color: #ffffff;
	margin: 2px auto 4px;
	padding: 10px 6px 0 122px;
	width: 696px;
	height: 27px;
	font-size: 12px;
}

#bread p {
	line-height: 27px;
}

#bread p a:link,
#bread p a:hover,
#bread p a:visited {
	text-decoration: none;
	color: #666666;
}

#bread .btn {
	margin-right: 5px;
	float: right;
}

/* navigation */
#navi {
	border: solid 1px #dbdad7;
	background-color: #ffffff;
	margin-right: 4px;
	padding: 7px 1px 4px;
	width: 114px;
	float: left;
}

.category {
	margin-bottom: 2px;
	border: solid 1px #cccc99;
	background-color: #f7f7f4;
}

#navi h4 {
	padding-bottom: 2px;
}

#tvcm {
	padding-top: 10px;
}

#tvcm li {
	padding: 1px;
	float: left;
}

#np {
	padding-top: 4px;
	clear: both;
}

/* footer */
#footer {
	padding-top: 8px;
	clear: both;
}

#footer p {
	font-size: 12px;
	text-align: center;
}

#footer p {
	word-spacing: 10px;
}

#footer #company, #footer span {
	word-spacing: normal;
}

/* others */
.caution {
	color: #cc0000;
}

.nodisp {
	display: none;
}
