@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: 基本情報初期化 (このスタイルシートは基本的に変更しない)
 *	Since		: 2009-06-05
 *  Modified    : 2010-03-04
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */


/* ----------------------------------------------------------------- 
 * Universal Format													 
 * ----------------------------------------------------------------- */

* {
	border: none;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"Lucida Grande","Trebuchet MS",Arial,Helvetica,Sans-Serif;
	line-height: 1.5;
}

/* ----------------------------------------------------------------- 
 * Body & Base Setting												 
 * ----------------------------------------------------------------- */
 
html {
	height: 100%;
	overflow-y: scroll;
}

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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	border: none;
	vertical-align: bottom;
}

abbr,
acronym {
	cursor: help;
}

h1,h2,h3,h4,h5,h6 {  
	font-size: 100%;  
}

/*ul,ol {
	list-style: none;
}*/

object,
embed {
	vertical-align: top;
}

