@charset "utf-8";
/*******************************************************************************
	CKエディタ（強調はstrongタグで設定）
*******************************************************************************/
.red{
	color:#A80000;
}
.blue{
	color:#0740C2;
}
.green{
	color:#175839;
}
.purple{
	color:#800AA9;
}
.underline{
	text-decoration:underline;
}
.big{
	font-size:120%!important;
}
.boxnormal{
	margin:15px;
	padding:10px 12px 10px 12px;
	border:1px solid #aaa;
}
.boxnotice{
	margin:15px;
	padding:12px 14px 10px 14px;
	border:2px solid #A80000;
}

/*******************************************************************************
  HTMLエディタ設定
********************************************************************************/
.redborder{
	margin:0px 15px 15px 15px;
	padding:15px 15px 15px 15px;
	border:3px double #FF0000;
	clear:both;
	zoom:1;
}
.yellowborder{
	margin:0px 15px 15px 15px;
	padding:15px 15px 15px 15px;
	border:2px dashed #EEBE00;
	clear:both;
	zoom:1;
}
.greenborder{
	margin:0px 15px 15px 15px;
	padding:15px 15px 15px 15px;
	border:3px dotted #339933;
	clear:both;
	zoom:1;
}
.blueborder{
	margin:0px 13px 15px 13px;
	padding:15px 15px 15px 15px;
	border:5px ridge #3366FF;
	clear:both;
	zoom:1;
}
.redborder:after,.yellowborder:after,.greenborder:after,.blueborder:after{
    content: ""; 
    display: block; 
    clear: both;
}
.grayarrow{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/al_1.gif) no-repeat 0px 5px;
}
.yellowarrow{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/al_2.gif) no-repeat 0px 5px;
}
.graycircle{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/ci_1.gif) no-repeat 0px 5px;
}
.yellowcircle{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/ci_2.gif) no-repeat 0px 5px;
}
.grayexclamation{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/ex_1.gif) no-repeat 0px 5px;
}
.yellowexclamation{
	margin:0px 0px 15px 15px;
	padding-left: 20px;
	background: url(images/editor/ex_2.gif) no-repeat 0px 5px;
}
