body{
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #505050;
}



/* common
---------------------------------------------------- */
.clr{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: #D4D0C8;
}
a:link{
	color: #003399;
	text-decoration: none;
}
a:visited{
	color: #505050;
	text-decoration: none;
}
a:hover,
a:active{
	color: #FF3300;
	text-decoration: underline;
}

/* inside common layout*/
#header div.inside,
#menu div.inside,
#footer div.inside,
#copy div.inside{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}



/* header
---------------------------------------------------- */
#header{
	background-color: #000066;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#header h1{
	font-size: medium;
	line-height: 1.1;
	margin: 0px;
	padding: 5px;
}
#header h1 a{
	display: block;
	overflow: hidden;
	width: 0 !important;
	height: 0 !important;
	padding: 16px 0 0 163px;
	background: url(../img/link_head_logo.gif) no-repeat;
	text-indent: -9999px;
}



/* menu
---------------------------------------------------- */
#menu{
	background-color: #7DBAE9;
}
#menu div.inside{
	background-image: url(../img/link_banner.jpg);
	height: 80px;
}



/* container
---------------------------------------------------- */
#container{
	background-attachment: scroll;
	background-image: url(../img/link_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#container div.inside{
	width: 802px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#container .cell{
	float: left;
	width: 371px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
#container .cell h2{
	margin: 2em 0px 0px;
	padding: 0.2em 0.2em 0.2em 0.3em;
	font-size: medium;
	color: #666666;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
	background-image: url(../img/link_title_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	letter-spacing: 0.1em;
}
#container .cell ul{
	margin: 0em;
	padding: 1em 1em 0em;
}
#container .cell li{
	margin: 0px;
	padding: 0.1em 0px 0.1em 12px;
	line-height: 1.3;
	list-style-type: none;
	background-image: url(../img/_arrow00.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#container .cell li.pagetop{
	background-image: none;
	text-align: right;
}
#container .cell li.pagetop span{
	font-size: x-small;
	padding-right: 0.2em;
}



/* footer
---------------------------------------------------- */
#footer{
	margin: 6em 0px 0px;
	padding: 0em;
	background-color: #B3B3B3;
	text-align: center;
}
#footer .inside{
	padding: 0.2em 0em;
}



/* copy
---------------------------------------------------- */
#copy{
	margin: 0em;
	padding: 0em;
	border-top: 1px solid #FFFFFF;
	background-color: #E1E1E1;
	text-align: center;
}
#copy .inside{
	padding: 0.2em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
