@charset "Shift_JIS";

/* ---------------------------------------

	Browser Reset CSS
	Last Up Date 10/12/27

------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

body {
	font:12px/1 "ＭＳ ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	clear:none;
	line-height:normal;
}

p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size:100%;
	font-weight:inherit;
	font-style:normal;
	line-height:normal;
}

ul,dl,ol {
	list-style-type:none;
	list-style-position:outside;
	text-indent:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

th,td {
	text-align:left;
}

input,select,textarea {
	font-size:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
}

.clear {
	clear:both;
}

a {
	color:#95c417;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb25 {
	margin-bottom:25px;
}

.mb30 {
	margin-bottom:30px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.ml6 {
	margin-left:-6px;
}

.ml10 {
	margin-left:10px;
}

.pl22 {
	padding-left:22px;
}

.pr22 {
	padding-right:22px;
}