body {
	margin:0px;
	font-size: 12px;
	color:#000000;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	background: url(image/back.gif) repeat-y;
	background-color: #ffffff;
	}

p {
	margin:0px;
	}
img {
	border:none;
	}
A:link {
	color : #2255a4 ;
	text-decoration : none ;
}

A:active {
	color : #cc0000 ;
	text-decoration : none ;
}

A:visited {
	color : #2255a4 ;
	text-decoration : none ;
}

A:hover {
	color : #cc0000 ;
	text-decoration : underline ;
}
h1,h2,h3,h4,h5,p,li,ul,form{margin:0px;padding:0px;}

/* パンクズ
----------------------------------------------------*/
#pankuzu {
	/* Edit 2008.08.25 Monekyworks TTagawa */
	/*posision: relative;
	display: block;
	clear: both;
	width:780px;
	height:33px;
	color:#ffffff;
	margin:0 0 7px 0;
	font-size: 10px;
	padding-left:16px;
	padding-top:3px;
	background-color: transparent;
	background: url(image/pan_back.gif) no-repeat;*/
	display: none;
}

/* トップへ
----------------------------------------------------*/
#tophe {
	posision: relative;
	display: block;
	clear: both;
	width: 750px;
	margin:0 0 0 15px;
	margin:0 0 0 0;
	padding-top:20px;
	padding-bottom:5px;
	font-size: 10px;
	text-align: right;
	background-color: transparent;
}
/* フッタ部分
----------------------------------------------------*/
#footer {
	width: 780px;
	padding: 8px 0;
	background: #0068b7 url(../cmn/image/back_footer.gif) no-repeat;
}

#footer address {
	margin-left: 26px;
	color: #fff;
	font-size: 11px;
	font-style: normal;
}

/* Add 2008.08.25. Monkeyworks TTagawa */
/* クリアフィックス
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac\*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/*End hide from IE-mac */
