﻿/*----------------------------------------------------------------
 * index01;
 *
 *-----------------------------------------------------------------*/
/*-------------------------------------------------------
 	index1-1 のスタイル ﾒﾆｭｰ
-------------------------------------------------------- */
#navi_111{}
#navi_111 dt{
	width: 400px;
	font-size: 1.25em;
	font-weight: bold;
	text-indent: 1em;
	color: #469;
	padding: 5px 0 5px 0;
	background-color: pink;
	cursor: pointer;
}
#navi_111 dt span{
	font-size: 0.8em;
}
/*-------------------------------------------------------
 	index1-2 の motionスタイル ｸﾗｽ使用
-------------------------------------------------------- */
.gali_121{
	width:910px;
	border-top: 5px blue solid;
}
.gali_121 ul {
	margin: 20px  0  10px 10px;
	width: 910px;
	overflow: hidden;
	padding-left: 2px;
	list-style-type: none;
}
.gali_121 li {
	float:left;
	margin-left:1px;
	width:300px;
	height:60px;
	font-size: 14px;
	font-weight:bold;
	color:#333;
}
.gali_121 li a {
	display:block;
	width:300px;
	color:#fff;
	padding:20px 0;
	line-height: 2.0;
	text-align: left;
	text-indent: 20px;
	text-decoration:none;
	background:url("../images/bg_colBlue.png") 100% 0 no-repeat;
}
.gali_121 li a.current {
	color: black;
	background:url("../images/bg_colBlue.png") 100% 0 no-repeat;
}
.gali_121 li a:hover {
	color: red; 
   	background:url("../images/bg_colBlue_on.png") 100% 0 no-repeat;
}
.gali_121 li.home a,
.gali_121 li.home a:hover{
	color:#fff;
  	background:url("../images/bg_colBlue.png") 100% 0 no-repeat;
}

/*-------------------------------------------------------
 	index1-2 の mobileスタイル ｸﾗｽ使用
-------------------------------------------------------- */
.mobi_121{
	width:910px;
	border-top: 5px blue solid;
}
.mobi_121 ul {
	margin: 20px  0  10px 10px;
	width: 910px;
	overflow: hidden;
	padding-left: 2px;
	list-style-type: none;
}
.mobi_121 li {
	float:left;
	margin-left:1px;
	width:300px;
	height:60px;
	font-size: 14px;
	font-weight:bold;
	color:#333;
}
.mobi_121 li a {
	display:block;
	width:300px;
	color:#fff;
	padding:20px 0;
	line-height: 2.0;
	text-align: left;
	text-indent: 20px;
	text-decoration:none;
	background:url("../images/bg_colGreen.png") 100% 0 no-repeat;
}
.mobi_121 li a.current {
	color: black;
	background:url("../images/bg_colGreen.png") 100% 0 no-repeat;
}
.mobi_121 li a:hover {
	color: red; 
   	background:url("../images/bg_colGreen_on.png") 100% 0 no-repeat;
}
.mobi_121 li.home a,
.mobi_121 li.home a:hover{
	color:#fff;
  	background:url("../images/bg_colGreen.png") 100% 0 no-repeat;
}
/*-------------------------------------------------------
 	index1-2 の motionスタイル ｸﾗｽ使用
-------------------------------------------------------- */
.moti_121{
	width:910px;
	border-top: 5px blue solid;
}
.moti_121 ul {
	margin: 20px  0  10px 10px;
	width: 910px;
	overflow: hidden;
	padding-left: 2px;
	list-style-type: none;
}
.moti_121 li {
	float:left;
	margin-left:1px;
	width:300px;
	height:60px;
	font-size: 16px;
	font-weight:bold;
	color:#333;
}
.moti_121 li a {
	display:block;
	width:300px;
	color:#fff;
	padding:20px 0;
	line-height: 2.0;
	text-align: left;
	text-indent: 20px;
	text-decoration:none;
	background:url("../images/bg_colOrenge.png") 100% 0 no-repeat;
}
.moti_121 li a.current {
	color: black;
	background:url("../images/bg_colOrenge.png") 100% 0 no-repeat;
}
.moti_121 li a:hover {
	color: red; 
   	background:url("../images/bg_colOrenge_on.png") 100% 0 no-repeat;
}
.moti_121 li.home a,
.moti_121 li.home a:hover{
	color:#fff;
  	background:url("../images/bg_colOrenge.png") 100% 0 no-repeat;
}

