@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-size: 80%;
	line-height: 1.4;
	background-color: #E3ABFF;
	width: 100%;
	font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #111111;
}

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

ul,li {
	list-style: none;
}

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

a {
	text-decoration: none;
}

a,
a:visited {
/*	text-decoration:underline;*/
}
a:hover {
}

a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";}








/* 

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

.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;    
}
