@charset "Shift_JIS";

/* ■ページ構造 */

body {
  margin: 0;
  padding: 0;
  align:center;
  background: #FFFFCC;
}

/* （色付きリンク） */
a:link{
	color:#63C;
	text-decoration:none;
}
a:visited{
color:#63C;
text-decoration:none
}
a:active{
color:#63C;
text-decoration:none
}
/* （メニュー用白リンク） */
a.menu:link{
color:#FFFFFF;
text-decoration:none;
}
a.menu:visited{
color:#FFFFFF;
text-decoration:none
}
a.menu:active{
color:#FFFFFF;
text-decoration:none
}

#header {
  width: 700px;
}
#content {
  width: 700px;
}
#menu {
  width: 160px;
  float: left;
}
#main {
  width: 540px;
  float: left;
}
#footer {
  clear: both;
  width:700px;
}

/* ■その他 */

body {
  line-height: 1.5;
}
p {
  padding: 10px;
  margin: 0;
}
h1{
  padding: 0px;
  margin: 0;
}
/* 中見出し帯*/
h2{font-size:16px;
color:#666666;
text-align:center;
line-height:30px;
height:30px;
background: #FFCC66 url("../newparts/lin_obi.gif");
margin-bottom:25px;
}


#header {
	color: #333;
	font-size:10px;
	background: #C9F;
}
/* 左メニュー */
#menu {
  color: #fff;
  background: #FF9900 url("../newparts/li_menu2.gif");
  background-repeat: repeat-y;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;
	line-height:18px;
}

#main {
  color: #fff;
  background: #FFFFCC;
  font-size:12px;
  color:#666666;
  text-align:center;
  line-height:20px;
}
#photo{
float:left;
margin-right:1em;
margin-left:1em;
}
#event{
font-size:16px;
color:#FF9933;
text-align:left;
line-height:20px;
font-weight:bold;
margin-left:140px
}
#day{font-size:12px;
color:#666666;
text-align:left;
line-height:18px;
margin-left:140px
}

#naiyou{
font-size:10px;
color:#666666;
text-align:left;
line-height:15px;
margin-left:140px
}


#clear{
clear:left;
font-color:#FFFF66;
text-align:right;
margin-bottom:10px
}

#footer {
  color: #333;
  font-size:10px;
  background: #C9F;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #666666;
  background: transparent;
}

center{
align:center;
}

