* {
	margin:0;
	padding:0;
}

body {
	font-size: 80%;
	line-height: 1.4;
	background-color: #FFFFFF;
	width: 100%;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
	background-image: url(../img/back_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font: #666666;
}

h1,h2,h3,h4,h5,h6,p,ul,li,form,iframe,table {
	font-size: 100%;
	font: #666666;
}

ul,li {
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
}

a {
	text-decoration: none;
}

a,
a:visited {
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #2FBABE;
	text-decoration: underline;
}








/* 

------------------------------------------------------ */

.clear {
	clear: both;
}



/* 

------------------------------------------------------ */

.align-center {
	text-align: left;
}



/* 

------------------------------------------------------ */

.align-center {
	text-align: center;
}



/* 

------------------------------------------------------ */

.align-right {
	text-align: right;
}



/* 

------------------------------------------------------ */

.font-small {
	font-size: 85%;
}



/* 

------------------------------------------------------ */

.f_left {
	float: left;
}

/* 

------------------------------------------------------ */

.f_right {
	float: right;
}

/*  表示・非表示

------------------------------------------------------ */

.show {  
  display:block;    
}  

.hide {  
  display:none;    
}
