@charset "EUC-JP";


/* 初期化
------------------------------------------------------------ */

/* ブラウザスタイルの初期化 */

*{
  margin:0;
  padding:0;
  font-size:100%;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* (IE6など一部ブラウザ向け) */

th,td,form,ul,li{
  margin:0;
  padding:0;
  font-size:100%;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 初期設定
------------------------------------------------------------ */

/* font
------------------------------ */

p,ul li,ol li,td,th,dt,dd,h6{
  font-size:75%;
  font-weight:normal;
  line-height:160%;
  letter-spacing:0.2em;
	color:#999999;
}

/* link
------------------------------ */

/* 文字の色 */
a{ 
  color:#CCCCCC;
  text-decoration:underline;
  /*HideMacIE\*/
  overflow:hidden;
  /**/
}

/* 訪問済み */
a:visited{ 
  color:#CCCCCC;
  text-decoration:underline;
}

/* オンマウス時 */
a:hover{
  color:#999999;
  text-decoration:underline;
}

/* クリック時 */
a:active{
  color:#CCCCCC;
  text-decoration:underline;
}

/* 画像
------------------------------ */

img{
  border:0;
  border: none;
  vertical-align:middle;
}

/* line
------------------------------ */

hr{
  clear:both;
  visibility:hidden;
  height:0;
}

/* list
------------------------------ */

ul{
  list-style-type:none;
}

/* frame
------------------------------------------------------------ */

body{
  background:url(img/base/background1.gif);
}

#gradation{
  background:url(img/base/gradation1.png) repeat-x 0 0;
}

#gradation2{
  background:url(img/base/gradation2.png) repeat-y center center scroll;
}


#contents{
  width:1000px;
	margin:0 auto;
}

#right{
  width:740px;
}

#left{
  width:260px;
}

#right,
#left{
  float:right;
}


/* header
------------------------------------------------------------ */

#header{
  padding:50px 0 50px 0;
	margin:0 0 30px 0;
	background:url(img/base/border.png) no-repeat center bottom;
}

#header h1{
  text-align:center;
	margin:0 0 0 0;
}


/* menu
------------------------------------------------------------ */

#menu{
  margin:0 30px 0 30px;
	border:1px solid #666666;
	background-color:#1B1B1B;
}

#menu ul{
  margin:30px;
}

#menu ul li{
  margin:0 0 50px 0;
}

/* main
------------------------------------------------------------ */

#main{
  margin:0 30px 50px 0;
	padding:30px;
	/*border:1px solid #666666;*/
	background-color:#1B1B1B;
}

/* top
------------------------------------------------------------ */

#top{
  clear:both;
	text-align:center;
	margin:0 0 30px 0;
}

/* footer
------------------------------------------------------------ */

#footer{
  border:1px #333333 solid;
  background-color:#000000;
  clear:both;
	padding:50px 0;
}

#footer p{
  text-align:center;
	font-size:70%;
}



