@charset "UTF-8";
@import url("./base.css");


*{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: transparent;
	color: #333;
}

a:link{
	background-color: transparent;
	color: #399;
	
	text-decoration: none;
}

a:visited{
	background-color: transparent;
	color: #696;
	
	text-decoration: none;
}

a:link:hover{
	background-color: transparent;
	color: #F60;
	
	text-decoration: none;
}

a:visited:hover{
	background-color: transparent;
	color: #F60;
	
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ul{
	list-style-type: none;
}

table, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

hr{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

iframe{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, input, button, select, optgroup, option, textarea, label, legend{

}

span, em, strong, dfn, cite, abbr, acronym, q, br, a, img, object{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
 	font-weight: inherit;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}

img{
	vertical-align: text-bottom:
}

strong{
	font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;
	background-color: transparent;
	color: #333;
}

.larger{
	font-size: larger;
}

.smaller{
	font-size: smaller;
}

.bolder{
	font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight: bold;
}

.attention{
	color: #F00;
}

.stronger {
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W6', sans-serif;
	color: #900;
	background-color: transparent
}

.border_hidden{
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.border_hidden hr{
  display: none;
}
