@charset "UTF-8";
/*==============================================================================
 共用スタイルシート powered by penlabo.net 2011-01-24
------------------------------------------------------------------------------*/
.m0p0 { margin: 0 !important; padding: 0 !important; }

.fl { float: left; }
.fr { float: right; }
.fc { clear: both; }

.auto { margin-left: auto; margin-right: auto; }
/* text-align */
.l { text-align: left !important; }
.r { text-align: right !important; }
.c { text-align: center !important; }
/* vertical-align */
.t { vertical-align: top !important; }
.m { vertical-align: middle !important; }
.b { vertical-align: bottom !important; }

.bold { font-weight: bold; }

/* size */
a img { border: 0; }

/* color */
.red   { color: #ff4d4d; }
.blue  { color: #4d4dff; }
.green { color: green;   }
.gray  { color: #4d4d4d; }

/* display */
.inline { display: inline; }
.block { display: block; }

/* form
--------------------------------------*/
form { margin: 0; padding: 0; }

/* img
--------------------------------------*/
img.img { border: 1px lightgrey solid; }

/* display
--------------------------------------*/
.none { display: none; }

/* list-style-type:none; <ul>
--------------------------------------*/
ul.lst-n li { list-style: none; }
ul li { list-style-type: none; }



.hover-pointer:hover {
	cursor: pointer;
}