body {
	margin:0; padding:0; font-size:62.5%;
	background-color:#fff; width:100%; text-align:center;
	-webkit-text-size-adjust: 100%;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {border:none;}
a {color:#0000ff; text-decoration:underline;}
a:hover {color:#ff0000; text-decoration:underline;}
html, 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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}



#cont {
	margin:0 auto; padding:0 5px; text-align:left; background-color:#fff;
	font-size:0.9rem; color:#222; line-height:140%;
	border-top:solid 8px #008;
}

.im1 {text-align:center;}
img.im3 {
	width:100%;
}

.co1 {padding:15px 0; font-size:0.8rem; color:#555; line-height:140%;}
.co2 {margin:25px 10px 20px 10px; padding:0; font-size:0.9rem; line-height:140%;}

.co3 {
	margin:0px 0 15px 0; padding:0; font-size:1.2rem; color:#f82; font-weight:bold;
	border-bottom:solid 1px #f62;
}
.co4 {margin:0; padding:0 0 5em 0; font-size:0.9rem; line-height:140%;}

.nav1 {
	margin:0px 0px 1px 0px;
	border:solid 2px #666;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: -webkit-linear-gradient(top, #348 0%, #126 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#348), to(#126));
	filter: progid:DXImageTransform.Microsoft.gradientEnabled=1,GradientType=0,StartColorStr='#348',EndColorStr='#126');
}
.nav1 a {
	display:block; padding:15px 0px; text-align:center; text-decoration:none;
	font-size:1.2rem; color:#fff; line-height:140%; font-weight:bold;
}
.nav1 a:hover {color:#fd2;}



.footer {
	clear:both;
	text-align:right; padding:3px 0px 2px 0;
	font-size:0.7rem; color:#555; border-top:solid 1px #777;
}
.clear {
	clear:both;
	}
a {color:#5656ff; text-decoration:none;}
a:hover {color:#ffff00; text-decoration:none;}
.copy {color:#aaaaaa; text-decoration:none;}
.toplin1 {color:#ffffff; text-decoration:none;}
.toplin1:hover {color:#ffff00; text-decoration:none;}



.fornav {
	margin:0 0 0 0; padding:0; background:#35d;
}

.nv0 {float:left; margin:0; padding:0;}
.nv1 {
	float:left;
	padding:1.2em 0 0 1em;
	font-size:1.05rem; color:#fff; font-weight:bold; line-height:140%;
}
.nv1 a {color:#fff; text-decoration:none;}
.nv1 a:hover {color:#fd2;}




nav {
	position: fixed;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #35d;
	top: 0px;
	left: -100%;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-property: all;
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: ease-in-out;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
}
nav#menu:target{
	left: 0px;
}
a#NavOpen {
	text-decoration: none;
	display: inline-block;
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	font-size:1.2rem; color: #FFF; line-height:140%;
	padding: 5px 8px 3px 8px;
	background-color: #999;
	box-shadow: 0px 0px 2px #555;
	margin: 10px;
}
a#NavOpen:hover {
	color: #999;
	background-color: #FFF;
}
a#close {
	text-decoration: none;
	display: inline-block;
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align: center;
	font-size:1.2rem; color: #FFF; line-height:140%;
	padding: 5px 8px 3px 8px;
	background-color: #999;
	box-shadow: 0px 0px 2px #555;
	margin:10px;
}
a#close:hover {
	color: #999;
	background-color: #FFF;
}

.nav2 {
	margin:0px 0px 0px 0px;
	border:solid 1px #555;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: -webkit-linear-gradient(top, #57f 0%, #35d 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#57f), to(#35d));
	filter: progid:DXImageTransform.Microsoft.gradientEnabled=1,GradientType=0,StartColorStr='#57f',EndColorStr='#35d');
}
.nav2 a {
	display:block; padding:20px 0px; text-align:center; text-decoration:none;
	font-size:1.2rem; color:#fff; line-height:140%; font-weight:bold;
}
.nav2 a:hover {color:#fd2;}

