/*
Theme Name: SUUMO High Grade Mansion
Author: TAG PANDA
Author URI: http://www.tagpanda.co.jp/
Version: 1.0
*/

/********************************************************
	TAG PANDA Template
	This stylesheet provides styles for all HTML layout.
	
	[main.css]
	
	Last renewal date: 2010/01/18
*********************************************************/
/* -------------------------------------------------------
	[info]
	name : default.css
	desc : CSS
	
-------------------------------------------------------- */


/*--------------------------------------------------
	01. Universal Reset
--------------------------------------------------*/

html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,pre,blockquote,address,caption,th,td {
	margin:0;
	padding:0;
	line-height:1.5em;
	letter-spacing:0;
	font-size:100%;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}

body {
	font-family:"ͣ Хå", Osaka, "ҥ饮γѥ Pro W3", Verdana ,sans-serif;
	font-size:87.5%;
}
* html body {font-size:73%;}
*:first-child+html body {font-size:73%;}
html:first-child body {font-size:73%}

p {
	text-justify:inter-ideograph;
}
img {
	border:0;
}

ul li {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	font-size:inherit;
	font:100%;
}
select option {
	padding:0 5px;
}
form label {
	cursor:pointer;
}
hr,legend,caption {
	display: none;
}
fieldset {
	border:0;
}


/*--------------------------------------------------
	02. Default Style
--------------------------------------------------*/

a,
a:link{
	color:#0086ce;
	text-decoration:underline;
}
a:visited{
	color:#FE0000;
	text-decoration:underline;
}

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

/*---------------------------
	clearfix
---------------------------*/

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

* html .clearfix{height:1%;}

*:first-child+html .clearfix {
	display: inline-block;
}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/

