﻿/* body */
body
{
    background-color:#F0EDE9;
}

/* 外枠 */
#container 
{
    width:800px;
    border-right:solid 1px #AAAAAA;
    border-left:solid 1px #AAAAAA;
    border-top:solid 1px #AAAAAA;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    margin-bottom:0px;
    background-color:#ffffff;
}

/* ヘッダー画像部分 */
#header
{
    width:800px;
    height:61px;
    margin:0px auto 0px auto;
    padding:0px;
    overflow:hidden;
}

/* メイン全体 */
#mainBlock
{
    width:757px;
    margin:auto;
}

/* パン屑部分 */
#navi
{
	padding:7px 0px 3px;
    font-size:80%;
}

/* メイン左側 */
.mainLeft
{
    float:left;
    width:158px;
    margin:10px 0px 1px 0px;
}

/* メイン右側 */
.mainRight
{
    float:right;
    width:580px;
    margin:10px 0px 1px 0px;
}

/* メイン画像 */
#mainImg
{
    text-align:center;
}

/* メインメニュー */
.mainMenu
{
    margin:0px 1px 5px 1px;
}
.mainMenu img
{
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:bottom;
}

/* お知らせ */
#oshirase
{
	margin-top:20px;
}

/* 催し物、チケット情報 */
#moyooshi
{
	float:left;
}
#tiket
{
	float:right;
}

/* 更新情報 */
#ReleaseInfo
{
    margin-top:20px;
}

.infoTtl
{
    width:580px;
    height:23px;
}

.infoTtlL
{
	float:left;
	background:url("../images/abc/new_title.gif") no-repeat;
    width:510px;
	height:23px;
}

.infoTtlR
{
    float:left;
    background:url("../images/abc/new_title_ya.gif") no-repeat;
    width:70px;
	height:23px;
}


.listInfo
{
    width:580px;
    padding:6px 3px 10px 3px;
	font-size:95%;
}

.listInfo ul
{
    margin-left:7px;
    padding-left:5px;
}

.listInfo ul li
{
    padding:0px 0px 5px 20px;
    background:url("../images/abc/ya_re.gif") no-repeat;
    font-size:90%;
}

.updDate
{
	float:left;
	width:130px;
}


/* 問合せ先 */
#siteinfo
{
    padding:0px 5px 10px 20px;
    margin-top:50px;
    font-size:0.8em;
    line-height:130%;
}

#siteinfo p
{
	width:90%;
	margin:0 auto;
	text-align:center;
}

/* copyright */
#cp
{
    width:800px;
    height:20px;
    text-align:center;
    font-size:80%;
    color:#ffffff;
    padding-top:2px;
    background-color:#E06D70;
    border-bottom:solid 1px #aaaaaa; 
}


.linkList a
{
	padding-left:16px;
}

p.linkList
{
	font-size:0.8em;
	margin-top:2px;
	margin-right:5px;
	text-align:right;
}
