body{		
	font-size:0.8em;
	font-family: Meiryo, 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', sans-serif;
	color:#333;
	margin: 0px;
	padding:0px;
	line-height:1.6em;
	background-image: url(../img/bg.gif);
}
h1,h2,h3,h4,p {		
	line-height: 1em;
}

img {		
	vertical-align:middle;
}
a img {		
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus{
	outline:none;
}
a:link {		
	color: #369;
	text-decoration: underline;
}
a:visited {		
	color: #369;
	text-decoration: underline;
}
a:hover {		
	color: #369;
	text-decoration: none;
}
.autho {		
	font-size: 12px;
	display: none;
}
/* layout
------------------------------------- */
#Container {		
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-image: url(../img/cont_bg.gif);
	background-repeat: repeat-y;
}
#Header {		
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#Header #logo {		
	float: left;
	width: 150px;
	padding-top: 10px;
	padding-left: 10px;
}
#Header #linkbox {		
	float: right;
	width: 360px;
	padding-top: 65px;
}
#Header #linkbox p {		
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopImg {		
	clear: both;
	width: 760px;
}
#Container #side-L {		
	float: left;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#Container #side-R {		
	float: right;
	width: 560px;
}
#Copyright {		
	clear: both;
	background-image: url(../img/copright_bg.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding-top: 12px;
	text-align: center;
	font-size: 0.8em;
	color: #336699;
}

/* menu
------------------------------------- */
.menutitle {		
	text-align: center;
	width: 200px;
	margin-bottom: 6px;
}
.menu {		
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.menu ul {		
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.menu li {		
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: -9999px;
}
.menu li a {		
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 27px;
	text-decoration: none;
}

.menu li#navi01 {
		height: 27px; 
}
.menu li#navi01 a {
		background-position: 0 0; 
}
.menu li#navi01 a:hover {
		background-position: -200px 0; 
}

.menu li#navi02 {
		height: 27px; 
}
.menu li#navi02 a {
		background-position: 0 -27px; 
}
.menu li#navi02 a:hover {
		background-position: -200px -27px; 
}

.menu li#navi03 {
		height: 27px; 
}
.menu li#navi03 a {
		background-position: 0 -54px; 
}
.menu li#navi03 a:hover {
		background-position: -200px -54px; 
}

.menu li#navi04 {
		height: 27px; 
}
.menu li#navi04 a {
		background-position: 0 -81px; 
}
.menu li#navi04 a:hover {
		background-position: -200px -81px; 
}

.menu li#navi05 {
		height: 27px; 
}
.menu li#navi05 a {
		background-position: 0 -108px; 
}
.menu li#navi05 a:hover {
		background-position: -200px -108px; 
}

.menu li#navi06 {
		height: 27px; 
}
.menu li#navi06 a {
		background-position: 0 -135px; 
}
.menu li#navi06 a:hover {
		background-position: -200px -135px; 
}

.menu li#navi07 {
		height: 27px; 
}
.menu li#navi07 a {
		background-position: 0 -162px; 
}
.menu li#navi07 a:hover {
		background-position: -200px -162px; 
}

.menu li#navi08 {
		height: 27px; 
}
.menu li#navi08 a {
		background-position: 0 -189px; 
}
.menu li#navi08 a:hover {
		background-position: -200px -189px; 
}

.menu li#navi09 {
		height: 27px; 
}
.menu li#navi09 a {
		background-position: 0 -216px; 
}
.menu li#navi09 a:hover {
		background-position: -200px -216px; 
}

.menu li#navi10 {
		height: 27px; 
}
.menu li#navi10 a {
		background-position: 0 -243px; 
}
.menu li#navi10 a:hover {
		background-position: -200px -243px; 
}

/*\*/
a {
		overflow: hidden; 
}
/**/

.bnr {		
	width: 165px;
	padding-left: 17px;
}

/* form
------------------------------------- */
form {		
	margin: 0px;
	padding: 0px;
}
input	           {		
	ime-mode: inactive;
	color: #333333;
}
input.nihongo      {		
	ime-mode: active;
	color: #333333;
}
textarea      {		
	ime-mode: active;
	color: #333333;
}

/* text
------------------------------------- */

.txt-L {		
	font-size: 1.1em;
}
.txt-S {		
	font-size: 0.8em;
}
.txtRed {		
	color: #C00;
}
.txtBlue {		
	color: #36C;
}
.txtGray {		
	color: #999;
}


#Copyright a:link {		
	color: #336699;
	text-decoration: none;
}
#Copyright a:visited {		
	text-decoration: none;
	color: #336699;
}
#Copyright a:hover {		
	text-decoration: none;
	color: #336699;
}
#Copyright a:active {		
	text-decoration: none;
	color: #336699;
}


/* 印刷用スタイル定義
------------------------------------- */
body {		
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #FFF;
}@media print {


