@charset "euc-jp";

body{
	margin:0;
	color:#000;
	background-color:#fff;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	line-height: 1.3em;
}

a:link{    /* 未リンク */
	color:#0000ff;
	text-decoration:none;
}
a:visited{ /* 既リンク */
//	color:#800080;
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}

h1{
	color: #606060;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	margin: 2px auto 2px auto;
}

h2{
	color:#fff;
	font-size: 18px;
	margin-top: 1.6em;
	padding: 3px 2px 2px 8px;
	border-style: outset;
	border-width: 1px;
	background-color: #e8e8ff;
}

img{
	border:none;
}

.jump {
	margin: -0.6em 1em 0px 0px;
	text-align: right;
}

#main{
	width: 720px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/********** コピーライト **********/

#copywrite{
	color:#808080;
	margin: 32px 0px 8px 0px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #808080;
	text-align: center;
}

#a_copy{
	color:#808080;
	text-decoration: none;
	font-weight: bold;
}

#a_copy:hover {
	color:#ff0000;
	text-decoration:underline;
	font-weight: bold;
}


