@charset "UTF-8";

/*--------------------------------------------------------------*/
/*　トップページ												*/
/*--------------------------------------------------------------*/


/*----------------------------------*/
/*　スライド						*/
/*----------------------------------*/
/*  スライド全体  */
#box1 {
	overflow : hidden;
	width : 880px;
	margin-bottom : 25px;
}

	/*  スライド部分  */		
	.box1L {
		float : left;
		width : 586px;
	}
	
		/*  */
		p#cover {
			width : 880px;
			height : 230px;
			background : #dddddd;
			color : #282828;
		}

	/*  コメント部分  */
	.box1R {
		float : right;
		width : 294px;
	}

/*  不明  */
#box2 {
	clear : both;
	width : 880px;
}



/*----------------------------------*/
/*　プロダクツ						*/
/*----------------------------------*/
/*  プロダクツ全体  */
ul#products {
	overflow : hidden;
	list-style : none;
	width : 880px;
	margin-bottom : 25px;
	background : url(../../images/index/ulprobg.gif) left top repeat-y;
}

	/*  カービングローラー  */
	ul#products li#pro01 {
		float : left;
		width : 252px !important;
		width /**/: 294px;
		padding : 0 21px 0 21px;
	}
	
	/*  高機能インソール  */
	ul#products li#pro02 {
		float : left;
		width : 252px !important;
		width /**/: 293px;
		padding : 0 21px 0 20px;
	}
	
	/*  4モーション測定機  */
	ul#products li#pro03 {
		float : left;
		width : 252px !important;
		width /**/: 293px;
		padding : 0 21px 0 20px;
	}

		/*  製品名  */
		h3.proname {
			margin-bottom : 10px;
		}
		
		/*  説明文  */
		ul#products li p {
			line-height : 1.75em;
		}

			/*  リンク装飾  */
			ul#products li p a {
				color : #191919;
				text-decoration : none;
			}

			ul#products li p a:hover {
				color : #191919;
				text-decoration : underline;
			}


/*----------------------------------*/
/*　セカンドブロック				*/
/*----------------------------------*/
/*  セカンドブロック全体  */
#secondary {
	clear : both;
	overflow : hidden;
	width : 880px;
	margin-bottom : 20px;
	background : url(../../images/index/seR.gif) right top repeat-y;
}

	/*  左側：トピックス  */
	#box2L {
		float : left;
		width : 587px;
	}
	
	/*  右側：リンク  */
	#box2R {
		float : right;
		width : 252px !important;
		width /**/: 293px;
		padding : 0 21px 0 20px;
	}

		/*++++++++++++++++++++++++++++++++++*/
		/*　トピックス						*/
		/*++++++++++++++++++++++++++++++++++*/
		/*  見出し  */
		h3.sindex {
			margin : 0;
		}
		
		/*  リスト全体  */
		ul#info {
			overflow : hidden;
			list-style : none;
			width : 587px;
			background : url(../../images/index/infobg2.gif) left bottom no-repeat;
		}
		
			/*  左側：イベント情報  */
			ul#info li#entryL {
			}
			
			/*  右側：スタッフブログ  */
			ul#info li#entryR {
				float : left;
				width : 293px;
			}
		
				/*  一覧  */
				dl.entry {
					width : 560px;
					overflow:hidden ;
					margin : 10px 15px 5px 15px;
					border-bottom:1px dotted #CCCCCC ;
				}
		
					/*  日付  */
					dl.entry dt {
						clear:both ;
						float: left;
						width : 60px;
						margin-right: 5px;
						padding: 3px 0 3px 0;
						line-height : 1.35em;
					}
		
		
					/*  記事タイトル  */
					dl.entry dd {
						width:490px ;
						float:left ;
						padding: 3px 0 3px 0;
						line-height : 1.35em;
					}
		
						/*  リンク装飾  */
						dl.entry dd a {
							text-decoration : underline;
							color : #0076ec;
						}
						
						dl.entry dd a:hover {
							text-decoration : none;
							color : #0076ec;
						}
	
			div.top_event_block{
				width:560px ;
				margin : 10px 15px 5px 15px;
			}
	
		/*++++++++++++++++++++++++++++++++++*/
		/*　リンク							*/
		/*++++++++++++++++++++++++++++++++++*/
		/*  工房てくてく  */	
		p.rbnr {
			margin-bottom : 20px;
		}
		
		/*  リンク全体  */
		ul#iconList {
			overflow : hidden;
			list-style : none;
			margin-bottom : 20px;
		}
		
			/*  左リンク  */	
			ul#iconList li.icon1 {
				float : left;
				margin-right : 20px;
			}
			
			/*  右リンク  */
			ul#iconList li.icon2 {
				float : left;
				margin : 0;
			}
		
			
			