@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,oh5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


body {
	font-size: 13px;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 150%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 82%;
}
/* for IE6 */
* html body {
	font-size: 82%;
}

a {
	outline:none;
}


img{
	border: 0;
}



h1 {
	margin:0;
	padding:0;
}

.wrapper #container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
}

#header #logo{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 275px;
}
#header #qr {
	float: left;
	width: 525px;
	background-image: url(machiko_img/qrcode.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	display: block;
}
#main {
	clear: both;
	width: 800px;
}
#explain {
	float: left;
	width: 540px;
	margin: 0px;
	padding: 0px;
	background-image: url(machiko_img/box.gif);
	background-repeat: repeat-y;
}
#explain ul {
	margin: 10px;
	list-style-type: none;
}
#explain li {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

#explain #li01 {
	background-image: url(machiko_img/li_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	height:56px;
}

#explain #li02 {
	background-image: url(machiko_img/li_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	min-height:36px;
}
#explain #li03 {
	background-image: url(machiko_img/li_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	display: block;
	min-height:36px;
}

#phone {
	float: left;
	width: 260px;
}#qr form {
	padding-top: 65px;
	padding-left:35px;
}
#footer {
	width: 800px;
	height: 70px;
	clear: both;
	background-color: #FFE1EC;
	padding-top: 20px;
	background-image: url(machiko_img/footer.gif);
	background-repeat: repeat-x;
}
a:link,a:visited {
	font-weight: bold;
	color: #FF6699;
	text-decoration:none;
}

a:hover,a:active {
	font-weight: bold;
	color: #FF0042;
	text-decoration:underline;
}
#footer #haru {
	padding-right: 15px;
	display: block;
	float: left;
	width: 585px;
	text-align: right;
}
#footer #kiteretsulogo {
	float: left;
	width: 200px;
}
/*youtube貼り付け時*/
#youtube {
	clear:both;
	padding:15px 60px;
}
