/*--背景
--------------------*/
body {
color:#3a3a3a;
/*font-family:'メイリオ',meiryo,'ＭＳ Ｐゴシック',MS PGothic,Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka, sans-serif;*/
font: 13px/1.5 "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif ,"メイリオ",meiryo , "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, sans-serif;
height: 100%;
margin: 0;
padding: 0;
background-image: url(../../img/base/backimage_top.png);
background-repeat: repeat-x;
}

/*--メインイメージ
--------------------*/
#main #main_image {
width: 960px;
height: 420px;
background-image: url(../../img/top/main.png);
background-position: center;
background-position: top;
background-repeat: no-repeat;
}

/*--アプリダウンロード
--------------------*/
#download{
position: relative;
}

#download table {
position: absolute;
top: 255px;
left: 580px;
}

#download td {
	width:180px;
}

/*--info_box
--------------------*/
#info_box {
margin: 15px 0 0 0;
}

#info_box li {
width: 310px;
float: left;
margin-right: 15px;
}

#info_box li a {
text-decoration: none;
}

#info_box li#list_end {
width :310px;
height: 200px;
float: left;
margin-right: 0px;
}

#info_box .info_bg {
margin: 0px;
padding: 0 10px;
background-color: #dcdcdc;
}

#info_box .info_bg h2 {
color: #252a3f;
font-size: 17px;
}

#info_box .info_bg .info_img {
float: left;
width: 120px;
height: 120px;
}

#info_box .info_bg .info_p {
float: left;
width: 155px;
height: auto;
margin-left: 15px;
}


/*--トピックス
--------------------*/
#news {
width: 615px;
height: 95px;
padding: 0 10px;
float: left;
}

#news h3{
color:#22b7d7;
font-size:17px;
}

dl dt {
float: left;
}
dl dd {
text-indent: 5px;
}


/*--SNS・クラウド
--------------------*/
.facebook {
margin:10px 0;
}

.facebook table {
margin: 10px 0x;
}

.facebook td {
padding: 5px;
}

#pop {
margin:0 10px;
}

