@charset "UTF-8";

/*============================================================
* ver.07-06-28　'メイリオ',
	'Meiryo',Verdana, 
*============================================================*/

* {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.1;
  }

body {
	background: #FFFFFF;
	font-size: 12px;
	padding: 0;
　margin: 0px auto 0px auto ;
	text-align: center;
}

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #D3D3D3;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

img {
  border: 0;
  }

h1,h2,h3,h4,h5,h6
{
	font-size: medium;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	line-height: 1.25;
}

b {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}



/*
table ,td {
	vertical-align: top;
}
*/
img,object,iframe {
	display :inline;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}


br.clear {
	clear: both;
}



/* #######################################

####################################### */





#wrapper {
	width: 662px;
	margin: 50px auto 0px auto ;
}

#wrapper h1 {
	margin: 45px 0 12px 0 ;
}

/* 　top　*/

ul#news {
	margin: 60px 0 50px 0 ;
}

ul#news li {
list-style:none
}



/* #######################################
footer
####################################### */


#footer {
	width: 662px;
	height: 10px;
	margin: 5px auto 0px auto ;
	padding: 0px 0px 0px 0;
}

#footer p {
	text-indent: -9999px;
	background: url(../images/copyright.gif) no-repeat right top;
	width: 660px;
	height: 9px;
	padding: 0px 0px 0px 0px ;
	margin: 0;
}


