/* CSS Document */

/* 基本タグ
--------------------------------------------------------------*/
body {
	margin: 0 auto 15px;
	padding :0;
	background-image: url(../image/bg_body.jpg);
	background-color:#F1ECDB;
	color: #444;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif
	_text-align: center;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

img {
	margin:0;
	border:none;
}

p {
	margin: 0;
	padding: 0;
}

ul,ol {
	margin:0;
	padding:0;
	list-style:none;
}


/* margin（上方向）
--------------------------------------------------------------*/
.mt1 {
	margin-top:1px !important;
}

.mt2 {
	margin-top:2px !important;
}

.mt3 {
	margin-top:3px !important;
}

.mt4 {
	margin-top:4px !important;
}

.mt5 {
	margin-top:5px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt25 {
	margin-top:25px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}


/* リンク
--------------------------------------------------------------*/
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*
a:link{
	color: #444;
	text-decoration: none;
}

a:visited{
	color: #444;
	text-decoration: none;
}

a:hover{
	color: #444;
	text-decoration:underline;
}
*/

/* インデント
--------------------------------------------------------------*/
.indent {
	padding-left:1em;
	text-indent:-0.6em;
}

/* 行揃え
--------------------------------------------------------------*/
.taRight {
	text-align:right;
}
.taCenter {
	text-align:center;
}
.taLeft {
	text-align:left;
}
.vat {
	vertical-align:top;
}
.vam {
	vertical-align:middle;
}
.vab {
	vertical-align:bottom;
}

/* 回り込み
--------------------------------------------------------------*/
.floLeft {
	float:left;
}
.floRight {
	float:right;
}

/* 回り込みクリア
--------------------------------------------------------------*/
.floatClear {
	display:block;
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
	margin:0 0 -1px 0;
	padding:0;
	font-size:1px;
}

/* 
--------------------------------------------------------------*/
.indentText{
	text-indent:-9999px;
	height:0px;
	/*　IE5対策　font-size:0px;*/
	text-d\ecoration:none;
	text-i\ndent:-9999px;
}
.indentDiv{
	text-indent:-9999px;
	font-size:0px;
	height:0px;
	/*　IE5対策　*/
	text-d\ecoration:none;
	text-i\ndent:-9999px;
}


