*{
  margin:0;
  padding:0;
}
.top {

	background-color: #FFFF99;

	border: thin none #FFCC00;

	width: auto;

	color: #00CCFF;
}



p { color: E0EEEE;}

h2{color: #333333;}

h4 {
  background-color: #3366FF;
  color: #FFFFFF;
  width:300px;



}

A:link{
  color:#666666;
  text-decoration : none;
}

A:visited{color:#663366}

A:HOVER{
	color : White;
	text-decoration : none;
	/* background : #FF6666; */

}

A:ACTIVE{
	color : Black;
	text-decoration : none;
	background : transparent;

}
.sl {
	color: #000066;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: double;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;


}


/********************************************
 *
 * 2012年追記分(ブログっぽいレイアウト仕様)
 *
 ********************************************/
body{
  font-size:12px;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin-left:10px;
}
#contents{
  width:640px;
  margin:30px 0 30px 15px;
	background-color: #FFFFFF;
	color: #000000;
	border:solid 5px #ffd500;
}

#header{
  /* width:800px; */
  /* border:solid 1px #000; */
  /* height:300px; */
  text-align:center;
}

#menu{
  margin:20px 0 0 5px;
  float:left;
  position: relative;
  width:200px;
}
#main{
  float:right;
  margin: 20px 0 0 20px;
  width:400px;
}

#contents_bottom{
  clear:both;
  margin:0 0 0 5px;
  padding:10px 0 0 0;
}
#footer {
  width:100%;
  padding: 10px 30px;
  color:#eeeeee;
  background-color:#666699;

}


#footer_left{
  float:left;
  width:40%;
}

#footer_right{
  font-size:85%;
  float:left;
  width:60%;
}

/******
 * コンテンツ用
 ********/


/************
 * header用
 ************/
#header h1{
  font-size:54px;
  color:3322FF;
}

.update{
  text-align:right;
}

.header_menu{
  background: none repeat scroll 0 0 #666699;
  margin: 0px 10px 0 5px;
  padding: 10px 20px;
  position: relative;
  width: 600px;
  height: 18px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  z-index: 100;
}

.header_menu a{
  color:#ffffff;
  padding:0 10px;
  text-decoration : underline;
}

.header_menu a:hover{
  font-weight:bold;
}

/* .triangle-l{
  border-color: transparent #7D90A3 transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: -30px;
  top:22px;
  z-index: -1;
}

.triangle-r{
  border-color: transparent transparent transparent #7D90A3;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: 640px;
  top:-8px;
  z-index: -1;
}
*/
/*************
 * メニュー用
 **************/
 
.slide{
  background:#ed5121;
  height:10px;
  width: 200px;
  padding:5px 70px 5px 30px;
  margin: 2px 0;
  position:relative; 
  border-radius: 0 20px 20px 0px;

}

.m2{
  background:#edcb21;
}

.m3{
  background:#21ed4a;
}

.m4{
  background:#21d5ed;
}

.m5{
  background:#e8aaf7;
}

.m6{
  background:#f7aab7;
}

