BODY {
	color:#666666;
	font-size: 9px;
	background-color:  #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
}

#main {
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
     width:920px;         /* 幅を決定する */
}

A:link {
	color: #666666;
	background-color:  transparent;
	text-decoration:   underline;
}

A:visited {
	color: #666666;
	background-color:  transparent;
	text-decoration:  underline;
}

A:hover {
	color:#f5608f;
	background-color:  transparent;
	text-decoration:   underline;
}

A:active {
	color:#666666;
	background-color:  transparent;
	text-decoration:   underline;
}

a img{
	color:#ffffff;
	font-size: 10px;
	background-color:  #ffffff;
	border:none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/* colours with frequency */

.white	{ color:#ffffff; }
.gray4	{ color:#444444; }
.gray6	{ color:#666666; }
.gray9	{ color:#999999; }
.grayc4	{ color:#c4c4c4; }
.black	{ color:#000000; }

.pink	{ color:#f5608f; }
.beige	{ color:#eee8d8; }
.yellowgreen	{ color:#a6c400; }


.clearfix:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

/* WinIE6 and below */
/*\*/
* html .clearfix{
	height:1%;
}
/**/

/* MacIE only */
/*\*//*/
#contents #main .clearfix {
	display:inline-table;
}
/**/



.txt9-44{
	font-size: 9px;
	color: #444444;
}
.txt9 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}

.txt14{
	font-size: 14px;
	line-height:1.2em;
}

.icon{
	margin-right:5px;
}

iframe { overflow: auto;}

/* end of file */
