/* @override 
	http://www.moto.co.jp/blogplayer/hotcaster/css/style_united.css
	http://www.moto.co.jp/blogplayer/hotcaster/css/style_united.css
	http://www.wonderwall.net/MWS/blogunited/css/style.css
	http://www.wonderwall.net/MWS/blogunited/css/style.css
	http://www.wonderwall.net/MWS/blogplayer/hotcaster/css/style.css
*/

@charset "utf-8";

.clearfix:after{
	content: ".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}

a {
	text-decoration: none;
	outline : 0 ;
}
a:hover {
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	font: 75% メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}

html>/**/body {
  font-size: 10px; /* Except IE */
}

#pageHeader {
	width: 640px;
	margin: 20px auto;
}

#layout {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

/* BlogUnited */

#layout #blogUnited {
	width: 605px;
	padding: 20px 15px 20px 0;
	height: 313px;
	background: url(../images/bg_united.jpg) no-repeat;
	margin-bottom: 20px;
}


#logo {
	width: 590px;
	height: 39px;
	background: url(../images/blogunited.png) no-repeat;
	text-indent: -9999px;
	margin: 0 15px;
}

#logo2 {
	margin-left: 15px;
	width: 590px;
	height: 50px;
	margin-right: 15px;
	background: url(../images/hotcaster.png) no-repeat;
	text-indent: -1000px;
}

p.lead {
	margin-left: 15px;
	padding-right: 16px;
	line-height: 1.6em;
	font-size: 110%;
	font-weight: bold;
}

#blogUnited .desc {
	margin-left: 15px;
	padding-right: 16px;
	line-height: 1.6em;
	font-size: 110%;
}

#blogUnited ul.icons {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
	margin-top: 60px;
}

#videoIcon {
	float: left;
	background: url(../images/video.png) no-repeat 0 -1px;
	width: 135px;
	text-indent: -1000px;
}
#newsIcon {
	float: left;
	background: url(../images/news.png) no-repeat 4px -1px;
	width: 135px;
	text-indent: -1000px;
}
#uniteIcon {
	float: left;
	background: url(../images/unite.png) no-repeat 5px -1px;
	width: 135px;
	text-indent: -1000px;
}

#blogUnited ul.icons a.link {
	display: block;
	margin-right: 10px;
	width: 100px;
	height: 76px;
	margin-left: 20px;
}

#blogUnited ul.icons .text {
	color: #096c9d;
	text-align: center;
	text-indent: 0;
	font-weight: bold;
	font-size: 140%;
	margin: 0;
}

#hotCaster {
	background-image: url(../images/bg_hotcaster.png);
	float: right;
	height: 267px;
	width: 196px;

	position: relative;
	bottom: 29px;
}

object#player {
	margin-left: 22px;
	margin-top: 3px;
}

#blogUnited .leftSide {
	float: left;
	width: 408px;
	display: block;
	height: 280px;
}
#button {
	width: 162px;
	height: 24px;
	background: url(../images/button.png) no-repeat;
	text-indent: -1000px;
	float: right;
	margin-right: 15px;
	margin-top: -15px;
}

#blogUnited a.buttonLink {
	width: 162px;
	height: 24px;
	font-size: 10px;
	display: block;
}

/* Baroon Help */

#baroonMedia {
	font: 10px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	color: white;
	width: 150px;
	height: 95px;
	z-index: 1;
	display: none;
	position: relative;
	overflow: hidden;
	visibility: visible;
	background: url(../images/baroon.png) no-repeat;
	padding: 20px 22px 45px 20px;
	margin: 0;
	bottom: 147px;
	right: 430px;
}


#baroonNews {
	font: 10px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	color: white;
	width: 150px;
	height: 95px;
	z-index: 1;
	display: none;
	position: relative;
	overflow: hidden;
	visibility: visible;
	background: url(../images/baroon.png) no-repeat;
	padding: 20px 22px 45px 20px;
	margin: 0;
	bottom: 147px;
	right: 294px;
}


#baroonUnite {
	font: 10px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	color: white;
	width: 150px;
	height: 95px;
	z-index: 1;
	display: none;
	position: relative;
	overflow: hidden;
	visibility: visible;
	background: url(../images/baroon.png) no-repeat;
	padding: 20px 22px 45px 20px;
	margin: 0;
	right: 160px;
	bottom: 147px;
}

