@charset "UTF-8";

/*
-----------------------------------------------------------------------
COPYRIGHT(C) 2012 All rights Reserved.
-----------------------------------------------------------------------
*/


/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/

*{
	margin:0;
	padding:0;
	outline:none;
	font-style:normal;
	text-decoration: none;
}

body {
	width:100%;
	text-align:left;
	color:#333;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "\30e1\30a4\30ea\30aa", "Meiryo", sans-serif;
	}
	
h1,h2,h3,h4,h5,h6,li,dt,dd,th,td,p,address,select,option{
	font-size:12px;
	line-height:1.6em;
	}

table{
	border-collapse:collapse;
	border-spacing:0;
}


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

iframe{
	border:none;
}

ul, ol{list-style:none;
	
}

br {
	letter-spacing:0;
}

map {
	display: none;
	visibility: hidden;
}

em{font-style:normal; font-weight:bolder;}

a{
	color:#0033cc;
	text-decoration:underline;
	outline:none;
	}/*----firefox----*/


a:hover{
	text-decoration:none;
	}

object, embed {vertical-align:middle;}
