@charset "Shift_JIS";

/***************■全体構造*********************/

body{
-webkit-text-size-adjust: 100%;
}

/*背景色の指定*/
#backcolor{
	background-color: #f0e68c;
}

/*タイトル*/
#titleImage{
	padding: 0px;
	margin: 0px;
	border: none;
}

/*文字サイズ変更*/
.up20{
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
}

.down20{
	font-size: 80%;
	color: #2b2b2b;
}

/*****※元流用部分*****/
#page{
	height: auto;
	background-repeat:no-repeat; 
	background-position:5% 2%;
}

#contentsbox{
	border-collapse: separate;
	border: 1px solid #ff69b4;
	height: auto;
	background-color: #ffffff;
}

#lead{
	margin: 5px 0px 8px 5px;
	height: auto;
	font-family: 'HGゴシックM';
	font-size: 15px;
	text-align: left;
	color :#2f4f4f;
	border: 0px solid #647238;
	line-height: 120%;
}


td.maru{
	font-size: 15px;
	vertical-align: top;
	margin: 0px 0px 0px 25px;
	text-indent: 15px;
}

td.naiyo{
	font-family: 'HGゴシックM';
	font-size: 15px;
	margin: 0px 0px 0px 5px;
}

.koi{
	color:#ff4500;
}

.koib{
	color:#ff4500;
	font-weight: bold;
}

.note{
	color:#333333;
	font-size:12px;
}

.big16{
	font-size: 16px;
	color: #336633;
	font-family: Century Gothic;
	font-weight: bold;
}

td.index{
	background-color:#ffffff;
	padding: 5px;
	border-top: 1px solid #99cc00;
	border-bottom: 1px solid #99cc00;
	border-right: 1px solid #99cc00;
	white-space: nowrap;
}

body#inf{
	text-align:left;
	font-family: 'ＭＳ Ｐゴシック,Osaka';
	font-size: 13px;
}

td#naiyo{
	padding: 2px 10px 0px 10px;
	text-align: left;
}

/* --------------------------------------------------
	リンク色
-------------------------------------------------- */
a:link{
	color:#339999
}
a:visited{
	text-decoration:none;
	color:#339999
}
a:hover{
	color:#339999
}
a:active{
	color:#339999
}

