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 {
	z-index:0;
	margin:0 auto; padding:0 5px; text-align:left; background-color:#fff;
	font-size:0.9rem; color:#222; line-height:140%;
	border-top:solid 5px #951;
}



.co1 {
	padding:10px 1px 5px 5px;
	font-size:1.5rem; color:#030; font-weight:bold; line-height:140%;
}
.co1 a {color:#555; text-decoration:none;}
.co1 a:hover {color:#777;}

img.im1 {width:100%; max-width:1280px;}
img.im2 {
	display:block; margin:0 auto;
	width:100%; max-width:250px;
	border-radius:1%;
}

.co2 {margin:15px 10px 20px 10px; padding:0; font-size:0.9rem; line-height:140%;}

.co3 {
	margin:1em 0 1.5em 0; padding:0.9em 1em 0.7em 1em; text-align:center;
	font-size:1.2rem; color:#985; font-weight:bold; line-height:140%;
	background-image:url("../../topcss/item/vintage_frame.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100% 100%;
}
.co4 {
	margin:0 0 0 0; padding:0 0 1.5em 0; font-size:0.9rem; color:#333; line-height:140%;
}
.co5 {
	margin:1em 0 0 0; padding:0;
	font-size:0.9rem; color:#763; line-height:140%; font-weight:bold;
}
.co6 {
	margin:3em 0 0 0; padding:0; text-align:center;
}
.co7 {
	margin:0 0 0 0; padding:1em 0.5em 1em 0.5em; font-size:0.7rem; line-height:150%;
}
.co8 {
	margin:0 0 0 0; padding:0 0.5em 1em 0.5em; text-align:center; font-size:0.7rem; line-height:150%;
}
table.co9 {width:100%; margin:0px 0px 0px 0px; border-collapse:collapse;}
.co9 td {
	width:50%; padding:0 0.15em; text-align:left; vertical-align:middle;
	font-size:1.0em; color:#222; line-height:140%;
	border:none;
}

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



.footer {
	clear:both;
	text-align:right; padding:3px 0px 2px 0;
	font-size:0.7rem; color:#555; border-top:solid 5px #f82;
}
.clear {
	clear:both;
	}
a {color:#5656ff; text-decoration:none;}
a:hover {color:#4646ee; 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:#985;
	background-image:url("../../topcss/item/logo_s.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 80%;
}

.c0 {float:left; margin:0; padding:0;}
.c1 {
	float:left;
	padding:1.1rem 0 0 0.2rem;
	font-size:1.02rem; color:#fff; font-weight:bold; line-height:140%;
}
.c1 a {color:#fff; text-decoration:none;}
.c1 a:hover {color:#fd2;}





nav {
	position: fixed;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #763;
	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;
	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;
	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;
	background: -webkit-linear-gradient(top, #763 0%, #985 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#763), to(#985));
	filter: progid:DXImageTransform.Microsoft.gradientEnabled=1,GradientType=0,StartColorStr='#763',EndColorStr='#985');
}
.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:#f72;}





.site {font-size:0.7em;}

.e1 {
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	font-size:1.2em; color:#951; font-weight:bold; line-height:140%;
}

.e2 {
	margin:0 0 0 0; padding:3px 0px 1px 0px; text-align:center;
	font-size:1.1em; color:#fff; font-weight:bold; line-height:140%;
	background:#f82;
	border-radius:10px/50%;
}













