@charset "UTF-8";
/* taki no moto */
body {
	font: 75% "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.4;
	background-color: #FFFFFF;
	color: #333;
	margin-top: 0;
}
		
/* divs */
#header {
	width: 744px;
	text-align:center;
}

#navigation {
	width: 744px;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 0 20px 0;
	background-color: #336666;
	color: white;
}

#content {
	width: 480px;
	text-align: left;
	padding-right: 39px;
}

#sidebar {
	width: 225px;
	text-align: left;
}

#footer {
	width: 744px;
	text-align: center;
	margin-top: 40px;
	font-size: 80%;
}

/* Layout Tables */

#layout {
	width: 744px;
}

#sidebarcell {
	border-left: 1px solid #F0E8DB;
}

/* Tables */

#about {
	margin: 10px 0 0 10px;
	width: 100%;
}

#about td,th {
	padding: 10px;
	background-color:#EBF0F0;
	vertical-align: middle;
}

th {
	color: #336666;
	font-weight: bold;
	text-align:center;
	width: 30%;
}

TH.left {
	width: 35%;
	text-align:left;
}

/* HTML styles */

h1 {
	margin: 0;
}
	
h2 {
	text-shadow: #ccc 2px 2px 2px;
	font-size: 180%;
	margin: 4px 10px 15px 10px;
}

h3 {
	color: #555;
	font-size: 130%;
	margin: 30px 10px 0 10px;
}

h4 {
	color: #555;
	font-size: 120%;
	margin: 10px 10px 0 10px;
}

p {
	margin: 4px 10px 10px 10px;
}

#navigation p {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

ul {
	list-style: square;
	padding: 10px;
	margin: 0 0 0 30px;
}

/* Custom styles */

p.newline {
	margin-top: -10px;
}

#sidebar p {
	margin: 4px 0 0 10px;
}

/* Inline graphics */

.pdf  {
	background: url(images/pdficon_small.gif) 0 50% no-repeat;
	padding: 10px 0 10px 25px;
	margin: 5px 10px 0 10px;
}

/* LINKS */

a:link {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF7404;
	text-decoration: underline;
}

a:active {

}

#navigation a:link {
	color: white;
	text-decoration: none;
	font-weight:normal;
}

#navigation a:visited {
	color: white;
	text-decoration: none;
	font-weight:normal;

}

#navigation a:hover {
	color: #FF7404;
	text-decoration: underline;
}

#navigation a:active {

}