@charset "utf-8";
/* CSS Document */
/* some custom fonts via google font api */

/* +++++++++++++++++++++++++++
	scroll
+++++++++++++++++++++++++++ */
#mcs3_container{
	position: absolute;
	margin: 0; 
	width: 520px;
	height: 330px; /* 全体 */ 
	height: 400px; /* 全体 */ 
	border-radius: 4px; 
	}
#mcs3_container .customScrollBox{
	position: relative;
	height: 320px; /* テキストボックス(全体-10px) */
	height: 390px; /* テキストボックス(全体-10px) */
	overflow: hidden;
	}
#mcs3_container .customScrollBox .container{
	position:relative; 
	width:500px; /* スクロールバーの位置(全体-20px) */
	top:0; 
	float:left;
	}
#mcs3_container .customScrollBox .content{
	clear:both;
	}
#mcs3_container .customScrollBox .content p{
	padding:10px 5px 10px 10px; /* テキストボックス */
	margin-top: 5px!important;
	margin:0; 
	color:#665555; 
	font-size:11px; 
	line-height:20px;
	}

body:nth-of-type(1) .content p{
	font-size: 12px;
	}	

#mcs3_container .dragger_container{
	position:relative; 
	width:0px; 
	height:310px; /* スクロールバーの高さ(全体-20px) */
	height:380px; /* スクロールバーの高さ(全体-20px) */
	float:left; 
	margin:5px 0 0 5px; 
	border-left:1px solid #000; 
	border-right:1px solid #999; 
	cursor:pointer
	}
#mcs3_container .dragger{
	position:absolute; 
	width:9px; 
	height:50px; /* スクロールバーの最小値 */
	background:#231815; 
	margin-left:-5px; 
	overflow:hidden; 
	cursor:pointer;  
	border-radius:6px;
	}


/* +++++++++++++++++++++++++++
	 menu
+++++++++++++++++++++++++++ */

.middleBox_t ul {
	margin:0; 
	padding:0;
	}

.main_menu_nav li {
	float: left;
	display:block;
	font-size: 10px;
	margin:0 0 3px 0;
	line-height:22px;
	text-indent:25px;
	color: #665555!important;
	}

body:nth-of-type(1) .main_menu_nav li {
	font-size: 10px!important;
	}


.main_menu_nav li a {
	display:block;
	margin:0 0 3px 0;
	line-height:22px;
	text-indent:25px;
	background-repeat:no-repeat;
	background-image:url(images/mainmenu_bg.gif);
	color: #665555!important;
	}

body:nth-of-type(1) .main_menu_nav li a {
	font-size: 10px!important;
	}

.main_menu_nav li a:link,
.main_menu_nav a:visited{
	color:#231815;
	}

.main_menu_nav li a:hover,
.main_menu_nav a:active{
	color:#FFFFFF !important;
	}
	
	
/* +++++++++++++++++++++++++++

	SlideShow（index）

+++++++++++++++++++++++++++ */

/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft {
   /* 矢印左 */
   width:30px; height:100%;
   /* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
   background-image:url(images/big_transparent.gif);
   background-repeat:repeat;
   background-position:center center;
   position:absolute;
   z-index:200;
   left:0;
   /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
   cursor:url(images/move.cur), url(images/move.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
   background-image:url(images/arrow_left.gif);
   background-color:#fff;
   background-repeat:no-repeat;
   opacity:0.35; /* Standard CSS3 opacity setting */
   -moz-opacity:0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
   filter:alpha(opacity = 35); /* Opacity for Internet Explorer. */
   zoom:1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot（矢印右） */
div.scrollingHotSpotRight {
   width:30px;
   height:100%;
   background-image:url(images/big_transparent.gif);
   background-repeat:repeat;
   background-position:center center;
   position:absolute;
   z-index:200;
   right:0;
   cursor:url(images/move.cur), url(images/move.cur),e-resize;
}
/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
   background-image:url(images/arrow_right.gif);
   background-color:#fff;
   background-repeat:no-repeat;
   opacity:0.35;
   filter:alpha(opacity = 35);
   -moz-opacity:0.35;
   zoom:1;
}
/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
/* 中の画像部分のサイズ */
div.scrollWrapper {
   position:relative;
   overflow:hidden;
   width:100%; height:100%;
}
div.scrollableArea {
   position:relative;
   width:auto; height:100%;
}
.makeme {
   width:950px;      /* ウィンドウサイズいっぱいに */
   height:80px;   /* 画像の高さ */
   position:relative;
   margin: 0px auto;
}

.makeme * {
   position:relative;
   float:left;
   margin:0; padding:0;
}

.scrollableArea img {
 margin: 0 2px;
 padding: 3px !important;
 background-color: #cccccc;
 width:120px; height:74px; /* 画像サイズ */
}



	
	
/* +++++++++++++++++++++++++++

	SlideShow（photo）

+++++++++++++++++++++++++++ */

#products_example {
	width:540px;
	height:282px;
	position:relative;
}

/*
	Slideshow
*/


#products .slides_container {
	width:537px;
	overflow:hidden;
	float:left;
	position:relative;
	border:1px solid #dfdfdf;
	display:none;
	height:340px;
	display:block;
}


#products .next,#products .prev {
	position:absolute;
	top:157px;
	left:0;
	width:21px;
	height:0;
	padding-top:21px;
	margin-left:10px;
	overflow:hidden;
	display:block;
	z-index:101;
}

#products .prev {
	background:url(images/arrow-prev.png);
}

#products .next {
	left:500px;
	background:url(images/arrow-next.png);
}

/*
	Pagination
*/

#products .pagination {
	background-image: url(images/dot.png);
	background-image: url(images/dot.png);
	width:528px;
	padding:5px 5px;
	float:left;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

#products .pagination li a {
	display:block;
	width:55px;
	height:37px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

#products .pagination li.current a {
	border:1px solid #444;
	margin:0;
}
