﻿@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");


.arrow01 {
	background: #ffffff url(../images/arrow_green.gif) no-repeat 0 0.3em;
	padding: 0 0 0 17px;
}

/* FOR_EDITOR */

/*リンク（アイコン）*/ p.arrow01 {
	background: #ffffff url(../images/arrow_green.gif) no-repeat 0 0.3em;
	padding: 0 0 0 17px;
}

/* /FOR_EDITOR */

/* エディタ用
------------------------------------------- */
body#editor { padding: 5px; font-size: 87%; }
#editor h1{font-size:200%}
#editor h2{font-size:120%}
#editor h3{font-size:100%}
#editor h4{font-size:100%}
#editor h5,h6{font-size:100%}
#editor p {margin: 0 0 1em;line-height: 1.6;}