/*モーダルスクリーン : ベースデザイン  */


#modal_container {
	border: 1px solid #cecead;
	padding: 20px;
	opacity: 0.9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0;
	
	/* Safari 3 BOX影付け*/
	-webkit-box-shadow: 1px 1px 50px #090909;
	background-color: white;
}

#modal_overlay {
	background-color:#000;
}

#qtplayerDisc1, #qtplayerDisc2, #qtplayerDVD {
	width: 620px;
	background-color: #090909;
	filter:alpha(opacity=90); /* IE */
	opacity: 0.9;
	text-align: center;
}

/*モーダルスクリーン : Close Box  */

#modal_container p.closeBox a {
	background: url(../images/modalCloseBox.png) no-repeat 100%;
	width: 102%;
	height: 15px;
	padding: 0;
	display: block;
	text-indent: -9999px;
	margin-top: -20px;
}

/* How to attache */

#howto {
	width: 640px;
	background-color: white;
	margin-bottom: 20px;
	height: 320px;
	padding: 0;
	margin-top: 0;
}

#howto .titleBar {
	background-color: #ded0ae;
	display: block;
	width: 620px;
	height: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#howto .title {
	padding: 0;
	float: left;
	display: block;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px;
	color: #555;
}

#closeBox{
	width: 18px;
	height: 17px;
	display: block;
	margin-top: 3px;
	margin-left: 6px;
	float: right;
	text-indent: -1000px;
	margin-right: 5px;
	background: url(../images/closeBox.gif) no-repeat -6px -4px;
}

#closeBox a.closeLink {
	width: 17px;
	height: 17px;
	display: block;
	margin-top: -3px;
	margin-left: -3px;
	margin-right: 5px;
	text-indent: -1000px;
	float: right;
}

#closeBox a:hover {
	width: 17px;
	height: 17px;
	display: block;
	background: url(../images/closeBox.gif) no-repeat -7px -28px;
	float: right;
	margin: 0;
}

#howto .desc {
	width: 180px;
	margin: 0;
	float: left;
	clear: left;
	font-size: 120%;
	padding-bottom: 30px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

#howto .textbox {
	width: 400px;
	float: right;
	display: block;
	font-size: 110%;
	border: 1px solid #cecead;
	background-color: #f9f9e3;
	color: black;
	margin-right: 10px;
	padding: 5px;
}

#howto .notice {
	font-size: 100%;
	display: block;
	margin-top: 7px;
	color: gray;
	width: 410px;
	float: left;
	margin-left: 20px;
}

#howto .iframe{
	width: 410px;
	padding: 0;
	display: block;
	float: right;
	border: 1px solid #bdc0a4;
	margin: 0 10px 0 0;
	position: relative;
}

/* United List Bar */

#Unitedlist {
	width: 620px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
}

#Unitedlist ul.listBar {
	height: 26px;
	list-style-position: outside;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	background: url(../images/menuBar.jpg) no-repeat;
	padding-bottom: 0;
}


#Unitedlist ul.listBar .desc {
	list-style-type: none;
	color: white;
	margin-right: 16px;
	float: left;
	margin-top: 7px;
	font-weight: normal;
	font-style: normal;
}

#click {
	float: left;
	list-style-type: none;
	width: 77px;
	height: 26px;
	background: none no-repeat;
	background: url(../images/menuBarSelect02.jpg) no-repeat;
	padding: 0;
	margin: 0;
}

#click a.clickLink {
	width: 77px;
	height: 26px;
	display: none;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
	padding: 7px 0 0 13px;
	display: block;
}

#click a.clickLink:hover {
	color: #CCCCCC;
	width: 77px;
	height: 26px;
	display: block;
	padding: 7px 0 0 13px;
	background: url(../images/menuBarSelect02.jpg) no-repeat;
}

#click a.clickLink:active {
	color: white;
}

#regist {
	color: #CCCCCC;
	list-style-type: none;
	float: left;
	width: 56px;
	height: 26px;
	margin-left: 5px;
}


#regist a.registLink {
	color: #CCCCCC;
	width: 45px;
	height: 21px;
	display: block;
	padding: 7px 0 0 11px;
	text-decoration: none;
}

