@charset "utf-8";
	*{
	margin:0;
	padding:0;
	font-size:100%;
	}

	body{
	font:14px/18px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	color:#161B14;
	background:#edead9 url() repeat-x top left;
	padding:0;
	}
	a:link{
	color:#ad0350;
	}
	a:hover {
	color:#ff0073;
	}
	#fb-root{
	display: none;
	}
	#wrapper{
	margin:0 auto;
	text-align:center;
	width:960px;	
	}
	div .sm_button{
	padding:5px 0 0 0;	
	}
	.sm_button ul{
	list-style: none;
	}
	.sm_button ul li{
	float: right;
	display: block;
	}	
	#info{
	padding:40px 0 0 0;
	margin:0 auto;
	text-align:left;
	}
	.social_zone{
	margin:20px auto;
	}
	#footer{
	width:100%;
	padding:20px 0;
	margin:0px auto;
	text-align:center;
	clear:both;
	}

/* IE 以外用 */
/* IE では、 nth-child が使えない */
table.gadget tr:nth-child(1), table.gadget tr:nth-child(2), table.gadget tr:nth-child(4) {
    display: none !important;
}

/* IE 用 */
/*  IE ではテーブルはコンテンツがあればつぶれないので、不要なものを消して td の高さを 0px にし iframe だけ残す */
table.gadget td {
    height: 0px !important;
    padding: 0px !important;
}

table.gadget img, table.gadget span, table.gadget a, table.gadget a:hover {
    display: none;
    height: 0px !important;
    font-size: 0px !important;
}

/* 共通 */
table.gadget td, table.gadget tr, table.gadget iframe, table.gadget div ,table.gadget {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}


h1{
	text-align: center;
	display:block;
	margin:0;
	padding:0;
	background:#e70012 url(../img/bg_logo.gif) repeat-x bottom left;
	width: 100%;
	height:612px;
	background-position:0px 0px;
	clear: all;
}
h2{
    color: #820F00;
    font-size: 1.8em;
    letter-spacing: -3px;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 6px;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.4), 0 -1px transparent, 0 1px rgba(255, 255, 255, 0.4), -1px -2px transparent;

}

h3{
	font-size:100%;
	border-bottom:1px dotted #e94799;
	font-weight: normal;
	margin:1em 0;
    color: #820F00;
    text-shadow: -1px 0 rgba(0, 0, 0, 0.4), 0 -1px transparent, 0 1px rgba(255, 255, 255, 0.4), -1px -2px transparent;
	}

ul{
	margin-left: 2em;
	}
img{
text-decoration:none;
border:none;
}
#footernote{
	color:##ad0350;
}

