@charset "utf-8";
/* CSS Document */

/* new style
------------------------------------------- */
@import url("style.css");


/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
body {
	font-size: 85%;
	line-height: 1.6;
	color: #333333;
	font-family: sans-serif;
}
hr {
	display: none;
}
/*link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #000000;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/back1.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	width: 858px;
}
#mainber {
	padding: 0px;
	width: 835px;
	background-position: center center;
	top: 144px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainber #midasi {
	margin-right: 12px;
	margin-left: 12px;
	padding-top: 15px;
}
#main {
	padding: 0px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 615px;
}
#sideber {
	margin-bottom: 15px;
	padding-top: 15px;
	width: 198px;
	float: right;
	margin-right: 15px;
}
#footer {
	clear: both;
	padding: 15px 10px;
}
/*header styles
----------------------------*/
#header {
	background-image: url(images/temptop.jpg);
	background-repeat: no-repeat;
	width: 835px;
	margin: 0px auto;
	background-position: center top;
	height: 130px;
}
#header p a {
	color: #FFFFFF;
	margin-right: 15px;
}
#header p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#header p {
	float: right;
	color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	list-style: none;
	font-size: 12px;
	margin-top: 25px;
	display: inline;
}

#header #logo {
	position: relative;
	left: 30px;
	top: 15px;
}
#header ul {
	width: 835px;
	position: absolute;
	top: 100px;
	background-position: center;
	margin: 0px auto;
}

#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	color: #003366;
	text-decoration: none;
	height: 40px;
	width: 118px;
	background-image: url(images/gn2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	border-top: 1px solid #003399;
	border-bottom: 1px double #003399;
	border-right: 1px solid #003399;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	background-position: left center;
}
#header ul li a:hover {
	background-image: url(images/gn3.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom: medium double #222D6D;
	height: 40px;
	color: #0000FF;
	font-size: 110%;
	line-height: 40px;

}
#header ul li #nHome {
	border-left: 1px solid #003399;
}
#header ul li #nContact {
	width: 119px;
}
#main p {
	line-height: 1.8;
	margin-left: 30px;
	color: #333333;
	margin-bottom: 1em;
/*main stayles
----------------------------*/
}
#main h1 {
	background-image: url(images/a24.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 15px;
	width: 550px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	font-size: 105%;
	background-color: #FFFBF0;
	border-top: 1px solid #C0C0C0;
	border-right: 1px ridge #C0C0C0;
	border-bottom: 1px ridge #C0C0C0;
	border-left: 1px solid #C0C0C0;
	font-weight: bold;
}
#main h2 {
	font-style: italic;
	text-align: center;
	font-size: 20px;
	margin: 15px;
}
#main h3 {
	margin: 15px 15px 15px 30px;
	background-image: url(images/a25.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 100%;
}
#main h4 {
	background-image: url(images/a15.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	width: 550px;
	font-weight: bold;
	border-top: 1px solid #C0C0C0;
	border-right: 1px ridge #C0C0C0;
	border-bottom: 1px ridge #C0C0C0;
	border-left: 1px solid #C0C0C0;
	font-size: 105%;
	margin: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFBF0;
}
#main h5 {
	font-weight: bold;
	background-image: url(images/a21.jpg);
	background-position: left center;
	line-height: 1.8;
	color: #333333;
	margin-bottom: 1em;
	margin-left: 30px;
	padding-left: 15px;
	font-size: 100%;
}
#mainTable  table {
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainTable  tr  th {
	background-color: #CCCCCC;
	width: 150px;
	font-weight: bold;
	height: 1.8em;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-left: 5px;
}
#mainTable  tr  td{
	width: 330px;
	background-color: #EEEEEE;
	height: 1.8em;
	padding: 0px 10px;
}
#main a {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#sideber p {
	margin: 0px;
	padding: 0px;
}


#sideber ul {
	padding-bottom: 15px;
	width: 160px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
