/*++++++++++++++++++++++++++++++++++++++++++++++++++
文字関係　*/
.f100
		{font-size:100%;}
.f120
		{font-size:120%;}
.f170
		{font-size:170%;}
.f200
		{font-size:200%;}
.f300
		{font-size:300%;}
.f400
		{font-size:400%;}
.f500
		{font-size:500%;}
.f600
		{font-size:600%;}
.f700
		{font-size:700%;}
.f800
		{font-size:800%;}
.f900
		{font-size:900%;}
.f1000
		{font-size:1000%;}
.min
		{
		font-family: "ＭＳ 明朝", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", 細明朝体, 平成明朝;
		line-height: 1.5;
		letter-spacing: 1pt;
		word-spacing: 1pt;
		}
.go
		{
		font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka-等幅, Osaka, 平成角ゴシック;
		line-height: 1.5;
		letter-spacing: 1pt;
		word-spacing: 1pt;
		}
table,
tr,
td
		{
		border:0;
		font-size:14px;
		}
font,p
		{
		line-height: 1.5;
		}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
		{
		line-height: 130%;
		}
#content,
td
		{
		font-size:11px !important;
		line-height: 1.5 !important;
		letter-spacing: 1pt !important;
		word-spacing: 1pt !important;
		}
* html #content 
		{
		font-size:10px !important; 
		}/*-----ie6*/
*:first-child+html #content 
		{ 
		font-size:10px !important;
		}/*-----ie7*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++
画像　*/
img
		{
		border: solid 10px white;
		}

/*++++++++++++++++++++++++++++++++++++++++++++++++++
その他　*/
.bk
		{
		background-color: #deffff;
		padding: 10px;
		border: dotted 2px #0000b4;
		}
.bg
		{
		padding:7px;
		background-color:silver;
		}
div.waku
		{
		border-width:1px;
		border-style:dotted;
		padding:10px;
		}
.post
		{
		margin: 0px 50px 50px 0px;
		float: left;
		overflow: hidden;
		}

.post img
		{
		border:0;
		margin:0;
		padding:0;
		}
.br
		{
		clear:both;
		}
.center
		{
		text-align: center;
		margin : 0 auto ;
		}