body {
	background-color: #FFFFCC;
	color: #330000;
}

td, th, h3, h6 {
	color: #330000;
	text-align: center;
}



h1, h2, h4, h5 {
	color: #660000;
	text-align: center;
	font-weight: bolder;
}

h5 {
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: #003366;
}
p {
	margin: 0px;
}

div.main {
	width: 750px;
	background-color: rgba(255,255,255,0.95); 
	background-color: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow:0px 5px 10px 0 #000;
	-moz-box-shadow:0px 5px 10px 0 #000;
	-webkit-box-shadow:0px 5px 10px  #000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	text-shadow: -1px 1px 2px #FFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); /* Safari */
	background: -moz-linear-gradient(top, #FFF,#DDD); /* FireFox */
	border: 1px solid #555;
}

div.main table{
	border: 0px none #FFF;
}

div.tags {
	background-color: #F30;
	color: #FFF;
	width: 180px;
	height: auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow:0px 2px 5px 0 #000;
	-moz-box-shadow:0px 2px 5px 0 #000;
	-webkit-box-shadow:0px 2px 5px  #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-shadow: -1px 1px 2px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F30), to(#D10)); /* Safari */
	background: -moz-linear-gradient(top, #F30,#D10); /* FireFox */
	border: 1px solid #555;
}

div.tags p{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: large;
	
}

div.images{
	text-align: center;	
}

#wrapper {
	width: 700px;
	background-color: rgba(255,255,255,0.95); 
	background-color: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 5px 10px 0 #000;
	-moz-box-shadow:0px 5px 10px 0 #000;
	-webkit-box-shadow:0px 5px 10px  #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	text-shadow: -1px 1px 2px #FFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD)); /* Safari */
	background: -moz-linear-gradient(top, #FFF,#DDD); /* FireFox */
}

img.right {
	position: absolute;
	float: right;
	top: 5px;
	right: 10px;
}

p.question {
	text-indent: -1em;
	margin-bottom: 3px;
	margin-left: 1em;
	color: #030;
}

p.answer{
	text-indent: -1em;
	margin-bottom: 15px;
	margin-left: 1em;
	color: #003;
}

p.forms{
	text-align: right;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

