/* initialize and formatting */
* {
  margin: 0;
  padding: 0;
  font-size: 98%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

body {
  color: #000000;
  background-color: #f0f0f0;
  text-align: center;
}


a, a:link, a:visited {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:active {
  color: #cc0000;
}

ul {
  margin-bottom: 2.0em;
  list-style-type: none;
  list-style-position: outside;
}

p {
  margin-bottom: 1.0em;
  font-size: 95%;
}

img {
  border:0;
  }
  

/*-----------------plink------------------*/

#linklink {
	margin: 10px;
	padding: 5px;
	list-style: none;
	font-size:10px;
	border: 1px solid #CCCCCC;
}
#linklink p {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#linklink ul {
	font-size: 10px;
	padding: 10px;
	color:#999999;
	margin: 0px;
}
#linklink li {
	padding-bottom: 3px;
}
#linklink li a{
	color:#999999;
	text-decoration:underline;
}
#linklink li a:hover{
	color:#999999;
	text-decoration:none;
}

/*-----------------plink------------------*/
#banner {
	text-align: center;
	margin-bottom: 15px;
}
