/* publish.css 2009.3.10 */

/*============目次============
　最終更新日：2011/01/27
　1.レイアウト
　2.見出し
　3./publish/トップ用
　4./publish/news.html用
============================*/

/*// ClearFix ///*/
div:after,
ul:after
 {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}


/*===========================
■1.レイアウト
============================*/

/* 製品説明 背景白 */
.Cont_white {
width: 550px;
background-color: #FFFFFF;
margin-left: 17.5px; margin-right: 17.5px;
}

/* 上余白15px */
DIV.Top15 {
margin-top: 15px;
}

/* 左右余白10px */
DIV.LR10 {
margin-left: 10px; margin-right: 10px;
}

/* コンテンツ　ページ送り枠 */
.Cont_turn_frame {
width: 100%;
text-align: left;
}

/* コンテンツ　ページ送り 前へ */
.Cont_turn_prev {
float: left;
text-align: left;
}

/* コンテンツ　ページ送り 次へ */
.Cont_turn_next {
float: right;
text-align: right;
}

/* 赤丸のリンク <a class="GoRed"> */
a.GoRed {
	background: url(/common/img/tool/go_mark_red.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}

/* 白丸のリンク <a class="GoWhite"> */
a.GoWhite {
	background: url(/common/img/tool/go_mark_siro.gif) no-repeat 0 1px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
	margin: 0 5px 0 0;
}

/* 2列×370px */
.ContentInner .BoxLeft {
	width: 370px;
	float: left;
	padding: 0 10px 0 5px;
}

.ContentInner .BoxLeft.fortop {
	width: 440px;
	float: left;
	padding: 0 10px 0 5px;
}

.ContentInner .BoxRight {
	width: 370px;
	float: right;
	padding: 0 5px 0 0;
}

.ContentInner .BoxRight.tweet {
	width: 300px;
	float: right;
	padding: 0;
}


/*===========================
■2.見出し
============================*/

/* 過去のリリース　年度 */
DIV.Title_Year {
	border-top: 1px solid #999999;
	margin: 0 0 10px 0;
}

DIV.Title_Year P {
	background: url(/publish/img/subtitle_rep.gif) repeat-x left top;
	font-size: 112.5%;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	height: 22px;
	line-height: 135%;
	color: #333366;
}

DIV.yearlynews TABLE.newslist{
	width: 760px;
	border: 0;
}

DIV.yearlynews TABLE.newslist TH,
DIV.yearlynews TABLE.newslist TD{
	vertical-align: top;
	padding-bottom: 10px;
	border: 0;
}

DIV.yearlynews TABLE.newslist TH{
	width: 80px;
}

DIV.yearlynews TABLE.newslist TD{
	width: 680px;
}


/*===========================
■3./publish/トップ用
============================*/
/* 最近のニュースリリース */
DIV.recentnews {
	margin-bottom:10px;
	padding: 10px 10px 0 10px;
	background-color: #EEEEEE;
}

DIV.recentnews DL{
	margin: 0;
}

DIV.recentnews DL DT,
DIV.recentnews DL DD{
	font-size: 75%;
}

DIV.recentnews DL DT{
	width: 120px;
	margin: 0 0 0.8em;
	clear: left;
	float: left;
}

DIV.recentnews DL DD{
	margin-bottom: 0.8em;
	margin-left: 130px;
}

DIV.recentnews DL DD A{
	font-weight: bold;
}


/* リリース年度一覧（リンクがあればグレーの三角を付けるリスト） */
.ContentInner ul.AList2 {
	list-style: none;
	margin: 5px 3px 5px 0;
}
.ContentInner ul.AList2 li {
	margin: 0 5px 5px 0;
	float: left;
}
.ContentInner ul.AList2 li a {
	background: url(/common/img/tool/list_yaji_s.gif) no-repeat 2px 2px;
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
}

/* Twitter読み込み */
/*
div#tweet ul {
	list-style: none;
	margin: 5px 3px 0 3px;
}

div#tweet ul li{
	background: url(/common/img/tool/ic_tweet.gif) no-repeat 3px 3px;
	margin: 0 0 10px 0;
	padding: 5px 5px 0 37px;
	color: #364E85;
}

div#tweet ul li DIV.tweet_time{
	text-align: right;
} */

div.tweet P {
	font-size: 100%;
}


/*===========================
■4./publish/news.html用
============================*/

/* リリース記事一覧 <div class="yearlynews"> */

DIV.yearlynews DL{
	margin: 0;
}

DIV.yearlynews DL DT,
DIV.yearlynews DL DD{
	font-size: 75%;
	line-height: 140%;
}

DIV.yearlynews DL DT{
	width: 70px;
	font-weight: bold;
	margin: 0 0 0.8em;
	clear: left;
	float: left;
}

DIV.yearlynews DL DD{
	margin-bottom: 1em;
	margin-left: 80px;
}

DIV.yearlynews DL DD A{
	font-weight: bold;
}

/* RSSアイコン付きリンク <a class="GoRss"> */

A.GoRss {
	background: url(/common/img/rss/rss.gif) no-repeat 0 1px;
	padding-left: 41px;
	min-height: 15px;
	display: inline-block;
	margin: 0 5px 0 0;
}

