@charset "utf-8";

/* ================================================================
   基本スタイル
================================================================ */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, legend, input, textarea, p, blockquote, address,
th, td{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #454545;
}
address, cite, code, dfn, em, var {	font-style: normal;	font-weight: normal;}
img, a img {
	text-decoration: none;
	vertical-align: bottom;
	background: transparent;
	border: 0 none;
}
fieldset { border: 0 none; }
ul, ol { list-style: none; }



/* ================================================================
   テキスト系
================================================================ */
.red{	color: #f00;}
.yellow{	color: #fc0;}
.green{	color: #060;}
.blue{	color: #039;}
.gray666{	color: #666;}

.bold{	font-weight: bold;}
.normal{	font-weight: normal;}
.italy{	font-style: italic;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt85{	font-size: 85%;}
.txt90{	font-size: 90%;}
.txt95{	font-size: 95%;}
.txt120{	font-size: 120%;}
.txt150{	font-size: 150%;}

.letterSP01{	letter-spacing: 0.1em;}

.lineH110{	line-height: 1.1;}
.lineH120{	line-height: 1.2;}
.lineH130{	line-height: 1.3;}
.lineH140{	line-height: 1.4;}
.lineH150{	line-height: 1.5;}
.lineH160{	line-height: 1.6;}
.lineH170{	line-height: 1.7;}
.lineH180{	line-height: 1.8;}
.lineH190{	line-height: 1.9;}
.lineH200{	line-height: 2.0;}




/* ================================================================
   ポジション系
================================================================ */
.cut{	clear: both;	float: none;}
.block{	display: block;}
.auto{	width: auto;}
.clearfix{	zoom:1; } 
.clearfix:after{	content:".";	display:block;	height:0;	clear:both;	visibility:hidden;}

.width50{ width: 50px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width350{ width: 350px;}
.width450{ width: 450px;}
.width6em{ width: 6em;}
.width8em{ width: 8em;}

.indentTop5{ margin-top: 5px;}
.indentTop10{ margin-top: 10px;}
.indentTop15{ margin-top: 15px;}
.indentTop20{ margin-top: 20px;}
.indentTop30{ margin-top: 30px;}
.indentRight10{ margin-right: 10px;}
.indentRight15{ margin-right: 15px;}
.indentBottom0{ margin-bottom: 0px;}
.indentBottom5{ margin-bottom: 5px;}
.indentBottom10{ margin-bottom: 10px;}
.indentBottom15{ margin-bottom: 15px;}
.indentBottom20{ margin-bottom: 20px;}
.indentBottom30{ margin-bottom: 30px;}
.indentBottom40{ margin-bottom: 40px;}
.indentLeft5{ margin-left: 5px;}
.indentLeft10{ margin-left: 10px;}
.indentLeft20{ margin-left: 20px;}
.indentLeft30{ margin-left: 30px;}
.indentLeft50{ margin-left: 50px;}

.paddTop1em{ padding-top: 1em;}
.paddTop2em{ padding-top: 2em;}
.paddBottom1em{ padding-bottom: 1em;}
.paddBottom2em{ padding-bottom: 2em;}
.paddBottom40{ padding-bottom: 40px;}

.imgRight{	float: right;	margin-bottom: 5px;	margin-left: 10px;}
	.imgRightB10{	float: right;	margin-bottom: 10px;	margin-left: 10px;}
	.imgRightB20{	float: right;	margin-bottom: 20px;	margin-left: 10px;}
.imgLeft{	float: left;	margin-bottom: 5px;	margin-right: 10px;}
	.imgLeftB10{	float: left;	margin-bottom: 10px;	margin-right: 10px;}
	.imgLeftB20{	float: left;	margin-bottom: 20px;	margin-right: 10px;}





/* EOF */