* {
	margin: 0;
	padding: 0;
}

body {
	background: #dddddd url(../images/anikichi_bg.gif);
	text-align: center;
}

body, p, li, td ,th {
	font-size: 13px;
	line-height: 15px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, ul, li ,p {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

#container {
	background: #ffffff url(../images/anikichi_bg_container.gif) repeat-y;
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: center;
}

#mainarea {
	position: relative;
	width: 734px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	text-align: left;
}

#pagetop {
	margin: 5px 10px 10px 0;
	text-align: right;
}

/*-- リンク --*/

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

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

/*-- パンくず --*/

#bread {
	position: relative;
	width: 100%;
	margin: 0 0 1px 0;
	padding: 0;
	background: #004D54;
}

#bread p {
	padding: 8px;
	color: #ffffff;
}

/*-- 内容 --*/

#contents {
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFFADC;
	border: 1px #004D54 solid;
}

.contents_inner {
	position: relative;
	width: 732px;
	margin: 0;
	padding: 0;
	background: #FFFADC;
}

.contents_inner h1 {
	margin-bottom: 20px;
}

#tv {
	width: 712px;
	margin: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ff9900;
	text-align: center;
}

#tv th {
	font-weight: normal;
	width: 210px;
	padding: 5px;
	background: #FFE5BD;
	border-right: 1px #FFC772 solid;
	border-bottom: 1px #FFC772 solid;
	text-align: left;
}

#tv .place {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 5px;
	background: #FFC56C;
	border-right: 1px #FFB23E solid;
	border-bottom: 1px #FFB23E solid;
	text-align: left;
}

#tv td {
	width: 270px;
	padding: 5px;
	background: #ffffff;
	border-right: 1px #FFC772 solid;
	border-bottom: 1px #FFC772 solid;
	text-align: left;
}

#radio {
	width: 712px;
	margin: 10px;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #89CDEC;
	text-align: center;
}

#radio th {
	font-weight: normal;
	width: 25%;
	padding: 5px;
	background: #D3E9E2;
	border-right: 1px #BCDDD3 solid;
	border-bottom: 1px #BCDDD3 solid;
	text-align: left;
}

#radio td {
	width: 75%;
	padding: 5px;
	background: #ffffff;
	border-right: 1px #BCDDD3 solid;
	border-bottom: 1px #BCDDD3 solid;
	text-align: left;
}


/*-- フッタ --*/

#footer {
	position: relative;
	margin: 0;
	padding: 0;
}

/*-- マージンとか --*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
}

.mb20 {
	margin-bottom: 20px;
}

.h10 {
	height: 10px;
}
.tyuuigaki{
	text-align:center;
	color:#F00;
}