#regist a:hover {
	color: #CCCCCC;
	width: 45px;
	height: 21px;
	display: block;
	padding: 7px 0 0 11px;
	background: url(../images/menuBarSelect.jpg) no-repeat;
}

#regist a:active {
	color: white;
}

#Unitedlist ul.listBar li.rssFeed {
	width: 60px;
	height: 18px;
	float: right;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Unitedlist ul.listBar li.rssFeed img {
	margin-right: 3px;
	position: relative;
	float: left;
	bottom: 1px;
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
}

#Unitedlist ul.listBar li.rssFeed a.rssLink {
	display: block;
	width: 56px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0 0 8px;
	margin: 0;
}
#Unitedlist ul.listBar li.rssFeed a:hover {
	background: url(../images/menuBarSelectRSS.jpg) no-repeat;
}

#Unitedlist ul.listBar li.rssFeed a:active {
	color: white;
}

/* Spry ListView */

#Unitedlist .listView {
	width: 618px;
	border: 1px solid #A54545;
	margin: 0;
	padding: 10px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
}

#spryregion1 div.RSSItemListFeedback {
	text-align: center;
	color: gray;
	margin: 10px;
	font-size: 12px;
}

#item {
	margin: 0 0 10px;
	padding: 0;
}

#item .title{
	width: 80%;
	display: block;
	overflow: hidden;
	white-space: pre;
	font-size: 120%;
}

#item .title a {
	margin-left: 15px;
	color: black;
	text-decoration: none;
	font-size: 100%;
}

#item .title a:hover {
	margin-left: 15px;
	color: black;
	text-decoration: underline;
}

#item div.url {
	font-size: 90%;
	margin-left: 15px;
	color: green;
	text-decoration: none;
	margin-bottom: 15px;
}

/* Page Navigation */

#Unitedlist .listView .footer {
	background-color: #E6CCCC;
	margin: 0;
	padding: 6px 10px 3px;
	height: 20px;
	color: black;
	display: block;
	text-align: center;
}

#spryregion2 a {
	font-size: 120%;
	font-weight: bold;
	padding-right: 5px;
	color: black;	
}

#spryregion2.prevInvisible {
	display: none;
}

#Unitedlist .listView .footer .currentPage {
	font-size: 120%;
	font-weight: bold;
	margin-left: 1px;
	margin-right: 2px;
	color: maroon;
}

#Unitedlist .listView .footer a.linkPage {
	font-size: 120%;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: underline;
}

#spryregion4 a {
	font-size: 120%;
	font-weight: bold;
	color: black;
	margin-right: 3px;
	margin-left: 3px;
}

span#spryregion4.page {
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	bottom: 11px;
}

#spryregion5.next {
	position: relative;
	bottom: 3px;
}

#spryregion3.prev {
	position: relative;
	bottom: 3px;
}

#spryregion3 a {
	width: 25px;
	height: 25px;

}


div#prev a:link {
	font-size: 100%;
	color: #682018;
	float: left;
	margin-right: 10px;
	margin-top: -15px;
	margin-left: 0;
	text-decoration: none;
	display: block;
	padding: 0;
}

#pageNavi {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: left;
}

div#prev a:hover {
	text-decoration: underline;
}

div#next a:link {
	color: #682018;
	font-size: 100%;
	margin: -15px 0 0;
	padding: 0;
	float: right;
	text-decoration: none;
	display: block;
}

div#next a:hover {
	text-decoration: underline;
}

#pageFooter {
	width: 640px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
}

#pageFooter a {
	color: #336699;
}

#pageFooter a.contact {
	font-weight: bold;
}

/* Unvisible Firefox Link outline */

a{
	outline:0;
}

/* @group IE 7 Hack */

*:first-child+html #logo {
	margin-left: 15px;
	width: 590px;
	margin-right: 15px;
	background: url(../images/blogunited.png) no-repeat 0;
	text-indent: -1000px;
	height: 39px;
	border-style: none;
	padding-bottom: 10px;
}

*:first-child+html #blogUnited .desc {
	margin-left: 15px;
	font: 12px/1.6em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	padding-right: 16px;
}

