/* 2010年index用CSS */
/* OS・ブラウザ統一用 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  
    margin: 0;  padding: 0;  
} 
h1, h2, h3, h4, h5, h6  {  
    font-size: 100%;  
}
body {  
    font-size: 75%;
    text-align: center;  
}  
html>/**/body {  
    font-size: 12px;  
}
html {  
    overflow-y: scroll;  
}  
table   {  
    border-collapse: collapse;  border-spacing: 0;  
}  
img {  
    border: 0;  
}  
li  {  
    list-style-type: none;  
} 

/* 全体レイアウト */
#container {    width: 720px;
	margin: 5px auto;
}

#banner {
	width: 720px;
	height: 135px;
}

#navi {
	width: 720px;
	height: 31px;
}

#slideshow {
	width: 720px;
	height: 360px;
}

#left-column {
	width: 433px;
	float: left;
	margin-bottom: 5px;
}

#right-column {
	width: 282px;
	margin-left: 5px;
	float: right;
	margin-bottom: 5px;
}

#service {
	width: 720px;
	height: 61px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#concept {
	width: 433px;
	height: 116px;
	margin-bottom: 5px;
}

#news {
	width: 433px;
	height: 260px;
}

#hot-topic {
	width: 282px;
	height: 188px;
	margin-bottom: 5px;
}

#tblog {
	width: 282px;
	height: 188px;
}

#footer {	width : 720px ;
	height: 30px;
}

.clear {
    clear:both;　/*floatの解除、ここがポイント*/
}

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

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ベーステキスト */
body {  
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;  
    line-height: 150%;
	color: #333;
}  
* + html body {  
    font-family: "メイリオ","Meiryo";  
} 
body {	background-color: #FFFFFF;}

a {
	 text-decoration: none; 
}
a:link {	color: #333;}
a:visited {	color: #333;}
a:hover {	color: #333;
	text-decoration: underline;
}
a:active {	color: #CC0000;}a img { border: 0; } .stronged {  font-size: 1.1em;  line-height: 2.0em;  font-weight: bold;}

.tele-pjtopic {  font-size: 1.0em;  line-height: 1.2em;} .photo-copy {  font-size: 0.8em;}
/* 各部レイアウト&テキスト */
/* ナビ レイアウト&テキスト */
#navi {
	text-align: left;
}

/* スライドショー レイアウト&テキスト */
#slideshow {
	text-align: left;
}

h3 .slide-title {
	font-size: 13px;
	font-weight: bold;
	margin: 4px 5px 2px;
	padding-top: 2px;
	padding-left: 5px;
}

#slideshow p {
	font-size: 11px;
}
/* サービス レイアウト&テキスト */
#service_navi li.service_image0 {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#service_navi li.service_image1 {
	float: left;
	margin-right: 5px;
}
/* コンセプト レイアウト&テキスト */
#concept {
	border: 1px solid #7f7f7f;
	text-align: left;
	background: url(http://www.tele-design.jp/img/concept_back.jpg) no-repeat;
	width: 431px;
	height: 114px;
}

#concept p{
	color: #333;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin: 18px 130px 15px 20px;
}

/* ニュース レイアウト&テキスト */
.news_header {
	width: 100%;
	height: 20px;
	background: #7f7f7f;
	text-align: left;
}

.news_header img{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 1px;
}

.header_button  {	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #fff;
	float: right;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.news_box {
	border: 1px solid #7f7f7f;
	border-top-style: none;
	width: 421px;
	height: 229px;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	margin-top: 0;
}
p.news{
	font-size: 10px;
	text-align: left;
	border-top: 1px dashed #7f7f7f;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-right: 2px;
	margin-left: 2px;
}

p.news_top{
	font-size: 10px;
	text-align: left;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-top: 0;
	margin-left: 2px;
}

.bar {
    width: 720px;
    background: #fff;
	padding: 0;
	margin: 6px auto 4px;
}
/* ホットトピック&tblog レイアウト&テキスト */
.hot_header {
	width: 100%;
	height: 20px;
	background: #B3DC26;
	text-align: left;
}

.hot_header img{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.date_button  {	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	background-color: #fff;
	float: right;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: #fc24a0;
}

.hot_box {
	border: 1px solid #7f7f7f;
	border-top-style: none;
	width: 270px;
	text-align: left;
	background-color: #fff;
	padding: 5px;
	margin-top: 0;
	height: 157px;
}

.hot_box h2 {
	font-size: 11px;
	line-height: 120%;
	border-left: 5px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.hot_box img{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.hot_box p{
	margin-top: 5px;
	font-size: x-small;
	line-height: 140%;
	margin-bottom: 0;
}

.hot_box p a:link{
	color: #333399;
}

.hot_box p a:visited{
	color: #333399;
}

.hot_box p a:hover{
	color: #333399;
	text-decoration: underline;
}

.hot_box p a:active{
	color: #CC0000;
}

/* フッター レイアウト&テキスト */
.footer_bar {
	width: 100%;
	border-top: 5px solid #7f7f7f;
}

.footer_bar p {
	font-size: 10px;
	font-weight: bold;
}
.clearleft{
    clear: left;
}



/* カラー制御 
#container {    background: maroon;
}

#banner {
	background-color: red;
}

#navi {
	background-color: orange;
}

#slideshow {
	background-color: yellow;
}

#left-column {
	background-color: olive;
}

#right-column {
	background-color: green;
}

#service {
	background-color: teal;
}

#concept {
	background-color: lime;
}

#news {
	background-color: aqua;
}

#hot-topic {
	background-color: blue;
}

#tblog {
	background-color: navy;
}

#footer {	background-color: purple;
}
.hot_box p{
	background-color: green;
}*/