@charset "Shift-JIS";
@import "common.css";


/* Header
-------------------------------------------------*/
.header {
	width: 80em;
	height: 14em;
	margin: auto;
}

/* Wrap-main
-------------------------------------------------*/
#wrap-main {
	background: url(../item/season/bg.gif);
	width: 80em;
}

.box1 {
	width: 60em;
	margin: 0 10em;
	padding: 2em 0;
}


.p_big {
	color: #600;
	font-size: 16px;
	font-weight:bold;
	line-height:120%;
	text-align: center;
}

.p_or {
	color: #C60;
	font-size: 14px;
	text-shadow: #999;
	font-weight: bold;
	text-align: center;
}

.box1 a         { color: #C60;} /* リンクの種類（この場合下線をつける） */
.box1 a:link    { color: #C60; } /* リンクの色 */
.box1 a:visited { } /* 訪問済みのリンクの色 */
.box1 a:hover   { color: #F00;} /* リンクにカーソルがオーバーしている時の色 */
.box1 a:active  { color: #F00;} /* リンククリック状態の色 */

.p_day {
	color:#600;
	font-size:small;
	font-weight:bold;
	line-height:140%;
	text-align: center;
}
	
.p_gree {
	color: #360;
	font-size: 14px;
	line-height: 140%;
}