/*
Theme Name: MOST
Theme URI:http://
Description: MOST NEWS for WordPress.
Author:THIRTIETH CO.,LTD.
*/
/*　ヘッダー

-----------------------------------------------------------------------*/
#header {
	width: 720px;
	height: 100px;
}
#header h1 {
	float: left;
	width: 166px;
	margin-top: 65px;
	margin-left: 10px;
	display: inline;
}
#header #navi {
	float: right;
	width: 353px;
	height: 60px;
	margin-top: 35px;
	display: inline;
	margin-right: 10px;
}
#header #navi ul {
	list-style-type: none;
}
#header #navi li {
	float:left;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 70px;
}
#header #navi li a {
	text-decoration: none;
	display: block;
	height: 60px;
	width: 70px;
}
#header #navi li#navi01 {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
}
#header #navi li#navi01 a{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header #navi li#navi01 a:hover {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: 0px -56px;
}
#header #navi li#navi02 {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px -56px;
}
#header #navi li#navi02 a{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px 0px;
}
#header #navi li#navi02 a:hover {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -70px -56px;
}
#header #navi li#navi03 {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px -56px;
}
#header #navi li#navi03 a{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px 0px;
}
#header #navi li#navi03 a:hover {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -140px -56px;
}
#header #navi li#navi04 {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px -56px;
}
#header #navi li#navi04 a{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px 0px;
}
#header #navi li#navi04 a:hover {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -210px -56px;
}
#header #navi li#navi05 {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px -56px;
}
#header #navi li#navi05 a{
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px 0px;
}
#header #navi li#navi05 a:hover {
	background-image:url(images/navi.gif);
	background-repeat: no-repeat;
	background-position: -280px -56px;
}


/*　フッター

-----------------------------------------------------------------------*/
#footer {
	background-color: #131313;
	width: 720px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB008A;
	clear: both;
}
#footer #ustyle {
	width: 600px;
	color: #E5E5E5;
	float: left;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	display:inline;
}
#footer #qr {
	float: right;
	padding-top: 12px;
	width: 70px;
	padding-right: 8px;
	display: inline;
}
#footer #footerbody {
	background-color: #3E3E3E;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(images/footer_kakumaru_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
#footer .copyright {
	width: 710px;
	text-align: right;
	padding-right: 10px;
	color: #E8E8E8;
	padding-bottom: 10px;
}

#footer ul {
	list-style-type: none;
	line-height: 1.45;
}
* html #footer ul {
	line-height: 1.7;
	margin-top: 1px;
}
#footer .copyright address {
	font-style: normal;
}
#footer #footerbody #ustyle .imode {
	background-image: url(images/footer_imode.gif);
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 35px;
}
#footer #footerbody #ustyle .ezweb {
	background-image: url(images/footer_ez.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 35px;
}
#footer #footerbody #ustyle .softbank {
	background-image: url(images/footer_softbank.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 49px;
}
#footer #footerbody .kakumaru-bottom {
	clear: both;
	background-image: url(images/footer_kakumaru_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 6px;
	width: 700px;
}




* {
	margin:0pt;
	padding:0pt;
}

body {
	margin: 0px;
	padding: 0px;
	color: #400025;
	font-family: "san-serif";
	font-size: 85%;
}

* html body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}


#wrapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}


a:link {
	color:#FF0099;
	text-decoration: none;	
}
a:visited {
	color:#888888;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#333333;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* team

-------------------------------------------------------------------------*/
#team #contents #col1 {
	float: left;
	width: 249px;
	padding-top: 50px;
	padding-left: 10px;
	display: inline;
}
#team #contents #col2 {
	float: right;
	width: 440px;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 70px;
	display: inline;
}
#team #contents #col2 p {
	font-size: 100%;
	line-height: 1.6;
	_line-height: 1.8;
	margin-bottom: 10px;
}
#team #contents #col2 dd {
	font-size: 100%;
	line-height: 1.4;
	_line-height: 1.7;
	margin-bottom: 15px;
}
#team #contents #col2 dd .en{
	font-size: 100%;
	line-height: 1.6;
}
#team #contents #col2 .float-r {
	float: right;
	margin-left: 10px;
}
#team #contents #col2 .team-photo {
	margin-top: 40px;
	margin-bottom: 20px;
}

