@charset "Shift_JIS";

/*
01. reset
-------------------------------------*/


html{
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #555555;
	line-height: 1.6em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	
	/* applied IE6 and IE7 */
	>font-size: 90%;
	/* applied only IE8 */
	font-size /*\**/: 90%\9;
	
	background-image: url(../images/bk.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

html>/**/body {
	/*font-size: 14px;*/
	/*font-size: 95%;*/
}


p, h1, h2, h3, h4, h5, h6, li, dt, dd  {
	margin: 0;
	padding: 0;
}

ul, ol, dl, table, form {
	margin: 0;
	padding: 0;
}

input, select {
	margin: 0;
	padding: 0;
	color: #000;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}


table{
	border-collapse: collapse; 
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

br {
	letter-spacing: 0;
}

a{outline:none;}
a:link {color: #333; text-decoration:none;}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}
a:active {color:#333; text-decoration:underline;}

hr.hide {display:none;}

