﻿@charset "utf-8";

/* -----------------------------------------------
北のたまゆら
新着情報(/news/各ファイル) CSS

Creator    : sue/waka
LastUpdate : 08/12/25
----------------------------------------------- */

/* ===============================================
【基本構成】

1.左側のコンテンツの設定
2.右側のコンテンツの設定
=============================================== */

/* -----------------------------------------------------------------------------
1.左側のコンテンツの設定
----------------------------------------------------------------------------- */

#leftContents {
	text-align: center;
}

	#leftContents #news {
		margin-top: 5px;
	}
		#leftContents #news h2 {
			background-color: #FEA238;
			font-size: 120%;
			color: #ffffff;
			padding: 2px 5px;
			margin-bottom: 5px;
		}

		/* 新着情報一覧(index.html) */
		#leftContents #news #newsList {
			margin: 10px 10px 0;
		}
			#leftContents #news #newsList li {
				text-indent: 0.5em;
				border-bottom: 1px solid #e6e6e6;
			}

		/* 各新着情報(xx.html) */
		#leftContents #news .timeChange {
			margin-top: 10px;
		}
			#leftContents #news .timeChange p {
				text-align: center;
				font-size: 200%;
				font-weight: bold;
				line-height: 1.4;
				margin: 0;
			}
				#leftContents #news .timeChange p.redText {
					color: #ff0000;
					font-size: 220%;
				}
				#leftContents #news .timeChange p.common {
					font-size: 160%;
				}
				#leftContents #news .timeChange span.everyday {
					font-size: 220%;
				}

			#leftContents #news p.blacksirica {
				font-size: 100%;
				margin-left: 20px;
				margin-top: 20px;
			}

			#leftContents #news span.equipArea {
				font-size: 110%;
				font-weight: bold;
			}

			#leftContents #news .safety p {
				font-size: 120%;
				line-height: 1.4;
				margin-top: 20px;
			}
			#leftContents #news .safety span {
				font-size: 140%;
				font-weight: bold;
			}

		#leftContents #news .tempClose {
			margin-top: 10px;
		}
			#leftContents #news .tempClose p {
				text-align: center;
				font-size: 140%;
				font-weight: bold;
				color: #ff0000;
				margin-bottom: 5px;
			}
			#leftContents #news .tempClose dl {
				margin-left: 60px;
				width: 380px;
				border: 2px solid #ff0000;
				background-color: #ffffcc;
				padding: 5px;
			}
				#leftContents #news .tempClose dt {
					margin-bottom: 5px;
					font-size: 140%;
					font-weight: bold;
					color: #cc3300;
				}
				#leftContents #news .tempClose dd {
					margin-bottom: 10px;
					font-size: 140%;
					font-weight: bold;
					text-indent: 1em;
				}

	/* クリスマスイベント(news09.html) */
	#leftContents.event {
		background: url("../img/xmasEventBack.jpg") no-repeat center bottom;
	}
	#leftContents #news .xmas {
		text-align: center;
		margin-top: 10px;
	}
		#leftContents #news .xmas p {
			text-align: center;
			font-size: 120%;
			font-weight: bold;
			color: #035101;
			margin: 5px 0 15px 120px;
		}
		#leftContents #news .xmas dl {
			margin: 0 auto;
			width: 380px;
			border: 5px ridge #F6454A;
			padding: 10px 10px 4px;
		}
			#leftContents #news .xmas dt {
				margin-bottom: 0;
				font-size: 120%;
				font-weight: bold;
				color: #cc3300;
			}
			#leftContents #news .xmas dd {
				margin-bottom: 5px;
				font-size: 120%;
				font-weight: bold;
				text-indent: 2em;
			}




/* -----------------------------------------------------------------------------
2.右側のコンテンツの設定
----------------------------------------------------------------------------- */

#rightContents {
	text-align: center;
}

	#rightContents .navigation {
		width: 224px;
		margin: 0 auto;
		padding-top: 65px;
	}
		#rightContents .navigation ul li {
			margin-bottom: 7px;
		}