body {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #4C4C4C;/* ----K70%------ */
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	text-align:left;
	background-color: #000000;
}


h1,h2,h3,h4,h5,h6,p,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}




#wrapper {
	width: 750px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#header {
	width: 750px;
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

#left {
    width: 340px;
	float: left;
	padding: 20px 0px 0px 10px;
}

#right {
    width: 360px;
	margin-left: 385px;
	padding: 20px 0px 0px 0px;
}

#naka {
    width: 560px;
	float: left;
	padding: 20px 0px 0px 10px;
}

#nakaright {
    width: 150px;
	margin-left: 590px;
	padding: 20px 0px 0px 0px;
}

#nakaright2 {
    width: 150px;
	float: left;
	padding: 0px 0px 0px 10px;
}

#naka2 {
    width: 560px;
	margin-left: 180px;
	padding: 5px 0px 0px 0px;
}


.text {
	padding: 10px 20px 10px 10px;
}


.clear-both{
	clear:both;
	height: 0px;
	font-size: 0px;
	text-align: center;
}


#footer {
    width: 750px;
	padding: 10px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	color:#FFFFFF;
}




/* --------------------リンク--------------------- */

a:link {
  color: #FFFFFF;/* ---白------ */
  background: transparent;/* ---transparent--- */
  text-decoration:none;
}

a:visited {
  color: #FFFFFF;/* ---白------ */
  background: transparent;
  text-decoration:none;
}

a:hover{
  color: #FFFFFF;/* ---白------ */
  background: transparent;
  text-decoration:underline;
}
a:active{
  color: #999999;/* ---グレー------ */
  background: transparent;
  text-decoration:none;
}



/* --------------------フッダーリンク--------------------- */

a.footer:link {
  color: #FFFFFF;/* ---白------ */
  background: transparent;/* ---transparent透明--- */
  text-decoration:none;
}

a.footer:visited {
  color: #FFFFFF;/* ---白------ */
  background: transparent;
  text-decoration:none;
}

a.footer:hover{
  color: #FFFFFF;/* ---白------ */
  background: transparent;
  text-decoration:underline;
}

a.footer:active{
  color: #999999;/* ---グレー------ */
  background: transparent;
  text-decoration:underline;
}


/* --------------------ページトップに戻る߂--------------------- */


.pagetop {
	width: 100%;
	margin: 20px 0px 10px 0px;
	font-size: 10px;
	text-align:right;
	clear: both;
}

.pagetop2 {
	width: 100%;
	margin: 50px 0px 10px 0px;
	font-size: 10px;
	text-align:right;
	clear: both;
}


/* --------------------罫線--------------------- */

.hr_newdot{
    border:dotted;
    border-top:dashed 1px #CCCCCC;
    height:1px;
    color:#FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_dot{
    border:dotted;
    border-top:dashed 1px #CCCCCC;
    height:1px;
    color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}


