@charset "UTF-8";



/**********************************************************
概要
**********************************************************/
/*
新製品情報 | アーカイブページ

ファイル名：archive.css
パス：/css/newproducts/archive.css
読込先：アーカイブ
コピーライト：2008 © Fumakilla CO.LTD

内容：
  1：コンテンツタイトル表示 - #content-header
  2：エントリー・レイアウト - #main
  3：エントリー・各要素 - #main
---------------------------------------------------------=*/



/*----------------------------------------------------------
	1：コンテンツタイトル表示 - #content-header
----------------------------------------------------------*/

/* div#content-header・左右パディング
------------------------------*/
div#content-header {
	margin: 10px 10px 15px 10px;
}

/* 見出し：コンテンツタイトル
------------------------------*/
div#content-header p,
div#content-header img {
	margin: 0;
	padding: 0;
}



/*----------------------------------------------------------
	2：エントリー・レイアウト - #main
----------------------------------------------------------*/

/* asset-content
------------------------------*/
div#main div.asset-content {
	margin: 0 0 15px 0;
	padding: 0;
	background:url("../../images/newproducts/side-line.gif") repeat-y right;
	line-height: 1em;
}

/* asset-header
------------------------------*/
div#main div.asset-header {
	margin: 0;
	padding: 22px 30px 16px 30px;
	background:url("../../images/newproducts/hedline.jpg") no-repeat -1px top;
	display:block;
	line-height: 1em;
}

/* asset-excerpt
------------------------------*/
div#main div.asset-excerpt:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
	text-align: left;
}

div#main div.asset-excerpt {
	zoom: 100%;
	padding: 5px 6px 5px 10px;
}

div#main div.asset-excerpt ul{
	margin:10px 0px 0px 0px;
}

div#main div.asset-excerpt ul li{
	display:inline;
	margin:0px 10px 0px 0px;
}

/* \*/
* html div#main div.asset-excerpt {
	height:1%;
}
div#main div.asset-excerpt {
	display:block;
}
/* */

div#main div.asset-excerpt .box-left {
	width: 250px;
	text-align: center;
}

div#main div.asset-excerpt .box-left img {
	margin: 25px 0 0 0;
	padding: 0;
}

div#main div.asset-excerpt .box-right {
	width: 485px;
}

div#main div.asset-excerpt .box-right div.lead {
	width: 455px;
	margin: 10px 30px 0px 0px;
}

/* asset-footer
------------------------------*/
div#main div.asset-footer {
	height: 15px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	background:url("../../images/newproducts/lineunder.jpg") no-repeat;
	clear:both;
}



/*----------------------------------------------------------
	3：エントリー・各要素 - #main
----------------------------------------------------------*/

/* 見出し：アーカイブタイトル
------------------------------*/
div#main h1 {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin: 5px 0 15px 20px;
	padding: 0 0 0 25px;
	background:url("../../images/newproducts/title-botan.gif") no-repeat left center;
}

/* 見出し：製品名
------------------------------*/
div#main h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
	margin: 5px 0 10px 0;
	padding: 0 1em 10px 0;
	line-height:1.5em;
	vertical-align:middle;
	background:url("../../images/newproducts/title-under-line.gif") repeat-x bottom right;
}

/* 画像
------------------------------*/
div#main img {
	margin-bottom: 10px;
}

/* 略語
------------------------------*/
div#main abbr {
	border-bottom: none;
}

/* 段落
------------------------------*/
div#main p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

/* 定義リスト
------------------------------*/
div#main dl {
	margin: 0;
	padding: 0;
}

div#main dt {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

div#main dd {
	margin: 0;
	padding: 0;
	line-height: 1.75em;
}

/* リスト
------------------------------*/
div#main ol,
div#main ul {
	margin: 0 0 0 15px;
	padding: 0;
}

div#main ul {
	list-style-type: disc;
}

div#main ol li,
div#main ul li {
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}