html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #464646;
	background: #f6f6f6;
	font-size: 90%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration:  line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select, textarea, button {
	vertical-align: middle;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

button {
	cursor: pointer;
}

/*----------------------------------------*/
/* 共通設定
/*----------------------------------------*/
header {
	padding: 10px;
	background: #333;
	color: #fff;
}
header span {
	font-size: 80%;
}
header h1 {
	display: block;
	font-size: 180%;
	line-height: 1.6;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.cont {
	background: #fff;
	padding: 30px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

section {
	margin: 0 0 20px;
}

footer {
	background: #464646;
	padding: 30px 0;
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

.btn {
	margin-top: 20px;
	text-align: center;
}

.btn button {
	display: inline-block;
	width: 150px;
	text-align: center;
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-bottom: 3px solid #ccc;
	padding: 20px 0;
	line-height: 1;
	text-decoration: none;
	color: #464646;
	border-radius: 4px;
}

.btn button:hover {
	background: #eee;
	border: 1px solid #eee;
	border-bottom: 3px solid #ddd;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
	z-index: 10000;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

#id_loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 240px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	border: 3px solid #ccc;
	z-index: 20;
}

#id_overlay {
	background: #000;
	opacity: 0.8;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.w_30 {
	width: 30px;
}
.w_50 {
	width: 50px;
}
.w_80 {
	width: 80px;
}
.w_100 {
	width: 100px;
}
.w_120 {
	width: 120px;
}
.w_140 {
	width: 140px;
}

.clearfix {
	clear: both;
}