@charset "Shift_JIS";

/* ■ページ構造 */

body {
  margin: 0;
  padding: 0;
  align:center;
  background: #FFFFCC;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  letter-spacing: 0.03em;
}

/* （色付きリンク） */
a:link{
color:#993300;
text-decoration:none;
}
a:visited{
color:#993300;
text-decoration:none
}
a:active{
color:#993300;
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;
}

@media only screen and (max-device-width : 480px) {
/* スマートフォンだけ以下を適用 */
  	
#header {
  width: 100%;
}

#content {
  width: 100%;
}

#photo img{
  width: 240px;
  height: 240px;
}



#H1{
	width: 83%;
}

#H1 img{
  width: 140px;
  height: 140px;
}

#menu {
　width: 240px;
  float: left; 
  color: #fff;
  background: #99CC99 url("../newparts/ev_menu2.gif");
  background-repeat: repeat-y;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	line-height:20px;
}

#main {
  width: 83%;
  float: left;
    background: #FFFFCC;
}


#main　img { 
 		  width:100%;
  	}

#footer {
  clear: both;
  width:100%;
}
  }
  

/* ■その他 */

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/ev_obi2.gif");
margin-bottom:25px;
}


#header {
  color: #993300;
  font-size:10px;
  background: #FFCC66;
}
/* 左メニュー */
#menu {
  color: #fff;
  background: #FF9900 url("../newparts/ev_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;
}

#photo-r{
float:right;
margin-right:0em;
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: #FFFFFF;
  font-size:10px;
  background: #FFCC66;
}

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

center{
align:center;
}

