@charset "shift_jis";

/*リンク*/
a {
	color:#21478c;
}

a:visited {
	color:#21478c;
}

a:hover {
	color:#3399CC
}

img{
	border:none;
}


/*====================================================
clearfixハック
====================================================*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*====================================================
ヘッダ
====================================================*/
#header {
	width: 580px;
	margin: 0px;
}

#header p {
	font-size: 13px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	color: #a69b8e;
}

#header p a {
	color: #000000;
}



/*====================================================
メイン
====================================================*/
#main {
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #666666;
}

.yado {
	margin-left: 30px;
	margin-right: 30px;
	height: auto;
}

#main p {
	margin: 1px 0px 0px;
	padding: 0px;
	color: #993300;
	line-height: 120%;
	font-size: 12px;
}

.tokuten {
	color: #993300;
	font-size: 12px;
}

.plan_l {
	float: left;
	width: 380px;
	margin-top: 10px;
}

.plan_r {
	float: right;
}

.plan {
	margin-top: 5px;
	height: auto;
}

.plan_l_2 {
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	border-bottom: 1px dotted #9F8167;
}

.red {
	color: #FF3333;
	font-size: 18px;
	font-weight: bold;
}

.p_top {
	font-size: 11px;
	clear: both;
	margin: 0px;
	text-align: right;
	height: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}


/*ボタン*/
.btn {
	float: right;
	height: 50px;
	width: 120px;
}

.btn a{
	display:block;
	width:120px;
	height:50px;
	text-indent:-1000em;
	text-decoration:none;
	background: url(../img_kashikiri/btn.jpg) no-repeat 0px 0px;
}

.btn a:hover{
	background: url(../img_kashikiri/btn.jpg) 0px -50px;
}
