/* Base CSS UPDATE 2013.02.22 */
/*
reset
UPDATE 2013.02.22
AUTHOR Takuya Sugimoto
 */
html{
	margin:0;padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,th,td{
    margin:0;padding:0;
	font: 13px;
	*font-size: small;
	*font: x-small;
	line-height:1;
}
input,textarea{
	margin:0;padding:0;
	font: 13px;
	*font-size: small;
	*font: x-small;
	line-height:2;
}
table{
    border-collapse:collapse;border-spacing:0;
}
fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
header{ vertical-align:text-bottom; }
legend{ color:#000; }

/* _______________________form setting  */
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
input,textarea,select,option,optgroup {	vertical-align: middle;	letter-spacing: 0em; }
select { min-width: 2em; }
option, optgroup { padding-right: 0.4em; }

/* _______________________mouse cursor */
label[for], 
input[type="checkbox"], 
input[type="radio"], 
input[type="button"], 
input[type="image"], 
input[type="reset"], 
input[type="submit"], 
select, option, button{
	cursor	: pointer;
}
optgroup {
	cursor	: default;
}

/* _______________________clearfix  */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  font-size:0.1em;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 
 *	Message -------------------------------------------------
 */
.message_wrapper {
	margin:0 auto 12px auto;
	border-top:solid 1px #ffffff;
	background:url(../../images/common/message_bg.png) left bottom repeat-x #f9f2df;
}
.message_attention {
	min-height:70px;
	padding:15px 15px 20px 120px;
	margin:0;
	font-size:13px;
	line-height:1.4;
	background:url(../../images/common/message_attention.jpg) 15px bottom no-repeat;
}


/* _______________________font-size chart
10px	77%
11px	85%
12px	93%
13px	100%
14px	108%
15px	116%
16px	123.1%
17px	131%
18px	138.5%
19px	146.5%
20px	153.9%
21px	161.6%
22px	167%
23px	174%
24px	182%
25px	189%
26px	197%
*/