@charset "utf-8";
/*
	Site Name: buzz factory
	Description: muffler pages base setting
	Version: 2008.04.23
	Author: Vital Service Inc.,
*/

/*
===== CONTENTS ===========================================

	1: base setting
		: general params
		: acronyms and abbreviations styles
	2: link setting
	3: pankuzu
	4: pagetop
	5: CLEARFIX
	6: tools
	7: base layout

==========================================================
*/


/*
===== 1:base setting =====================================
*/

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
}

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 2: link setting ====================================
*/
#content a:link{
	color: #666666;
	text-decoration:underline;
}
#content a:visited{
	color: #666666;
}
#content a:hover{
	color: #666666;
	text-decoration:none;
}
#content a:active{
	color: #666666;
}

/*
===== 3: pankuzu  =======================================
*/
#content div.pankuzu2 {
	text-align: right;
	display: block;
}
#content .pankuzu2 p {
	text-align: right;
	padding-top:5px;
	padding-bottom: 15px;
}
#content div.pankuzu3 {
	text-align: right;
	display: block;
}
#content .pankuzu3 p {
	text-align: right;
	padding-top:5px;
	padding-bottom: 90px;
}


/*
===== 4: pagetop  =======================================
*/
#content div.pagetop {
	text-align: right;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#content div.pagetop p{
	text-align: right;
}
/*
===== 5: CLEARFIX ==========================================
*/
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}
.clear{
	clear:both;
}

/*
=====6: tools       =======================================
*/
.pr5 {
	padding-right: 5px;
}

/*
=====7: layout       =======================================
*/

#content{
	width: 528px;
}
