/* 共通 */

*{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}
th, td{

	font-weight: normal;
}
html, body {
	color:#000000;
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/2ki/bg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}

h1,h2,h3,h4,h5,h6,p,div,form,ul,li{margin:0;padding:0;}

strong{ font-weight:bold;}
img{border:0;}
hr,.guide{display:none;}
.clear{clear:both;}

/* リンク */
a {color: #0066CC;}
a:visited {text-decoration:none;}
a:hover {color:#FF0000; text-decoration:underline;}
a:active {color: #003399;}


/*//////////// 2期 */
#container{ width:910px; text-align:center; margin:0 auto;}
.center{text-align:center; margin:0 auto;}

.font_s{ font-size:80%; line-height:120%;}
.font_m{ font-size:85%; line-height:130%;}
.clr_gry{ color:#444444;}

