@chareset "Shift_JIS";

/* ページの基本設定 */
body {
	padding:0px;
	margin: 0px;
	color:#333333;
	font-size:13px;
	line-height:1.2em;
	background-color: #FFFFFF;
	font:14px/1.4 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;

}
#main h1 {
	font-size:16px;
	display:inherit;
	font-weight:normal;
	color: #FFFFFF;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-bottom:solid 3px #CCCCCC;
	padding: 6px 0px 3px 8px;
	margin: 0px;
	background-color: #990000;
	margin-bottom: 8px;
}

/*#main h2 {
	font-size:15px;
	display:inherit;
	font-weight:normal;
	padding: 7px 0px 8px 40px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../imgs/no-bar-back.gif);
	background-repeat: no-repeat;
}


*/

#main h3 {
	font-size:15px;
	display:inherit;
	font-weight:normal;
	padding: 7px 0px 8px 40px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../imgs/no-bar-back.gif);
	background-repeat: no-repeat;
}

#main h4 {
	font-size:15px;
	display:inherit;
	font-weight:normal;
	padding: 7px 0px 9px 40px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../imgs/no-bar-bule.gif);
	background-repeat: no-repeat;
}

#main-buy h1 {
	font-size:15px;
	display:inherit;
	font-weight:bold;
	padding: 7px 0px 8px 40px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../imgs/no-bar-red.gif);
	background-repeat: no-repeat;
	color: #960014;
}

#main-buy h2 {
	font-size:15px;
	display:inherit;
	font-weight:bold;
	padding: 7px 0px 10px 40px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(../imgs/buy-bar02.gif);
	background-repeat: no-repeat;
	color: #960014;
}

p {
display:inline}	
form {
	display: inline;
}
		
#copyright {font-size:x-small;}

/* リンクの基本設定 */

a:link {color: #990000;
	text-decoration:underline;}
a:visited {color: #990000;
	text-decoration:underline;}
a:hover {color: #66CCFF;
	text-decoration:underline;}
	

#side a:link {color: #3D7CF1;
	text-decoration:underline;}
#side a:visited {color: #3D7CF1;
	text-decoration:underline;}
#side a:hover {color: #CC0000;
	text-decoration:underline;}


/* ＣＳＳボタン設定 */
button.css3button {
  width: 280px;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  font-weight:bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #618926;
  background-color: #b5d368;
}

button.css3button:hover {
  width: 280px;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #0f2557;
  background-color: #4174b7;
}


