/* Enter Your Custom CSS Here */
/*　自分で設定したCSS
--------------------------------------------------------------*/

/*　本文の行間設定
----------------------------------*/
.article {
	line-height: 2.3em;
	font-size:110%;
}


/*　文字装飾系全部
-------------------------------------------------------------*/

.underline {
	text-decoration: underline;
}
.font_130 {
	font-size: 130%; 
}
.bold_underline_130 {
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.bold_130 {
	font-size: 130%;
	font-weight: bold;
}
.bold_170 {
	font-size: 170%;
	font-weight: bold;
}
.red {
	color: #ee0000;
	font-weight: bold;
}
.red_130 {
	font-size: 130%;
	color: #ee0000;
	font-weight: bold;
}.bold_underline_red_130 {
	font-size: 130%;
	color: #ee0000;
	font-weight: bold;
	text-decoration: underline;
}
.red_nomal_140 {
	font-size: 140%;
	color: #ee0000;
	font-weight: bold;
}

.bold_red_130 {
	font-size: 130%;
	font-weight: bold;
	color: #ee0000;
}

.bgyellow {
	background-color: #F3E80C;
}

.bold_bgyellow {
	font-weight: bold;
	background-color: #F3E80C;

}
.black_bgyellow_line {
	background-color: #F3E80C;
	font-weight: bold;
	text-decoration: underline;
}

.red_underline {
	color: #ee0000;
	text-decoration: underline;
	font-size: 110%;
	font-weight: bold;

}
.red_bgyellow {
	color: #ee0000;
	background-color: #F3E80C;
	font-weight: bold;
	background-repeat: no-repeat;
}
.red_bgyellow_130 {
	font-size: 130%;
	color: #ee0000;
	background-color: #F3E80C;
	font-weight: bold;
	background-repeat: no-repeat;
}
.red_underline_bold {
	color: #ee0000;
	font-weight: bold;
	text-decoration: underline;
}
.red_underline_bgyellow {
	font-weight: bold;
	color: #ee0000;
	text-decoration: underline;
	background-color: #F3E80C;
}

/*　画像のグレー枠
-------------------------------------------------*/

.waku {
	padding: 12px;
	background-color: #eeeeee;
	border:1px solid #cccccc;
}

/*記事
-------------------------------------------------*/
.kijiupper {
  font-weight: bold;
  font-size: 110%;
	padding: 12px;
	background-color: #e8effc;
	border:1px solid #cccccc;
}

/* メインカラム内バナースタイル
------------------------------------------------*/
.mainbanner {
 padding-bottom:25px; 
}
.mainbanner a:link{ 
}
.mainbanner a:hover{
position: relative;
top: 2px;
left: 2px;
}