/* ▼お得カレンダー */
/* ----------------------------------------------------- */
/*-------------------------------------------------------
 [01] common
-------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p,
ul, li, dl, dt, dd, object, embed,
address, div, span, a{
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

body {
background:transparent url(../party/img/calendar_bg.gif) repeat-x scroll left top;
color:#444444;
font-family:"ＭＳ Ｐゴシック",Osaka;
font-size:12px;
margin:0;
padding:0;
text-align:center;
line-height: 1.6em;
}

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

hr {
display: none;
}

.dn {
display: none;
}

p {
margin: 0;
padding: 0;
}

a {
color:#241E17;
text-decoration:underline;
}

a:hover {
color:#6C1513;
text-decoration:none;
}

.anchor {
display:block;
font-size:0;
height:0;
line-height:0;
overflow:hidden;
}

.clear {
clear:both;
font-size:0;
height:0;
line-height:0;
}

/*-------------------------------------------------------
 [02] contents
-------------------------------------------------------*/
div.container {
}

div.logo {
width: 700px;
margin: 3px auto 0px auto;
padding: 4px 0px 4px 0px;
background: url(../party/img/calendar_logo_bg.jpg) top left no-repeat;
}

div.contents {
background: url(../party/img/calendar_contents_bg.jpg) no-repeat top left;
background-color: #FFFFFF;
width: 700px;
margin: 0px auto 0px auto;
padding: 40px 0px 0px 0px;
text-align: left;
}

div.mainPic {
margin-left: 5px;
}

h1 {
margin: 0px 0px 0px 20px;
}

p.mainTxt {
margin: 0px 20px 30px;
}

p.center {
	text-align: center;
}

/*-------------------------------------------------------
 [03] calendar
-------------------------------------------------------*/
.txt {
	margin: 0px 20px 20px 20px;
}

ul li.previous {
float: left;
padding-left: 20px;
width: 200px;
}

ul li.next {
float: right;
padding-right: 20px;
width: 200px;
text-align: right;
}

h2.calendar {
text-align: center;
font-size: 16px;
color: #29131C;
margin: 0;
}

table.calendar {
border-top: #B2AD88 1px solid;
border-right: #B2AD88 1px solid;
margin-left: 20px;
margin-top: 10px;
}

table.calendar th,
table.calendar td {
border-bottom: #B2AD88 1px solid;
border-left: #B2AD88 1px solid;
vertical-align: top;
font-weight: bold;
font-size: 12px;
width: 95px;
text-align: left;
} 

table.calendar td {
height: 65px;
}

table.calendar th {
background: #D5D1D2;
color: #29131C;
}

table.calendar th.holiday {
background: #29131C;
color: #FFFFFF;
}

table.calendar td ul li {
font-weight: normal;
padding-left: 17px;
line-height: 1.6em;
}

li.icon {
background: url(../party/img/calendar_icon.gif) no-repeat;
background-position: 0px 0.1em;
}

div.calendarIcon {
border: #B2AD88 1px solid;
width: 663px;
margin: 20px 0px 10px 20px;
padding: 15px 0px;
}

*html div.calendarIcon {
width: 665px;
}

div.calendarIcon p {
margin: 0px 20px 0px 20px;
background: url(../party/img/calendar_icon.gif) no-repeat;
background-position: 0px 0.1em;
padding-left: 20px;
}

div.calendarIcon ul {
text-align: center;
}

div.calendarIcon ul li {
padding-left: 17px;
display: inline;
margin: 0px 8px;
padding-top: 5px;
}

/*-------------------------------------------------------
 [04] footer
-------------------------------------------------------*/
div.footer {
background: url(../img/footer_bg.gif) repeat-x top left;
background-color: #29131C;
margin-top: 40px;
padding-bottom: 10px;
}

div.footer ul {
background: url(../img/footer_ul_bg.jpg) no-repeat top center;
padding-top: 8px;
padding-left: 485px;
}

div.footer ul li {
display: inline;
margin-right: 21px;
}
