@charset "utf-8";

/* 今日の一言 */
.hitokoto {
	height: 85px;
}
.hitokoto-title {
	float: left;
	height: 78px;
	width: 150px;
	font-size: 24px;
	color: #FF3333;
	padding-top: 7px;
	border: 1px solid #FF9999;
	background-image: url(images/hitokoto_back.jpg);
	background-repeat: repeat-x;
}
.hitokoto-main {
	overflow:auto;
	line-height:1.4;
	padding:10px;
	text-align:left;
	height: 65px;
	border-top: 1px solid #FF9999;
	border-right: 1px solid #FF9999;
	border-bottom: 1px solid #FF9999;
	border-left: 0px solid #FF9999;
}
.hitokoto-main p {
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
	margin:0px;
}
.hitokoto-main-name {
	text-align: right;
}
.jijimondai/* What's NEW */
 {
	overflow:auto;
	height:50px;
	line-height:1.4;
	padding:10px;
	text-align:left;
	margin-bottom: 10px;
	border-top: 2px none #F39238;
	border-right: 2px solid #F39238;
	border-bottom: 2px solid #F39238;
	border-left: 2px solid #F39238;
}
.jijimondai  strong {
	background-image: url(images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 41px;
}
.jijimondai  p {
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
	margin:0px;
}
/* イベント情報 */
.event {
	overflow:auto;
	height:280px;
	line-height:1.4;
	padding:10px;
	text-align:left;
	border:2px solid #76AEDC;
	margin-bottom: 10px;
	background-color: #F8FDFE;
}
.event strong {
	background-image: url(images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 41px;
}
.event p {
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
	margin:0px;
}

/* フォント */
.font-red {
	color: #FF0000;
}
.font-blue {
	color: #0000FF;
}
.font-orange {
	color: #FF6600;
}
.font-green {
	color: #009900;
}
.font-big {
	font-size: 16px;
	line-height: 1.8;
}
.font-big2 {
	font-size: 20px;
}

.font-bold {
	font-weight: bold;
}
.font-red-big {
	font-size: 16px;
	color: #FF0000;
}
.nyuujuku {
	overflow:auto;
	height:200px;
	line-height:1.4;
	padding:10px;
	text-align:left;
	border:1px solid #76AEDC;
	margin-bottom: 10px;
}
.nyuujuku strong {
	background-image: url(images/icon_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 41px;
}
.nyuujuku p {
	border-bottom:1px dotted #cccccc;
	padding:3px 0px;
	margin:0px;
}
.font-middle {
	font-size: 15px;
	line-height: 1.7;
}
