@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.3"; :created "2008-11-28"];
   :author [:name "Taichi Kaminogoya"; :homepage <http://2xup.org/> ];
   :license <http://www.gnu.org/licenses/gpl.html> .
*/

body {
	line-height: 1.2;
	padding: 0;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

img { 
    vertical-align: middle;
}

a img { 
    border: 0;
}
