@charset 'Shift_JIS';

body {
	margin:0;
	padding:0;
}

div, p, blockquote, address, hr, noscript, pre, 
ul, ol, li, dl, dt, dd, 
form, fieldset, legend, label, input, select, option, textarea, button {
	margin:0;
	padding:0;
	font-size:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-weight:normal;
}

a, img, map, sub, sup, span {
	margin:0;
	padding:0;
	border:0;
}

strong {
	font-weight:bold;
}

a{
	color: #1A6600;
}

.clfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .clfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .clfix {
	height: 1%;
}

.clfix {
	display: block;
}
/* End hide from IE6/IE Mac */

html {
	overflow-y: scroll; /* CSS3 */
}

.width100{
	width:100%;
	box-sizing: border-box;
}
.width70{
	width:70%;
	box-sizing: border-box;
}
.width50{
	width:50%;
	box-sizing: border-box;
}

.width30{
	width:30%;
	box-sizing: border-box;
}