@charset "UTF-8";

/*======================================

	Universal selector

=======================================*/

* {
	margin:0;
	padding:0;

}

/*======================================

	Structure Module

=======================================*/

html {
	overflow-y: scroll;
	/*font-size: 62.5%;*/ /*10px*/
}

body {
	font-size: 14px; /*14px*/
	line-height:1.6em;
	color: #222222;
	font-family:"YuGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª","Meiryo",Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",Sans-Serif;
	zoom: 1;
	-webkit-text-size-adjust: 100%;
}

/*======================================

	Text Module

=======================================*/

p,
pre,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding:0;
	font-size:1em;
	line-height:1.6em;
	font-weight:normal;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
}


/*======================================

	Hypertext Module

=======================================*/

a{
	text-decoration: none;
}

a:link {
	color: #222222;
}

a:visited {
	color: #222222;
}

a:hover{
	color: #222222;
	text-decoration:underline;
}

.block01 a:hover{
	text-decoration:none;
}

/*======================================

	List Module

=======================================*/

ul,
ol {
	margin: 0;
	padding:0;
	list-style:none;
}

li,
dt,
dd {
	font-size:1em;
	line-height:1.6em;
	margin:0;
	padding:0;
	list-style:none;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*======================================

	Forms Module

=======================================*/

form {
	margin:0;
	padding:0; 
}

textarea {
	padding:4px;
}

select{
	margin-bottom:0;
	}

/*======================================

	Tables Module

=======================================*/

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

th,
td {
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}


/*======================================

	Image Module

=======================================*/

img {
	font-size: 1%;
	border-style: none;
	vertical-align: top;
}


li img{
	vertical-align:top;
}

/*======================================

	Object Module

=======================================*/

object,
embed {
}

/*======================================

	Others Module

=======================================*/

hr {
	display:none;
}

