/*
THEME NAME: Empty Canvas Top
THEME URI: http://rubiqube.com
DESCRIPTION: Empty Canvas v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: <a href="http://www.rubiqube.com">Adrian Diaconescu</a>
AUTHOR URI: http://www.rubiqube.com
*/

@import "reset.css";

body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
}	

a {
	border: 0px solid #e3e3e3;
	color: #888;
	text-decoration: none;
}

a:hover {
/*	color: #8b8b8b; */
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 950px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	width: 880px;
	padding: 0px 0px 30px 0px;
	margin: 0 auto;
}

#logo {
	padding: 20px 0 0 0;
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 840px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: right;
	text-align:left;
	width: 660px;
}

.post {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.post-title {
	font-size: 200%;
	line-height: 1.3;
	font-weight: normal;
//	margin-bottom: 30px;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: left;
	text-align: left;
	font-size: 18pt;
	width: 840px;
	margin: 30px 20px 0 0px;
}

#sidebar ul {
	display: block;
}

#sidebar ul li {
	margin: 0px 0px 5px 0px;
}

#sidebar div {
	font-size: 10pt;
	margin: 0px 0px 10px 0px;
}

.sidepanel {
//	display: none;
	float: right;
	margin-bottom: 30px;
	width: 270px;
	padding: 15px 25px 10px 0px;
	/*background-image: url("/img/bg-test02.png") ;*/
	background-repeat: no-repeat;
}

.sidepanel h3 {
	float: left;
	text-transform: none;
	padding: 0 0 5px 0;
	margin: 0 0 1px 0;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 10pt;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	font-size: small;
	float: right;
	text-align: left;
	width: 340px;
	height: 20px;
	margin: 0 0 0 20px;
	display: none;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	width: 130px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/*add by me*/

div.logo {
	width:1000px;
	height: 460px;
	margin:0 auto;
	}

div.logo2 {
	margin: 20px 0px 0px 0px;
	}

.logobg {
	background-repeat: no-repeat;
	width: 491px;
	height: 452px;
	position: absolute;
	float: left;
	display: none;
}

.logobg img {
	margin: 0 0 0 35px;

}

div.logomain {
	width: 440px;
	height: 350px;
	position: absolute;
	float: left;
	display: none;
}
	
.logomain h1 {
	margin: 75px 0px 0px 150px;
	}

.logomain h1 img {
	margin: 0 0 0 30px;
}



ul.navi{
	width: 403px;
	float: right;
	display:block;
	display:inline;
	list-style-type:none;
	margin: 60px 0px 0px 0px;
}
	
.navi li {
	font-size: 8pt;
	color: #555;
	margin:0px 10px 30px 0px;
	display: none;
	}

.navi li a.headline {
	font-size: 10pt;
	color: #00DDEE;
	}

.navi li a.headline:hover {
	color: #88FFFF;
	}


div.new {
	width: 750px;
	display: none;
	margin: -5px 0 0 50px;
}

.new div.tp {
	width: 480px;
	height: 160px;
	float: left;
	background: url(/img/whatsnew2-waku.jpg) no-repeat;
}

div.cr {
	float: right;
	font-size: 8pt;
	color: #555;
	margin:0px 135px 20px 98px;
	display: none;
}


.new div.signal-inst {
	width: 240px;
	height: 120;
	padding: 113px 0 0 3px;
	float: right;
	opacity: 1;
}

.new div.signal-inst div.comingsoon{
	width: 145px;
	text-align: center;
	font-size: 9pt;
	color: #AAA;
	margin: 2px 0 0 0;
}


ul.topics {
	color: #777;
	padding: 10px 0 0 108px;
	width: 300px;
}

ul.topics a {
	color: #777;
}

ul.topics li {
	margin: 8px 0;
	line-height: 1.3;
}

ul.topics li.topics-title {
	font-size: 11pt;
	border-bottom: 1px solid #aaa;
}

/* added 8-21 */

div#content-404 {
	margin: 100px auto;
}

/* added 12-28(signal sound institute) */

div.signal-top {
	width: 951px;
	background: #FFF;
	margin: 0 auto;
	font-size: 11pt;
}

div.signal-logo {
	margin: 55px 0 10px 15px;
}

div.spect {
	margin: 17px 0 40px 0;
}