#sideber ul li {
	list-style: none;
	color: #003366;
	border-top: 1px solid #0099FF;
	border-right: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
	border-left: medium solid #0066FF;
	display: block;
	position: relative;
	background-image: url(images/sgn.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 2em;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 2em;
}
#sideber ul li a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 85%;
	line-height: 2em;
	text-align: left;
	padding-left: 1em;
}

#sideber ul li a:hover {
	color: #0000FF;
	text-decoration: none;
}
#sideber img {
	margin-bottom: 15px;
	margin-left: 15px;
}
#profile  #sideber  #banr  #ncsbner {
	border: 1px solid #000000;
}


/*footer styles
----------------------------*/#footer {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/back3.jpg);
	height: 80px;
	background-color: #FFFFFF;
}

#footer ul li a {
	color: #333333;
	padding-left: 15px;
}
#footer ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#footer p {
	clear: both;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding: 0px;
	float: right;
}
#footer p a {
	color: #333333;
	width: 835px;
}
#footer p a:hover {
	color: #000000;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer #address {
	font-style: italic;
	text-align: center;
	color: #333333;
	margin-top: 15px;
}
#footer #footerLine {
	width: 835px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2A4386;
	padding-bottom: 5px;
	padding-top: 5px;
}

#profile /*profile styles
----------------------------*/
#main  #tasaki {
	background-image: none;
	background-repeat: no-repeat;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
	clear: right;
}
#profile #main h2 {
	background-position: left;
	text-align: left;
	padding-left: 15px;
}

#profile  #gmap {
	height: 300px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#profile #gmap p {
	font-size: 90%;
	line-height: 1.5em;
}
#profile #main #mapBig {
	height: 115px;
	padding-left: 55px;
	font-size: 85%;
}
#profile   #mapBig   #pdf2 {
	margin-left: 110px;
}

#profile #main #tasakiright {
	clear: right;
}

#profile #main dl#profile1  dt {
	margin-left: 60px;
	background-color: #3399FF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	clear: left;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-right: 15px;
}
#profile  #main  dl#profile1 dd {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-left: 230px;
	clear: right;
}
#profile #main #profile1 a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
#profile #main #profile1 {
	width: 500px;
	border: 1px solid #CCCCCC;
	margin-left: 55px;
}
#profile #main #profile1 th {
	width: 110px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
}
#profile #main #profile1 td {
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#profile #sideber #cadlus {
	margin-top: 125px;
}

#profile #main #tezyun {
	margin: 30px 15px 15px;
}
#profile   #adobe  {
	width: 160px;
	border: 2px groove #999999;
	margin-right: auto;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 85%;
	margin-left: auto;
}
#profile   #adobe  p  {
	margin: 0px;
	clear: none;
	float: none;
	line-height: 1.5em;
	padding: 0px;
}
#profile   #adobe  img  {
	margin: 5px;
}
#profile   #adobe   p b {
	font-weight: bold;
	font-size: 105%;
}

#profile #accsce p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 10px;
}

