@charset "shift_jis";

/*基本設定
---------------------------------------------------------------------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
	font-size: 85%;
	line-height: 1.75;
	color: #ffffff;
/*    background-image: url(img/back_dummy_001.gif);*/
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

#main-img {
	width: 1000px;
	height: 556px;
    color: #ff64eb;
	font-weight: bold;
	font-size: 18px;	
    text-align: left;
	border: none;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

a {
	color: #ffffff;
	text-decoration: none;	
}

a:hover {
	color: #ffffff;
	text-decoration: none;	/*下線削除*/
}