*:first-child+html #blogUnited ul.icons {
	list-style-type: none;
	list-style-position: inside;
	margin-left: -40px;
	margin-top: 62px;
}

*:first-child+html #baroonMedia {
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	right: 25px;
	position: relative;
	bottom: 255px;
}

*:first-child+html #baroonNews {
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	position: relative;
	bottom: 255px;
	left: 110px;
}

*:first-child+html #baroonUnite {
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	position: relative;
	bottom: 255px;
	left: 240px;
}



*:first-child+html #howto .desc {
	font: 110% メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}


*:first-child+html #howto .iframe{
	width: 420px;
	overflow: hidden;
	position: relative;
	top: 20px;
	left: -40px;
	display: block;
	height: 180px;
}



*:first-child+html #Unitedlist ul.listBar .desc {
	margin-top: 8px;

}

*:first-child+html #click a.clickLink {
	padding: 6px 0 0 22px;
}

*:first-child+html #click a:hover {
		background: url(../images/menuBarSelect02.jpg) no-repeat 7px -2px;

	
}

*:first-child+html #click a:active {
		background: url(../images/menuBarSelect02.jpg) no-repeat 7px -2px;

	
}


*:first-child+html #regist a:link {
	padding: 8px 0 0 11px;
}

*:first-child+html #regist a.registLink {
	padding: 8px 0 0 11px;
}

*:first-child+html #regist a:hover {
		padding: 8px 0 0 11px;
		background: url(../images/menuBarSelect.jpg) no-repeat 0 0;
}

*:first-child+html #regist a:active {
		padding: 8px 0 0 11px;
		background: url(../images/menuBarSelect.jpg) no-repeat 0 0;
}

*:first-child+html #click a.clickLink {
	display: block;
	height: 18px;
	width: 65px;
	margin-left: -15px;
}


*:first-child+html #click  {
	letter-spacing: 2.5px;
	padding: 2px 0 0 8px;
}

*:first-child+html #modal_container p.closeBox a {
	margin: -10px 0 0;
}


/* @end */

/* @group IE 6 Hack */

* html #layout #blogUnited {
	padding-top: 20px;
	padding-right: 15px;
	margin: 0;
}

* html #logo {
	margin-left: 15px;
	width: 590px;
	margin-right: 15px;
	text-indent: -1000px;
	height: 39px;
	padding-bottom: 10px;
}

* html p.lead {
	line-height: 1.3em;
}

* html #blogUnited .desc {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5em;
}
* html #blogUnited ul.icons {

	margin-top: 55px;
}
* html #blogUnited ul.icons .text {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	color: #096c9d;
	text-align: center;
	text-indent: 0;
	position: relative;
	z-index: 1;
	top: 10px;
}
* html #button 
{
	margin-right: 10px;
	margin-top: -15px;
}
* html #baroonMedia
{
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;	
	left: 230px;
	position: absolute;
	bottom: 490px;
}
* html #baroonNews
{
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	bottom: 490px;	
	left: 360px;
	position: absolute;
}

* html #baroonUnite
{
	font: 11px/1.4em "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Osaka, "Lucida Grande", Meiryo, Lucida, Verdana, sans-serif;
	bottom: 490px;	
	left: 490px;
	position: absolute;
}

* html #modal_container p.closeBox a {
	margin: -10px 0 0;
}

* html #howto p.desc {
	font-size: 13px;
	line-height: 1.5em;
}
* html #howto .textbox {
	margin-right: 5px;
}


* html #howto .notice {
	width: 400px;
}
* html #howto .iframe{
	margin: 40px 5px 0 0;
}

* html #click a.clickLink {
	font-size: 12px;
}

* html #regist {
	color: #CCCCCC;
	list-style-type: none;
	float: left;
	width: 56px;
	height: 26px;
	margin-left: 3px;
}


* html #regist a.registLink {
	padding: 7px 0 0 9px;
}

* html #regist a:hover {
	padding: 7px 0 0 9px;
}

* html #Unitedlist ul.listBar li.rssFeed img {
	margin-right: 2px;
}

* html #Unitedlist .listView {
	margin-top: -8px;
}

* html #Unitedlist .listView .footer {
	padding: 0 10px;
	height: 15px;

}

* html #pageNavi {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: left;
	position: relative;
	top: 5px;
}

/* @end */

