/* 基本スタイル ------------------------------------- */
body {
	font-size: 12px;
	line-height: 160%;
	font-family: 'Helvetica', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	height:100%;
	color: #333;
	_letter-spacing: 1px;
	text-align:center;
}

a {
	color: #333;
	text-decoration:underline;
}

a img, img {
	border: none;
}

a:hover {
	text-decoration:none;
}

a:hover img {
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
	text-decoration:none;
	border: none;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

/* 全体を包括するラッパー、コンテナ ------------------------------------- */
#container {
	margin: 0 auto 0 auto;
	width: 959px;
	text-align: left;
}

/* 会員ログインヘッダー ------------------------------------- */
#member {
	margin: 0 0 5px 0;
	padding: 7px 0 0 24px;
	width: 922px;
	height: 30px;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	background-image: url("/asset/img/header/bg_member.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
	
	#member a {
		color: #fff;
	}


/* ヘッダ ------------------------------------- */
#header {
	margin: 20px 0 30px 0;
	width: 946px;
}

	#header .logo {
		float: left;
		width: 394px;
		margin-right: 20px;
	}
	
	#header .links {
		float: left;
		width: 118px;
		margin-right: 20px;
	}
	
	#header .search {
		float: left;
		width: 394px;
	}
		
		#header .search .left {
			float: left;
			width: 118px;
			margin-right: 20px; 
		}

		#header .search .right {
			float: left;
			width: 256px; 
			margin-bottom: 10px;
		}
		
		#header .search .right input.text {
			width: 222px;
			height: 20px;
			border: 1px solid #999;
			padding: 0;
			margin: 0 8px 0 0;
			float: left;
		}
		
		#header .search .right input.btn {			
			float: right;
		}
		
		#header .search .bnr {
			
		}
		
	#header .en {
		margin-bottom: 10px;
	}

/* グローバルナビゲーション ------------------------------------- */
#navigation {
	margin: 0;
	height:62px;
}

	#navigation img {
		float: left;
		margin-right: 20px;
	}
	
	#navigation img.last {
		float: left;
		margin-right: 0px;
	}

/* パンくずリスト -------------------------------------*/	
#bread {
	font-size: 11px;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 10px;
}
	
	#bread a {
		color: #B21326;
		text-decoration: none;
	}
	
