/*------------------文字配置------------------*/

.right{text-align:right;}		/* 右寄せ */
.center{text-align:center;}		/* 中央寄せ */
.left{text-align:left;}			/* 左寄せ */

/*------------------背景色------------------*/

.pan1{
	background-color:#008040;
	width:100px;
	height:141px;}			/*縦(パンフ設定1)*/

.pan2{
	background-color:#008040;
	width:141px;
	height:100px;}			/*横(パンフ設定2)*/

.pan3{
	background-color:#ffffff;
	width:141px;
	height:100px;}			/*横空白(パンフ設定3)*/

/*------------------ライン------------------*/

hr{	width: 100%;}
hr.h{	width: 50%;}

.line{	border: 2px;}

/*------------------テーブル枠組------------------*/

img{border: 0px solid;}			/*枠無*/ 

/*------------------フォントサイズ------------------*/

.fo-3{font-size:xx-small; }		/*ミニミニ*/
.fo-2{font-size:x-small; }		/*ミニ*/
.fo-1{font-size:small;}			/*小*/
.fo0{font-size:medium;}			/*中*/
.fo1{font-size:large; }			/*大*/
.fo2{font-size:x-large; }		/*特大*/
.fo3{font-size:xx-large; }		/*超特大*/

/*------------------フォントカラー------------------*/

.blue{color:blue; }			/*青*/
.crimson{color:#CC0000; }		/*赤っぽい*/
.ebm{color:#A73535; }			/*ebm*/


/*------------------空白------------------*/

.style1{width: 240px;}
