@charset "shift_jis";

/* -------------------------------------------------------------



----------------------------------------------------------------
copyright 2010 株式会社カルタス　
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

A:link,
A:visited,
A:hover,
A:active {
	text-decoration : none; 
}

a:link {
	color: #000; 
}

a:visited {
	color: #000; 
}

a:hover {
	color: #f00; 
}

a:active {
	color: #f00; 
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

/*-- 全体の指定 --*/
body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
  background: url(img/base/bg_img.jpg) repeat-x 0 0;
}

/*-- ページ全体を囲む指定 --*/
#wrapper {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  padding: 35px 5px 0; 
}

/*--ヘッダー画像--*/
#header {
  width: 100%;  
  height: 80px;
  position: relative;
  background: url(img/base/top_img.jpg) no-repeat 0 0;
  
}
/*-- コンテンツ部分 770px --*/
.Class{
	 

  text-align : center;
  background-image : url(img/base/bg_image_rp.gif);
}

/*-- コンテンツ部分 740px --*/
#contents {
	padding: 40px 30px; 
}



/*-- フッター部分 --*/
#footer {
  width: 800px;
  margin : 0px;
 
  padding : 5px;
  background: url(img/base/copyright_img.jpg) no-repeat 0 0;
}

.boxClass{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-top : 60px;
  margin-left : 60px;
  margin-right : 60px;
  margin-bottom : 60px;
}
/*-- ＨＯＶＥＲグレー--*/
.cellclass{
  color : black;
  background-color : #e1e1e1;
  text-decoration : none;
  text-align : left;
}

.cellclass:hover{
  background-image : url(img/base/ber_g30_img.jpg);
}

.cellclassmenu{
  background-color : white;
  text-decoration : none;
  text-align : left;
}

.cellclassmenu:hover{
  background-image : url(img/base/buttan_2.jpg);
}

.linkClass{
	/*"リンクのアンダーバー非表示"*/	font-family : メイリオ;
  text-decoration : none;
}

.meirio{
  font-family : メイリオ;
}
