@charset "Shift-JIS";
/*******************************************

title {
	KTV Kansai Telecasting Corporation;
}

about {
	リセット用 CSS;
}

issue date {
	2007.06.21;
}

revision date {
	2007.06.21;
}

*******************************************/


/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* RESET */
html,body,div,
ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
pre,code,address,caption,cite,code,em,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y:scroll;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

img {
	/*vertical-align: bottom;*/
	border: 0;
}


/* clear fix */
/*div{
    zoom: 1;for IE 5.5-7
}
*/
div:after{/*for modern browser*/
    content: ".";
	font-size: 0px;
	line-height: 0px;
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/*EOC*/
