@charset "utf-8";



/* ----------------------------------------
 * このスタイルシートでは、ティザーサイトのヘッダー、コンテンツの入る白背景、フッターと全体の設定をいています。
基本的に修正する必要のないスタイルシートです。
各ページごとのスタイルは、それぞれcssを作成して設定。
 * ---------------------------------------- */

/* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/



/* ----------------------------------------
 * CONTENTS
 * ---------------------------------------- */
 

	/*　プレス一覧  */
 div#list_press{
	margin:15px 15px 0 15px;
	padding-bottom:15px;
}

div#list_press dt{
	margin-bottom:20px;
	float:left;
	clear:both;
	width:120px;
}
div#list_press dd{
	margin:0 10px 20px 120px;
	padding-right:60px;
	min-height:30px;
	height: auto !important;/* for IE6 */
	height: 30px;/* for IE6 */
}
div#list_press dd a{
	text-decoration:none;
}
div#list_press dd a:hover{
	text-decoration:underline;
}


		/*　お知らせ・PRアイコンの表示  */
div#list_press dd.dd01{
	background:url(../images/release/icon_01.gif) no-repeat right top;
}
div#list_press dd.dd02{
	background:url(../images/release/icon_02.gif) no-repeat right top;
}


/* パブリシティ */

	/*　パブリシティ一覧  */
div#list_publicity{
	margin:15px 15px 0 15px;
}

div#list_publicity dt{
	margin-bottom:10px;
	float:left;
	clear:both;
	width:120px;
}
div#list_publicity dd{
	margin:0 10px 10px 120px;
	padding-right:10px;
	min-height:30px;
}








/* プレスリリース詳細 */
div.releae_block01{
	padding:10px 20px 60px 10px;
}
div.releae_block01 div.sub_info{
	margin-bottom:15px;
	padding-right:55px;
	height:20px;
	text-align:right;

}
div.releae_block01 div.icon01{
	background:url(../images/release/icon_01.gif) center right no-repeat;
}
div.releae_block01 div.icon02{
	background:url(../images/release/icon_02.gif) center right no-repeat;
}

div.releae_block01 h4.title{
	padding-bottom:5px;
	font-size:145%;
	line-height:140%;
	border-bottom:1px dotted #ccc;
}
div.releae_block01 h4.title span{
	font-weight:normal;
	font-size:13px;
	line-height:220%;
}
div.releae_block01 h4.title span.small{
	font-weight:bold;
	font-size:87%;/*15px*/
	line-height:100%;
}

div.releae_block01 div.release_main{
	margin:20px 10px 0 10px;
}



	/*　pdfアイコン部分　*/
div.releae_block01 div.release_main p.pdf{
	margin-top:15px;
	padding-left:19px;
	background:url(../images/release/icon_03.gif) left center no-repeat;

}


