@charset "utf-8";
/*
	Date: 2010.01
	Description: base.css
*/
	
		.slider-wrap {position: relative;width: 536px;}


		.stripViewer { /* スライドパネルの大外枠 */
			position: relative;
			overflow: hidden; 
			width: 536px;
			height: 91px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* スライドパネルの外枠 */
			width: 536px;
			height: 91px;
			position: relative;
			left: 0;
			top: 0;
			list-style-type: none;
		}
		
		.stripViewer .panelContainer .panel { /* 実際にスライドするパネル */
			float:left;
			position: relative;
			width:536px;
			height:91px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { 
			width: 506px;
			padding:0 0 0 30px;
			position: relative;
			}
			
		.stripViewer .panelContainer .panel .wrapper h3 { 
			position:absolute;
			top:33px;
			left:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper #postnum { 
			position:absolute;
			top:33px;
			right:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper .formlink { 
			position:absolute;
			top:58px;
			right:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper #address01 { 
			position:absolute;
			top:20px;
			right:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper #address01 select,
		.stripViewer .panelContainer .panel .wrapper #address02 select{
			width:185px;
			padding:1px;
			}
			
		.stripViewer .panelContainer .panel .wrapper #address02 { 
			position:absolute;
			top:45px;
			right:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper .formlink02 { 
			position:absolute;
			top:68px;
			right:30px;
			}
			
		.stripViewer .panelContainer .panel .wrapper a{ 
			color:#004000;
			font-size:11px;
			}
			
		.stripViewer .panelContainer .panel .wrapper  a:hover {
			color:#004000;
			text-decoration:none;
		}	
		
		.stripNav { border-left:1px solid #000;margin-left:-1px;}
		
		.stripNav ul {list-style: none;}/*タブメニュー*/
		
		.stripNav ul li {float: left;}
		
		.stripNav a {/*タブメニューのリンク部分*/
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			background:#fff;
			border:1px solid #000;
			border-left:none;
			display:none;
		}
		
		.stripNav li.tab1 a {border-left:1px solid #000; }
		
		.stripNav li a:hover {
			background: #004000;
			text-decoration:none;
		}/*マウスオン*/
		
		.stripNav li a.current {background: #000;color: #fff;}/*選択されているタブ*/
		
		.stripNavL, .stripNavR {/*矢印、簡単に非表示にするにはdisplay:noneを追加*/
			position: absolute;
			top: -2px;
			text-indent: -9000em;
			display:none;
		}
		
		.stripNavL a, .stripNavR a {display: block;height: 40px;width: 40px;}/*矢印のサイズ*/
		.stripNavL {left: 580px;background: url("images/arrow-left.gif") no-repeat center;}/*左矢印の位置*/
		.stripNavR {right: 0;background: url("images/arrow-right.gif") no-repeat center;}/*右矢印の位置*/
		
		