@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;
	font:80% Arial, Helvetica, sans-serif;
	color:#555;
	line-height:180%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #555;
}
h1{
	font-size:150%;
	font-weight:normal;
	margin-top: 20px;
	}
h2{
	font-size:140%;
	font-weight:normal;
	}	
h3{
	font-size:120%;
	font-weight:normal;
	}
p { 
    line-height: 1.8;
    margin: 1.2em 0;
}

pre { 
    overflow: auto;
    max-height: 500px;
    margin: 1.5em auto;
    padding: 0.8em;
    font-size: 95%;
}

blockquote { 
    clear: both;
    margin: 2em auto;
    padding: 1px 0.8em;
}

address { 
    font-style: normal;
}

del { 
    text-decoration: line-through;
    font-weight: normal !important;
}

ins { 
    margin: 1em 0 0.5em;
    padding: 1px 0;
}

em { 
    margin: 0 0.1em;
    padding: 0 0.2em;
    font-style: normal;
}

strong { 
    margin: 0 0.3em;
    font-weight: bold;
}

cite {
    font-size: 90%;
}

pre em, 
pre strong { 
    margin: 0;
}

abbr, 
acronym { 
    cursor: help;
    border-bottom: 1px dotted;
}

code, 
samp, 
kbd, 
var { 
    font-family: monospace;
    font-size: 100%;
}

sub, 
sup { 
    font-size: 50%;
}

ul, 
ol { 
    margin: 1.5em 1.5em 1.5em 2.3em;
    padding: 0;
}

li { 
    margin-bottom: 0.5em;
    line-height: 1.5;
}

li ul, 
li ol { 
    margin: 0.75em 1.5em;
}

dl { 
    margin: 2em 0;
}

dd { 
    margin: 0 0 0 1em;
}

fieldset { 
    margin: 0;
    padding: 0;
    border: 0;
}

legend { 
    display: none;
}

input, 
label, 
select { 
    vertical-align: middle;
    margin: 0 0.2em;
}

label { 
    cursor: pointer;
}

table { 
    width: 99%;
    margin: 0 auto 2.5em;
    font-size: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

caption { 
    margin-bottom: 0.2em;
}

th, 
td {
    border-collapse: collapse;
}

img { 
    vertical-align: middle;
}

a img { 
    border: 0;
}
.oneColLiqCtrHdr #container #mainContent-index p {
	width: 560px;
	color: #555;
	padding-left: 10px;
	margin-bottom: 30px;
}
#mainContent-map .maptxt {
	margin-top: 70px;
	margin-left: 10px;
	float: left;
	width: 330px;
}
a {
	text-decoration: none;
	color: #31B004;
}
