@charset "utf-8";

@import url("../packages/default/css/import.css");

* {
	margin: 0;
	padding: 0;
	}

/* 基本設定
------------------------------*/

body {
	margin:0;
	padding:0;
	background:#FFF;
	color:#666666;
	font-size:80%;
	line-height:140%;
	font-family:"Lucida Grande", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
	text-align:center;
	}

html {
	height:100%;
	margin-bottom:1px;
	}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
	}

img {
	border:0px;
	}

ul {
	list-style:none;
	}

/* ハイパーテキスト
-----------------------------------------*/

a:link {
	color:#a99574;
	text-decoration:none;
	}

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

a:hover, a:active {
	color:#CCCCCC;
	}

/* 共通
-----------------------------------------*/

.clearfix:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
	}

.clr_b {
	clear:both;
	}

.t_l {
	text-align:left;
	}
.t_c {
	text-align:center;
	}
.t_r {
	text-align:right;
	}

.font80 { font-size:80%; }

.gl { color:#333333; }

.red { color:#ff3256; font-weight:bold; }

/**--float--**/

.f_l {
	float:left;
	}
.f_r {
	float:right;
	}

/**--margin--**/

.m_t5 { margin-top:5px; }

.m_t15 { margin-top:15px; }

.m_t20 { margin-top:20px; }

.m_t25 { margin-top:25px; }

.m_t40 { margin-top:40px; }

.m_r5 { margin-right:5px; }

.m_r7 { margin-right:7px; }

.m_l10 { margin-left:10px; }