@charset "utf-8";



/*

============================ Default CSS ===========================



初期化

参考：Yahoo! UI Library: Reset CSS

　　　http://developer.yahoo.com/yui/reset/



====================================================================

*/


#article,#aside,#header,#footer,.on_nav {
	display: block;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,
form,fieldset,input,textarea,blockquote,
table,th,td,address,legend,object,pre,caption,code { 
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,table,input,textarea,pre,code {
	font-size: 100%;
	font-weight: normal;
}

img,fieldset {
	border: 0;
}

a,ins {
	text-decoration: none;
}

a img {
	border: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

abbr,acronym {
	border: 0;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
