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, figure {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}

body {
	color: #333;
	font: 13px/1.8 Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

#container {
	margin-top:55px!important;
	margin-bottom:25px!important;
}

#container, .wrapper {
	width: 940px;
	margin: 0 auto;
	word-wrap: break-word;
	display: block;
	position: relative;
}

.content {
	width: 460px;
	padding: 40px;
	background: #fff;
	background: rgba(255,255,255,.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.content h1 {
	font-size:28px;
	line-height: 150%;
	margin-bottom: 30px;
	color: #EEE;
	text-shadow: 0 0 20px #000;
}

.content h2 {
	font-size:20px;
	padding-bottom:15px;
}

.content h3 {
	font-size:15px;
	padding-bottom:10px;
}

.content dl {
	padding-bottom: 20px;
}
.content dd {
	margin-left:15px;
}

#alignleftlist li {
	float: left;
	margin-right:10px;
	display: block;
}



/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}
