@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/

body {
	font-size: 12px;
	_font-size: 75%;
	line-height:140%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


img {
	border:none;
}
.clear {
	clear:both;
	overflow:hidden;
}
/*.clear 使いたくないときのクリア用
.clearを入れたいところの親要素に入れよう
例：ulの中のliをフロートさせているとき
そのフロートを解除させたい場合は
ulに.clearfixをつける。*/
/*------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { /*IE用*/
  min-height: 1px;
  _height: 1px;
}
/*.clear 使いたくないときのクリア用ここまで*/
/*------------------------------*/
ul, li, ol, dl, dt, dd, form {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	_font-size: 80%;
	margin:0;
	padding:0;
}


/*
a {
}
a:link, a:visited {
}
a:hover {
}
*/


/*ヘッダ*/
/*------------------------------*/

/*内容*/
/*------------------------------*/
.frame {
	background-image: url(../img/frame2.gif);
	background-repeat: repeat-y;
	width: 890px;
	margin: 15px auto 20px auto;
	position:relative;
}
.frame .top {
	background-image: url(../img/frame1.gif);
	background-repeat: no-repeat;
	height: 10px;
}
.frame .bottom {
	background-image: url(../img/frame3.gif);
	background-repeat: no-repeat;
	height: 10px;
}

/*メニュー*/
/*------------------------------*/

/*フッタ*/
/*------------------------------*/
#footer {
	clear: both;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	height: 29px;
	margin-top: 45px;
}
