<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/****** 千原ジュニアのシュッとしよ！ ******/


/*
===== universal reset ====================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* button styles 
-------------------------------------------------------*/
a {
    overflow: hidden;/* FireFox */
    outline: none;
}
/* swf outline styles 
-------------------------------------------------------*/
object,embed {outline: none !important;}/* FireFox */

/*
===== body and base setting ====================================
*/
body {
	color:#000;
	text-align:center;/* box centering */
	font: 13px/1.231 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	font-size: 81.25%\9;/* for IE8 */
	*font-size:small;/* for IE6&amp;7 */
	*font:x-small;/* for IE Quirks Mode */
	margin: 0px;
	min-width: /* 980px */980px;
	padding: 0px;
}

#wrap {
	width:980px;
	margin:0 auto;
	background:url(../img/set_image.png) no-repeat bottom;
	padding-bottom:450px;
	}

/*
===== header ====================================
*/

#wrap #header {
	border-top:solid 30px #ff0000;
	}
	
#wrap #header H1 {
	width:500px;
	margin:60px auto;
	text-align:right;
	
	font-size:93%;
	font-weight:normal;
	}
	
#wrap #header H1 img {
	margin-bottom:5px;
	}
	
/*
===== introductionr ====================================
*/
	
#wrap #intro {
	display:table;
}

#wrap #intro #intro_text {
	width:680px;
	display:table-cell;
	vertical-align:top;
	padding-right:30px;
	}
	
#wrap #intro #intro_text #intro_text_inner {
	border-top:solid 5px #ff0000;
	border-bottom:solid 5px #ff0000;
	padding:30px 0;
	}
	
#wrap #intro #intro_text .left {
	float:left;
	width:325px;
	}
	
#wrap #intro #intro_text .right {
	float:right;
	width:325px;
	}
	
#wrap #intro #intro_text H2,#wrap #intro #intro_text H3 {
	width:100%;
	text-align:left;
	}
	
#wrap #intro #intro_text H2 {
	margin-bottom:10px;
	}

#wrap #intro #intro_text H3 {
	margin:15px 0 5px 0;
	}

#wrap #intro #intro_text p {
	font-size:108%;
	text-align:left;
	line-height:220%;
	}

#wrap #intro #intro_text p span {
	color:#ff0000;
	}
	
#wrap #intro #photo {
	display:table-cell;
	vertical-align:bottom;
	background:#0F0;
	background:url(../img/photo.jpg) no-repeat bottom center;
	border:5px #000 solid;
	width:270px;
	height:100%;
	}
	
#wrap #intro #photo img {
	margin-bottom:-4px;
	}

/*
===== onair ====================================
*/

#wrap #onair {
	margin:0 0 100px 0;
	}
	
#wrap #onair .this {
	float:left;
	padding-top:20px;
	background:url(../img/h3_oa.png) no-repeat left top;
	}
	
#wrap #onair .next {
	float:right;
	padding-top:20px;
	}
	
#wrap #onair h3 {
	display:none;
	}

#wrap #onair .oa_photo {
	position:relative;
	width:480px;
	height:320px;
	}

#wrap #onair .oa_text {
	position:absolute;
	margin:-320px 50px 0 0;
	width:480px;
	height:340px;
	background:url(../img/oa_photo_text.png) no-repeat;
	}

#wrap #onair .oa_text p {
	margin:300px 0 0 20px;
	color:#fff;
	text-align:left;
	}
	
#wrap #onair .oa_text p span {
	font-size:182%;
	font-weight:bold;
	display:block;
	float:left;
	margin:-7px 10px 0 0;
	}

/*
===== footer ====================================
*/

#copyright {
	background:url(../img/footer.png) no-repeat;
	width:980px;
	height:30px;
	margin:0 auto;
	}
	
#copyright a {
	display:block;
	}

/*
===== 広告 ====================================
*/
div.header_ad {
	border-bottom: 1px solid #ccc;
}

div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}

div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}

/*
===== link setting ====================================
*/
a:link{
	color: #FF0000;
	text-decoration:underline;
}
a:visited{
	color: #FF0000;
}
a:hover{
	color: #FF0000;
	text-decoration:none;
}
a:active{
	color: #FF0000;
}

/*
===== clearfix ==========================================
*/
.clearfix {
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
}
* html .clearfix {
	display:inline-table;
	/*\*/display:block;/**/
}</pre></body></html>