@charset "utf-8";

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	}
.win body {
	letter-spacing: 0.1em;
	}


#wrapper{
	background: #fff url(../images/bg.gif) center top repeat-x;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
}



hr { clear:left; display: none; }
br { letter-spacing: normal; }

/*------リンク-------------------------------*/

a { color: #000; text-decoration: underline; }
a:link {}
a:visited {}
a:hover { color: #cf0e0e; text-decoration: none; }
a:active { color: #cf0e0e; text-decoration: underline; }

a:focus {
	/*\*/
		overflow: auto;
	/**/
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	コンテンツ
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*------------ Javascript警告 -------------*/
#jsWarning {
	width: 100%;
	margin: 0 auto;
	background: #000;
	}
	#jsWarning p {
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		}

/*------------ 放送終了後対応 -------------*/
#caution {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	color: #CF0000;
	text-align: center;
	}

/*------------ コンテナ -------------*/
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/bg_contents.jpg) center top no-repeat;
	margin: 0 auto;
	padding: 0;
	}

/*------------ メニュー(共通) -------------*/
#menu {
	width: 960px;
	height: 57px;
	margin: 0 auto;
	}
	#menu ul {
		width: 949px;
		height: 56px;
		background: url(../images/bg_menu_bar.gif) 10px 0 no-repeat;
		padding: 1px 0 0 11px;
		}
		#menu ul li {
			width: 188px;
			height: 56px;
			float: left;
			}
			#menu ul li em {
				display: none;
				}
			#menu ul li a {
				display: block;
				width: 188px;
				height: 56px;
				}
				#menu ul li a:hover {
					background: none!important;
					}
/*------フッター-------------------------------*/
#footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 20px 0 20px;
	background: url(../images/bg_footer.jpg) 0 0 repeat;
	border-top: 3px solid #333;
	}
	#footer a {
		}
	#footer #link_local {
		width: 960px;
		margin: 0 auto;
		padding: 20px 0 20px;
		background: url(../images/line_footer.gif) 0 bottom repeat-x;
		}
		#footer #link_local p {
			text-align: center;
			}
	#footer ul.bn {
		width: 890px;
		height: 42px;
		margin: 0 auto;
		/*position: relative;*/
		}
		#footer ul.bn li {
			height: 42px;
			float:left;
			padding:0 10px 0 0;
			/*position: absolute;
			top: 0;*/
			}
			#footer ul.bn li.bn1 {
				width: 161px;
				padding:0 10px 0 0;
				}
			#footer ul.bn li.bn2 {
				width: 161px;
				padding:0 10px 0 0;
				}
			#footer ul.bn li.bn3 {
				width: 468px;
				padding:0;
				}
	#footer address {
		clear: both;
		width: 960px;
		margin: 0 auto;
		padding: 0 10px;
		line-height: 1.6;
		}
		#footer address .copy {
			text-align: right;
			}


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

.clearfix {display: inline-table;}

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

