@charset "UTF-8";


/*===================================================
	タグのスタイル設定
=====================================================*/
*{
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	color:#000;
	background:url(img/back-cloth.gif) repeat top left ;
}
ul,ol,li,p{
	margin: 0px;
	padding: 0px;
}
h1,h3,h4,p{
	line-height: 1.6;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
	font-weight:normal;
	line-height: 1.3;
}
h3 {
	color:#0066CC;
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
ul,li,ol{
	list-style: none;
}
table{
	border: 0px;
}
img{
	vertical-align: top;
	border: 0px;
}
a:link {
	color:#0353A3;
}
a:hover {
	color:#FF0099;
}
a:visited {
	color:#CC3366;
}
/*-----------------------
	消し文字 */
span {
	display:none;
}
/*===================================================
	部分適応用のクラス設定
=====================================================*/
.TextBox {
	padding:10px;
}

/*-----------------------
	画像テキスト*/
.Img-text {
	display:none;
}

/*-----------------------
	テキスト*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*-----------------------
	フォント*/
.font-bold{
	font-weight: bold;
}
.font-normal{
	font-weight: normal;
}
.font-nowrap{
	white-space: nowrap;
}
.font-red{
	color: #ee0000;
}
.font-gray{
	color: #666666;
}
.size80{
	font-size: 85%;
}
.size120{
	font-size: 120%;
}
.font-Min {
	font-size: 85%;
	margin-top:10px;
	color:#666666;
	line-height:1.2;
}
/*-----------------------
	フロート */
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear{
	clear: both;
}
/*-----------------------
	余白*/
.maTop10 {
	margin-top:10px;
}
.maBottom10 {
	margin-bottom:10px;
}
.maLeft15 {
	margin-left:15px;
}
.paLeft15 {
	padding-left:15px;
}