#profile  #main  #takasaki {
	background-image: url(images/takasaki.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 530px;
	padding: 5px;
	margin-left: 40px;
	border: 2px solid #00FFFF;
}
#profile  #main  #honsya {
	background-image: url(images/honsya.jpg);
	background-repeat: no-repeat;
	background-position: right;
	width: 530px;
	margin-left: 40px;
	padding: 5px;
	border: 2px solid #00FFFF;
}
#profile  #main  #nagano {
	background-repeat: no-repeat;
	background-position: right;
	width: 530px;
	padding: 5px;
	margin-left: 40px;
	border: 2px solid #00FFFF;
}
#profile #main ol {
	background-image: url(images/tea.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 40px;
	margin-left: 40px;
	height: 180px;
	list-style: decimal;
}
#profile #main li {
	padding-left: 15px;
	background-image: url(images/a3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	margin-bottom: 15px;
}
/*home styles
----------------------------*/
#home #main  dl#ts  dt {
	background-image: url(images/a5.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:15px;
	margin-top:15px;
	padding-left: 30px;
	font-weight: bold;
	margin: 15px 15px 10px 30px;
}
#home #main  dl#ts  dd {
	padding-left: 70px;
	height: 1em;
	margin-bottom: 5px;
	width: 500px;
}
#home #main #mail1 {
	width: 200px;
	height: 35px;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 300px;
	margin: 0px;
}
#home   #main    #itiran   {
	background-image: url(images/t&s.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
	text-align: right;
	height: 37px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 37px;
}
#home   #main   #itiran   a {
	color: #0000FF;
	text-decoration: underline;
	padding-right: 15px;
	margin: 0px;
}
#home #main #itiran a:hover{
	color: #000000;
	text-decoration: none;
}
#home   #main   #dlpw  {
	background-image: none;
	margin-top: 0em;
}
#home #main #dl {
	margin: 15px 190px;
	height: 40px;
	width: 214px;
}
#works #main #tezyun {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#works #main #co {
	margin: 30px 0px 15px 100px;
	padding: 0px;
}
#works #main th {
	background-color: #CCCCCC;
	width: 250px;
	font-weight: normal;
}
#works #main td {
	background-color: #CCCCCC;
	width: 250px;
}
#works #main #comment {
	width: 550px;
	font-size: 18px;
	font-weight: bolder;
	color: #0000FF;
	text-align: center;
	margin: 30px auto 15px 30px;
	background-image: url(images/cad4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 140px;
	text-decoration: blink;
}
#works #main #cad4 {
	clear: left;
	float: left;
	margin: 15px;
}
#works #main table {
	padding-left: 15px;
}
#support #main h4 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#support #main p {
	background-image: none;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}#support #main ul {
	margin: 15px 15px 15px 100px;
}
#support #main ol {
	margin: 15px 15px 15px 100px;
}
#support   #main   #list    {
	margin: 0px 0px 0px 150px;
}
#support #main #s1 p {
	margin: 0px 30px;
}#support #main #s1 ul {
	margin: 30px 15px 15px 100px;
}
#support #main #s1 ol {
	margin: 15px 15px 15px 100px;
}
#support #main #s1  #list    {
	margin: 0px 0px 0px 150px;
}
#support #main #s1 h5 {
	font-size: medium;
	font-weight: bold;
	margin: 15px 15px 5px 20px;
	background-image: none;
}
#support  #main  #s1  #s1img  {
	background-color: #3399FF;
	padding: 15px;
	margin: 15px;
}
/*recruit styles
----------------------------*/
#recruit #main dl{
	margin: 15px auto;
	padding: 0px;
	width: 500px;
}
#recruit #main dl dt {
	background-color: #DFE2F1;
	padding-left: 10px;
	font-weight: bold;
	height: 1.8em;
	text-align: left;
	color: #333333;
}
#recruit #main dl dd {
	padding-left: 10px;
}

#recruit #main   p {
	padding-left: 30px;
	color: #FF0000;
}


#faq #main h5 {
	font-size: 14px;
	margin-top: 15px;
	margin-left: 30px;
	background-image: url(images/Q&A.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	border-bottom: thin dotted #3399FF;
	margin-right: 30px;
	padding-bottom: 5px;
}
#faq #main h6 {
	font-size: 14px;
	background-image: url(images/A.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	border-bottom: 1px solid #212A61;
	font-weight: normal;
	margin-right: 15px;
	margin-left: 30px;
	padding-bottom: 15px;
	padding-top: 5px;
}
/*link stayles
----------------------------*/
#link #main table {
	width: 550px;
	margin-left: 15px;
}
#link #main tr {
	margin: 1px 0px;
	height: 42px;
	border-width: 2px;
	border-style: solid;
}
#link #main  th  {
	background-color: #FFFFFF;
	width: 150px;
	padding: 0px;
	height: 40px;
	margin: 0px;
	border: 1px solid #999999;
}
#link #main  td  {
	width: 400px;
	margin: 0px;
	border: 1px solid #999999;
	font-size: 95%;
}
#link #main h3 {
	margin-bottom: 0px;
	text-align: left;
	margin-left: 30px;
}
#event #main h3 {
	margin-left: 30px;
}
#event #photoAlbamFlash {
	height: 360px;
	width: 480px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
