@charset "UTF-8";

/* ****************************************************
Title: reset.css
Created date: 2010/03/23
Last Modified: 2010/03/23
Created by: iGrove
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 Reset 'Browser standard style'
#02 Redefine
#03 float clear
#04 float
#05 align
#06 valign
#07 valign
#08 rollover
#09 form control
#10 font color
#11 font size
#12 last list 
#13 clearfix


----------------------------------------*/


/* #01 Reset 'Browser standard style'
---------------------------------------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,select,option,address,pre,
strong,em,caption,cite,code,dfn,var {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}

img { 
	border: 0; 
	background-color: transparent;
	vertical-align: bottom;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th { text-align:left; }

fieldset { border: 0; }

hr { display: none; }

ol, ul { list-style:none; } 

ul ul,ol ul,ul ol,ol ol,
dl ul,dl ol,dl dl,td td { 
	font-size: 100%; 
}

q:before,q:after { content:''; } 

abbr,acronym { border:0; } 

body {
  background: #FFFFFF;
  color: #000000;
}

a img {
  background: transparent;
  border: none;
  color: #FFFFFF;
}


/* #02 Redefine
---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
}

/* legacy IE */
* html body {
	font-size:78%;
}

/* IE7 */
*:first-child + html body {
	font-size:78%;
}

strong { font-weight: bold; }
em     { color: #F00; font-style: normal; }

li { margin-left: 0; }


/* #03 float clear
---------------------------------------------------------------------------- */

.clearLeft  { clear:left; }
.clearRight { clear:right; }
.clearBoth  { clear:both; margin-bottom: 1.3em; }


/* #04 float
---------------------------------------------------------------------------- */

.floatLeft  { float:left; }
.floatRight { float:right; }


/* #05 align
---------------------------------------------------------------------------- */

.alignLeft   { text-align: left !important; }
.alignCenter { text-align: center !important; }
.alignRight  { text-align: right !important; }


/* #06 valign
---------------------------------------------------------------------------- */
.padding-text {
	padding-top:10px;
}
/* #07 valign
---------------------------------------------------------------------------- */

.valignBaseline { vertical-align: baseline; }


/* #08 rollover
---------------------------------------------------------------------------- */

.imgover {}


/* #09 form control
---------------------------------------------------------------------------- */

.oneByte { ime-mode: inactive; }
.twoByte { ime-mode: active; }


/* #10 font color
---------------------------------------------------------------------------- */

.attention, 
.required { 
	color: #FF0000 !important; 
}


/* #11 font size
---------------------------------------------------------------------------- */

.smallText { font-size: 0.85em; }


/* #12 last list 
---------------------------------------------------------------------------- */

.lastList {
	background: none !important;
	border: none !important;
	margin-right: 0 !important;
}


/* #13 clearfix 
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
} 

.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix
{display: block;} 
/* End hide from IE-mac */

