@charset "utf-8";

/* Templates DivStyle */
.divOutline{
	width:800px;
	background-color: #FFFFFF;
	margin:0px auto;
	text-align:center;
}

.divFooter {
	width:800px;
	clear: both;
}

.divHeader {
	width:800px;
	height:200px;
	height: 100px;
}

.divMenu {
	width:150px;
	height:200px;
	float: left;
}

.divMain {
	width:650px;
	float: left;
}

.Footer {
	font-size: 12px;
}

/*---------------------------------------------------  */

/*　全体背景　*/
body {
	background-image: url(img/back.gif);
}
/*　メニュータイトル　table　*/
.MenuTitle {
	background-image: url(img/title-line.png);
	color: #00B3FE;
	text-align: left;
	font-size: 21px;
	font-family: "HG明朝B";
	height: 30px;
	width: 640px;
}

/*　基本テーブル　table*/
.table-style {
	font-size: 15px;
	border: 1px solid #00B3FE;
	padding: 5px;
	text-align: left;
}

/*　基本テーブル（文字間あり文章用）見にくいのであまり使わない　table*/
.honbun-style {
	font-size: 15px;
	text-align: left;
    
}
.honbun-style p{
	line-height: 1.5em;
}

/*　メニューテーブル　table*/
.menu-table {
	font-size: 15px;
	padding: 5px;
	text-align: left;
}


.sub-title/*　サブタイトル　td　太字・センタリング　*/
 {
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}

.boldblue /*　強調青文字　今月の所感に使う*/
{
	color: #6699FF;
	font-size: 18px;
	font-weight: bold;
}

.boldorange /*　強調オレンジ文字　今月の所感に使う*/
{
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
	font-style: oblique;
}

.fontsizeXlarge /*　フォントサイズ　極太　今月の所感見出し*/
{
	font-size: x-large;
}

.message/*　一言用　td*/
 {
	text-align:center;
	font-size: 18px;
	font-family: "HG行書体";
	padding: 5px;
}

.title {
/*　見出し　太字・斜体*/
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.Font16 {/*　フォント16　太字　チョイでか字　*/
	font-size:16px;
	padding: 5px;
}

.divblog{
margin-left:auto;margin-right:auto;
	width:612px;
	text-align:left;
font-size: 15px;
}
.gyou1　/*　行間設定　所感や引用文に使用　*/
 {
	line-height: 1.5em;
}
.fontsizexlarge02 {
	font-family: HGS明朝E;
	font-size: x-large;
	font-weight: bold;
}
.fontsizexlarge03 {
	font-family: HGS明朝E;
	font-size: x-large;
	font-weight: bold;
	color: #800000;
}
.fontsizexlarge04 {
	font-family: HGS明朝E;
	font-size: 19px;
	font-weight: bold;
	color: #000080;
}
.font01 {
	font-family: "ＭＳ Ｐ明朝";
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FC0322;
}
.boldorange02 {
	color: #FB5200;
	font-size: 18px;
	font-weight: bold;
}
.font02 {
	font-family: "ＭＳ Ｐ明朝";
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FC0322;
	line-height: 1.5em;
}

