@charset "utf-8";
/* CSS Document */
/* ===================================================================
     ▼ CSSリセット ▼
=================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
caption{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, var{
    font-style: normal; 
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

/***  for browser control  ***/

/* FireFoxで高さがディスプレイを満たさなかった場合でもスクロールバーを表示させる */
html{
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}

.clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0%;
	height:0px;
}

/* ===================================================================
     ▲ CSSリセット ▲
=================================================================== */

/****************************************/
/****** ▼ plan.css ▼ *****/
/****************************************/
h1{
	font-size: 10px;
}

.plan_inner span{
	font-weight: bold;
}
