@import url("base.css");

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

body{
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.red {
	color: #FF0000;
}


*:first-child+html body{
	font-size: 9pt;
}

a{
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #06f;
	text-decoration: underline;
}

a:visited{
	color: #69c;
	text-decoration: underline;
}

a:link:hover,
a:visited:hover{
	color: #f00;
	text-decoration: underline;
}

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{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

address, 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-family: 'ヒラギノ角ゴ Pro W6', sans-serif;
	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: #f00;
	background-color: transparent
}

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

.strikeout{
	text-decoration: line-through;
}

.centering{
	text-align: center;
}


.border_display{
	height: 1px;
	margin: 0 10px 10px 0;
	padding: 0px;
	clear: both;
	border-top: 1px #ccc dotted;
}

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

.border_display hr,
.border_footer hr,
.border_hidden hr{
  display: none;
}
7
