/* 全体上部周り start */
body{
  background-repeat:no-repeat;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#outline{
	width:790px;
	margin:0 auto;
	font-size:12px;
	text-align:right;
}
h1{
	margin-bottom:0px;
	margin-top:0px;
	display:none;
}
a{
}
a:link{
}
a:visited{
}
a:hover{
}
a:active{
}
/* 全体上部周り end */
.c-both{
	clear:both;
}
.outline-margin{
	margin-top:0px;
	width:790px;
	background-image:url(../images/bg.jpg);
}
/* メイン定義 */
.welcome{
	width:495px;
	height:1200px;
	background-image:url(../images/welcome.jpg);
	background-repeat:no-repeat;
	float:left;
}
.welcome h2{
	text-align:left;
	margin:240px 45px 10px;
	font-size:28px;
	color:#666666;
}
.welcome h3{
	text-align:left;
	margin:10px 45px 10px;
	font-size:28px;
	color:#666666;
}
.welcome h6{
	margin:90px 0px 0px 200px;
	text-align:left;
}
.welcome p{
	font-size:16px;
	color:#333333;
	margin:5px 15px 10px 35px;
	line-height:1.7em;
	text-align:left;
}
.store{
	width:495px;
	height:630px;
	text-align:left;
	background-image:url(../images/store.jpg);
	background-repeat:no-repeat;
}
.store p{
	font-size:16px;
	color:#666666;
	margin:0px 15px 0px 35px;
	line-height:1.3em;
	text-align:left;
}
.float_1{
	float:left;
	margin:0px 15px;
}
.product{
	float:right;
	width:295px;
	height:1200px;
}
/* フッターまわり定義 */
.copy{
	font-size:11px;
	text-align:center;
	color:#333333;
	margin:30px 0px auto;
	line-height:1.5em;
}