@charset "utf-8";

/* -------------------------------------------------
	-Index-
	1.Reset
	2.Element
	3.Headline
	4.Cler fix
	5.for MacIE
-------------------------------------------------- */



/* =================================================
	1.Reset
================================================= */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
	margin:0;
	padding:0;
	font-size:100%;
}



/* =================================================
	2.Element
================================================= */

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
	text-align:center;
	line-height:1.4;
	word-break:break-all;
	font-family:Verdana, Ariel, Helvetica,'ＭＳ Ｐゴシック',sans-serif;
	font-size:82%;		/* 13px */
}

/* Modern browser */
html>/**/body {
	font-size:13px;
}

* html body {
    font-family:'ＭＳ Ｐゴシック',sans-serif;				/* WinIE6 */
}

*:first-child+html body {
    font-family:'メイリオ','ＭＳ Ｐゴシック',sans-serif;	/* WinIE7 */
}

a { 
	text-decoration:none;
	/*\*/
	overflow:hidden;	/* for Fx */
	/**/
}

img,
a img {
	border:none;
	vertical-align:middle;
}
	
ul, ol, li, dl, dt, dd { list-style:none; }

table {
	border:0;
}

/*\*/
* html table {
	font-size:93%;
}
/**/

th,
td {
	padding:0;
}

th {
	font-weight:normal;
}


input,select,textarea {
	padding:2px;
}

blockquote {
	margin:0.5em 1em;
	border:1px solid;
}

fieldset {
	border:none;
}

pre {
	width:95%;
	font-family:monospace;
}



/* =================================================
	3.Headline
================================================= */

h1 {
	font-size:139%; 	/* 18px */
}

h2 {
	font-size:116%; 	/* 15px */
}

h3 {
	font-size:108%; 	/* 14px */
}

h4,h5,h6 {
	font-size:100%;		/* 13px */
}



/* =================================================
	4.Cler fix
================================================= */

.clear:after {
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
}
/*\*/
* html .clear {
	overflow:visible;
	height:1%;
}
/**/



/* =================================================
	5.for MacIE
================================================= */

/*\*//*/
textarea, select, input {
	font-family:Osaka;
}
/**/