/* ページ左側コンテンツ -------------------------------------*/
#main {
	float: left;
	width: 670px;
	margin: 14px 20px 40px 0;
	_margin-bottom: 20px;
	padding: 0 20px 0 0;
	border-right: 2px solid #B21327;
	overflow: hidden;
}
#main-search {
	margin: 24px 20px 40px 0;
	_margin-bottom: 20px;
	padding: 0 20px 0 0;
}

	
	#main .home_flash {
		width: 670px;
		height: 300px;
		margin-bottom: 30px;
	}
	
	#main .home_content {
		font-size: 12px;
	}
		#main .home_content h3 {
			margin-bottom: 12px;
		}
		
		#main .home_content .left {
			float: left;
			width: 304px;
			padding-left: 20px;
			margin-right: 20px;
			background-image: url("/asset/img/common/gray_dot_vertical.gif");
			background-position: left top;
			background-repeat: repeat-y;
		}
		
		#main .home_content .right {
			float: left;
			width: 304px;
			padding-left: 20px;
			margin-right: 0px;
			background-image: url("/asset/img/common/gray_dot_vertical.gif");
			background-position: left top;
			background-repeat: repeat-y;
		}
		
		#main .home_content .item {
			width: 304px;
			padding-bottom: 7px;
			margin-bottom: 7px;
			background-image: url("/asset/img/common/gray_dot_ccc.gif");
			background-position: left bottom;
			background-repeat: repeat-x;	
		}	
		
			#main .home_content .item.lastchild {
				background-image: none;
				border-bottom: 1px solid #CCC;
			}
			
			#main .home_content .item img {
				float: left;
				margin-right: 10px;	
				margin-bottom: 4px;		
			}
			
			#main .home_content .item .date {
				float: left;
				width: 60px;
				font-size: 11px;				
			}
			
			#main .home_content .item .text {
				float: right;
				width: 244px;
				font-weight: bold;
			}
			
			#main .home_content .item .text .fair_source {
				font-weight: normal;
				font-size: 11px;
				color: #666666;
			}
			
			
			
				#main .home_content .item .text .new {
					color: #9b7136;
					margin-right: 3px;
					font-size: 11px;
					font-weight: bold;
				}
			
				#main .home_content .item .text.fair {
					float:none;					
					width: auto;
				}
				
					#main .home_content .item .text.fair .date {
						float:none;					
						width: auto;
						margin-bottom: 3px;
						font-weight: normal;
					}
			
				#main .home_content .item .text a {
					text-decoration: none;
				}
				
				#main .home_content .item .text a:hover {
					color: #CCC;
				}
	
	/* 共通の「MORE」ボタン ------------------------------------- */		
	#main .more {
		width: 100%;
		height: 30px;
		text-align: right;
	}
	
	#main h2,
	#main-search h2 {
		margin-bottom: 25px;
	}
	
	/* main左側（本文用） ------------------------------------- */
	#main .main_left {
		float: left;
		width: 532px;
		padding-right: 20px;
		border-right: 1px solid #CCC;
		font-size: 13px;
		line-height: 180%;
	}	
	
		#main  a {
			color: #B21326;
			text-decoration: none;
		}
		
			#main a:hover {
				color: #CCC;
			}
		
		#main .main_left img {
			margin-bottom: 15px;
		}
		
		#main .main_left .date {
			font-size: 11px;
			margin-bottom: 3px;
		}
		
		#main .main_left .place {
			font-weight: bold;
			margin-bottom: 5px;
		}
		
		#main .main_left .newopen_info {
			font-weight: bold;
			font-size: 11px;
			margin-bottom: 10px;
			line-height: 160%;
		}
		
		#main .main_left .newopen_notice {
			font-size: 12px;
			line-height: 160%;
			color: #FF0000;
			margin-bottom: 10px;
		}
		
		#main .main_left h3 {
			font-weight: bold;
			font-size: 18px;
			padding-bottom: 10px;
			margin-bottom: 20px;
			background-image: url("/asset/img/common/gray_dot_ccc.gif");
			background-position: left bottom;
			background-repeat: repeat-x;
		}
		
		#main .main_left .navigation {
			margin: 40px 0 40px 0;
			font-size: 11px;
		}
		
		#main .main_left h4 {
			margin: 0 0 20px 0;
		}
		
		#main .main_left h4 img { margin: 0; }
		
		/* アーカイブ表示用 ------------------------------------- */
		#main .main_left .archives {}
			
			/* フェア情報 ------------------------------------- */
			#main .main_left .archives .archive_fair {
				padding-bottom: 12px;
				margin-bottom: 12px;
				background-image: url("/asset/img/common/gray_dot_ccc.gif");
				background-position: left bottom;
				background-repeat: repeat-x;
			}
			
				#main .main_left .archives .archive_fair .left {
					width: 138px;					
				}
					
					#main .main_left .archives .archive_fair .left img {
						margin-bottom: 0;				
					}
				
				#main .main_left .archives .archive_fair .right {
					width: 394px;	
					line-height: 160%;									
				}
				
				#main .main_left .archives .archive_fair .date {
					margin-bottom: 3px;			
					line-height: 100%;							
				}
				
				#main .main_left .archives .archive_fair .place {
					margin-bottom: 2px;	
					font-size: 12px;									
				}
				
				#main .main_left .archives .archive_fair .title {
					font-weight: bold;
					font-size: 14px;
					line-height: 150%;
				}
				
			/* それ以外 ------------------------------------- */
			#main .archives .archive {
				padding-bottom: 8px;
				margin-bottom: 12px;
				background-image: url("/asset/img/common/gray_dot_ccc.gif");
				background-position: left bottom;
				background-repeat: repeat-x;
			}
			
				#main .archives .archive .date {
					margin-bottom: 5px;			
					line-height: 100%;							
				}
				
				#main .archives .archive .place {
					margin-bottom: 2px;	
					font-size: 12px;									
				}
				
				#main .archives .archive .title {
					font-weight: bold;
					font-size: 14px;
					line-height: 150%;
				}	
		
		/* ラジオ番組 ------------------------------------- */
		#main .main_left .about_radio {
			border: 1px solid #B21327;
			width: 490px;
			padding: 20px 20px 15px 20px;
			margin-bottom: 30px;
		}
			
			#main .main_left .about_radio .left {
				float: left;
				width: 97px;
				font-size: 11px;
				font-weight: bold;
				line-height: 140%;
				text-align: center;
			}			
								
				#main .main_left .about_radio .left img {
					margin-bottom: 5px;
				}
			
			#main .main_left .about_radio .right {
				float: right;
				width: 373px;
				font-size: 12px;
				line-height: 160%;
			}
			
				#main .main_left .about_radio .right .title {
					font-size: 14px;
					font-weight: bold;
					margin-bottom: 15px;
				}
		
		#main .main_left .latest_description {
			margin: -10px 0 30px 0;
			padding-bottom: 10px;
			font-size: 12px;
			line-height: 160%;
			background-image: url("/asset/img/common/gray_dot_ccc.gif");
			background-position: left bottom;
			background-repeat: repeat-x;
		}
		
		#main .main_left .btn {
			margin: 30px 0 0 0;
			width: 100%;
			text-align: center;
		}
	
	
	/* サイトマップ ------------------------------------- */
	ul.sitemap,
	ul.sitemap ul{
		margin:0;
		padding:0;
	}
		ul.sitemap li{
			color:#B21326;
			list-style: none;
			background: url(../img/main/li_horizontal.gif) no-repeat left 8px;
			padding-left:10px;
			margin:0 0 20px 13px;
		}
		ul.sitemap li.top{
			background: no-repeat url(../img/common/icon_bkdisc.gif) left center;
			padding-left:15px;
			margin:0 0 23px 2px;
			font-weight: bold;
		}
			ul.sitemap li a{
				color:#B21326;
				text-decoration: none;
			}
			ul.sitemap li a:hover{
				color:#ccc;
			}

			ul.sitemap li ul li{
				margin:0 0 0 4px;
				background: url(../img/main/li_dot.gif) no-repeat left 3px ;
			}


	/* お問い合わせ ------------------------------------- */
	.contact{}
		.contact h3{
			color:#B21326;
			font-size: 16px;
			background: url(../img/common/gray_dot.gif) repeat-x bottom;
			padding-bottom:15px;
			margin-bottom: 25px;
		}
		.contact p{
			font-size: 13px;
			margin: 0 0 25px 0;
		}
		.contact p a{color:#B21326;text-decoration: none;}
		.contact p a:hover{color:#ccc;}
		.contact ul{
			margin:0;
			padding:0;
			list-style: none;
		}
		.contact ul li{
			margin-bottom:20px; 
		}
		.contact ul li a{
			display: block;
			background: #B21326;
			color:#fff !important;
			font-size: 16px;
			font-weight: bold;
			line-height: 1.05;
			text-decoration: none;
			text-align: center;
			padding:12px 0 10px;
			width: 532px
		}
		.contact ul li a:hover{
			background: #EFEFEF;
			color:#B21326 !important;
		}

		.form dl{
			margin: 0;
		}
		.form dt{
			font-weight: bold;
			margin:0 0 ;
		}
		.form dd{
			margin:0 0 18px 0;
		}
		.form p.button{
			margin:0 0 5px 0;
		}
		.form p.button input{
			width:130px;
		}

		.form dd input,.form dd textarea{border:1px solid #9a9a9a;}
		.form dd.name input{width: 195px;height: 20px;}
		.form dd.email input{width: 300px;height: 20px;}
		.form dd.content textarea{
			width: 530px;
			height:300px;
		}

	/* フォーム画面エラーメッセージ(Contact Form 7) ------------------------------------- */
		span.wpcf7-not-valid-tip-no-ajax{
			display: block;
			color:#B21326;
		}
		.wpcf7-validation-errors{
			color:#B21326;
		}


	/* 掲示板 ------------------------------------- */
		#new,#search{
			padding:20px 25px 5px 20px;
			font-size: 12px;
		}
		#new{
			background: #EFEFEF;
		}
		#new.loged-in{
			background: #E9E8D5;
		}
		#search{
			background: #E9E8D5;
		}

		#new{
			margin:30px 0 20px;
		}
		#new .needLogin{margin-bottom:15px;}
		#new .needLogin p{margin:0;}
			#main #new h4,#main #search h4{
				font-size: 16px;
				font-weight: bold;
				color:#B21326;
				margin:0 0 5px 0;
			}
			#new dl{margin:0;}
			#new dl dt{
				font-weight:bold;
				float: left;
				width: 75px;
				color:#999;
			}
			#new.loged-in dl dt{
				color:#333;
			}
			#new dl dd{
				margin:0;
				padding: 0 0 15px 0;
				width:400px;
				float: right;
			}
			#new p.button{
				margin:0;
				padding: 0 0 15px 87px;
			}
			* html #new p.button{
				padding: 0 0 15px 83px;
			}
			#new dl dd.login{
				color:#B21326;
				font-weight: bold;
			}
				#new dl dd input,
				#new dl dd textarea{
					border: 1px solid #999;
					width: 100%
				}
				#new dl dd textarea{
					height:200px;
				}
				#new p.button input{
					width:130px;
					height: 20px;
				}

			#search{margin:0;}
				#search p{margin:0;}
				#search p.word {
					float: left;
				}
					#search p.word input{
						border: 1px solid #999;
						width: 400px;
						height: 20px;
					}
				#search p.button {
					padding:0 0 20px 410px;
				}
					#search p.button input{
						width: 70px;
					}
				.bbsNav p{margin: 0 0 10px}


	/* 定期購読・バックナンバー ------------------------------------- */
			#explain h3,#teiki h3,#backnumber h3{
				color:#B21326;
				font-size: 16px;
				background: url(../img/common/gray_dot.gif) repeat-x bottom;
				padding-bottom:12px;
				margin-bottom: 22px;
			}
			#explain .data,#teiki .data,#backnumber .data{
				margin-bottom: 45px;
			}
			#explain a,#teiki a,#backnumber a{
				color:#B21326;
				text-decoration: none;
			}
			#explain a:hover,#teiki a:hover,#backnumber a:hover{
				color:#ccc;
			}

		#explain p{
			font-size: 13px;
			margin-bottom: 25px;
		}

		#teiki .cover{
			width: 210px;
			text-align: center;
			float: left;
		}
		
		#teiki .info{
			float: right;
			width: 415px;
		}
		
		#teiki .info .head {
			font-weight: bold;
			font-size: 12px;
			color: #B21327;
		}
		
		#teiki .info ul.large {
			margin-bottom: 30px;
			padding: 0;
			list-style-type: none;
		}
		
			#teiki .info ul.large li {
				font-size: 14px;
				font-weight: bold;
				line-height: 150%;
				margin-bottom: 20px;
				padding: 0 0 0 8px;
				border-left: 3px solid #CCC;
			}
			
		#teiki .info ul.medium {
			padding: 0;
			list-style-type: none;
		}
		
			#teiki .info ul.medium li {
				font-size: 12px;
				line-height: 150%;
				margin-bottom: 15px;
				padding: 0 0 0 8px;
				border-left: 3px solid #CCC;
			}
			
		#teiki .cover p{margin:12px 0 0;font-size: 13px;}
		#teiki .info p{
			font-size: 13px;
			margin:0 0 15px;;
		}

	#backnumber .data{
		margin-right: -20px;
		width: 690px;
	}
		#backnumber .item{
			width: 215px;
			margin-right: 15px;
			float: left;
		}
		#backnumber .item p.cover,
		#backnumber .item p.button{
			margin:0 0 10px;
		}
			#backnumber .item dl{
				font-size: 11px;
			}
				#backnumber .item dt{
					font-weight: bold;
				}
				#backnumber .item dd{
					margin: 0;
					line-height: 1.4;
				}
				#backnumber .item dd strong{
					color: #B21326;
					font-size: 14px;
				}
				#backnumber .item dd p{
					margin:3px 0 0;
				}

	/* 掲示板 ------------------------------------- */
	#main .single .data {
		margin-bottom: 40px;
	}
	#main .single .response {
		margin-bottom: 20px;
	}
		#main .single .response h4{color:#B21326;font-size: 12px;margin-bottom: 9px;}

		#main .single .response dl{
			padding:20px 24px 10px;
			margin:0 0 10px 0;
			font-size: 12px;
		}
			#main .single .response dl dt{
				font-weight: bold;
				margin:0 0 5px;
			}
			#main .single .response dl dd{
				margin:0;
			}
			#main .single .response dl dd p{}
			#main .single .response dl.odd{
				background:#E9E8D5;
			}
			#main .single .response dl.even{
				background: #efefef;
			}

	
	/* ソワニエチョイス ------------------------------------- */
	#choice h3{
		margin-bottom: 22px;
	}
	#choice .data{
		margin-bottom: 30px;
	}
	#choice p,#choice dl{
		font-size: 13px;
		margin:0;
	}
	#choice a{
		text-decoration:underline;
		color:#B21326;
	}
	#choice .search{
		float:left;
		margin-right:8px;
	}
	#choice .list ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#choice .list ul li{
		float:left;
	}
	#choice .list ul li a{
		border-right:1px solid #333;
		margin-right:5px;
		padding-right:5px;
	}
	#choice .list ul li strong a{
		background: #EEEEEE;
		color: #333333;
	}
	#choice .list ul li span a{
		border-right:none;
	}
	#choice table,#choice th,#choice td{
		border-collapse:collapse;
		padding:3px 3px 1px;
	}
	#choice th,#choice td{
		border-bottom:1px solid #fff;	
	}
	#choice th{
		background:#B21326;	
		color:#fff;
	}
	#choice td{
		background:#efefef;	
	}
	#choice caption{
		display:none;
	}
	#choice .name{
		width:250px;
	}
	
	span.jounle{
		display: block;
		font-size: 11px;
	}
	
	
	
	#choice .add{
		width:300px;
	}
	#choice dt{
		float:left;
		clear:both;
	}
	
	/* 会員限定 ------------------------------------- */
	#members h3{
				color:#B21326;
				font-size: 16px;
				background: url("/asset/img/common/gray_dot.gif") repeat-x bottom;
				padding-bottom:12px;
				margin-bottom: 22px;
			}
	#members .data{
		margin-bottom:30px;	
	}
	#members .data p{
		font-size: 13px;
		margin-bottom: 25px;	
	}
	#members .data h4{
		font-size: 13px;
		font-weight:bold;
	}
	#members .data .link{
		text-align:center;
	}
	#members .data .link .new_member{
		margin-right:20px;	
	}
	
	/* プレゼント ------------------------------------- */
	#present{
		border:2px solid #ccc;
		margin-bottom:30px;
	}
	#present dl,#present ol{
		margin:0;
		padding:0;
	}
	#present dl{
		padding:10px 10px 10px 0;	
	}
	#present dt{
		margin-left:20px;
		color:#B21326;
	}
	#present dt,#present dd{
		font-size:11px;	
	}
	#teiki .deadline{
		border:3px solid #ccc;
		margin:0 140px 14px 0;
		padding:10px 15px;
		font-size:13px;
		font-weight:bold;
		color:#B21326;
		text-align:center;
	}
	
	/* 会員限定コラム ------------------------------------- */
	#column{
		font-size:13px;
	}
	.column_title{
		font-size:16px;
		color:#B21326;
	}
	.column_text{
		font-size:15px;	
	}
	.alignleft{
		float:left;
		margin:0 10px 10px 0;
	}
	.alignright{
		float:right;
		margin:0 0 10px 10px;
	}
	.aligncenter{
		margin:10px 166px;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* main右側 ------------------------------------- */			
	#main .main_right {
		float: right;
		width: 97px;
		font-size: 11px;
		line-height: 180%;
	}
	
		#main .main_right h5 {
			font-size: 11px;
			margin-bottom: 5px;
		}
		
		#main .main_right ul {
			margin: 0 0 30px 0;
			padding: 0;
			list-style-type: none;
		}
			
			#main .main_right ul li {
				margin-bottom: 4px;
				line-height: 160%;
			}
			
				#main .main_right ul li a {
					text-decoration: none;
				}
				
				#main .main_right ul li a:hover {
					color: #CCC;
				}
		
	
