/* CSS Document */


/* タグ再定義 */
*{
	  margin: 0;
	  padding: 0;
	  font-size: 100%;
	  font-style: normal;
}

body{
	  color:#fff;
	  font-family: Verdana, Arial, sans-serif;
}
		
h1,h2,h3,h4 {
	font-size: 14px;
}

h5,h6 {
	font-size: 12px;
}

ul,ol {
	list-style-type: none;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}

table {
	margin: auto;
	padding: auto;
	border: none;
}


/* リンク関連 */
a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

a.blue {
	color: #0000ff;
	text-decoration: none;
}

a:visited.blue  {
	color: #0000ff;
	text-decoration: none;
}

a:hover.blue  {
	color: #0000ff;
	text-decoration:underline;
}

/* 汎用クラス */
/* フロート解除 */
.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.clrBoth {
	clear: both;
}


/* レイアウト */
.pCenter {
	width: 100%;
	text-align: center;
	}
.pLeft {
	text-align: left;
	}
.pRight {
	width: 100%;
	text-align: right;
	}

img.imgRight {
	float: right;
	}
img.imgLeft {
	float: left;
	}
	
.f_l{
	float:left;
}

.f_r{
	float:right;
}
/* ボタンCENTER */
p.btnCenter {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	}
p.btnCenter10 {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	}
p.btnCenter20 {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	}


/* フォントカラー */
.txtBlue {
	color: #0089cd;
	}
.txtOrange {
	color: #ff781a;
	}
.txtRed {
	color: #ec5151;
	}


/* 余白 */
.padTop10 {
	padding-top: 10px;
	}
.padTop15 {
	padding-top: 15px;
	}
.padTop20 {
	padding-top: 20px;
	}
.padTop30 {
	padding-top: 30px;
	}
.m_l10{
		margin-left:10px;
}
.m_b10{
		margin-bottom:10px;
}
.stxt{
	font-size:80%;
	line-height:120%;
}
.big{
	padding-left:15px;
	font-size:15px;
	background:url(../images/block.gif) no-repeat 0 5px;
}
.mt5 {
	margin-top: 5px;
}

/* Localized */



.fl {
	float: left!important;
}
.fr {
	float: right!important;
}




