/* Base css */

body, input, textarea, form, ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, div, fieldset, legend, hr {
	margin: 0px;
	padding: 0px;
}

body {
	background : #FFFFFF;
}

hr {
	line-height: 1px;
}

fieldset {
	border: 0px;
}

img {
	border-style: none;
	border-width: 0;
}

iframe {
	border-style: none;
}

.photoL {
	float: left;
}

.photoR {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

.columnL, .columnM, .columnR {
	float: left;
}

.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}

/*-----------------------------------------------
CSSハック
----------------------------------------------- */
.clearfix:after,
.main .block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}

/* end css */