#event #main p {
	background-image: none;
	margin-left: 60px;
	margin-right: 50px;
}
#event #main {
	margin-top: 30px;
}
#event #mainber #midasi {
	margin-top: 15px;
}

#event #main p#up {
	background-image: none;
	margin-left: 60px;
	margin-right: 50px;
	font-weight: bold;
	color: #000000;
}
#event #main  dl#ts  dt {
	background-image: url(images/a5.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: bold;
	margin: 15px 15px 10px 45px;
}
#event #main  dl#ts  dd {
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 50px 0px 75px;
}
#event #sideber img {
	border: 1px solid #333333;
}
#event #wrapper #main #ts #contactBtn {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 15px;
}
#home #main #eventpanf li {
	width: 80%;
	margin-left: 100px;
}
#home #main #eventpanf #eventblank {
	margin-top: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #66FFCC;
}
#home #main #eventpanf #title {
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
#eventpanf ul {
	margin-bottom: 15px;
}





/*sitemap stayles
----------------------------*/
#sitemap #main dl {
	margin: 15px 15px 15px 30px;
}
#sitemap #main dl dt {
	color: #0000FF;
	text-decoration: underline;
	margin-top: 15px;
	background-image: url(images/a21.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
#sitemap  #main  dl dd {
	width: 550px;
	padding: 0px;

}
#sitemap #main dd a {
	padding-left: 15px;
	background-image: url(images/a1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 30px;
}
/*press stayles	
----------------------------*/
#press #main h4 {
	background-image: url(images/a24.jpg);
}
#press #main ul {
	margin-left: 60px;
}
/*privacy stayles
----------------------------*/
#privacy #main p {
	margin-right: 30px;
}

#privacy #main h4 {
	background-image: url(images/a24.jpg);
}
#privacy #main ol {
	margin-left: 60px;
}
/*contact stayles
----------------------------*/
#contact #main p {
	width: 680px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin-left: 120px;
}
#contact #main h3 {
	width: 700px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-position: left top;
}
#contact  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#contact  .formMail {
	width: 680px;
	margin-left: 70px;
}
#contact .formMail b {
	color: #FFFFFF;
	background-color: #FF0000;
	margin-right: 5px;
}
#contact .formMail #formMailul li {
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	list-style-type: none;
	padding-top: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0000FF;
}
#contact .formMail #formMailul label {
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact .formMail #formMailul input {
	margin-left: 30px;
}
#contact .formMail #formMailul select {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#contact .formMail #formMailul textarea {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
#contact .formMail #submitBtn {
	margin-left: 250px;
}
#contact #contactForm #reset {
	margin-left: 30px;
}

#contact .formMail p {
	margin: 15px;
}
#contact    #adNumber1     {
	margin-left: 30px;
}
#contact #formMailul #adNumber2 {
	margin-left: 0px;
}
#contact    #adress     {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#contact .formMail #formMailul #inputtab select {
	padding: 0px;
	margin: 0px;
}
#contact #formMailul #spryselect1 #都道府県 {
	margin: 0px;
	padding: 0px;
}

/*form stayles
----------------------------*/
#main  #contactForm  th  {
	text-align: right;
	background-color: #CCCCCC;
	font-weight: normal;
	width: 250px;
	padding: 2px 15px;
}
#main  #contactForm  td  {
	background-color: #EEEEEE;
	vertical-align: middle;
	background-position: center;
	width: 300px;
	padding: 2px 15px;
}
#formmail #main {
	width: 825px;
	margin-left: 15px;
	font-size: 115%;
}
#formmail #rebtn {
	margin-left: 30px;
}
#formmail #mailerror {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#formmail #mailerror p {
	color: #FF0000;
}
#formmail #mailerror input {
	margin-top: 15px;
	margin-bottom: 15px;
}
#formmail #main table td {
	padding-right: 15px;
	padding-left: 15px;
}
#formmail #main h3 {
	margin-top: 30px;
	margin-bottom: 15px;
}



