/* CSS Document */

/*初期指定*/
body {
    background-color: #FF8920;
}

/*clearfix初期指定：floatをしている内容がはみ出さないように、外の要素を調整*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*clearfix：ここまで*/
a{ color:#000; text-decoration:underline; outline-width:0;}
a:hover{ color:#FFF; text-decoration:underline; }
a:active{ color:#666; text-decoration:none; }

/*CLASS初期指定*/

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}
/*ここから*/

#wrapper {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
    position: relative;
}
#header {
    height:50px;
    padding-top:10px;
    margin:0px;
    background:url(../img/IFT_logo_or.png) 0px 10px no-repeat;
}
#header a {
    color:#FFFFFF;
}
#header a:hover {
    color:#333333;
}
#menu {
    background-color:#ffad63;
    margin-bottom:10px;
    padding-left:1px;
}
#menu a {
    color: #FFF;
    text-decoration: none;
}
#menu a:link,
#menu a:visited {
    background: #f06030;
}
#menu a:hover,
#menu a:active {
    background: #633;
}
#menu li {
    float: left;
    position: relative;
    margin: 0 1px;
    width: 10em;
    font-weight: bold;
    line-height: 2em;
}
#menu li a {
    display: block;
    width: 10em;
    height: 2em;
    text-align: center;
}
#menu li ul li {
    float: none;
    margin: 0;
    font-weight: normal;
}
#menu li ul,
#menu li ul li ul {
    display: none;
}
#menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
}
#container {
    width: 870px;
}
#container #left {
    float: left;
    width: 280px;
    position: relative;
}
#container #right {
    float: right;
    width: 550px;
}

/*左側部分*/
.slider-wrap {
    position: relative;
    background-image: url(../img/phone.jpg);
    background-repeat: no-repeat;
    width: 280px;
    height: 518px;
}
.stripViewer {
    height: 330px;
    width: 230px;
    position: relative;
    left:27px;
    top:102px;
    overflow:hidden;
    z-index: 30;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; top: 0;
list-style-type: none;
    height: 330px;
    width: 230px;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer div.panel {
    height: 330px;
    width: 230px;
    float:left;
    height: 100%;
    position: relative;
    overflow:hidden;
}

    
/*左側部分*/

.stripNav {
    clear: both;
    top:207px;
    left:20px;
    position: relative;
}
.navigation {
    padding-bottom: 10px;
}
.navigation li {
    float: left;
    height: 40px;
    width: 40px;
    padding-bottom: 10px;
    margin-right: 10px;
}
.navigation li a{
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    text-indent:-9999px;
    background-position:0px 0px;
}
.pic1 a{ background-image: url(../img/1.gif); }
.pic2 a{ background-image: url(../img/2.gif); }
.pic3 a{ background-image: url(../img/3.gif); }
.pic4 a{ background-image: url(../img/4.gif); }
.pic5 a{ background-image: url(../img/5.gif); }
.pic6 a{ background-image: url(../img/6.gif); }
.pic7 a{ background-image: url(../img/7.gif); }
.pic8 a{ background-image: url(../img/8.gif); }
.pic9 a{ background-image: url(../img/9.gif); }
.pic10 a{ background-image: url(../img/10.gif); }

.navigation .selected{
    background-position:0px -40px;
}


#left #data {
    background-color: #ffad63;
    background-image: url(../img/data-bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 5px;
    clear:both;
    position: relative;
    top:130px;
}
#data .title {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.title h1 {
    float: left;
    height: 81px;
    width: 84px;
    padding-right: 10px;
}
.titlearea{
    width: 145px;
    display: block;
}
#data .titlearea h3 {
    font-size: 110%;
    line-height: 1.4em;
    font-weight:bold;
    display: block;
}
*+html #data .titlearea h3 {
    font-size: 116%;
}

*html #data .titlearea h3 {
    font-size: 116%;
}
#data .titlearea h5 {
    font-size: 123.1%;
    line-height: 1em;
    padding-top: 20px;
    font-weight:bold;
    display: block;
}
*+html #data .titlearea h5 {
    font-size: 116%;
}
*html #data .titlearea h5 {
    font-size: 116%;
}
#data p {
    font-weight:normal;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
    font-size: 93%;
    line-height: 1.3em;
}
#data .support {
    background-image: url(../img/support.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 280px;
    display: block;
    text-indent: -9999px;
    margin-top: 18px;
}
#data .support:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#data .support:active{
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*右側部分*/