#team .arrow {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	list-style-type: none;
	padding-left: 8px;
}
#team #contents #col2 ul {
	margin-bottom: 30px;
}
#team #contents #col2 h3 {
	margin-bottom: 10px;
}
#team #contents #col2 .team-title {
	margin-bottom: 10px;
}

/* contact

-------------------------------------------------------------------------*/
#contact #contents #col1 {
	padding-top: 50px;
	padding-left: 10px;
	width: 240px;
	float: left;
	display: inline;
}
#contact #contents #col2 {
	float: right;
	width: 440px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 300px;
}
#contact #contents #col2 dt {
	font-size: 100%;
	line-height: 1.4;
	_line-height: 1.6;
	margin-bottom: 10px;
}
#contact #contents #col2 dd {
	font-size: 100%;
	line-height: 1.4;
	_line-height: 1.6;
	margin-bottom: 0px;
}

/* artistlist

-------------------------------------------------------------------------*/
#artistlist #contents #col1 {
	float: left;
	width: 189px;
	padding-left: 10px;
	padding-top: 50px;
	display: inline;
}
#artistlist #contents #col2 {
	float: right;
	width: 520px;
	padding-top: 50px;
	display: inline;
}
#artistlist #contents #col2 ul {
	list-style-type: none;
	margin-top: 50px;
}
#artistlist #contents #col2 li {
	display: inline;
}
#artistlist #contents #col2 img {
	margin-bottom: 40px;
	border-style:none;

}
#artistlist #contents #col2 p {
	font-size: 100%;
	line-height: 1.6;
	_line-height: 1.8;
	margin-bottom: 10px;
}

/* artist

-------------------------------------------------------------------------*/
#artist #contents #col1 {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-top: 50px;
	display: inline;
}
#artist #contents #col2 {
	float: right;
	width: 470px;
	padding-top: 100px;
	display: inline;
	padding-right: 20px;
	padding-bottom: 40px;
}
#artist #contents #col2 ul {
	list-style-type: none;
}
#artist #contents #col2 li {
	display: inline;
	margin-right: 0px;
}
#artist #contents #col2 table img {
	border-style:none;
	margin-right: 8px;

}
#artist #profile {
	width: 200px;
	background-color: #F2F2EB;
	margin-top: 20px;
	background-image: url(../artist/images/a_prof_up.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin-bottom: 40px;
}
#artist #profile-in {
	background-image: url(../artist/images/a_prof_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#artist #wrapper .profile-hr {
	margin-bottom: 20px;
}
#artist #profile-in dd {
	line-height: 1.5;
	_line-height: 1.7;
	color: #303030;
	margin-bottom: 30px;
}
#artist #profile-in ul {
	list-style-type: none;
}
#artist #profile-in li {
	list-style-type: none;
	padding-left: 8px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#artist #profile-in dt {
	margin-bottom: 5px;
}
#artist  #profile-in h3 {
	margin-bottom: 10px;
}
#artist #profile-in .profile-photo {
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
}

#artist #col2 table {
	margin-top: 20px;
	margin-bottom: 30px;
}

#artist #col2 #workslist dd {
	margin-left: 20px;
}

/* nwes

-------------------------------------------------------------------------*/
#nwes #contents #col1 {
	float: left;
	width: 190px;
	display: inline;
	padding-top: 50px;
	padding-left: 10px;
}
#nwes #contents #col2 {
	float: left;
	width: 340px;
	padding-top: 50px;
	display: inline;
	padding-bottom: 50px;
}
#nwes h4 {
	font-size: 120%;
	color: #8DC43D;
	font-weight: bold;
	margin-bottom: 2px;
}
#nwes #contents h3 {
	padding-left: 11px;
	font-size: 120%;
	color: #666666;
	background-image: url(images/h3_bk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	line-height: 1.4;
	_line-height: 1.6;
}
#nwes #contents #col2 p {
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 1.5;
	_line-height: 1.7;
}

