@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust:none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	color:#333;
	font-size:14px;
	font-weight:600;
	background-color: #FFF;
	background-image: url(http://kurumiwari-movie.com/link/common/img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center -30px;
}
img {
	border:none;
	vertical-align:bottom;
}

li {
	list-style:none;
}

/*CONTENT*/
.container{
	width:100%;
	height:100%;
}

/*01*/
.wrap{
	position:relative;
	width:400px;
	margin: 0 auto;
	}

h1{
	width:400px;
	display: block;
	text-align: center;
	}

.wrap p{
	margin-top: 30px;
	}

a:link {
	color:#e7356a;
	text-decoration:none;
}
a:visited {
	color:#fb7ea4;
	text-decoration:none;
}
a:hover {
	color:#e7356a;
	text-decoration:underline;
}
a:active {
	color:#e7356a;
	text-decoration:underline;
}
a:focus {
	text-decoration:none;
}