#right h2 {
    background-image: url(../img/catch.gif);
    background-repeat: no-repeat;
    height: 118px;
    width: 550px;
    display: block;
    text-indent: -9999px;
    margin-top: 50px;
}
#right #top {
    margin-top: 20px;
}
#top .read {
    background-image: url(../img/read.gif);
    height: 100px;
    width: 410px;
    text-indent: -9999px;
    display: block;
}
.read span{ display:none;}
#top h5 a {
    display: block;
    height: 50px;
    width: 150px;
    background-image: url(../img/appstore.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin-top: 20px;
}
#right #desc {
    margin-top: 40px;
}

#desc #descnavi {
    display: block;
}
#desc #descnavi li {
    float: left;
    display: block;
    height: 40px;
    width: 180px;
}
#descnavi li a{
    display: block;
    height: 40px;
    width: 180px;
    text-indent:-9999px;
    background-position: 0px -40px;
}
#descnavi li a:hover{
    background-position: 0px 0px;
}
#descnavi .selected{
    background-position: 0px 0px;
}
#descnavi .feature{
    margin-right: 5px;
    margin-left: 5px;
}
#descnavi .function a{ background-image: url(../img/btn-func.gif); }
#descnavi .feature a{ background-image: url(../img/btn-feature.gif); }
#descnavi .mode a{ background-image: url(../img/btn-mode.gif); }

#desc #box {
    width: 240px;
    padding-right: 20px;
    padding-bottom: 30px;
    float: left;
}
#desc #box p{
    font-size: 108%;
    line-height: 1.6em;
    margin: 10px 0px 10px 0px;
    color:#333;
}
#function h3,#feature h3 {
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 500px;
    height: 23px;
    background-position: center;
    margin: 0px 0px 30px 0px;
}
#desc h4 {
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
    display: block;
    width: 240px;
    height: 21px;
}
#desc #function,#desc #feature,#desc #mode {
    background-color: #FFF;
    background-image: url(../img/bg.gif);
    background-position: 0px bottom;
    background-repeat: no-repeat;
    padding: 30px 0px 0px 25px;
}

/*機能----------------------------------------*/

#function h3 { background-image: url(../img/copy-func.gif); }
#function .no1 { background-image: url(../img/fu1.gif); }
#function .no2 { background-image: url(../img/fu2.gif); }
#function .no3 { background-image: url(../img/fu3.gif); }
#function .no4 { background-image: url(../img/fu4.gif); }

/*特徴----------------------------------------*/

#feature h3 { background-image: url(../img/copy-feat.gif); }
#feature .no1 { background-image: url(../img/fe1.gif); }
#feature .no2 { background-image: url(../img/fe2.gif); }
#feature .no3 { background-image: url(../img/fe3.gif); }
#feature .no4 { background-image: url(../img/fe4.gif); }

/*機能----------------------------------------*/

#desc #mode {
    font-size: 108%;
    line-height: 1.6em;
    color:#333;
}
#mode h3 {
    margin: 0px 0px 10px 0px;
}
#mode .sentence {
    display: block;
    padding-right: 25px;
}
#mode .sentence li {
    line-height: 1.2em;
    display: block;
    margin-bottom: 15px;
}
#mode .more {
    display: block;
    padding-right: 25px;
    margin: 0px 0px 30px 0px;
}
#mode .more li {
    line-height: 1.2em;
    display: block;
    padding-bottom: 15px;
}

/*フッター----------------------------------------*/

#footter {
	margin-left:565px;
	margin-top:20px;
	background-image: url(../img/copylights.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*+html #footter{
    padding-bottom:20px;
}
*html #footter{
    padding-bottom:20px;
}
#footter li {
	float:left;
	margin-right:10px;
	display:block;
}
#footter h6 {
    clear:left;
    display:block;
    padding-top:10px;
}

