<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          form.css
 Created :            2010-11-08
 Created :            2010-11-08
 Author:              wan55 aono
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 01) Reset
 02) Redefine
 03) Contents
 
 99) Clearfix
 
===================================================================*/

/*-------------------------------------------------------------------
 01) Reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none;}

caption,th { text-align: left;}

img { vertical-align: top;}

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

q:before,q:after { content: '';}

abbr,acronym { border: 0;}


/*-------------------------------------------------------------------
 02) Redefine
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #ffffff;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	color: #7c5949;
}

hr { display: none;}

p { line-height: 1.6;}

.note {
	padding-left: 1em;
	text-indent: -1em;
}


/*-------------------------------------------------------------------
 03) Contents
-------------------------------------------------------------------*/
#tenori {
	position: relative;
	width: 1016px;
	height: 659px;
	margin: 10px auto;
	text-align: left;
	background: transparent url(../images/bg_main.png) left top no-repeat;
}

#btnTopI {
	position: absolute;
	top: 5px;
	right: 33px;
}

#btnTop {
	position: absolute;
	top: 5px;
	right: 93px;
}

#btnMarumiya {
	position: absolute;
	top: 6px;
	right: 33px;
}

#tenoriP {
	position: relative;
	width: 1016px;
	height: 749px;
	margin: 10px auto;
	text-align: left;
	background: transparent url(../images/bg_point.png) left top repeat;
}

#btnTopP {
	position: absolute;
	top: 24px;
	right: 93px;
}

#btnMarumiyaP {
	position: absolute;
	top: 24px;
	right: 33px;
}


#flash { padding: 33px 0 6px 34px;}

#point { padding: 5px 0 0 0;}

ul#gnav {
	margin: 18px 0 0 85px;
	overflow: hidden;
	_zoom: 1;
}
ul#gnav li {
	float: left;
	padding-right: 19px;
}


/*-------------------------------------------------------------------
 99) Clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

.cFix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.cFix {zoom:1;}</pre></body></html>