@charset "shift_jis";

/* ------------------------------
   ベース
 ------------------------------ */

/* body */
body {
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	background-image: url(../images/common/body_background.jpg);
	background-repeat: repeat-x;
	font-size: 100.01%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
img {
	border-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-size: 83%;
	line-height: 140%;
}

ul {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}


/* IE6 サイドメニューチラツキ防止 */
html {
  filter: expression(document.execCommand("BackgroundImageCache", 
  false, true));
}

/***** ベースレイアウト *****/
#centerBack {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 20px;
	padding: 20px;
}


#centerBack h1 {
	font-size: 200%;
	line-height: 140%;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#centerBack h2 {
	font-size: 130%;
	line-height: 120%;
	color: #CC6600;
	margin-bottom: 10px;
}

div.presentLine {
	border: 1px solid #CC9933;
	padding: 15px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#contents {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

#contents p {
	padding-bottom: 10px;
}
#contents h3 {
	font-size: 120%;
	line-height: 140%;
	color: #CC6600;
	margin-top: 10px;
}
#contents h4 {
	font-size: 120%;
	line-height: 140%;
	color: #666666;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: inline;
}
strong.h3strong {
	font-size: 75%;
	color: #0066FF;
}
#amazon {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	border: 1px solid #999999;
	padding: 15px;
}

#amazon p {
	padding-bottom: 10px;
}
#amazon h2 {
	font-size: 100%;
	line-height: 130%;
	color: #CC0000;
}
#amazon h3 {
	font-size: 120%;
	line-height: 140%;
	color: #CC6600;
	margin-top: 10px;
}

#presentForm {
	font-size: 83%;
	line-height: 125%;
	margin-bottom: 20px;
}
table.presentTable {
	text-align: center;
}
.red {
	color: #FF0000;
}