div.signal-naiyo {
	width: 920px;
	margin: 20px auto;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color: #696969;
}


div.jisseki {
	width: 300px;
	float: left;
	margin: 20px 0 0 15px;
}

div.jisseki ul{
	margin: 5px 0 25px 0;
}

div.jisseki img{
	margin: 3px 5px 0 0;
}

div.jisseki ul li{
	margin: 0 0px 0 0; 
}


/* add 05-08 */

#wrapper02 {
	background-color: #fff;
	width: 950px;
	display: none;
}

div.twtr-doc{
	padding: 5px 0 0 0;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 926px;
	color: #666;
	font-size: 9pt;	
}

div.twtr-doc a{
	color: #999;
}

div.twtr-doc a:hover{
	color: #ccc;
}

div.twtr-hd {
	width: 200px;
	margin: 5px 0 5px 0 !important;
	display: none;
}

div.twtr-hd h3{
	font-size: 13px;
	margin: 0 0 0 10px !important;
}


div.twtr-hd h4{
	font-size: 10pt;
	float: left;
	margin: 0 0 0 10px !important;

}

div.twtr-bd {
	margin: 0 0 0 0;
}

div.twtr-ft {
	display: none;
}


.sidepanel-2 {
	float: left;
	margin: 0px 0px 10px 70px !important;
	width: 460px;
	line-height: 1.4;
	padding: 15px 0px 15px 0;
	/*background-image: url("/img/bg-test01.png") ;*/
	background-repeat: no-repeat;
}


.sidepanel-2 h3 {
	text-transform: none;
	padding: 0 0 0px 0;
	margin: 3px 0 0 0;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 10pt;
}

.sidepanel-2 div {
	margin: 0 0 0 0 !important;

}

.sub-posted-time {
	margin: 5px 5px 0 0;
	font-size: 8pt;
	float: right;

}

.sub-content {
	height: 480px;
/*	height: 630px;*/
	overflow: auto;
/*	border-radius: 5px;
	border: 1px solid #e3e3e3; */
	padding: 0 0 0 0;
}

.sub-post-content {
	width: 138px;
	height: 138px;
	float: left;
	padding: 4px 13px 10px 0 ;
	margin: 0 0 10px 0;
}

.yokonaga-right{
	padding: 4px 13px 10px 5px ;
}

.sub-post-content-yokonaga {
	width: 209px;
	height: 138px;
	float: left;
	padding: 4px 13px 10px 0 ;
	margin: 0 0 10px 0;
}


div.sub-post-title {
	border: 1px solid rgba(70,70,70,0.2) !important;
}

