@charset "utf-8";

/*________________________________________________

	name:			reset.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	create Date:	2008-11-07
	lastmodified:	****-**-**
________________________________________________*/

 
/* Contents=======================================
	#1	reset
	#2	clear
	#3	clearfix
	#4	link
	#5	body
================================================*/
 
/* Base Styles ===================================
 * (classes defined in the Markup Guide)
================================================*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */


/* ColorScheme====================================
	MainColor	=>	#333333
	SubColor	=>	#ffffff
	TextColor	=>	#333333
	AccentColor	=>	#
	Background	=>	#ffffff
================================================*/

/*--------------------------------------------------------------
reset
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,"Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	font-variant: normal;
	list-style-type: none;
}
html {
	height: 100%;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address ,hr {
	margin: 0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
fieldset {
	border: none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul,ol,li {
	list-style-type:none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
input {
	cursor: pointer;
}
/*input:hover,input:focus {
	background-color: #e5e5e5;
}*/

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix {
	display: inline-block;
	display: block;
	zoom: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	visibility: hidden;
	line-height: 0;
	content: ".";
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: auto;
	/* background: #ffffff url(../img/bg.jpg) repeat-x left top; */
	border-top: 3px #ff6600 solid;
	color: #333333;
	font-size: 0.8em;
	line-height: 130%;
	text-align: center;
}

/*--------------------------------------------------------------
iepngfix	ページ全体
--------------------------------------------------------------*/
img, div {
	behavior: url('http://top-wellness.jp/css/iepngfix.htc');
}
