@charset "utf-8";

/*----------edit----------*/
.edit{ margin-bottom:57px;}


/*-----見出し-----*/
.edit h2{
	margin:36px 0 13px;
	font-size:133.333%;
	font-weight:bold;
	color:#000;
}

.edit h3{
	margin-bottom:14px;
	padding-top:17px;
	border-top:1px solid #e0e0e0;
	font-weight:bold;
	color:#000;
}

.edit h4{ font-weight:bold;}


/*-----段落-----*/
.edit p.linkList{
	padding-left:0;
	background:none;
}
.edit p.linkList a{
	padding-left:20px;
	background:url(../img/arrow03.gif) no-repeat 0 0.5em;
	color:#000;
}
.edit p.linkList a:hover{
	background:url(../img/arrow03_on.gif) no-repeat 0 0.5em;
	color:#333;
}

/*-----リスト-----*/
.edit ul,
.edit ol{ margin-bottom:14px;}
.edit ul li,
.edit ol li{ margin-bottom:0px;}

.edit ul li{
	padding-left:12px;
	background:url(../img/marker01.gif) no-repeat 0 0.25em;
}

.edit ul li.listStyleNone{
	padding-left:0;
	background:none;
}
/*
.edit ul li.linkList{
	padding-left:0;
	background:none;
}
.edit ul li.linkList a{
	padding-left:20px;
	background:url(../img/arrow03.gif) no-repeat 0 0.5em;
	color:#000;
}
.edit ul li.linkList a:hover{
	background:url(../img/arrow03_on.gif) no-repeat 0 0.5em;
	color:#333;
}
*/
.edit ol li{
	margin-left:1.5em;
	/margin-left:2em;	/*forIE6-7*/
	list-style:outside decimal;
}


/*-----引用-----*/
.edit blockquote{
	margin:17px 0;
	padding:17px 20px 3px;
	background:#efefef;
}
.edit blockquote.attention{ font-size:116.667%;}

.edit blockquote p,
.edit blockquote ul,
.edit blockquote ol{ margin:14px 0;}


/*-----テキスト-----*/
.edit .annotation{ 
	font-size:83.333%;
	color:#808080;
}

.edit .coloringText{ color:#f00;}


/*-----画像-----*/
.edit img{
	padding:3px 0;
	font-size:10px;
	font-family:sans-serif;
	line-height:1;
}
/*.edit img.imgStyleNone{
	padding:3px 0;
	background:none;
}*/


/*-----文字位置-----*/
.edit .aligncenter{ text-align:center;}
.edit .alignright{ text-align:right;}

