@charset "UTF-8";

body {
	font-size:13px;
	text-align:center;
	background: #000;
	margin:0px;
	paddin:0px;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #5e3a0f;
	line-height: 150%;
	letter-spacing: 0.03em;
}
html{
  height:100%;
}
a:link { color: #6c93e1; text-decoration: none; }
a:visited { color: #6c93e1; text-decoration: none; }
a:hover { color: #6c93e1; text-decoration: underline; }
a:active { color: #6c93e1;  text-decoration: underline; }

img { border:0px; }

h1,h2,h3,p {
	margin:0px;
	padding:0px;
}
#container h2,#container h3 { text-indent:-9999px; }

#wrapper {
	background:  url(../img/backimg.jpg) repeat-x center top;
	min-height:100%;
	width: 100%;
}
#header {
	text-align:right;
}
.relative   {  
	position: relative;  
} 
#container {
	background: url("http://news.kamivoice.com/wp-content/themes/twentyten/img/main.png") no-repeat center top;
	width: 1065px;
	height: 743px;
	margin:0px auto;
}
#contents {
	width:675px;
	position: absolute;
	top:525px;
	left:400px;
}
#menu {
	background:#000 url("../img/menu-back.png") repeat-x center -8px;
	height:52px;
	width: 100%;
}
#menu .btnarea{
	width:992px;
	background: url("../img/menu-btnback.jpg") no-repeat center -1px;
	text-align:center;
	margin:0px auto;
}
#menu ul {
	list-style-type: none;
  	margin: 0;
  	padding: 3px 0 0 60px;
}
#menu li {
	float: left;
	height:38px;
	margin:0 10px 0 0;
}

/* ---左--- */

#ct-left {
	width:370px;
	float:left;
}
#ct-left strong {
	color: #ff8400;
}
.twit {
	text-align:right;
	padding:10px 15px 5px 0;
}
#news {
	background: url("http://news.kamivoice.com/wp-content/themes/twentyten/img/news.png") no-repeat left top;
	width:361px;
	height:148px;
	_overflow: hidden;
}
.newsbox {
	padding:35px 0 0 0;
	overflow: auto;
	_overflow: hidden;
}
.newstxt {
	margin:5px 0;
	padding:0 0 5px 0;
	background: url("http://news.kamivoice.com/wp-content/themes/twentyten/img/news-line.png") no-repeat left bottom;
}
.newstxt-date {
	float:left;
	width:85px;
}
.newstxt-kiji {
	float:right;
	width:325px;
	line-height:130%;
}
#inframe {
	padding: 0;
	margin: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);	/* IE6、IE7対応 */
	-moz-opacity: 0.8;		/* Firefox1.5以前対応 */
	-khtml-opacity: 0.8;
}

/* ---右--- */

#ct-right {
	width:300px;
	float:right;
}
#movie {
	background: url("http://news.kamivoice.com/wp-content/themes/twentyten/img/movie.png") no-repeat left top;
	width:296px;
	height:210px;
}
#movie .ytb {
	width:270px;
	height:167px;
	padding:15px 0 0 10px;
}

/* ---foot--- */

#footer {
	background:#000;
	padding:10px 0 0 0;
}
#footer h2 { 
	padding:15px 0 0 0;
}
#footer h3 { 
	padding:15px 0 20px 0;
}
#footer .ftinfo {
	text-align:left;
	width:1000px;
	background: url("../img/animelo.gif") no-repeat right 15px;
	margin:0px auto;
}
#footer .ftinfodesc {
	padding:0 0 0 35px;
	width:80%;
	text-align:center;
}


/* ---clear--- */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear:both;
}