@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	margin:0 auto;
	text-align:center;
	color:#000;
	background-color: #fff;
	font-size:1.0em;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1.6em;
	-webkit-text-size-adjust: none;
}
img{
	max-width:100%;
	width: auto;
	height: auto;
	vertical-align:auto;
	margin: auto;
}

a:link		{color:#00f;text-decoration:underline}
a:visited	{color:#00f;text-decoration:underline}
a:hover		{color:#003;text-decoration:underline}
a:active	{color:#f00;text-decoration:underline}

p {
	font-size:1.2em;
	line-height:1.6em;
	vertical-align:middle;
	text-align:left;
	text-indent: -1em;
	padding-left:2em;
	padding-right:1em;
}
p.ni {
	font-size:1.2em;
	line-height:1.6em;
	vertical-align:middle;
	text-align:left;
	text-indent: 0em;
	padding-left:2em;
	padding-right:1em;
}
p.osusume {
	font-size:1.2em;
	line-height:1.6em;
	vertical-align:middle;
	text-align:center;
	text-indent: -1em;
	padding-left:1em;
	padding-right:0em;
}

#all{
	margin:auto;
	min-width:320px;
	border-left: #903 1px solid;
	border-right: #903 1px solid;
	height: auto;
}
#footer>p{
	text-align:center;
	font-size: 1em;
}
.red {color:#F00}
.blue {color:#009}

p.p1 {
	color:#000;
	font-size:1em;
	line-height:1.6em;
	text-align:left;
	padding:10px;
	text-indent: -1em;
}
/* scroll */
.pagetop {
	display: none;
	position: fixed;
	bottom: 3px;
	right: 3px;
	text-indent: 0em;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 40px;
	background-color: #903;
	opacity:0.7;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
}
