﻿@charset "utf-8";

body {
	background: none repeat scroll 0 0 #CCCCCC;
	color: #333333;
	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	line-height: 1.5;
	width: 100%;
}

a {
	display: block;
}

a:link {
	color: #ff1493;
/*	text-decoration: none; */
}
a:visited {
	color: #0088cc;
	text-decoration: none;
}

#onair {
	background: #ffffda;
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	font-size:13px;
}

#onairbody {
    background: #00a2ff;
    border-radius: 6px;
    margin: 15px 10px;
    padding: 10px 10px;
	line-height:1.8;
	color: #FFFFFF;
}

#onairbody2 {
    background: #ff0090;
    border-radius: 6px;
    margin: 15px 10px;
    padding: 5px 10px;
	line-height:1.5;
	color: #FFFFFF;
}

footer {
	color: #500000;
	font-size: 11px;
	margin: 0 0;
	padding: 0 0 15px;
}

footer p {
	text-align: center;
}

footer ul {
	text-align: right;
	margin: 0 10px 10px;
}

footer img {
	margin: 0;
}

/***********************************************/

#CopyRight {
    background-color: #001901;
    color: #FFFFFF;
    font-size: 8px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

/*******************************************************************
*   ボタン
*******************************************************************/


.button {
	width:65%;
	text-align:center;
	display: block;
	padding: 8px;
	margin-left: auto;
	margin: 8px auto 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #FF7575 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff76c0), to(#ff5463)); 
/**background: #FF7575 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff99e1), to(#ff4d88)); **/

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.button a {
	text-align:center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	font-weight:bold;
}

.bbsbutton {
	width:80%;
	text-align:center;
	display: block;
	padding: 8px;
	margin: 5px auto 8px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #0054a7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0054a7), to(#044483)); 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.newbutton {
	width:50%;
	text-align:center;
	display: block;
	padding: 6px;
	margin: 5px auto 8px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	background: #FF0000;
}

.button2 {
	width:55%;
	text-align:center;
	display: block;
	padding: 8px;
	margin-left: auto;
	margin: 8px auto 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	border-radius: 10px;
	font-weight:bold;
	background: #FF7575 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff76c0), to(#ff5463)); 
/**background: #FF7575 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff99e1), to(#ff4d88)); **/

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.button2 a {
	text-align:center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #666;
	font-weight:bold;
｝
/*******************************************************************/