@charset "utf-8";
/* CSS Document */

/*------------[[PropertyFormat]]------------*/
*{
	margin:0;
	padding:0;
}

img{
border:0;
}

html {
  height:100%;
}

/*------------[[CrearFixSet]]------------*/

.clrfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clrfix {
  min-height: 1px;
}

* html .clrfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------[[BasicLinkColor]]------------*/
a:link {
	color:#900;
	text-decoration:none;
}
a:visited {
	color:#300;
	text-decoration:none;
}
a:active {
	color:#F30;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}


/*------------[[BasicFontColor]]------------*/
body{
	height:100%;
}

/*------------[[BasicFormat]]------------*/

#ct_bg {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 140%;
	color: #3A2C21;
	padding: 0px;
	height: auto;
	width: 100%;
	margin: 0px;
/*	background-color: #74A843;
	overflow: hidden;
	background-image: url(../img/bg_ct.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
}

#wrapper
 {
	width: 980px;
	min-height:100%;
	height:auto !important;





	*height:100%;/* ie6 */
	margin: 0px;
	background-image: url(../img/bg_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 121px;
	padding-left: 0px;
	background-color: #F7F28C;
}
#mainArea {
	width: 970px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/bg_logo.jpg);
}
