@charset "UTF-8";
/* =============================

Written by Taro Utsumi CreoFUGA,INC.

Reset CSS is based on YUI Reset CSS.
YUI Reset CSS is Copyright (c) 2009, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/reset/

================================ */

* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}

/*
h1, h2, h3, th, dt, strong, a, #logo a, #footer ul li {
    margin: 0;
    padding: 0;
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}
*/

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}

#logo a:after {
    content: "";
}

/* +hidden objects
================================ */

.migiue,.showcase{
	display:none;}

#baseimg,#right-navi,#upper-navi-inner{
	display:none;}

h1#logo{
  display: none;
}

img.nodisplay{
  display: block;
  zoom:1;
}

div{display:table;
float:none;}

#footer{
	border-top:#333 2px solid;
	color:#333;
	margin-top:30px;}
