/* ----- HTML再定義 ------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}

body {
	padding: 0px;
	background-color: #ffffff;
	background-image : url(img/bg.png);
	background-repeat : repeat;
	text-align:center
}
img, div {
	 behavior: url(http://day.s4.xrea.com/iepngfix/iepngfix.htc) 
	 }
a {
	text-decoration: none;
}
a:link {
	 color: #000 
}
a:visited {
	 color: #630 
}
a:hover {
	 color: #690 
}
a:active {
	 color: #930 
} 

p, li, dt, dd, address {
	color: #444444;
	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
img {
	margin-right: 15px;
	margin-bottom: 0px;
	border: 0px;
}
object {
	margin-left: 10px;
}
table tr td{
	 behavior: url(http://day.s4.xrea.com/iepngfix/iepngfix.htc); 
	 }
code, var, kbd {
	color: #000080;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
@media screen {
}
/* ----- DIV ------------------------------------ */
div#main{
	text-align:center	
}
div#bookmark{
	text-align:right
}