/* color */
.black {
	color: #4d4d4d;
}
.red {
	color: #DA4612;
}
.orange {
	color: #EC5330;
}
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

/* link */
a {
	color: #0088cc;
	text-decoration:none;
}
a:hover {
	color: #0088cc;
	text-decoration: underline;
}
a.white {
	color: #fff;
}
a.black {
	color: #333;
}


div.text-area {
	padding:0 0 10px 0;
}
div.text-area-2 {
	padding:10px 0 10px 0;
}
div.text-area-center {
	padding:0 0 10px 0;
	text-align: center;
}

span.m {
	font-size:14px;
}
span.s {
	font-size:13px;
}
span.ss {
	font-size:11px;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

.blue {
	color:#0088CC;
}

input.checkbox {
	height: 12px;
}

select {
	font-size:14px;
}

/* clearfix */
.clear {
	clear:both;
}

/* for modern brouser */
div:after {
//	content: url(pixel.gif);
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html div {
	height: 1%;
}
div {
	display: block;
	*display: inline-block;
}
/* End hide from IE-mac */

div.reset:after {
	content: inherit;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.block {
	display:block;
}
.inline {
	display:inline;
}

/* ƒŠƒZƒbƒg */
html {
	margin:0;
	padding:0;
}
body {
	color: #333;
	background: #FFF;
	font-size: 12px;
	line-height: 140%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}
input {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	vertical-align: middle;
}

fieldset{
	border: 0;
}
img {
	border: medium none;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,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%;
}

h3,h4,h5,h6 {
	font-weight: normal;
	q: before, q : after { content : '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

del,ins {
	text-decoration: none;
}