@charset "utf-8";

/* ---------------------------------------------------------------------
tinymceと共用
--------------------------------------------------------------------- */

.font18 {
	font-size: 180%;
}

.font14b {
	font-size: 14px;
	font-weight: bold;
}

.font12 {
	font-size: 12px;
}

.chusyaku {
	font-size: 10px;
	color: #666;
}

.sitecolor-title-bar {
	font-size: 100%;
	line-height: 2.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.gray-title-bar {
	font-size: 100%;
	line-height: 2.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

.maru-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bmaru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.3em;
}

.sankaku-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bsankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.4em;
}

.shikaku-title-bar {
	margin-bottom: 10px;
	background-image: url(../images/icon-bshikaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	width: 581px;
	line-height: 3.3em;
}

.maru {
	margin-bottom: 10px;
	background-image: url(../images/icon-maru.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.sankaku {
	margin-bottom: 10px;
	background-image: url(../images/icon-sankaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

.shikaku {
	margin-bottom: 10px;
	background-image: url(../images/icon-shikaku.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}


.sitecolor-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7ECEF4;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.gray-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.red-underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.sitecolor-tensen-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7ECEF4;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.gray-tensen-underline {
	border-bottom: 1px dotted #ccc;
	line-height: 1.7em;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 100%;
}

.red-tensen-underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


.yellow-text-box {
	background-color: #FFFFD9;
	padding: 15px;
	margin-bottom: 10px;
}

.blue-text-box {
	background-color: #ECFFFF;
	padding: 15px;
	margin-bottom: 10px;
}

.gray-text-box {
	background-color: #F0F0F0;
	padding: 15px;
	margin-bottom: 10px;
}


.lllllllllllllllllll {
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
