@charset "UTF-8";

/*****************************************************************

    スタイルシートの初期化をするためのCSS

*****************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, address,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align:left;
	vertical-align: baseline;
	}

img {
	border: none;
	}
ol, ul {
	list-style: none;
	}
.small {
	font-size: 80%;
	}
address {
	clear: both;
	font-size: 14px;
	font-style: normal;
	}
strong {
	font-weight: bold;
	}

body {
	background: #FFFFFF url(../image/bg.gif) repeat-x;
	color: #333333;
	font:80%/180% Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0;
	padding: 0;
}



/*****************************************************************

    回り込み解除

*****************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
/*　IE6　*/
* html .clearfix { zoom: 1; }
/*　IE7　*/
*:first-child+html .clearfix { zoom: 1; }

.cl { clear:both; }
br.clear {
	clear: both;
}



/*****************************************************************

    リンク設定

*****************************************************************/
a:link {
	color: #E5007F;
}
a:visited,
a:hover,
a:active {
	color: #359CE8;
}



/*****************************************************************

    ヘッダー

*****************************************************************/
#header {
	background: url(../image/header.gif) no-repeat center bottom;
	height: 279px;
	margin: 0px auto;
	width: 800px;
}
#header h1,
#header p {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}



/*****************************************************************

    フッター

*****************************************************************/
#footer {
	background: url(../image/footer_bg.gif) repeat-x top;
	color: #FFFFFF;
	padding: 30px 0 20px;
	text-align: center;
	vertical-align: middle;
}



/*****************************************************************

    メイン

*****************************************************************/
/*レイアウト*/
#contents {
	margin: 0px auto 40px;
	width: 800px;
}
#left {
	float: left;
	width: 480px;
}
#right {
	width: 270px;
	float: right;
}

/*タイトル*/
h2 {
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin: 40px 0 0;
	padding: 0px;
	text-indent: -9999px;
}
h2.syoukai {
	background-image: url(../image/syoukai_h2.gif);
}
h2.onair {
	background-image: url(../image/onair_h2.gif);
}
h2.profile {
	background-image: url(../image/profile_h2.gif);
}

/*段落*/
p {
	margin: 0;
	padding: 5px;
}

/*フォント*/
.txt_blue-b,
.txt_onair_day {
	color: #008DCD;
	font-size: 120%;
	line-height: 170%;
	font-weight: bold;
}
.txt_underline {
	text-decoration: underline;
}

/*メールボタン*/
#mail a{
	background: url(../image/mail.gif) no-repeat left top;
	display:block;
	float: right;
	height: 29px;
	text-indent: -9999px;
	width: 240px;
}
#mail a:hover{
	background: url(../image/mail_o.gif) no-repeat left top;
}

/*プロフィール写真*/
p#profile_photo {
	padding: 5px 5px 0;
}
p#profile_photo img {
	border: 1px solid #CCCCCC;
	margin: 5px 10px 0;
}

/*告知*/
#info {
	background: #FFFFB3;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 25px 0 -25px;
	padding: 10px;
}
#info h2 {
	color: #E20A80;
	font-size: 120%;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding: 0;
	text-indent: 18px;
	background: url(../image/info_h2.gif) no-repeat left center;
}

/* 右バナースペース */
.banner {
	margin: 40px 0 -10px;
}
.banner img {
	margin: 0 0 10px;
}

/* twitter */
div.twitter {
	margin: 40px 0 0;
	padding: 0;
	line-height: 1;
}
