/* IEマウスオーバー用 */
html {
  *filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Win_IE表示用 */
* {
	/*\*//*/
	*zoom: 1;
	/**/
}

/* COMMON */
body {
	font-family:"ＭＳ ゴシック", "ヒラギノ角ゴ Pro W3",  "Osaka",verdana,arial,sans-serif;
	color: #262626;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*\*/
	*font-size: 75%;
	/**/
	line-height: 1.5;
	background-image: url("../common/images/bg.gif")
}

* {
	margin: 0px;
	padding: 0px;
}

li, ol, ul {
	list-style-type: none;
}

a:link { 
	color: #87b1d1;
	text-decoration: underline;
}
a:active { 
	color: #87b1d1;
	text-decoration: none;
}
a:visited { 
	color: #87b1d1;
	text-decoration: underline;
}
a:hover { 
	color: #87b1d1;
	text-decoration: none;
}

hr {
	display: none;
}

img {
	border: 0px;	
}
/* マージン幅などをなくして見やすくする。 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin: 0px;
	padding: 0px;
}
dl,dt,dd,li,ul,ol {
	margin:0;padding:0;
	}
	
.next_link {  font-size: 100%; font-weight: normal; color: #808080; line-height: 14px}
.next_link:link {   font-size: 100%; font-weight: normal; color: #808080; line-height: 14px}
.next_link:visited {   font-size: 100%; font-weight: normal; color: #808080; line-height: 14px}