@charset "utf-8";
/* ===================================================================
CSS information

 file name  :base.css
 author     :Drecom Generated Media (admin)
 style info :コンテンツエリア基本設定 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
 #contents
 #main
 
=================================================================== */

/*----------------------------------------------------
  基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
  background-color: #FAEDEB;
}

a:link {
  color: #36C;
  text-decoration: underline;
}

a:visited {
  color: #36C;
  text-decoration: underline;
}

a:hover {
  color: #FF3366;
  text-decoration: underline;
}

a:active {
}

#page {
  width: 920px;
}

#contents {
  width: 940px;
	background: 
}

/* IE対策 */
* html a {
  font-family: Arial, Helvetica, sans-serif;
}

*:first-child+html a {
  font-family:"メイリオ";
}

/*----------------------------------------------------
  汎用class
----------------------------------------------------*/
.clear {
  clear: both;
  font-size: 5px;
}

/*  clearfix　*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  display: inline-block;
}

/*----------------------------------------------------
  #navSkip (NavigationSkip)
----------------------------------------------------*/

/*----------------------------------------------------
  #page
----------------------------------------------------*/
#page {
	background: url(../images/bg.jpg) left top repeat;
	width: 930px;
  margin: 0 auto;
  text-align: left;
}

/*----------------------------------------------------
  #contents
----------------------------------------------------*/
#contents {
	width: 930px;
  margin: 0 auto;
  text-align: left;
}
