@charset "Shift_JIS";

a:link{color: #003399;}
a:visited{color: #003399;} 
a:active{color: #003399;} 
a:hover{color: #003399;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

#container {
	width:764px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/bg_side.gif);
	background-repeat: repeat-y;
}

#header {
	margin: 0px auto 20px;
	padding: 0px;
	width: 750px;
	height: 120px;
	background-image: url(../img/header2.gif);
}
	
#contents {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-size: small;
	line-height: 120%;
}

#footer {
	width:90%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#footer-line {
	width:100%;
	margin: 0px auto;
	background-image: url(../img/footer_line-s.gif);
	background-repeat: repeat-x;
}

h1 {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E34585;
	padding-top: 6px;
	}

h2 {
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #FCEEEF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E34585;
	padding-top: 6px;
	padding-left: 20px;
	height: 20px;
}
h3 {
	margin-bottom: 10px;
	padding: 6px 10px;
	background: #ECEEF0;
	border-top: 2px solid #3599D7;
}

h4 {
	width: 650px;
	background-color: #EBC6D3;
	margin: 0px auto;
	padding: 5px 0px;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-size: 14px;
	text-indent: 15px;
}

h5.img {
	border:0;
	}
	
div.box {
	width: 560px;
	border: 1px solid #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	}
	
div.box h5 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 12px;
}

div.attention {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

div.text_box {
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

div.text_box table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	line-height: 110%;
	margin-bottom: 10px;
}

div.text_box tr {
	margin: 0px;
	padding: 0px;
}

div.text_box th {
	margin: 0px;
	padding: 5px 20px 5px 20px;
	background-color: #EBC6D3;
	border-style: solid;
	border-width: 1px;
	border-color: #b2b2b2;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}

div.text_box td {
	margin: 0px;
	padding: 10px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #b2b2b2;
	color: #333333;
	font-size: small;
	text-align: center;
}

ul {
	list-style-position:outside;
	list-style-type: none;
	list-style-image: url(../img/dot4.gif);
	text-indent: -10px;
	line-height: 130%;
}

li {
	padding-bottom: 2px;
}	

div.arrow {
	background-image:url(../img/arrow.gif);
	height: 39px;
	width: 46px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}

.bold {
	font-weight: bold;
	}

div.text {
	width: 600px;
	margin: 10px auto;
	font-size: small;
	}
		
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.small {
	font-size: small;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
}

.style4 {
	margin-top: 5px;
	margin-left: 30px;	
}

.style5 {
	font-size: x-small;
}

img.top1 {
	float: left;
	margin-top: 50px;
}

img.top2 {
	float: right;
	clear: right;
}
img.top3 {
	float: left;
	clear: left;
	margin-top: 40px;
}
