@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: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #454545;
	font-size: 12px;
}
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; }

a:link,
a:visited {	color: #069;	text-decoration: underline;}
a:hover,
a:active {	text-decoration: none;	color: #f30;}



/* ================================================================
   テキスト系
================================================================ */
.red{	color: #FF0000;}
.yellow{	color: #FFCC00;}
.green{	color: #006600;}
.blue{	color: #003399;}
.graytext{	color: #666666;}

.bold{	font-weight: bold;}
.normal{	font-weight: normal;}

.txt14p{	font-size: 14px;}
.txt15p{	font-size: 15px;}
.txt16p{	font-size: 16px;}

.txt50{	font-size: 50%;}
.txt80{	font-size: 80%;}
.txt90{	font-size: 90%;}
.txt120{	font-size: 120%;}
.txt150{	font-size: 150%;}




/* ================================================================
   ポジション系
================================================================ */
.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;}

.width2em{ width: 2em;}
.width3em{ width: 3em;}
.width30{ width: 30px;}
.width50{ width: 50px;}
.width100{ width: 100px;}
.width150{ width: 150px;}
.width200{ width: 200px;}
.width250{ width: 250px;}
.width350{ width: 350px;}
.width450{ width: 450px;}
.width550{ width: 550px;}

.indentTop5{ margin-top: 5px;}
.indentTop10{ margin-top: 10px;}
.indentTop15{ margin-top: 15px;}
.indentTop20{ margin-top: 20px;}
.indentTop30{ margin-top: 30px;}
.indentTop40{ margin-top: 40px;}
.indentTop45{ margin-top: 45px;}
.indentTop60{ margin-top: 60px;}
.indentTop80{ margin-top: 80px;}

.indentRight10{ margin-right: 10px;}
.indentRight15{ margin-right: 15px;}
.indentBottom0{ margin-bottom: 0px;}
.indentBottom5{ margin-bottom: 5px;}
.indentBottom10{ margin-bottom: 10px;}
.indentBottom20{ margin-bottom: 20px;}
.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;}



/* EOF */
