@charset "utf-8";

/* CSS Document */

*{
	margin:0;
	padding:0;
	font-style: normal; /*WinIE only */
}

html {
    overflow-y:scroll;
}


body {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", Meiryo, arial, sans-serif;
	color:#333333;
	font-size:90%;
	text-align: center;
	visibility: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, a, img,
address{
	margin:0;
	padding:0;
	font-style: normal;
	border:0;
	line-height: 1.4;/* base line height */
}

strong {
	font-weight: bold;
}

ul, ol, dl {
	list-style: none;
}
hr {
	color: #99CCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #99CCCC;
}
address { font-style:normal;}

/*  Link設定
-----------------------------*/
acronym,abbr{cursor:help;}

a:link,
a:visited,
a:active 
{
	text-decoration:none;
}

a:link {
	color:#195884;
}
a:visited {
	color:#810081;
}
a:hover {
	color:#FF9900;
	text-decoration: underline;
}
a:active {color:#FCA0A0;}


/*  div設定
-----------------------------*/
#wrapper {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	visibility: visible;
}
#wrapper #header {
	height: 100px;
	width: 700px;
	background-image: url(../image/print_header.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 30px;
}
#wrapper #header h1 {
	height: 70px;
	width: 250px;
	float: left;
	padding-left: 30px;
}
#wrapper #main {
	height: auto;
	background-image: url(../image/print_main.png);
	width: 700px;
	float: left;
	background-repeat: repeat-y;
	padding-bottom: 30px;
}
#wrapper #main #navi {
	height: 20px;
	width: 600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6F87AC;
	border-bottom-color: #6F87AC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 10px;
	float: left;
	margin-right: 50px;
	margin-left: 50px;
	display: none;
}
*html body #wrapper #main #navi {
	height: 20px;
	width: 620px;
	background-position: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6F87AC;
	border-bottom-color: #6F87AC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	display: none;
}
#wrapper #main #navi ul {
	float: right;
	width: 300px;
	font-size: 12px;
}
#wrapper #main #navi li {
	float: left;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6F87AC;
	padding-left: 10px;
	color: #666666;
}
#wrapper #main #left {
	height: auto;
	width: 200px;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	display: none;
}
#wrapper #main #left ul {
	margin-top: 8px;
	margin-right: 5px;
}
#wrapper #main #left li {
	background-image: url(../image/list_back.jpg);
	height: 45px;
	padding-left: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
}
#wrapper #main #right {
	float: left;
	height: auto;
	width: 660px;
	padding-top: 20px;
	padding-left: 25px;
	background-position: 550px bottom;
	padding-right: 15px;
}
#wrapper #main #right table {
	background-color: #0C274F;
	width: 620px;
}
#wrapper #main #right table th {
	background-color: #D9DEE8;
	width: 15%;
	font-weight: normal;
	color: #003366;
	text-align: right;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
}
#wrapper #main #right table td {
	background-color: #FFFFFF;
	width: 85%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#wrapper #footer {
	height: 80px;
	background-image: url(../image/print_footer.png);
	clear: both;
	background-repeat: no-repeat;
	text-align: center;
}
#wrapper #footer li {
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
#wrapper #footer ul {
	font-size: 12px;
	width: 500px;
	height: 20px;
	text-align: center;
	padding-left: 170px;
	display: none;
}

/*  clearFix
-----------------------------*/
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearFix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix {
	height: 1%;
}
.clearFix{display:block;}
/* End hide from IE-mac */
.keywords {
	color: #999999;
	font-size: 12px;
	margin-left: 50px;
	letter-spacing: 1pt;
	font-weight: bold;
	height: 20px;
}
/*  style
-----------------------------*/
.box {
	height: auto;
	border: 1px solid #6F87AC;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 620px;
}
.box2 {
	height: auto;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 620px;
}
*html body .box {
	height: auto;
	border: 1px solid #6F87AC;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 640px;
}
*html body .box2 {
	height: auto;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 640px;
}
.title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F87AC;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #006699;
	font-size: 12px;
}
.tetle2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F87AC;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #006699;
	font-size: 12px;
	font-weight: normal;
}
.main_tetle {
	background-image: url(../image/bar_back.gif);
	height: 34px;
	width: 650px;
	padding-left: 40px;
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	background-repeat: no-repeat;
}
.minfont {
	text-indent:-9999px;
}
.moji {
	padding-top: 5px;
	padding-left: 5px;
}
.moji2 {
	padding-top: 10px;
	padding-left: 10px;
	color: #003366;
}
.moji3 {
	padding-top: 10px;
	color: #666699;
	padding-left: 10px;
}
.copy {
	text-align: center;
	width: 670px;
	color: #546d92;
	font-size: 12px;
}
.list {
	list-style-type: disc;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.list_suuji {
	list-style-type: decimal;
	margin-left: 10px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}

