@charset "shift_jis";


/* ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #003300;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
}

h1, h2,  dl {
	margin: 0;
}

p {
	font-size: 10pt;
	line-height: 1.4;
}

a {
        text-decoration: none;
}

a:link {
	color:  #00008B ;
	font-style; normal;
	text-decoration:underline;
}

a:visited {
	color:  #00008B;
        text-decoration: underline;
}

a:hover {
	text-decoration:underline;
	color: #FF4500;
	position:relative;
	top:2px;
	left:2px;
}

a:active {
	color: #FF4500;
	position:relative;
	top:2px;
	left:2px;
	text-decoration:underline;
}

/*------------------
  ヘッダ
------------------*/
#header {
	width: 650px;
	height: 60px;
	margin: 3px;
	text-indent: -9999px; /* テキスト非表示 */
	background: #FFFFFF url(../images/head_logo.jpg) no-repeat;
}
/*------------------
  ページ本体
------------------*/
#pagebody {
	width: 610px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 1.4;
        font-size: 10pt;
}
#form {
	width: 610px;
        height: 400px;
	padding: 0;
	margin-left: 20px;
	margin-top: 5px;
	line-height: 1.4;
        font-size: 10pt;
}
.form li {
        list-style: none;
}
#footer {
	float: left;
	width: 650px;
	padding: 0px;
}

#pagebody h2 {　　　
        margin-top: 5px;
        padding: 10 15 10 15;
　　　　background-color: #FFFACD;
        font-size: 14pt;
        letter-spacing: 3px;
　　　　color: #8B4513;
        border-style: dotted;
        border-color: #FF8C00;
        border-width: 4px;
}
#pagebody h3 {
　　　　margin: 25 0 5 0;
        padding: 3 0 2 14;
        border-style: dashed;
        border-color: #FFFFFF;
　　　　background-color: #ffee99;
        border-width: 2;
        font-size: 12pt;
        letter-spacing: 3px;
　　　　color: #8B4513;
}
#pagebody h4 {
　　　　margin: 0 8 0 8;
        padding: 0;
        color: #A0522D;
        letter-spacing: 2px;
	background-image:url(images/linekirakira.gif);
}
#pagebody h5 {
        text-align: center;
　　　　margin-left: auto;
　　　　margin-right: auto;
        font-size: 10pt;
        font-weight: normal;
}
#pagebody h6 {
　　　　margin-left: 10px;
　　　　margin-top: 0;
        font-size: 10pt;
        font-weight: normal;
}
span {
　　　　margin: 0;
        padding: 0;
        color: #cc0000;
}
ol {
　　　　padding: 0;
　　　　list-style: decimal;
　　　　position: outside;
}
ul{
　　　　padding: 0;
　　　　list-style: disc;
　　　　position: outside;
}
table {
        padding: 2px;
        font-size: 10pt;
}


/*------------------
 フッタ
------------------*/
#list {
        position: absolute;
        text-align: right;
        top: 40px;
        left: 285px;
        margin: 0;
        padding: 0;
}
#footlink a {
	margin: 0;
	text-align: right;
	font-size: 10pt;
}
#footlink p {
	width: 640px;
	height: 10px;
	border-top: 5px outset #ff6699;
	margin-top: 15px;
	padding: 5px;
	font-size: 10pt;
}

#foot_copy {
	margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 3px;
        width: 647px;
        height: 26px;
        font-size: 1pt;
	text-indent: -9999px; 
	background: #FFFFFF url(../images/copy_right.jpg) no-repeat;
}
