/*--背景
--------------------*/
body#content {
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_product.png);
background-repeat: repeat-x;
}


/*--タイトル
--------------------*/
h2 {
line-height: 1.4em;
color: #22b7d7;
font-size: 18px;
margin-top: 20px;
margin-bottom: 5px;
}


/*--パンくず
--------------------*/
#pank {
width: 960px;
height: 20px;
color: white;
}

#pank a {
color: #ffffff;
text-decoration: none;
float: left;
}

#pank p {
margin: 0 5px 0 5px;
float: left;
}


/*--コンテンツ
--------------------*/
.boxtop {
	margin-top: 15px;
}

.movie dl {
	width: 960px;
	height: 350px;
	background-color: #dcdcdc;
	text-indent: 5px;
}

.movie dt{
	width: 490px;
	float: left;
	text-indent: 5px;
}

.movie dt iframe {
 margin-left: 10px;
}

.movie table tr td {
	vertical-align: top;
}

.movie table img {
	margin-bottom: 15px;
}

.movie p {
 margin-left: 10px;
}


/*--フッター--*/
#footer {
background-color: #252a3f;
width: 100%;
margin-top: 30px;
padding: 15px 0;
}
