/* CSSƒŠƒZƒbƒg */
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;font-weight:normal;}
body{line-height:1}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:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


body {
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', Meiryo, ƒƒCƒŠƒI, sans-serif;
	margin: 0px; 
	padding: 0px;
	color: #333;
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(230,241,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(100%,rgba(230,241,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(230,241,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(230,241,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(230,241,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(230,241,247,1) 100%); /* W3C */
}
a:hover { color:#666666;}
a:hover img { filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}

.wrapper {
     width: 900px;
     height: 100%;
     margin: 0 auto;
	background-color: #ffffff;
font-size:11px;
letter-spacing: 0.1em;
}

.pressed {
    width:850px;
	
    margin: 0px auto;
    padding: 8px 0;
    border: 1px solid #f0f0f0;
    border-bottom: 2px solid #ccc;
      /* IEˆÈŠO‚È‚çŠÛŠp‚àI */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	background-color: #ffffff;
}
.pressed .taxt{
    margin: 15px;
font-size:12px;
line-height: 1.3em;
letter-spacing: 0.1em;
}
.border01 {
border-bottom:1px dotted #555;
margin:8px 0;
}

table { background-color: #ffffff;}
td.back { padding:3px;5px }
.conner01 {
background-color:#FFC148;
width:860;
text-align:left;
margin: 3px 0px;
padding:5px;
font-size:16px;
font-weight: bold;
color:#fff;
text-shadow: 1px 1px 1px #FC7304;
}
.conner02 {
background-color:#FFC148;
width:860;
text-align:left;
margin: 3px 0px;
padding:5px;
font-size:20px;
font-weight: bold;
color:#fff;
text-shadow: 1px 1px 1px #FC7304;
}
.fot {
background-color:#FFC148;
width:890px;
text-align:center;
margin:0px;
padding:5px;
font-size:11px;
color:#fff;
position:fixed;
bottom:0px;
}