/*-------------------------------------------------------
 	3-c-6.カルーセルパネルを1画像のみ自動的にスライドさせる　s3-12-2 
-------------------------------------------------------- */	
#carousel_3c6Wrap{
	margin: 0 0 0 50px;
	width: 600px;
	height: 300px;
	padding: 5px;
	position: relative;
}

#carousel_3c6Prev{
	position:absolute;
	top:65px;
	left:-30px;
	cursor:pointer;
}
#carousel_3c6Next{
	position:absolute;
	top:65px;
	right:-30px;
	cursor:pointer;
}
#carousel_3c6{
	width:100%;
	height:100%;
	overflow:hidden;
	}
#carousel_3c6 li{
	float:left;
	margin-right:10px;
	padding:15px 0 15px 15px;
	list-style-type:none;
	display:inline;
}
#carousel_3c6 li img{
	border:none;
}
/*-------------------------------------------------------
 	3-c-7.カルーセルパネルを1画像のみ自動的にスライドさせる　s3-12-2 
-------------------------------------------------------- */	
#carousel_3c7Wrap{
	margin: 0 0 0 50px;
	width: 600px;
	height: 300px;
	padding: 5px;
	position: relative;
}

#carousel_3c7Prev{
	position:absolute;
	top:65px;
	left:-30px;
	cursor:pointer;
}
#carousel_3c7Next{
	position:absolute;
	top:65px;
	right:-30px;
	cursor:pointer;
}
#carousel_3c7{
	width:100%;
	height:100%;
	overflow:hidden;
	}
#carousel_3c7 li{
	float:left;
	margin-right:10px;
	padding:15px 0 15px 15px;
	list-style-type:none;
	display:inline;
}
#carousel_3c7 li img{
	border:none;
}
/*-------------------------------------------------------
 	3-c-8.カルーセルパネルを1画像のみ自動的にスライドさせる　s3-12-2 
-------------------------------------------------------- */	
#carousel_3c8Wrap{
	margin: 0 0 0 50px;
	width: 600px;
	height: 300px;
	padding: 5px;
	position: relative;
}

#carousel_3c8Prev{
	position:absolute;
	top:65px;
	left:-30px;
	cursor:pointer;
}
#carousel_3c8Next{
	position:absolute;
	top:65px;
	right:-30px;
	cursor:pointer;
}
#carousel_3c8{
	width:100%;
	height:100%;
	overflow:hidden;
	}
#carousel_3c8 li{
	float:left;
	margin-right:10px;
	padding:15px 0 15px 15px;
	list-style-type:none;
	display:inline;
}
#carousel_3c8 li img{
	border:none;
}

/*-------------------------------------------------------
 	cssﾎﾞﾀﾝのスタイル
-------------------------------------------------------- */
.btnStd_Gari{
	margin-bottom: 5px;
	width: 150px;
	height: 40px;
	background-color: #66FFFF;
	border-top: 0;
	border-right: 2px #006600 solid;
	border-bottom: 2px #006600 solid;
	border-left: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px; /*for Safari*/
	-moz-border-radius: 3px; 	/*for FF*/
}
/*-------------------------------------------------------
 	mobileﾎﾞﾀﾝのスタイル
-------------------------------------------------------- */
.btnStd_Mobi{
	margin-bottom: 5px;
	width: 150px;
	height: 40px;
	background-color: #33CC33;
	border-top: 0;
	border-right: 2px #006600 solid;
	border-bottom: 2px #006600 solid;
	border-left: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px; /*for Safari*/
	-moz-border-radius: 3px; 	/*for FF*/
}
/*-------------------------------------------------------
 	motionﾎﾞﾀﾝのスタイル
-------------------------------------------------------- */
.btnStd_Motn{
	margin-bottom: 5px;
	width: 150px;
	height: 40px;
	background-color: #FF9900;
	border-top: 0;
	border-bottom: 2px #993300 solid;
	border-bottom: 2px #993300 solid;
	border-left: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px; /*for Safari*/
	-moz-border-radius: 3px; 	/*for FF*/
}