.sub-post-title {
	width: 123px;
	height: 123px;
	font-size: 8pt !important;
	line-height: 1.2;
	font-weight: normal;
	margin: 15px auto -8px;
	padding: 7px 6px 5px 8px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.sub-post-title-yokonaga {
	width: 197px;
	height: 123px;
	font-size: 8pt !important;
	line-height: 1.2;
	font-weight: normal;
	margin: 15px auto -8px;
	padding: 7px 6px 5px 8px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
}


.sub-post-title span {
/*	border-left: 12px solid #4aeaee; */
	padding-left: 3px 
}

.sub-post-title a:hover {
	color: #464646;
	text-decoration: none;
}

.sub-post-content img {
	height: 119px;
	width: 119px;
	background: #FFF;
	border: 1px solid #EFEFEF;
	margin: 0 0 4 0;
}

.sub-post-content-yokonaga img {
	height: 119px;
	width: auto;
	background: #FFF;
	border: 1px solid #EFEFEF;
	margin: 0 0px 1px 0;
}

.sidepanel h3 {
	height: 20px;
	padding: 4px 0 0 24px;
	background-image: url("/img/twitter4.png");
	background-repeat: no-repeat;
}

/* add 2013-05-31 */

/*
sub-content
wrapper02 
div.cr 

もコピーすること。

*/
div.hot-news {
//	display: none; 
	float: left;
	width: 700px;
	margin: 0 0 0 70px !important ;
}

.hot-news h3 {
	text-transform: none;
	padding: 0 0 5px 0;
	color: #5c5c5c;
	font-weight: bold;
	font-size: 10pt;
}


.hot-news-post {
	width: 699px;
	line-height: 1.3;
	margin: 15px auto -8px;
}

.hot-news-content {
	width: 708px;
	max-height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 1.4;
	font-weight: normal;
	margin: 15px auto -8px;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	float: left;
	padding: 19px 13px 10px 22px;
	margin: 0 0 10px 0;
}

.hot-news-content-blog {
	/*max-height: 350px !important;*/
}

h3.blog-new-topic {
	margin-top: 20px ;
}

.hot-news-content div a {
	color: #00DDEE;
	margin: 0 13px 0 0px;
	font-size: 11pt;
	font-weight: bold;
}

.hot-news-content div a:hover {
	color: #88FFFF;
}

.hot-news-content p {
	margin: 0 0 10px 0;	
}

.hot-news-content p a {
	color: #00DDEE !important;
}

.hot-news-content p a:hover {
	color: #88FFFF !important;
}


.hot-news-content h2 a {
	color: #00DDEE !important;
}

.hot-news-content h2 a:hover {
	color: #88FFFF !important;
}


.hot-news-post div.post-title {
	padding: 0 0 0 12px;
}

.hot-news-post div.post-title div a {
	width: 697px;
	color: #00DDEE;
	font-size: 12pt;
	font-weight: bold;
//  text-indent:-1em;
//  padding-left:1em;
}

.hot-news-post div.post-title div a:hover {
	color: #88FFFF;
}


/* 2013-06-16 */


.tweets {
	font-size: 9pt !important;
	padding: 10px 15px 25px 15px;
	border-bottom: 1px #ddd solid; 
	line-height: 1.4;
	position: relative;
}

.tweets p {
	margin: 0 0 2px 0;
	color: #00DDEE;
}

.tweetdate {
	float: right;
	font-size: 7pt !important;
	margin: 0px 0 15px 0;
	padding: 10px 0 0 0;
	position: absolute;
	right: 24px;
	bottom: -5px;
}


div#quickreport {
//	display:none;
	margin: 0 0 0 70px !important ;
}

div#quickreport h3 {
	text-transform: none;
	padding: 0 0 0px 0;
	margin: 3px 0 0 0;
	color: #6c6c6c;
	font-weight: bold;
	font-size: 10pt;
}

div#quickreport div.quick-content {
	padding: 5px;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	float: left;
	width: 735px;
	margin: 0 0 15px 0;
}


div#quickreport div.quick-content a.headline {
	font-size: 11pt;
	color: #00DDEE;
	}

div#quickreport div.quick-content a.headline:hover {
	color: #88FFFF;
	}

div.radio{
	margin: 50px 30px 0px 70px !important ;
	padding: 10px 0 0 0;
	display: none;
}

div.radio h3 {
	text-transform: none;
	padding: 0 0 0px 0;
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 10pt;
}

div.radio-content {
	line-height: 1;
//	text-align: center;
	padding: 5px;
	border: 1px solid #e3e3e3;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
//	float: left;
	width: 735px;
//	width: 210px;
//	margin: 0 0 0 70px !important ;
//	margin: 0 0 15px 0;
	color: #00DDEE;
}


div.radio-text {
//	width: 210px;
	margin: 0 !important;
	font-size: 11pt !important;
}

div.sounddesign_info{
	position: inherit;
	width: 200px;
	top: 20px;
	left: 55px;
	color: #FFBF9C;
	border: 3px solid #FFBF9C;
	border-radius: 8px;
	z-index: 100;
	display: none;
	text-align: center;
	padding: 20px 12px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 1.5;
}

div.sounddesign_info:hover {
	color: #FFFFFF;
	background-color: #FFBF9C;
}

div.soniphy_info {
	position: inherit;
	width: 160px;
	top: 69px;
	left: 55px;
	color: #FFBF9C;
	border: 3px solid #FFBF9C;
	border-radius: 8px;
	z-index: 100;
	display: none;
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 1.5;
}

div.soniphy_info:hover {
	color: #FFFFFF;
	background-color: #FFBF9C;
}

div.idephon_info {
	position: inherit;
	width: 160px;
	top: 138px;
	left: 55px;
	color: #FFBF9C;
	border: 3px solid #FFBF9C;
	border-radius: 8px;
	z-index: 100;
	display: none;
	text-align: center;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 1.5;
}

div.idephon_info:hover {
	color: #FFFFFF;
	background-color: #FFBF9C;
}