#nwes #contents #col2 img {
      border: none;

}

#nwes #contents #col1 img {
      border: none;

}

#nwes #contents #col2 p .col2-hr {
	margin-bottom: 30px;
	line-height: 1.5;
}
#nwes #col2 h3 .timecode {
	color: #8DC43D;
}

#nwes #pagebody #sidebar {
	float: right;
	width: 140px;
	margin-top: 50px;
	background-color: #F2F2EB;
	margin-right: 10px;
	display: inline;
	background-image: url(images/sidebar_up.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#nwes #sidebar-in {
	padding: 13px;
	background-image: url(images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#nwes #pagebody #sidebar ul {
	list-style-type: none;
}
#nwes #pagebody #sidebar li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 8px;
        font-size:90%;
	line-height: 1.4;
}
#nwes #sidebar hr {
	height: 1px;
	background-image: url(images/sidebar_hr.gif);
	background-repeat: no-repeat;
}
#nwes #sidebar .sidebar-hr {
	margin-top: 8px;
	margin-bottom: 8px;
}
#nwes #sidebar-bottom {
	background-image: url(images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 140px;
}


/* top

-------------------------------------------------------------------------*/
#top #contents #col1 {
	float: left;
	width: 420px;
	display: inline;
	padding-top: 40px;
	padding-left: 10px;
}
#top #contents #col2 {
	float: right;
	width: 290px;
	display: inline;
	padding-top: 30px;
}
#top #contents #col2 ul {
	list-style-type: none;
}
#top #contents #col2 li {
	display: inline;
	margin-right: 4px;
}
#top img {
	border-style:none;
}
#top #flash {
	width: 720px;
}
#top #contents #col2 #pickup {
	background-image: url(../images/pickup_dot_bg.gif);
	background-repeat: repeat-x;
	width: 240px;
	margin-left: 50px;
	padding-top: 0px;
}
#top #contents #col2 #pickup-in {
	background-image: url(../images/pickup_blue_bg.jpg);
	background-repeat: repeat-x;
	width: 200px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 210px;
	position: relative;
}
* html #top #contents #col2 #pickup-in {
	padding-bottom: 180px;
}
#top #contents #col2 #pickup-in .pickup-photo {
	border: 5px solid #FFFFFF;
}
#top #contents #col2 #pickup-in h3 {
	font-size: 140%;
	color: #FF0099;
	letter-spacing: 0.1em;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#top #contents #col2 #pickup-in p {
	color: #FFFFFF;
	line-height: 1.5;
	_line-height: 1.7;
	padding-right: 5px;
	padding-left: 5px;
}
#top #contents #col2 .pickup-rogo {
	position: absolute;
	top: -20px;
	left: -30px;
}
#top #news h2 {
	float: left;
}
#top #news p {
	float: right;
}
#top .about {
	margin-bottom: 20px;
}
#top #col1 p {
	line-height: 1.6;
	_line-height: 1.7;
	color: #303030;
	margin-bottom: 12px;
}
#top #news {
	margin-bottom: 5px;
	width: 420px;
	margin-top: 5px;
}
#top #col1 dd {
	font-size: 120%;
	padding-bottom: 7px;
	background-image: url(../images/news_hr.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#top #col1 dt {
	color: #8c8c8c;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 2px;
}
#top #col1 dl {
	margin-bottom: 15px;
}
#top #content {
	margin-top: 10px;
}
#nwes .press {
	margin-left: 5px;
	vertical-align: middle;
}
#artistlist #contents #col2 .right-margin50 {
	margin-right: 60px;
}
#top #contents #col1 #news .rss {
	padding: 0px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
}