﻿@charset "utf-8";

/* default style clear
------------------------------------------- */
@import url("reset.css");


/* all style
------------------------------------------- */
@import url("base.css");


/* FOR_EDITOR */


/*リンク（アイコン）*/ p.arrow01 {
	background: #ffffff url(../images/arrow_blue.gif) no-repeat 0 0.3em;
	padding: 0 0 0 17px;
}

/*※印つき文章（2行目がインデントされます）*/ p.noteList { 
	text-indent: -1em; padding-left: 1em;
}

/* /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;}
