@charset "shift_jis";

/* ===========================
     トップページ
=========================== */

/*  ストリーミング  */
#stm {
	width: 410px;
	padding: 0px;
	margin: 0px;
}

#stm h3 {
	width: 410px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#stm #stm-area {
	width: 405px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/share/ns_stm_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	background-attachment: scroll;
}

#stm #stm-area #stmbox {
	width: 366px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#stm #stm-area .stmbox-line {
	width: 354px;
	height: 82px; /* 74px */
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3c3c3c;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #7b7b7b;
	border-left-color: #7b7b7b;
	border-bottom-width: 1px;
	border-bottom-color: #7b7b7b;
}

#stm #stm-area .stmbox-line2 {
	width: 354px;
	height: 82px;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3c3c3c;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #7b7b7b;
	border-left-color: #7b7b7b;
	border-bottom-width: 1px;
	border-bottom-color: #7b7b7b;
	border-top-width: 1px;
	border-top-color: #7b7b7b;
}


#stm #stm-area .stmbox-line3 {
	width: 354px;
	height: 106px;
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #3c3c3c;
	font-size: 12px;
	line-height: 1.4em;
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #7b7b7b;
	border-left-color: #7b7b7b;
	border-bottom-width: 1px;
	border-bottom-color: #7b7b7b;
	border-top-width: 1px;
	border-top-color: #7b7b7b;
}


#stm #stm-area .stmbox-line img {
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 2px;
	float:left;
	border: 1px solid #FFFFFF;
}

#stm #stm-area .stmbox-line2 img {
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
	float:left;
	border: 1px solid #FFFFFF;
}

#stm #stm-area .stmbox-line3 img {
	padding: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 2px;
	float:left;
	border: 1px solid #FFFFFF;
}


/*  ボタン  */
#stm #stm-area #stmbox-btm {
	width: 366px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
	height: 40px;
}


