@charset "shift_jis";
body {
	color : rgb(102, 102, 102);
	margin: 0px;
	padding: 0px;
	font : normal normal normal 15px /1.8 "メイリオ", "ＭＳ Ｐゴシック", osaka, "ヒラギノ角ゴ pro w3";
	background : rgb(245, 245, 245);
	text-align: center;
}
a {
	color: #999999;
}
a:hover {
	color: #625d5a;
}


h1,h2,h3,p,ul{
	margin : 10px 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background : transparent url(images/container_bg_03.jpg) no-repeat scroll left top;
	height: 357px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 11px;
	color: #625d5a;
	top: 10px;
	right: 10px;
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
}
#header img {
	position: absolute;
	left: 50px;
	top: 50px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background : transparent url(images/midashi_bg2.gif) no-repeat scroll left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom : 5px solid inherit;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color : rgb(102, 102, 102);
	text-decoration: none;
	background : rgb(255, 255, 255) url(images/menu_bg2.gif) no-repeat scroll center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background : rgb(102, 102, 102) url(images/menu_bgn.gif) no-repeat scroll left bottom;
	color : rgb(255, 255, 255);
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	
	padding-top: 50px;
	margin-bottom: 50px;
  height : 50px;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
	display: inline-block; 
}

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix {
	display: block; 
}
/* End hide from IE-mac */


/*自主追加分
------------------------------------------------------------------*/
#ad{
  margin-top : 10px;
  line-height : 1.5;
}
#ad h2{
  font-size : 15px;
}
#eto IMG{
  float : left;
}
#a1{
  text-align : right;
}








.note{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;
overflow: hidden; /* これがポイント */
  position: relative;
  
  text-align : left;
  
  margin-bottom : 20px;
}

.note H3{
  font-size : 17px;
  border-left-width : 8px;
  border-left-style : solid;
  border-left-color : silver;
  padding-bottom : 0px;
  margin-bottom : 5px;
  text-align : left;
}
.note IMG{
	border-width : 5px 5px 5px 5px;border-style : solid solid solid solid;border-color : white white white white;
  

  
  

  text-align : center;
  
}
#eto H4{
  font-size : 13px;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
.comment img{
  float : left;
}
