@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<http://2xup.org/common/css/common.css> a :CSSstylesheet;
   :title "Site Common Stylesheet";
   :shortdesc "This Style Sheet is the one adjusting to design the style of some elements easily.";
   :created "2008-03-03";
   :release [:revision "5.1"; :created "2008-05-16"];
   :author [:name "Taichi Kaminogoya"; :homepage <http://2xup.org/> ];
   :license <http://www.gnu.org/licenses/gpl.html> .
*/
html {
    height: 100%;
	}
body { 
    height: 100%;
    padding: 0;
    margin: 0;
	font-family: "MS Pゴシック","MS PGothic","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Verdana,Osaka,"メイリオ",Meiryo,sans-serif;
	color: #555555;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	line-height: 1.3;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 { 
    margin: 0 0;
    padding: 0;
    font-weight: bold;
}

p { 
    line-height: 1.5;
    margin: 1em 0;
}

blockquote { 
    clear: both;
    margin: 0;
    padding: 0;
}

em { 
    margin: 0;
    text-decoration: underline;
    font-style: normal;
}

strong { 
    margin: 0;
    font-weight: bold;
}

pre { 
    margin: 0;
}

sub, 
sup { 
    font-size: 50%;
}

small { 
    font-size: 90%;
}

big { 
    font-size: 125%;
}

ul, ol, dl { 
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li { 
    margin: 0;
}

dd { 
    margin: 0;
}

form {
  margin: 0px;
  padding: 0px;
  display: inline;
}

input,
textarea,
select { 
    margin: 0;
    padding: 0;
}

fieldset { 
    margin: 0;
    padding: 0;
    border: 0;
}

legend { 
    display: none;
}

fieldset dl { 
    margin: 0;
    padding: 0;
}

fieldset dt, 
fieldset dd { 
    margin: 0;
}

fieldset div { 
    clear: both;
}

table { 
    margin: 0;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

caption { 
    margin: 0;
}

th, 
td {
    padding: 0;
    border-collapse: collapse;
}
