﻿@charset "UTF-8";

/************************************************************

	初期化用CSS

*************************************************************/

body,abbr,blockquote,code,dfn,em,h1,h2,h3,h4,h5,h6,
kbd,p,pre,cite,div,q,samp,span,strong,var,ul,ol,li,dl,dt,dd,param,
hr,ins,del,form,fieldset,label,legend,caption.table,th,td,img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	font-size: 100%;
}

body {
	border-top: 4px solid #53c6a0;
	font-size: 62.5%; /* = 10px */
	line-height: 1.0;
	color: #333;
	background: url(/inter/en/common/img/bg_body.gif) 0 0 repeat;
}

abbr,code,dfn,em,kbd,cite,q,samp,span,strong,var,strong {
	display: inline;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6,em,strong {
	font-weight: bold;
}


a {}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

input, select {
	vertical-align: middle;
	font-size: 100%;
}

input, textarea {

}