#contact #main {
	width: 830px;
}

#contact  #header    {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
#contact #footer {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}


#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	height: 120px;
	width: 300px;
	overflow: auto;
}
#main Form #eMail {
	width: 300px;
}
#main  form  #adress   {
	width: 300px;
}
#main  form  #companyName {
	width: 200px;
}
#sideber #jpca2009 {
	border: 1px solid #333333;
}
/* check layout
----------------------------*/
#check {
	width: 750px;
}
#check p{
	line-height: 1.5em;
	font-size: 14px;
}
#check #checkTitle {
	width: 580px;
	margin-left: auto;
	padding: 0px;
	height: 90px;
	background-image: url(images/DlPageMain.jpg);
	margin-right: auto;
	margin-top: 30px;
}

#check #cap {
	background-image: url(images/Icon_Caution.gif);
	padding-left: 20px;
	line-height: 2em;
	height: 2em;
	font-weight: bold;
	margin: 15px 15px 15px 130px;
	background-position: left;
}
#check #capErr {
	background-image: url(images/Icon_Caution.gif);
	padding-left: 20px;
	line-height: 2em;
	height: 2em;
	font-weight: bold;
	color: #FF0000;
	background-position: left;
	margin: 15px 15px 15px 130px;
}
#check #checkForm table {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/DlPageTable.jpg);
	width: 370px;
	height: 120px;
	margin-top: 35px;
	margin-bottom: 15px;
}
#check  #checkForm  #tr1 td {
	padding-top: 15px;
}
#check  #checkForm  #tr2 td {
	padding-bottom: 15px;
}
#check #checkForm #row {
	text-align: right;
	width: 120px;
	padding-right: 5px;
	font-weight: bold;
}
#checkForm #dlbtn {
	text-align: center;
}
#DlPageContactImg  {
	background-image: url(images/berImg.gif);
	text-align: center;
	margin-top: 50px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#DlPage {
	width: 750px;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#DlPage p {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

#DlPage #DlPageTitle {
	background-image: url(images/title_dl.gif);
	background-position: center center;
	height: 60px;
	width: 600px;
	margin: 0px;
}
#DlPage   #DlPageTable  {
	border: 1px solid #CCCCCC;
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#DlPage    #DlPageTable    #tableTop td   {
	background-color: #333399;
	text-align: center;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
#DlPage #DlPageTable td {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#DlPage #DlPageTable tr {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#DlPage #DlPageTable #seihin {
	width: 140px;
	padding-left: 10px;
}
#DlPage #DlPageTable #sGiyou {
	width: 340px;
	padding-left: 10px;

}
#DlPage #DlPageTable #type {
	width: 30px;
	text-align: center;
}
#DlPage  #DlPageTable  #dlt {
	width: 140px;
	text-align: center;
}
#DlPage  #point table #left   {
	width: 60px;
	text-align: center;
	background-color: #FCFCFC;
	border: 1px dotted #CCCCCC;
}
#DlPage  #point  table #right {
	width: auto;
	background-color: #D2E0EF;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
#DlPage #point table  {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
	background-color: #FCFCFC;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #CCCCCC;
	width: 600px;
	font-size: 95%;

}
#check #checkForm #olNumber {
	list-style: decimal outside;
	margin-left: 50px;
}
#check #checkForm #ulCheck {
	margin-left: 50px;
}
#check #point {
	font-weight: bold;
	color: #FF0000;
}
#check #readme {
	background-position: center;
}


#pointUp  {
	color: #FF0000;
}
#wakulogo   {
	border: 1px solid #666666;
}


.imgBorder{
	border:3px solid #d6d6d6;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
}