﻿@charset "utf-8";

/*=====================================================
*
*	Since 2009.06.01
*	Editor 
*
========================================================*/


/* 情報メインボックス */
#whatsnew-main{
	margin-top: 25px;
	margin-left: 60px;
	margin-bottom: 25px;
}

/* 情報ボックス */
#whatsnew-news{
	margin:0px 0px 20px;
	width:600px;
	background-image: url(/resource/common/images/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* 写真 */
.RightPos img{
	margin:0px 0px 0px 15px;
}

/* タイトル */
.whatsnew-title{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.6em;
	padding-bottom: 10px;
}

/* 日付 */
.whatsnew-date{
font-family: Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0 0 3px 0;
}

.whatsnew-date img{
	padding-right: 10px;
}


/* 情報 */
.whatsnew-info{
	font-size: 100%;
	line-height: 1.6em;
	padding-bottom: 10px;
}

.whatsnew-info a {
	color: #333333 !important;
	text-decoration: underline;
}
.whatsnew-info a:hover {
	color: #a643a7 !important;;
	text-decoration: underline;

}


/* -------------page-number-bottom ------------- */
.page-number-bottom-box { /* 全体ボックス指定 */
width: 590px;
padding-left: 10px;
}
.page-number-bottom-r { /* 右側 next */
text-align: right;
width:50%;
float:left;
	color: #666666;
	font-size: 90%;
}
.page-number-bottom-l { /* 左側  number */
text-align: left;
width:50%;
float:left;
font-size: 90%;
}
.page-number-bottom-clear { /* クリア */
clear:both;
}
.page-number-bottom-r a { color: #333333 !important; text-decoration: underline; }
.page-number-bottom-r a:hover { color: #a643a7; text-decoration: underline; }
.page-number-bottom-l a { color: #333333 !important; text-decoration: underline; }
.page-number-bottom-l a:hover { color: #a643a7; text-decoration: underline; }
/* -------------//page-number-botto ------------- */

