<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset"shift_jis";
@import url(https://www.tv-osaka.co.jp/css/clear.css);

/**********************
kairos.css
「カイロスの微笑2」用CSS
LAST UP DATA: 2010/03/18
AUTHOR:YUKI INOUE
(tvosaka-system)
***********************/

/*******************************************************
1.共通段組
2.index
3.main.html
*******************************************************/
body{
	background:#FFF;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	color:#000;
	line-height:110%;
}
body#index{
	background-color:#E7E7E7;
}
a{
	color:#00AEEF;
	text-decoration:underline;
	
}
a:hover{
	color:#00AEEF;
	text-decoration:none;
}
em{
	font-weight:bold;
}
/***************************
index.html
***************************/
#bodyIndex{
	padding-top:100px;
}
#indexWrap{
	position:relative;
	margin:0 auto;
	width:800px;
}
#indexWrap .btnEnter{
	position:absolute;
	left: 140px;
	top: 265px;
}
.btnEnter,.btnEnter a{
	background:url(images/btn_enter.png) left top no-repeat;
	width:165px;
	height:48px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.btnEnter a:hover{
	background:url(images/btn_enter_on.png) left top no-repeat;
	width:165px;
	height:48px;
	display:block;
}
#bodyIndex #foot{
	margin:0 auto;
	padding:50px 0 30px;
	text-align:center;
}
/************************
main4.html
***********************/
#pan{
	border-bottom:#333 1px solid;
	padding:20px 5px 5px;
}

#mainWrap{
	width:800px;
	padding:0 4px;
	background:url(images/bg_contents.jpg) left top repeat-y;
	margin:0 auto;
}
#head h1{
	float:left;
	width:91px;
	margin:0;
}
#head #headMain{
	float:left;
	width:709px;
}
#main4 #new{
	background:url(images/bg_new.gif) left top no-repeat;
	padding:5px;
	heiht:75px;
	margin:20px 15px;
}
#new dl{
	overflow-y:scroll;
	height:75px;
}
#new dl dt{
	font-size:85%;
	padding:3px 0 0 20px;
}
#new dl dd{
	padding:0 0 3px 20px;
	background:url(images/listmark.gif) left top no-repeat;
	border-bottom:#999 1px dotted;
}
#main4 #contents01{
	width:743px;
	margin:0 28px;
}
#contents01 ul#pic{
	width:277px;
	float:left;
	margin-right:10px;
}
ul#pic li{
	margin-bottom:10px;
}
#contents01 #text{
	float:left;
	width:456px;
}
#text #textIn{
	width:440px;
	margin:10px 8px;
}
#textIn ol{
	margin-top:30px;
	list-style-type:none;
}
#textIn ol li{
	margin-bottom:25px;
}
#textIn ol li h4{
	margin-bottom:5px;
}
#contents02 #about{
	width:332px;
	float:left;
	background:url(images/bg_about.jpg) left top no-repeat;
	height:184px;
	padding:85px 20px 0 30px;
	font-size:93%;
}
#contents02 #kako{
	float:left;
	width:380px;
	padding:10px;
	background-color:#F9F9F9;
	border:#999999 1px solid;
	margin-top:20px;
	
}
#contents02 #kako ol{
	padding-left:15px;
}
#contents02 #kako ol li{
	margin-top:15px;
	list-style-type:decimal;
}
#contents03 .kunimura{
	width:284px;
	float:left;
}
#contents03 .contents03Right{
	width:516px;
	float:left;
}
.contents03Right #btnArea li{
	float:left;
	width:253px;
	margin-right:3px;
}
.contents03Right .profile{
	font-size:77%;
	color:#CC3300;
	margin-top:20px;
}
#shinsai {
	background:url(images/bg_shinsai.gif) left top no-repeat;
	padding:40px 70px;
	height:130px;
	margin-left:15px;
}
#footer{
	background-color:#666;
	padding-top:20px;
	height:100px;
	width:100%;
	text-align:center;
	font-size:85%;
}
#footer a{
	text-decoration:none;
	color:#FFF;
}

/************************
song.html
***********************/
#song{
	width:780px;
	padding:10px 10px 50px 10px;
}
#song .songLeft{
	float:left;
	width:330px;
}
#song .songRight{
	float:right;
	width:430px;
}






</pre></body></html>