@charset "UTF-8";

/* ------------------------- ページ大枠領域 */
#page {
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* ------------------------- 本文へ移動領域 */
.navihidden {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.navihidden img {
	vertical-align: bottom;
	border-style: none;
}
/* ------------------------- リンク設定 */
/* a:link {color: #0000ff;}
a:visited {color: #800080;}
a:hover {color: #0000ff;}
a:active {color: #0000ff;} */

/* ------------------------- ナビゲーションスキップ */
.nosize {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* ------------------------- 各種基本タグ設定 */
img {
	border-style: none;
	vertical-align:text-bottom;
}
table {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	text-indent:1em;
}
p.noindent {
	margin: 0px;
	padding: 0px;
	text-indent:0em;
}
ul{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height:1.2em;
	text-align:left;
}
ul.s {
	font-size:80%;
	margin: 0px 0px 0px 0px;
	list-style-position:inside;
	padding: 0px;
	line-height:1.4em;
	text-align:left;
}
ul.sikaku {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height:1.2em;
	text-align:left;
	list-style-type:square;
}
.clear {clear: right;}
.left20{margin-left: 20px;}
.small{
	font-size:80%;
	text-align:left;
}
.m3{	margin:3px;}
.top5{
	margin-top:5px;
	text-align:left;}
.top5s{
	margin-top:5px;
	font-size:85%;
	text-align:left;
}
.red{
	color:#ff0000;
}
.red_s{
	color:#ff0000;
	font-size:100%;
}
h1{
	margin:0px;
}
h2{
	margin:0px;
	font-size:100%;
	font-weight:normal;
}
h3{
	margin:0px;
	font-size:100%;
	font-weight:normal;
}
h4{
	margin:10px 0px 7px 0px;
	font-size:100%;
	font-weight:normal;
}
hr.dott{
	border-top:1px #333 dotted;
	border-right:0px #333 dotted;
	border-bottom:0px #333 dotted;
	border-left:0px #333 dotted;
	height:1px;
}
a.blank{
	padding-right:10px;
}
a.blank img{
	margin-left:8px;
	margin-bottom:2px;
}
a.blank_link{
	padding-right:10px;
	padding-left:6px;
}
a.blank_link img{
	margin-left:8px;
	margin-bottom:2px;
}
strong{
	line-height:110%;
}
.textright{
	text-align:right;
}