/* ページ右側サイドバー -------------------------------------*/
#sidebar {
	float: right;
	width: 247px;
	font-size: 11px;	
	margin-bottom: 20px;
	_margin-bottom: 0;

/* IE用 */
	_position: absolute;
	_top: 320px;
	_right: 55px;

}			

	#sidebar h3 {
		margin-bottom: 10px;
	}
	
	
	#sidebar .enquete {		
		width: 144px;
/*		padding: 50px 103px 20px 0;*/
		padding: 0px 103px 20px 0;
/*		background-image: url("/asset/img/side/bg_enquete.jpg");*/
		background-position: right top;
		background-repeat: no-repeat;
	}
	
	
	
	#sidebar .member {		
		width: 234px;
		padding-top: 80px;
		padding-right: 13px;
		background-image: url("/asset/img/side/bg_members.gif");
		background-position: right top;
		background-repeat: no-repeat;
	}
	
		#sidebar .member .text {
			width: 195px;
			height: 20px;
			border: 1px solid #999;
			padding: 0;
			margin: 0 0 0 5px;
		}
		
		#sidebar .member .forget {
			width: 100%;
			margin-bottom: 5px;
			text-align: right;
		}
		
			#sidebar .member .forget a {
				text-decoration: underline;
			}
			
			#sidebar .member .forget a:hover {
				color: #CCC;
				text-decoration: none;
			}
	
	
			
	#sidebar .present, #sidebar .concierge, #sidebar .banner {
		margin-top: 20px;
		padding-top: 20px;
		width: 234px;
		background-image: url("/asset/img/common/gray_dot.gif");
		background-position: left top;
		background-repeat: repeat-x;
	}
	
	
	
	
	#sidebar .present .column {
		line-height: 160%;
		margin-bottom: 10px;
	}
	
		#sidebar .present .column .new {
			color: #9b7136;
			margin-right: 3px;
			font-size: 10px;
			font-weight: bold;
		}
		
		#sidebar .present .column a {
			text-decoration: none;
		}
		
		#sidebar .present .column a:hover {
			color: #CCC;
		}
		
	#sidebar .present .column_date {
		margin-bottom: 3px;
		line-height: 100%;
	}
	
	#sidebar .present .column_title {
		line-height: 150%;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;		
	}
	
		#sidebar .present .column_title a {
			color: #B21327;
		}
	
	
	
	
	
	
	
	#sidebar .banner img {
		margin-bottom: 10px;
	}
	
/* フッター -------------------------------------*/
#footer {
	width: 946px;
	padding-top: 10px;
	border-top: 2px solid #B21327;
	margin-bottom: 30px;
}

	#footer img {
		float: left;
		margin-right: 10px;
	}
	
	#footer .copyright {
		float: right;
		margin: 2px 0 0 0;
	}

/* その他の共通要素 -------------------------------------*/
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { width: 100%; text-align: center; }
.bold { font-weight: bold; }
.red { color: #B21327; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }


/*------------------------------------------------

clearfix

------------------------------------------------*/
#new dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#new dl {
  min-height: 1px;
}
* html #new dl {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



#cse-search-results{
	margin-top: 30px;
	margin-bottom: 30px;
}
