@charset "utf-8";

/*-----------------------------------------------------
   News CSS                  
-----------------------------------------------------*/

.newsWrap{
	margin: 0 20px;
}
.newsWrap table{
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}
.newsWrap td{
	background:url(../images/news/line.gif) left bottom repeat-x #EEEEEE;
	padding: 0 10px;
}
.newsWrap td dl{
}
.newsWrap td dt{
	padding: 0;
	margin: 5px 0;
	font-weight: bolder;
	text-align: left;
	font-size: 100%;
}
.newsWrap td dt img{
    margin:0 0 0 5px;
}
.newsWrap td dd{
	margin: 0;
	font-size: 100%;
	padding: 0 0 11px;
}
#mainContents .newsWrap td dd a{
	background: url(../images/common/arrow01.gif) no-repeat left top;
	padding-left: 17px;
	display: block;
	color:#333333;
}
#mainContents .newsWrap td dd a:visited{
	color:#333333;	
}
#mainContents .newsWrap td dd a:hover{
	background-image: url(../images/common/arrow02.gif);
	color:#333333;	
}
.newsWrap tr.even td{
	background-color: #FFFFFF;
}



/* プレスリリース一覧　----------------------------------------- */

.pressWrap{
	margin: 0 20px;
}

.pressWrap .press-list,
.newsWrap .news-list {
	background: url(../images/news/press/press_list_top.gif) no-repeat left top #BBE0F3;
	width:650px;
	padding: 3px 0 0;
	margin: 0 0 10px;
}
.pressWrap .press-list ol,
.newsWrap .news-list ol {
	background: url(../images/news/press/press_list_bottom.gif) no-repeat left bottom;
	padding: 0 5px 4px;
	margin: 0;
}
.pressWrap .press-list ol li,
.newsWrap .news-list ol li {
	display: inline;
	background: url(../images/news/press/press_list_line.gif) no-repeat left top;
	padding-right: 3px;
	padding-left: 13px;
	line-height: 1.3;
}
.pressWrap .press-list ol li img,
.newsWrap .news-list ol li img {
	vertical-align: -3px;
}
.pressWrap .press-list ol li.back,
.newsWrap .news-list ol li.back{
	background: none;
	padding-left: 0px;
}
.pressWrap .press-list ol li.next,
.newsWrap .news-list ol li.next{
}

.pressWrap table{
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
}
.pressWrap td{
	background:url(../images/news/line.gif) left bottom repeat-x #EEEEEE;
	padding: 0 10px;
}
.pressWrap td dl{
}
.pressWrap td dt{
	padding: 0;
	margin: 5px 0;
	font-weight: bolder;
	text-align: left;
	font-size: 100%;
}
.pressWrap td dt img{
    margin:0 0 0 5px;
}
.pressWrap td dd{
	font-size: 100%;
	padding: 0 0 11px;
}
#mainContents .pressWrap td dd a{
	background: url(../images/common/arrow01.gif) no-repeat left top;
	padding-left: 17px;
	display: block;
	color:#333333;
}
#mainContents .pressWrap td dd a:visited{
	color:#333333;	
}
#mainContents .pressWrap td dd a:hover{
	background-image: url(../images/common/arrow02.gif);
	color:#333333;	
}
.pressWrap tr.even td{
	background-color: #FFFFFF;
}

/* プレスリリース記事 */
.press-article{
	margin: 0 20px;
	width: 650px;
}
#mainContents h1.article{
	color: #198AC6;
	padding: 13px 0 18px 22px;	
	font-size: 100%;
	margin-bottom: 0px;
}

/* 2008.07.04追記 */
#mainContents h1.article-size-s{
	font-size: 80%;
}

#mainContents h1.article-line2{
	color: #198AC6;
	padding: 3px 0 12px 22px;	
	font-size: 100%;
	margin-bottom: 0px;
}
#mainContents h1.article-line2 span{
	color: #198AC6;
	font-size: 70%;
	font-weight:normal;
}
/* ここまで2008.07.04追記 */

.press-article .date{
	text-align:right;
	font-weight: bold;
	margin-bottom: 2px;
}

