/* 背景画像の変更 */
#content {
  background: url(/images/background/bg_infomation.gif) center top no-repeat;
}

/* 左メニューのリストのtext-indentを-10000pxから０に戻す */
#content_left ul {
  background: url(/images/menu_btn/left_menu_infomation.gif) center top no-repeat;
	padding-top: 38px;
	text-indent: 4px;
	letter-spacing: 1px;
}
#content_left ul a {
	color: #666;
	text-decoration: none;
	height: auto;
}
#content_left li { margin-bottom: 0.5em; }



/* パンくずリスト・現ページの色 */
.bread_list span { color: #00A1FF; }


/* ボーダーの色設定 */
h3, .main_content_frame {
  border-bottom: 1px solid #00A1FF;
}


.main_content_frame { margin-top: 11px; }


.to_top {
  margin-top: -13px;
  display: block;
  font-size: 10px;
  text-align: right;
  text-decoration: none;
  color: #FF9936;
}


h3 {
	height: auto;
	font-size: 16px;
	
}

.created_at {
	text-align: right;
	position: relative;
	top: -21px;
}

.main_content {
	padding-bottom: 45px;
	position: relative;
	top: -10px;
}

.main_content { 
	width: 506px;
	overflow: hidden;
}


