@charset "shift_jis";


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

h1, h2, h3, h4, h5, h6 dl {
	margin: 0px;
}

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: none;
}

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

a:active {
	color: #FF4500;
	position:relative;
	top:2px;
	left:2px;
}


/*------------------
  ヘッダ
------------------*/
#header {
	width: 647px;
	height: 37px;
	margin: 3px;
        padding-left: 10px;
	text-indent: -9999px; /* テキスト非表示 */
	background: #FFFFFF url(../images/head_logo.jpg) no-repeat;
}
/*------------------
  ページ本体
------------------*/
#pagebody {
	width: 640px;
	padding-left: 10px;
	margin-left: 0px;
}
#footer {
	float: left;
	width: 650px;
	padding: 0px;
}

/*-------------------------
  メイン分割
-------------------------- */

#appl {
	float: left;
	width: 640px;
        margin-left: 0px;
        padding: 0px;
}
.appl_01 {
	float: left;
	width: 300px;
        margin-left: 0px;
        padding: 0px;
}
.appl_02 {
	float: left;
	width: 300px;
        margin-left: 0px;
}
#mt_sche {
	float: left;
	width: 640px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
}
.mt_01 {
	float: left;
	width: 300px;
        margin-left: 0px;
        padding: 0px;
}
.mt_02 {
	float: left;
	width: 300px;
        margin-left: 0px;
        padding: 0px;
}
#contents_a {
	float: left;
	width: 640px;
        margin: 0;
        padding: 0;
	line-height: 1.5;
}



/*------------------
 メイン
------------------*/

#appl h2 {
	margin-top: 0px;
	width: 635px;
	height: 40px;
	text-indent: -9999px; 
	background: #FFFFFF url(../images/guide.gif) no-repeat;
}
.appl_01 h3 {
	margin-left: 10px;
	width: 197px;
	height: 22px;
	text-indent: -9999px; 
	background: #FFFFFF url(../images/appl_01.gif) no-repeat;
}
.appl_02 h3 {
	margin-left: 10px;
	width: 198px;
	height: 22px;
	text-indent: -9999px;
	background: #FFFFFF url(../images/appl_02.gif) no-repeat;
}
#appl ul {
        margin-top: 0px;
	text-indent: 5px;
	font-size: 10pt;
}
#appl li {
        margin-top: 0px;
	list-style: url(../images/ihishi5g2.gif);
	line-height: 1.5;
        list-style-position: outside;
}
#mt_sche h2 {
        margin-top: 0px;
	width: 635px;
	height: 40px;
	text-indent: -9999px;
	background: #FFFFFF url(../images/mt_sche.gif) no-repeat;
}
.mt_01 h3 {
	margin-left: 10px;
	width: 180px;
	height: 22px;
	text-indent: -9999px;
	background: #FFFFFF url(../images/mt_01.gif) no-repeat;
}
.mt_02 h3 {
	margin-left: 10px;
	width: 141px;
	height: 22px;
	text-indent: -9999px;
	background: #FFFFFF url(../images/mt_02.gif) no-repeat;
}
#mt_sche ul {
        margin-top: 0;
	text-indent: 5px;
        font-size: 10pt;

}
#mt_sche li {
        margin-top: 0px;
	list-style: url(../images/ihishi5g2.gif);
	line-height: 1.5;
        list-style-position: outside;
}
#contents_a h2 {
	margin-top: 0px;
	width: 635px;
	height: 40px;
	text-indent: -9999px; 
	background: #FFFFFF url(../images/download.gif) no-repeat;
}
#contents_a TABLE {
        font-size: 10pt;
}
span {	font-size:12px;
	border-top:3px solid #808080;
	border-left:3px solid #808080;
	border-bottom:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
	background-color:#F5F5DC;
	height:70px;width:630px;padding:7px;line-height:1.2;
	overflow:auto;
	scrollbar-arrow-color:white;
	scrollbar-face-color:lightgreen;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-shadow-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-track-color:#F5F5DC;
}

/*------------------
 フッタ
------------------*/

#footlink a {
	margin-left: 5px;
	font-size: 10pt;
        text-decoration: none;
}
#footlink p {
	display: block;
	width: 640px;
	height: 40px;
	border-top: 5px outset #ff6699;
	margin-top: 15px;
	padding: 5px;
	font-size: 10pt;
        line-height: 2;
}
#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;
}

