@charset "utf-8";
/*======================================
	reset.css   ver.1.0
	Last update 2007.04.18
/*======================================
	Font-size Adjustment
	
	77% = 10px	| 	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/

body{font-size:13px; *font-size:small; *font:x-small;}
table{font-size:inherit; font:100%; border-collapse:collapse; border-spacing:0;}
/*select,input,textarea{font-size:99%;}*/
pre, code {font:115% monospace; *font-size:100%;}

/*=======================================
	1-2.Universal selector
=======================================*/

* {
/*
	line-height: 1.6;
	font-size: 100%;
*/
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-3.Structure Module
=======================================*/

body {
	color:#333;
	background-color:#fff;
	font-family: 'メイリオ', Meiryo, sans-serif;
	text-align:center;
}
/*=======================================
	Hypertext Module
=======================================*/

a {
/*color:#0068b7;*/
color:#00c;
text-decoration:none;
}

a:link {
color:#0068b7;
}

a:visited {
/*color:#7b9fb3;*/
}

a:hover {
/*color:#00aaff;*/
color:#00c;
text-decoration:underline;
}

/*=======================================
	Text Module
=======================================*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin:0; padding:0 auto;
	text-align:left;
	display:block;
	font-size:100%;
}

pre{
	overflow: scroll;
}

strong{font-weight:bold;}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
	text-transform: uppercase;
}
/*=======================================
	List Module
=======================================*/
ul,
ol,
dl {
	list-style-position:inside;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
}

/*=======================================
	Form Module
=======================================*/
form {
	margin:0 auto;
}

/*=======================================
	Image Module
=======================================*/
img {
	vertical-align:bottom;
	border:0;
}
a img{
  border:0;
}
/*=======================================
	Object Module
=======================================*/

object,
embed {
  margin:0 auto;
}

/*=======================================
	Clear Module
=======================================*/
.brclear{clear:both; height:1px; overflow:hidden;}
br.clear{clear:both; height:1px; overflow:hidden;}

.clearfix {
zoom: 100%;
}
.clearfix:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/*=======================================
	Float Module
=======================================*/

.left{
	float:left;
}
.right{
	float:right;
}