﻿@charset "UTF-8";
@import url(../base/init.css);
@import url(../base/style.css);
@import url(../piece/style.css);


/*******************************************************************************
#1	レイアウト
*******************************************************************************/




/*******************************************************************************
#1	トップ写真
*******************************************************************************/
#topPhoto
{
}




/*******************************************************************************
#1	お知らせ
*******************************************************************************/
#topInfo
{
	margin-bottom: 1em;
	position: relative;
}

/* タイトル */
#topInfo .pieceHeader
{
  margin-bottom: 0.5em;
  border: solid 1px #ccc;

  /* gradient */
  background: linear-gradient(#ffffff, #eeeeee); /* 通常 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* webkit用 */
  background: -moz-linear-gradient(top, #ffffff, #eeeeee); /* mozilla用 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee)); /*IE6 IE7 */
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))"; /* IE8 */
  zoom: 1;

  /* radius */
  border-radius: 3px; /* 通常 */
  -webkit-border-radius: 3px; /* webkit用 */
  -moz-border-radius: 3px; /* mozilla用 */
}
#topInfo .pieceHeader h2
{
  margin: 0;
	padding: 5px 5px 5px 30px;
	background-image: url(../piece/images/article_doc_h1_bg.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.6em;
	font-weight: bold;
	font-size: 1.1em;
}


/* 一覧 */
#topInfo ul
{
	list-style-type: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
}
#topInfo ul li
{
	border-bottom: solid 1px #D1D1D1;
	margin: 0 5px 0 0;
	padding: 5px 0 5px 20px;
	background: url(images/topics_li_bg.gif) no-repeat 0.5em 0.9em;
}
#topInfo ul li .wnew_day
{
	margin: 0 5px 0 0;
}

/* 全一覧リンク */
#topInfo .all
{
	text-align: right;
	font-size: 0.8em;
}
#topInfo .all a
{
	padding-left: 15px;
	background: url(images/link_arrow.gif) no-repeat left 0.4em;
}

/* RSS */
#topInfo .rss
{
	position: absolute;
	right: 10px;
	top: 9px;
}




