﻿@charset "UTF-8";

/*  ＋＋＋＋＋ Base css ＋＋＋＋＋  */

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

body {
	background : #FFFFFF;
	font-family: sans-serif;
}

hr {
	line-height: 1px;
}

fieldset {
	border: 0px;
}

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

em {
	font-style: normal;
}

address {
	font-weight: normal;
	font-style: normal;
}

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

.clearfix {
	
}

.clearfix:after {
	content: ".";
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

/* other */

.imgover {
	
}

.iepngfix {
	
}

.lightwindow {
	
}

.nomargin {
	margin: 0 !important;
}

.nobullet {
	list-style-type: none !important;
}

.noborder {
	border-style: none !important;
}

.alignL {
	text-align: left !important;
}

.alignM {
	text-align: center !important;
}

.alignR {
	text-align: right !important;
}

/* common float column */

.columnL, .columnM, .columnR {
	float: right;
}
.columnR2 {
	float: right;
}
.column1, .column2, .column3 {
	float: left;
}

/*  ＋＋＋＋＋ end css ＋＋＋＋＋  */
