/* 全体設定 */
body{
background-color:whitesmoke;
margin:0px;          /* ページ全体のmargin */
padding:0px;         /* ページ全体のpadding */
}

h1{
background-color: deepskyblue;
font-size: 2em !important;
margin: 0px !important;
color: white;
text-align:center;   /* 下記のautoに未対応用のセンタリング */
}
@media screen and (max-width: 320px) {
  h1{
background-color: deepskyblue;
font-size: 125% !important;
margin: 0px !important;
color: white;
text-align:center;   /* 下記のautoに未対応用のセンタリング */
}
}

h2{
margin: 0px;
padding: 5px;
font-size: 125%;
background-color: silver;
color:#333333;
border-bottom: medium solid deepskyblue;
}

h4{
color:#dddddd;
margin: 0px;
padding: 0px;
}

p{
margin: 0px;
padding: 0px;
}

ul{ 
margin:0px;
}

.centering{
   text-align:center;
}


.dark_link{
color:#555555 !important;
text-decoration:none;
}

.txtAlign-right{
   text-align:right;
}

.clicklock{
pointer-events:none;
}

a{
color:#AADDFF;
text-decoration:underline;
display:inline-block;
}
a:visited {
color:#AADDFF;
text-decoration:underline;
}
a:hover {
color:#AADDFF;
text-decoration:none;
}

/* ナビゲーション設定 */
#nav{
background:#333333;
color:#AADDFF;
padding: 0px;
overflow: hidden;
position: relative;
}
#nav ul {
max-width:800px;
list-style: none outside none;
float: left;
margin: auto;
padding: 0px;
position: relative;
left:50%;
}
#nav ul li {
float: left;
margin-right: 0px;
padding: 5px;
position: relative;
left:-50%;
}

#nav a{color:#AADDFF;
text-decoration:underline;
}
#nav a:visited {
color:#AADDFF;
text-decoration:underline;
}
#nav a:hover {
color:#AADDFF;
text-decoration:none;
}


/*PGメニュー設定 */
.MWND_PG_Menu_Wrapper{
margin:10px auto 40px auto;
max-width:800px;
}

.MWND_PG_Menu_Frame{
background:#333333;
padding:30px 8% 30px 8%;
}


.MWND_PG_Menu_Container{
max-width:600px;
margin:auto;
}

h4.MWND_PG_Menu_Title{
color:#dddddd !important;
text-decoration:none !important;
text-align:left !important;
margin: 10px 0px;
padding: 0px;
}

p.MWND_PG_Menu_Date{
color:#555555;
text-align:right;
margin: 0px;
padding: 0px;
}

/*ギャラリー設定 */
.MWND_PG_Galley_Wrapper{
margin:10px auto 40px auto;
max-width:800px;
background:#333333;
}

.MWND_PG_Galley_Frame{
padding:8%  8% 0px 8%;
}


.MWND_PG_Galley_Frame_1600{
padding:33%  0px 0px 0px;
}


.MWND_PG_Galley_Date{
text-align:right;
color:#555555;
padding:20px 25px;
}

.MWND_PG_Galley_Date_1600{
margin:0px auto;
max-width:800px;
text-align:right;
color:#555555;
padding:20px 25px;
}
p.MWND_PG_Galley_Date_1600{
margin:0px;
}

/*コンタクトページ設定 */
.MWND_Contact{
margin:0px auto;
max-width:600px;
padding: 25px;
text-align:left;
}


/*フッター設定 */
footer{
color:#555555;
max-width:800px;
margin:auto;
text-align:right !important;
}