/* ------ 1.Default ------ */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-spacing: 0;
}

* html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

table,th,td,img {
	border: 0;
}

tr {
	vertical-align: top;
}

img,input {
	vertical-align: middle;
}

* img {
	vertical-align: bottom;
}

q:before,q:after {
	content: '';
}

ul { 
	list-style: none;
}

/* ------ 2.Base ------ */

html{
	background-color:#fff;
}

body{
	background:#fff;
	color: #333;
	line-height: 180%;
	text-align: center;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN', '‚l‚r ƒSƒVƒbƒN','MS UI Gothic', 'Hiragino Maru Gothic Pro', 'ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Osaka',Verdana,sans-serif;
}

a {
	color: #000;
	overflow: hidden;/* Firfox */
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a:hover img.alpha {
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

img {
	border: none;
}

li {
	list-style: none;
}

tr {
	vertical-align: top;
}

hr {
	display: none;
}

.clearfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
}