﻿k/* body */
body {
	font-size: 9px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	text-decoration: none;
}


h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	margin: 0.8;
}

p {
}

#wrapper {
	background-color: #FFFFFF;
	font-size: 16px;
	color: #000000;
	width: 100%;
	height: 100%
}


#container01 {
	background-color: #FFFFFF;
	font-size: 16px;
	position: relative;
	height: 600px;
}

#header0 {
	background-color: #FFFFFF;
	font-size: 16px;
	color: #000000;
	width: 550px;
	height: 0px;
}

#logo {
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
	background-color: #C0C0C0;
}

#header {
	font-size: 16px;
	font-align: right;
	position: absolute;
	left: 150px;
	top: 0px;
	width: 550px;
        height: 300px;
	background-color: #898989;
}


#contents0 {
	font-size: 13px;
	position: absolute;
	left: 150px;
	top: 150px;
	width: 550px;
	height: 100px;
	background-color: #a9a9a9;
}

#contents {
	font-size: 13px;
	position: absolute;
	left: 150px;
	top: 230px;
	width: 550px;
	background-color: #FFFFFF;
}


#contents p {
	margin: 0.8px;
}


#navigation {
	background-color: #FFFFFF;
	width: 380px;
}


#navigation ul {
	font-size: 13px;
	list style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
}


#kantei {
	width: 500px;
	font-size: 12px;
}


#menu {
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 150px;
	width: 150px;
	height 1000px;
	background-color: #C0C0C0;
}

#copyright {
	font-size: 16px;
	position: absolute;
	left: 150px;
	top: 910px;
	width: 550px;
	background-color: #FFFFFF;
}

/* アンカー全般 */
a:link { 
 text-decoration: none;
 color: #0000CC;
}
a:visited {
 text-decoration: none;
 color: #0000CC;
}
