<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: #333333;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS UI Gothic";
	font-size: 15px;
/*	line-height: 1.5;*/	/* æ”¹è¡Œå¹… */
	margin-top: 0px;
	text-align: center; /* IEç”¨ã®ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°æŒ‡å®š. ä»–ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§ã¯ç„¡åŠ¹ */
}

#MainBlock {
	margin-left: auto;	/* ãƒ–ãƒ­ãƒƒã‚¯è¦ç´&nbsp;(&lt;div&gt;ç­‰)ã®ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°æŒ‡å®š. IEä»¥å¤–ç”¨ */
	margin-right:auto;	/* å·¦å³ã® margin ã‚’ auto ã«ã—ã¦ã€è¡¨ç¤ºå¹…(width)ã‚’æŒ‡å®š */
	width: 800px;		/* ã™ã‚‹ã“ã¨ã§ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°ã™ã‚‹. (ã“ã‚ŒãŒæ­£è¦ãªæ–¹æ³•)	 */
	text-align: left;
}

#RightBlock {
	float: right;
	width: 620px;
	padding-bottom: 15px;
}

#LeftBlock {
	float: left;
	width: 165px;
	border-top: #338484 10px solid;
	border-bottom: #338484 10px solid;
}

.DirectionBlock {
	width: 100%;
	font-size: 16px;
	background-color: #bed2ed;
	margin-top: 0px;
	margin-bottom: 20px;
}


.header_table {
	background-image: url(./images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 96px;
	width: "100%";
}

.header_title {
    font-weight: bold;
    font-size: 26px;
    color: #843333;
    padding-left: 0.5em;		
}

.header_title a:link { color: #843333; text-decoration: none }
.header_title a:visited { color: #843333; text-decoration: none }
.header_title a:hover { color: #d3c5dd; background-color: #3d659c; text-decoration: none}


.header_subtitle {
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    border-bottom: 7px solid #338484;
    padding: 5px 3px 0px 0.5em;		/* ä»–ã‚ªãƒ–ã‚¸ã‚§ã‚¯ãƒˆã‹ã‚‰ã®éš”é›¢è·é›¢ top,right,bottom,left */
    margin-top: 10px;				
    margin-bottom: 10px;

}

h1 {
	width: 100%;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
	PADDING: 3px;
	BORDER-LEFT: #37387e 8px solid;
	BACKGROUND-COLOR: #5f6bb3;
}

h2 {
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    border-top: 2px solid #843333;
    border-bottom: 2px solid #843333;
    padding: 5px 3px 3px 0px;
}

h3 {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #843333;
    padding: 5px 3px 3px 0px;
}


.indent {
	margin-left: 15px;
}


.comment {
    font-size: 14px;
    border: 1px solid gray;
    padding: 5px;
    background-color: #eeeeff;
}

.comment2 {
    font-size: 13px;
    border: 1px solid gray;
    padding: 3px;
    background-color: #ffffee;
}

.comment3 {
    font-size: 13px;
}


.example {
	width : 85%;
	margin-left: 25px;
    font-size: 14px;
    color: #333333;
    background-color: #dce4f1;
    padding: 8px 3px 8px 16px;
}


table.normalborder {
	border-collapse: collapse;
	border: 1px solid #333333;
}

table.normalborder th {
	padding: 3px;
	color: #333333;
	background-color: #e8eeee;
	font-size: 14px;
	border: 1px solid #333333;
}

table.normalborder td {
	padding: 2px;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
	border: 1px solid #333333;
}


table.normalnoborder {
	border-collapse: collapse;
	border: 1px solid #333333;
}

table.normalnoborder th {
	padding: 3px;
	color: #333333;
	background-color: #e8eeee;
	font-size: 14px;
	border: 1px solid #333333;
}

table.normalnoborder td {
	padding: 2px;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
	border: 1px solid #333333;
}


table.itemizelist th {
	color: #fd4343;
	font-size: 13px;
	font-weight:normal;
	text-align:left;
    vertical-align: top;
}

table.itemizelist td {
	color: #333333;
	font-size: 13px;
	font-weight:normal;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}


table.itemizelist14 th {
	color: #fd4343;
	font-size: 14px;
	font-weight:normal;
	text-align:left;
    vertical-align: top;
}

table.itemizelist14 td {
	color: #333333;
	font-size: 14px;
	font-weight:normal;
/*	line-height: 1.3;	 æ”¹è¡Œå¹… */
    vertical-align: top;
}





table.bordercell {
	border-collapse: collapse;
}

table.bordercell th {
	padding: 2px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 14px;
	border: 1px solid #333333;
    vertical-align: top;
}

table.bordercell td {
	padding: 2px;
	color: #333333;
	font-size: 14px;
	border: 1px solid #333333;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}


table.bordercell12 {
	border-collapse: collapse;
}

table.bordercell12 th {
	padding: 2px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 12px;
	border: 1px solid #333333;
    vertical-align: top;
}

table.bordercell12 td {
	padding: 2px;
	color: #333333;
	font-size: 12px;
	border: 1px solid #333333;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}


table.borderframe {
	border-collapse: collapse;
	border: 1px solid #333333;
}

table.borderframe th {
	padding: 3px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 13px;
	border: 1px solid #333333;
    vertical-align: top;
}

table.borderframe td {
	padding: 2px;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}

table.noborder th {
	padding: 2px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 13px;
/*	border: 1px solid #333333;*/
    vertical-align: top;
}

table.noborder td {
	padding: 2px;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
	vertical-align: top;
}


table.noborder12 {
	border-collapse: collapse;
/*	border: 5px solid #ff0000;*/
}

table.noborder12 th {
	padding: 2px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 12px;
/*	border: 1px solid #333333;*/
    vertical-align: top;
}

table.noborder12 td {
	padding: 2px;
	color: #333333;
	font-size: 12px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}



/*
table.list {
	border-collapse: collapse;
	border: 1px solid #333333;
}
*/

table.list th {
	padding: 2px;
	color: #333333;
    background-color: #e8eeee;
	font-size: 13px;
	border: 1px solid #333333;
    vertical-align: top;
}

table.list td {
	padding: 0px;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
    vertical-align: top;
}


table.panel th {
	padding: 3px;
    font-size: 12px;
    background-color: #e8eeee;
}

table.panel td {
	text-align: center;
	padding: 3px;
    font-size: 12px;
}


table.panelborder {
	border-collapse: collapse;
	border: 1px solid #333333;
}

table.panelborder th {
	padding: 3px;
	color: #333333;
	background-color: #e8eeee;
	font-size: 13px;
	border: 1px solid #333333;
}

table.panelborder td {
	padding: 2px;
	text-align: center;
	color: #333333;
	font-size: 13px;
	line-height: 1.3;	/* æ”¹è¡Œå¹… */
	border: 1px solid #333333;
}





.alpha {
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}


.PosRight {
	float: right;
	margin-left: 15px;
}

.PosLeft {
	float: left;
	margin-right: 15px;
}

.PageGuide {
	border:1px solid #888888;
	padding:1px 9px;
}


#LeftBlock ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}


#LeftBlock li {
	list-style-type: none;
	border-bottom: #ffffff 2px solid;
	font-size: 12px;
	background-color: #efefef;
}

#LeftBlock a:link { color: #556b2f; text-decoration: none }
#LeftBlock a:visited { color: #556b2f; text-decoration: none }
#LeftBlock a:hover { color: #d3c5dd; background-color: #3d659c; text-decoration: none}


</pre></body></html>