@import "basis.css";

  /**************************************************/
 /*	leftboxのレイアウト          					/
/**************************************************/
#leftbox {
	width: 180px;	height: auto;
	display: inline;
	float: left;
	
	vertical-align: top;
	text-align: left;
	}
	
	#co-logo {
		width: 180px;	height: 168px;
		background: url(../images/img_leftbar_top.gif) no-repeat;
		background-position: left top;
		text-align: center;
		}
		#co-logo img {
			margin-top: 25px;
			}
	
	#leftbox-main {
		width: 180px;	height: 548px;
		margin: 0px 0px 0px 0px;	padding: 10px 0px 0px 10px;
		background: url(../images/img_leftbar_bottom.gif) no-repeat;
		background-position: left top;
		}
		#leftbox-main ul {
			padding: 0px;
			margin-left: 8px;
			}
			#leftbox-main li {
				width: 140px;
				padding: 5px 0px 10px 0px; 
				font-weight: bold;
				list-style-type: none;
				font-size: 12pt;
				}

				#leftbox-main li a:link, li a:visited, li a:active {
					display: block;
					width: 140px;	height: 36px;
					padding: 10px 0px 10px 28px; 
					color: #646464;
					
					text-decoration: none;
					
					background: url(../images/btn_menu.gif) no-repeat;
					background-position: 0px 5px;
					}

				#leftbox-main li a:hover {
					width: 140px;	height: 36px;
					padding: 10px 0px 10px 28px; 
					color: #669DE6;
					
					background: url(../images/btn_menu_down.gif) no-repeat;
					background-position: 0px 5px;
					}
	#address {
		width: 165px;	height: 80px;
		margin: 85px 0px 0px 0px;	padding: 0px;
		
		font-size: 10pt;
		line-height: 110%;
		letter-spacing: 1px;
		}
		
		#address p {
			}
			p#add {
				margin: 0px 0px 0px 0px;
				}
			p#tel {
				margin: 0px 0px 0px 10px;
				}
			p#copyright {
				margin: 10px 0px 0px 0px;
				color: #FFFFFF;
				}

	#leftbox-main hr {
		width: 155px;
		}

	#access-counter {
		width: 150px;	height: auto;
		text-align: right;
		}

  /**************************************************/
 /*	rightboxのレイアウト          					/
/**************************************************/
	
#rightbox {
	width: 530px;	height: auto;
	/* 上,右,下,左 */
	margin: 0px 0px 0px 0px;
	display: inline;
	
	text-align: left;
	}


	#rightbox-main{
		width: 525px;	height: 100%;
		margin: 0px 0px 0px 5px;
		}

		#top-navi {
			width: 525px;	height: auto;
			margin: 0px 0px 0px 5px;
			}
			#tn_imgview {
				width: 525px;	height: auto;
				}

		.rb-maim_imgdeading {
			width: 525px;	height: auto;
			margin-top: 10px;
			}

		.rb-maim_box-top span {
			display: block;
			width: 525px;	height: 10px;
			background: url(../images/img_rb_main_box_top.gif) no-repeat;
			background-position: center bottom;
			}
		.rb-maim_contents {
			height: 0px;
			/*
			padding: 8px 13px;
			*/
			background-color: #F2F8FD;
			}
			.contents_title {
				margin: 0px;
				}
		.rb-maim_box-under span {
			display: block;
			width: 525px;	height: 10px;
			background: url(../images/img_rb_main_box_under.gif) no-repeat;
			background-position: center top;
			}
