/* ===================================================================
--global.css--
=================================================================== */
@charset "utf-8";

header{
	height:33px;
	width:100%;
	clear: both;
	background-image: url(../images/global/bgHeader.gif);
	background-repeat: repeat-x;
}

body{
	background-color: #fff;
}

/* ----------------------- header */

.innerHead{
	width:970px;
	height:27px;
	color: #fff;
	font-size:12px;
	margin: 0 auto;
	padding-top:6px;
}

/* ----------------------- imgTop2 */
div#imgTop2{
	width:100%;
	height:188px;
	display:block;
	text-align: center;
	background-color:#ebebeb;
}

/* ----------------------- nav#mainNav */
nav#mainNav{
	width:100%;
	height:60px;
	background-image: url(http://s-tsukamoto.com/i/g-bg.png);
	background-repeat: repeat;
	display: block;
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;   /*ポイント!*/
	/*margin-top:-15px;*/
}
    
.mainNavCont{
   display: inline-block;   /*ポイント!*/
    border-bottom: none;
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing:normal;
}

nav#mainNav2{
	width:100%;
	height:51px;
	background-image: url(../images/global/bgMainNav.gif);
	background-repeat: repeat-x;
	display: block;
}

nav#mainNav ul li{
	height:41px;
	float: left;
	list-style-type: none;
	display: block;
}

nav#mainNav2 ul li{
	height:41px;
	float: left;
	list-style-type: none;
	display: block;
}


/* ----------------------- elements */
h2{
	padding-left:28px!important;
	height:52px;
	font-size:20px!important;
	color: #fff;
	background-image: url(../images/global/hd1.png);
	background-repeat: no-repeat;
	line-height: 2.3;
	font-weight: normal;
	text-shadow: 0px 2px 5px #000; 
}

.MB10{
	margin-bottom: 10px;
}

.leftPosition{
	float: left;
}

.twBox{
	width:288px;
	height:532px;
	display: block;
	float: left;
	border-bottom:4px solid #3fcdfd; 
	border-left:4px solid #3fcdfd;
	border-right:4px solid #3fcdfd;
	margin-bottom: 25px;
}

.twTitle{
	width:288px;
	height:66px;
	display: block;
	text-align: center;
	background-color: #3fcdfd;;
}

.twBox2{
	width:288px;
	height:532px;
	display: block;
	float: left;
	border-bottom:4px solid #3fcdfd; 
	border-left:4px solid #3fcdfd;
	border-right:4px solid #3fcdfd;
	margin-bottom: 25px;
}

.twTitle2{
	width:288px;
	height:66px;
	display: block;
	text-align: center;
	background-color: #3fcdfd;;
}

/***************************pageTop*/
#back-top {
	position: fixed;
	bottom: 150px;
	right:0px;
}
#back-top a {
	width: 158px;
	display: block;
}

#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 68px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	background:url(../images/global/btnPageTop.png) no-repeat center center;
	/* rounded corners 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
}
#back-top a:hover span {
}

.videoBox2{
	width:640px;
	margin:20px auto;
	font-size:16px;
	font-weight:bold;
	background-color: #000;
}

.videoTitle{
	width:600px;
	height:15px;
	font-size:20px;
	color: #fff;
	background-color: #000;
	display: block;
	padding:20px;
}

.videoBox{
	width:295px;
	margin:20px auto;
	font-size:16px;
	font-weight:bold;
	background-color: #000;
}

.videoTitle2{
	width:275px;
	height:15px;
	font-size:16px;
	color: #fff;
	background-color: #000;
	display: block;
	padding:10px;
	margin-top:-6px;
}