﻿@charset "utf-8";

/* ********************************* */
/*    スタイルシートのリセット　　   */
/* ********************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #fcfff2;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ************* */
/*  以上リセット */
/* ************* */


body{
	margin-bottom:0px;
	background-color:#ededec;
	background-image:url(../img/background.gif);
	background-repeat:repeat-y;
	background-position:center;
}


#content_area{
	width:780px;
	height:auto;
	margin:auto;
	_margin-right : auto;
	_margin-left : auto;
	background-color:#fff;
}

#title{
	background-image:url(../img/title.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%x;
	height:261px;
}

h1{
	display:none;
}

#title p{
	display:none;	
}


#body_copy{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
}


#package{
	float:left;
	margin-left:15px;
	width:396px;
	font-size:80%;
	font-weight:900;
}

#package1{
	background-color:#ededec;
	margin-top:5px;
	width:378px;
	padding:10px;
}

em{
	display:block;
	margin-left:20px;
	font-style:normal;
	line-height:1.3;
}

.koumoku{
	margin-bottom:5px;
}


#plus{
	text-align:center;
	margin:5px;
}

#package2{
	background-color:#ededec;
	width:377px;
	padding:10px;
	padding-top:0px;
	margin-top:0px;
}

#kasoku{
	margin-bottom:-3px;
}


#pr{
	float:right;
	margin-right:10px;
	_margin-right:5px;
}


#youtube{
	margin-top:25px;
	margin-bottom:50px;
	margin-left:15px;
}

#price{
	clear:both;
	margin-left:10px;
	margin-top:40px;
}

#toiawase{
	margin-left:10px;
	margin-top:10px;
}

#toiawase p{
	margin-left:30px;
	margin-bottom:20px;
}