.press-article .headline{
	background-image: url(../images/news/press/border_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px 0;
	width: 650px;
	margin: 0 0 35px;
}
.press-article .headline p{
	background-color: #FFFFFF;
	margin: 0 10px;
	padding: 17px;
}

.press-article h2{
	color: #198AC6;
	font-size: 100%;
	background: url(../images/news/press/h2.gif) repeat-x left bottom;
	padding-bottom: 7px;
	padding-left: 2px;
	margin: 0 0 12px;
}
.press-article p{
   margin:0 2px 10px;
}
.press-article p.lead{
   color:#3A8F3D;
   font-size:90%;
   font-weight:bold;
}

.press-article .img-float-r{
	float:right;
	margin: 0 0 20px 25px;
}
.press-article p.link{
}
.press-article p.link a{
	background: url(../images/news/press/arrow01.gif) no-repeat left center;
	padding-left: 17px;
   
}
.press-article p.link a:hover{
   background-image:url(../images/news/press/arrow02.gif);
}
.press-article h3{
	background: url(../images/news/press/h3.gif) no-repeat left bottom;
	color: #198AC6;
	padding-bottom: 3px;
	font-size: 80%;
	margin: 0 0 10px;
}
.press-article table{
	background-color: #999999;
	margin: 0 0 15px;
}
.press-article caption{
	text-align: left;
	color: #1883BC;
	background: url(../images/news/press/caption.gif) no-repeat left center;
	font-weight: bold;
	padding-left: 18px;
	font-size: 80%;
	padding-bottom: 4px;

}
.press-article th{
	background-color: #1883BC;
	color: #FFFFFF;
	font-weight: bold;
	width: 15%;
	text-align: left;
	padding: 10px 12px;
}
.press-article td{
	background-color: #FFFFFF;
	padding: 10px 12px;
}
.press-article td table{
	border: solid 1px #CCCCCC;
	margin: 5px 0 0;
}
.press-article td table td{
	font-size:100%;
	background-image: url(../images/news/press/slant_bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

/* 2008.07.04追記 */
.press-article table.non-padding td{
	padding:2px;
}

/* ここまで2008.07.04追記 */


.press-article ul{
	padding: 0 7px;
}
.press-article li{
	background: url(../images/news/press/list_icon.gif) no-repeat left top;
	padding-left: 18px;
	padding-right: 18px;
}

.press-article dl{
	padding: 0 7px;
	margin: 0 0 30px;
}
.press-article dt{
	background: url(../images/news/press/list_icon.gif) no-repeat left top;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 0 18px;
}
.press-article ul{
	padding: 0 7px;
}
.press-article dd{
	padding: 0 20px;
	margin: 0 0 10px;
}

.press-article .press-list{
	text-align:right;
	margin: 0 0 20px;
}

/* 2008.07.04追記 その他汎用性のあるもの */

/* 外枠をつける */
.press-article .table-border { 
	border:1px solid #666; 
}

/* テーブルに区切り線を入れる */
.press-article table.td-border {
	border-top:1px solid #666;
	border-left:1px solid #666;
}
.press-article table.td-border td {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

/* 外枠のみ */
.unit-border {
	padding:5px;
	border:1px solid #666;
}

/* ここまで2008.07.04追記 */

/* 2008.07.08追記 その他汎用性のあるもの */

/* 	イメージ右側にマージン */
.img-ml12 {
	margin:0 12px 0 0;
}

.press-article .headline02{
	background-image: url(../images/news/press/border_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 10px 0;
	width: 650px;
	margin: 35px 0;
}
.press-article .headline02 p{
	background-color: #FFFFFF;
	margin: 0 10px;
	padding: 17px;
}

.press-article ul.mb30{
	margin: 0 0 30px;
}

.press-article ul.mb15{
	margin: 0 0 15px;
}

.press-article h2.articlelead-line2{
	color: #198AC6;
	font-size: 100%;
	background: url(../images/news/press/h2.gif) repeat-x left bottom;
	padding-bottom: 7px;
	padding-left: 2px;
	margin: 0 0 12px;
}

.press-article h2.articlelead-line2 span{
	color: #198AC6;
	font-size: 70%;
	font-weight:normal;
}

.txt_cl_red{
	color: #FF0000;
}

.txt_cl_blue{
	color: #0A50A1;
}

.txt_large {
	font-size:1.2em;
}
.txt_normal {
	font-size:1em;
}
.txt_small {
	font-size:0.8em;
}

/* ここまで2008.07.08追記 */