/*-------------------------------------
▼▼　基本
-------------------------------------*/
html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background:#ffccff; /* light blue */
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height:160%;
	}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/
a
	{
	color:#666666;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:none;
	color:#666666;
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

h1
	{
	font-size:11pt;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
  width:700px;
#	margin:auto;
  margin:0px 0 5px 0;
	padding:5px;
	text-align:center;
	background:#ffffff;
	}

/*-------------------------------------
▼▼　text-align
-------------------------------------*/
.align-left {
  text-align:left;
}

.align-center {
  text-align:center;
}

.align-right {
  text-align:right;
}

/*-------------------------------------
▼▼　float
-------------------------------------*/
.float-left {
  float:left;
}

.float-right {
  float:right;
}

.float-clear {
  clear:both;
}

/*-------------------------------------
▼▼　padding
-------------------------------------*/
.pd-top10 {
  padding-top:10px;
}



/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/

/*-------------------------------------
▼▼　メイン部分
-------------------------------------*/
#main
	{
  width:650px;
  min-height:500px;
	margin:auto;
	padding:5px;
	text-align:center;
	background:#ffffff;
	}
/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/


/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/
#footer
	{
  width:710px;
  height:20px;
	text-align:center;
	background:#cccccc;
  margin-top:-5px;
  padding-top:5px;
	}

#footer-link {
  width:55%;
  padding-left:20px;
  text-align:left;
  float:left;
  }

#footer-copy {
  width:35%;
  padding-right:20px;
  text-align:right;
  float:left;
  }
/*-------------------------------------
▼▼　共通部分
-------------------------------------*/
#content-area #text-area01 {
	position: relative;
	left: 10px;
	top: 168px;
	width: 400px;
	height: 94px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	letter-spacing: 0.1em;
}

#content-area #text-area02 {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 113px;
	top: 514px;
	width: 176px;
	height: 77px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 0.1em;
}


#buy-button a{
    display : block ;
    width : 134px ;
    padding-top : 44px ;
    text-align : center ;
    background-repeat : no-repeat ;
    background-position : top center ;
}
#buy-button a:link{
    background-image : url(../img/order_bl_120x30.png) ;
}
#buy-button a:visited{
    background-image : url(../img/order_bl_120x30.png) ;
}
#buy-button a:hover{
    background-image : url(../img/order_rd_120x30.png) ;
}
#buy-button a:active{
    background-image : url(../img/order_rd_120x30.png) ;
}

