@charset "UTF-8";

/* ============================================================
 リセット
============================================================= */
*{
	line-height: 1.6;
	font-size: 12px;
}

body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,blockquote,th,td,pre,form,fieldset,input,textarea{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}

ol,ul{
	list-style: none;
}

caption,th{
	text-align: left;
}

q:before,q:after{
	content: '';
}

abbr,acronym{
	border: 0;
}

body{
	font-family: Helvetica, Arial, sans-serif;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align:right;
}

.none{
	display: none;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.fclear{
	clear: both;
}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix{
	display: inline-block;
}

.accessibility{
	display: none;
}

p{
	color: #333333;
}

/* PNG for IE6 */
*body .iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
}

/* for Wordpress
-------------------------------------------------- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

