@charset "Shift_JIS";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font: normal normal 12px/1.4 "メイリオ", "ＭＳ ゴシック", Osaka, sans-serif;
	color: #333333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font: normal normal 12px/1.4 "メイリオ", "ＭＳ ゴシック", Osaka, sans-serif;
	color: #333333;
}
fieldset{
	border: 0;
}
img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
hr {
	display: none;
}

/*--------------------------------------------------------------------
 common setting
--------------------------------------------------------------------*/

body {
	text-align: center;
}
a {
	outline: none;
	text-decoration: none;
	color: #AF1D1F;
}
a:hover {
	text-decoration: underline;
	color: #E3595C;
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.imgLeft {
	float: left;
}
.imgRight {
	float: right;
}

.Indent {padding-left: 1em;}

.blue {color: #00F;}
.blueIndent {color: #00F; padding-left: 1em;}

.red {color: #AF1D1F;}
.redIndent {color: #AF1D1F; padding-left: 1em;}

.purple {color: #969;}
.purpleIndent {color: #969; padding-left: 1em;}