/*	全体の幅と中央設定	*/
div#all {  width:100%; margin:0 auto; text-align: center; vertical-align: middle ; padding: 0px; left: 0px; top: 0px; clip:  rect(   )}
.color-r {
	color: #CC0000;
}

/*	ボディ要素	*/
body {
	color: #333333;
	margin: 0px 0px;
	padding: 0px 0px;
	top: 0px;
	clip:   rect(   );
	text-align: center;
	left: 0px;
}

/*	リンク色設定	*/
a:link {  color: #006600; text-decoration: none}
a:visited {  color: #006600; text-decoration: none}
a:active {  color: #333333; text-decoration: none}
a:hover {  color: #666666; text-decoration: underline}


/*	色	*/
.colorgreen {  color: #003300}/*	緑	*/

/*	マージンの設定	*/
p {
	margin-bottom: 0.5em;
}

p,h1,h2,h3,h4 {  margin:0; }

/*	フォントサイズの設定（.textが通常のテキストに指定。.smallがひとまわり小さいテキストに指定 */
h3{font-weight:normal;}

.text,.mtext{
	font-size:12px;
	line-height:1.5em;
	/*	\*/font-size:75%;/* */
}

.small{
	font-size:10px;
	line-height:1.4em;
	padding-bottom:5px;
	/*	\*/font-size:70%;/* */
}

/*	リセット	*/
.clear{
	display:block;
	font-size:0%;
	height:1px;
	clear:both;
	overflow:hidden;
	width:1px;
}

/* フロート対策
------------------------------------------------------------ */
/*IE以外*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/*IE7、MacIE5*/
.clearfix {  display: inline-block; }
/*IE6以前*/
/* Hides from IE-mac \*/
* html .clearfix {  height: 1%; }
.clearfix {  display: block; }
/* End hide from IE-mac */
.clear-both	{
	clear:both;
	}

