@charset "euc-jp";

/* ============================================================

	Default Style Reset

	FILE NAME: reset.css
	AUTHOR: sanae machida
	UPDATE: 2014/03
	
	1:common style
	2:fonts
	3:Clerfix + other

============================================================ */


/*
	1:common style
-----------------------------------------------*/
/*
Reset: margin, padding propaty*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
margin:0;padding:0; }

/*
Reset: border propaty*/
img,fieldset{
border:0; }

/*
Reset: List selector*/
ol,ul {
list-style:none; }

/*
Reset: font propaty*/
address {
font-style:normal;font-weight:normal; }

/*
Reset: horizontal rule display*/
hr {
	display: none;
}

/*
	2:fonts
-----------------------------------------------*/
/*
Reset: font-size, line-height propaty*/
body {
/* 14px */
font-size: 14px; line-height: 1.5; }
h1,h2,h3,h4,h5,h6 {
/* 16px */
font-size: 16px; line-height: 1.0; }
p {
/* 14px */
font-size: 14px; line-height: 1.5; }
form{
/* 12px */
font-size: 12px; line-height: 1.5; }
/* 
Reset: font-family propaty*/
body {
font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',Osaka,sans-serif; }



/*
	3:Clerfix + other
-----------------------------------------------*/

.clearfix:after,#messageArea dl dt:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix,#messageArea dl dt {display: inline-table;min-height: 1%;}
/* Hides from IE-mac \*/
* html .clearfix,
* html #messageArea dl dt{height: 1%;}
.clearfix,
#messageArea dl dt {display: block;}
/* End hide from IE-Mac */


/*
scrooll bar for FF*/
html {
	overflow-y: scroll;
}

/*
IE png FIX*/
img, div,dt,p { behavior: url(/shared/js/iepngfix.htc) }