@charset "utf-8";

/*******************************************
Font-size Adjustment
77% = 10px	|	122% = 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	|
********************************************/

/*---------------------------------------
Reset
----------------------------------------*/
html, body, 
h1, h2, h3, h4, h5, h6, 
div, p, dl, dt, dd, ol, ul, li, 
span, a, strong, em, b, i, del, dfn, img, ins, kbd, q, samp, small, sub, sup, var, 
table, caption, tbody, tfoot, thead, tr, th, td, 
fieldset, form, label, legend,
object, iframe, blockquote, pre, abbr, address, cite, code, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background-color:transparent;
}
:focus {
	outline:0;
}
body {
	font-family:Verdana, Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	line-height:1.4;
	color:#333;
}
header, hgroup, menu, nav, section, article, aside, details, figcaption, figure, footer { 
	display:block;
}
input, select {
	vertical-align:middle;
}
img {
	border:0;
	vertical-align:bottom;
}
strong { 
	font-weight:bold;
}
em {
	color:#F00;
}
table {
	border-collapse:collapse;
}
td,
th {
	vertical-align:top;
}
p {
	margin-bottom:15px;
}
caption, th, td {
	text-align:left;
}
ul, ol {
	list-style:none;
}
address {
	font-style:normal;
}
a {
	color:#343434;
}
a:visited {
	color:#343434;
}
a:hover {
	color:#343434;
}
