body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	color: #2D2D2D;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_1.gif);
}
td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 120%;
	color: #2D2D2D;
}
a {
	color: #F26D7D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 120%;
	color: #2D2D2D;
}
/* 中項目で使用（サーモンピンクの大文字：Diaryタイトルなど） */
h1 {
	font-size: 14px;
	color: #F26D7D;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
/* Infoのタイトルで使用 */
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
/* Infoの本人コメントで使用 */
h3 {
	font-size: 10px;
	font-weight: normal;
	color: #7143CF;
	margin: 0px;
	padding: 0px;
}

/* 一番上のテーブル */
.all {
	width: 100%;
	background-image: url(../img/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

/* TOP以外のページのメインコンテンツ */
.contents {
	padding-top: 15px;
	padding-bottom: -50px;
	background-image: url(../img/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-left: solid #CECECE 1px;
}

/* 白地の影背景・左 */
.bg-l {
	background-image: url(../img/bg_l.gif);
	background-repeat: repeat-y;
	background-position: top;
}

/* 白地の影背景・右 */
.bg-r {
	background-image: url(../img/bg_r.gif);
	background-repeat: repeat-y;
	background-position: top;
}

/* グラデーションの影背景・左 */
.bg-l-g {
	height: 561px;
	background-image: url(../img/bg_l_g.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* グラデーションの影背景・右 */
.bg-r-g {
	height: 561px;
	background-image: url(../img/bg_r_g.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* ページの左右にある黒っぽい縦ライン */
.line-v {
	width: 1px;
	background-color: #001C40;
}

/* シングル点線 */
.line-s {
	background-image: url(../img/line_s.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* ダブル点線 */
.line-d {
	background-image: url(../img/line_d.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* テキスト小 */
.small {
	font-size: 10px;
	line-height: 120%;
}

/* テキスト大 */
.big {
	font-size: 14px;
	line-height: 120%;
}

/* 各コーナーのタイトル画像付近 */
.c-title {
	padding-left:15px;
	padding-bottom: 5px;
}


/*** TOPのWhat'sNew ***/
div.whatsnew {
	width: 275px;
	height: 190px;
	margin: 0px 0px 0px 71px;
	padding: 0px 0px 0px 10px;
	/*
	◆overflow属性について
	overflow-x,-yのサポートがIEのみなので
	NN（firefox）はoverflowで対応。JSでTOPのみに書き出し。
	*/
	scrollbar-3dlight-color: #595E77;
	scrollbar-arrow-color: #2D2D2D;
	scrollbar-darkshadow-color: #595E77;
	scrollbar-face-color: #595E77;
	scrollbar-highlight-color: #595E77;
	scrollbar-shadow-color: #595E77;
	scrollbar-track-color: #595E77;
}
/* 日付 */
.wn-date {
	font-weight: bold;
	color: #1E185A;
}
/* 内容 */
.wn-text {
	color: #FFFFFF;
	padding-left: 15px;
	margin-bottom: 2px;
}

/*** Infomation ***/
/* 日付 */
.info-date {
	color: #F2627D;
}
/* タイトル */
.info-title {
	/* フォントスタイルは「h2」 */
}
/* 内容 */
.info-text {
	padding: 5px 0px;
}
/* コメント */
.info-comment {
	/* フォントスタイルは「h3」 */
	padding: 5px 0px;
}

/*** Diary ***/
/* カレンダー */
.d-cal {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}
/* 年月表示部 */
.ym {
	font-weight: bold;
	color: #000000;
	background-color: #E9E7FF;
}
/* 今日（黄） */
.today {
	color: #000000;
	background-color: #FFFFDC;
}
/* 日曜＆祝日（赤） */
.sunday {
	color: #FF0000;
	background-color: #FFC0CB;
}
/* 土曜（青） */
.saturday {
	color: #0000FF;
	background-color: #DAEBFD;
}
/* その他の日 */
.otherday {
	color: #000000;
	background-color: #FFFFFF;
}

/*** Works ***/
/* 項目 */
.work-item {
	margin-bottom: 15px;
	text-align: left;
}
/* 項目のタイトル */
.work-title {
	padding-left: 20px;
}
/* 項目の内容 */
.work-contents {
	padding-top: 10px;
	padding-left: 40px;
}

/*** Profile ***/
/* 項目 */
.prof-item {
	margin-bottom: 5px;
	text-align: left;
}
/* 項目のタイトル */
.prof-title {
	padding-left: 20px;
}
/* 項目の内容 */
.prof-contents {
	padding-top: 5px;
	padding-left: 30px;
}



/*** Link ***/
#link {
	text-align: left;
}
#link h1 {
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	background: transparent url(/common/img/line_d.gif) repeat-x left bottom;
}
#link h1 span {
	display: block;
	padding: 0px 0px 0px 40px;
	line-height: 24px;
	background: transparent url(/common/img/icon_jf.gif) no-repeat left center;
}
#link .genre {
}
#link .genre .item {
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
	background: transparent url(/common/img/line_s.gif) repeat-x left bottom;
}
#link .genre .item .img {
	float: left;
	width: 260px;
	text-align: center;
}
#link .genre .item .txt {
	float: right;
	width: 380px;
}
/* "float" クリア */
#link .genre .item:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
#link .genre .item { display: inline-table; }
/* Hides from IE-mac \*/
* html #link .genre .item { height: 1%; }
*+html #link .genre .item { height: 1%; }
#link .genre .item {display: block;}
/* End hide from IE-mac */

#link .pagenavi {
	clear: both;
	margin: 0px 0px 20px;
	text-align: right;
}




