/* CSS Document */

/* レイアウトの設定--------------------------------------*/

* {
    margin: 0;
    padding: 0;
}
html, body { 
	min-height: 100%;
    height: 100%;
	margin: 0px auto;
    text-align: center; 
	background-color: #fef4f4;
}

/* 背景画像を２枚設定 */
div#container{
    position:relative;
	margin: 0px auto;
	width: 828px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	background-color: #ffffff;
	background-image:  url(../img/MM_wall.jpg), url(../img/shadow.jpg);
	background-position: top, top;
	background-attachment: scroll, scroll;
	background-repeat: no-repeat, repeat-y;
	}

/* ヘッダの設定 */	
#header01 {
	text-align: center;
	margin-bottom: 16px;
	}
#header02 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}
#header03 {
	font-size: 14px;
	text-align: center;
	line-height: 1.25em;
	margin-top: 24px;
	}

/* フッタを下部に固定するための設定 */	
body > #container {
    height: auto;
}

div#screen { 
	margin: 0 auto;
	width: 780px;
	height: 100%;
	min-height: 100%;
	
	padding-bottom: 30px;
	}
div#header {
	height: auto;
	padding-top: 80px;
	text-align: left;
	}  
div#footer {
	height: 120px;
	width: 828px;
	position: absolute;
	text-align: left;
	left: 0;
	bottom: 0;
	background-image: url(../img/MM_footer.jpg);
	background-position: bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
	}	  

/* ソーシャルボタン */

.sbtn{
	 text-align: right;
	 margin: 8px -44px 0 0;
	 }

#sbtn-side {
	background-color: #eeeeee;
	padding: 1em;
    font-size: 12px;
	position: fixed;
	bottom: 32px;
	right: 0px;
	width: 32px;
	
	border-top-left-radius: 8px; 
	border-bottom-left-radius: 8px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	}


/* 全体の文字設定-------------------------------------------------*/

/* フォントサイズをブラウザ間でそろえる */				
body{
	font: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}

/* フォントサイズ */	

/* ページタイトル */
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	margin: 1em 0;
	}
	
/* 項目名・小 */
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
	}

/* 主だった項目名 */
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
	}
	
/* Flag色違い項目名 */
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin: 1em 0 0 0;
	text-align: center;
	}

/* Flag色違い項目名１行 */	
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	margin: 1.5em 0 1em 0;
	font-weight: bold;
	text-align: center;
	}

p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	font-weight: nomal;
	}
p.title01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0;
	background-image: url(../img/MM_title01.jpg);
	background-position:left;
	background-repeat: repeat-y;
	
	margin-left: 80px;
	padding-left: 1em;
	}
p.title02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	background-image: url(../img/MM_title02.jpg);
	background-position:left;
	background-repeat: repeat-y;
	
	margin-left: 80px;
	padding-left: 1em;
	}
p.title03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0;
	background-image: url(../img/MM_title03.jpg);
	background-position:left;
	background-repeat: repeat-y;
	
	margin-left: 80px;
	padding-left: 1em;
	}
p.title04 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	background-image: url(../img/MM_title04.jpg);
	background-position:left;
	background-repeat: repeat-y;

	margin-left: 80px;
	padding-left: 1em;
	
	}

/* 画像に枠をつけない --------------------------------------*/

img{	
	border:none;
	}
/* 画像レイアウト ------------------------------------------*/

.img01{
   overflow: hidden;
   height: auto;
	}
.img01 img{
	float: right;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	} 
div.clear{
	clear: both;
	margin: 0 0 10px 0;
	}

/* 項目の背景画像 */
div.flag{
	width: 720px;
	height: 100px;
	margin-left: -30px;
	margin-top: -80px;
	background-image: url(../img/MM_flag.gif);
	background-repeat: no-repeat;
}
div.flag02{
	width: 720px;
	height: 100px;
	margin-left: -30px;
	margin-top: -40px;
	background-image: url(../img/MM_flag02.gif);
	background-repeat: no-repeat;
}
div.flag03{
	width: 720px;
	height: 100px;
	margin-left: -30px;
	margin-top: -64px;
	background-image: url(../img/MM_flag.gif);
	background-repeat: no-repeat;
}

/* アイコン画像 */
div.icon{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;	
	
	width: 80px;
	height: 80ox;
	}

/* ボーダー */
hr{
	border-left: 1px #000000 groove;
	}
hr.footer{
	margin: 1em 0;
	border-left: 1px #000000 groove;
	}

/* テーブル設定 --------------------------------------------*/

table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	border-collapse: collapse;
	background-color: rgba(240,240,240,0.30);
	}

/* リンクの設定 -------------------------------------------- */

/* 全体 */
a:link {
	color: #cc0000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	}
a:visited {
	color: #cc0000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}
a:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}

/* ヘッダ */
a.header:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.header:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.header:active {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}
a.header:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}
	
/* フッタ */
a.footer:link {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.footer:visited {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.footer:active {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}
a.footer:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}

/* TOPへ戻るリンク */
a.top:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.top:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	}
a.top:active {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}
a.top:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	}


/* 本文の設定 -------------------------------------------------------*/

#contents{
	padding: 0 30px 120px 30px;
	text-align: left;
	}

/* box */

.box p,.box02 p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	width: 660px;
	text-align: left;
	text-height: 130%;
	position:relative;
	margin: 0 0 1em 0;
	padding: 0;
}
.box ol,.box02 ol{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	width: 660px;
	text-align: left;
	text-height: 130%;
	position:relative;
	margin: 0 0 1em 0;
	padding: 0;
}

.box {
	width: 660px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 247, 200, 0.5);
	background-image:url(../img/MM_sky02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 48px 0;
	padding: 0 30px 30px 30px;
}
.box02 {
	width: 660px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 255, 255, 0.5);
	background-image:url(../img/MM_sky.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

	margin: 48px 0;
	padding: 0 30px 30px 30px;
	}
.box03 {
	width: 660px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 247, 200, 0.5);
	background-image:url(../img/MM_flower.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 30px 0;
	padding: 30px;
	}	
.box04 {
	width: 660px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 255, 255, 0.5);
	margin: 30px auto;
	padding: 30px;
	}
.box05 {
	width: 660px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 247, 200, 0.5);
	background-image:url(../img/MM_sky02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;

	margin: 30px 0;
	padding: 30px;
	}	
.box06 {
	width: 600px;
	height: auto;
	text-align: left;
	text-height: 130%;
	background: rgba(255, 255, 255, 0.5);
	background-image:url(../img/MM_sky.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

	margin: 30px auto 30px 60px;
	padding: 30px;
	}

.effect
{
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect:before, .effect:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


/* フッタの設定 -----------------------------------------------------*/
	
#link02{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-height: 200%;
	margin: 0;
	padding: 0;
	}
#link02 ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-height: 200%;
	margin: 6px -6px;
	padding: 0;
	list-style-type: none;
	}
#link02 ul li {
	padding: 0 3px 0 7px;
	border-left: 1px #999999 groove; /* 項目の左境界線 */
	display: inline;
	}
#link02 ul li:first-child {
  border-left: none; /* 一番左側の項目は左境界線を引かない */
	}

#link03{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-height: 200%;
	margin: 0;
	padding: 0;
	}
#link03 ul {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-height: 200%;
	margin: 6px -6px;
	padding: 0;
	list-style-type: none;
	}
#link03 ul li {
	padding: 0 3px 0 7px;
	border-left: 1px #999999 groove; /* 項目の左境界線 */
	display: inline;
}
#link03 ul li:first-child {
  border-left: none; /* 一番左側の項目は左境界線を引かない */
}
