@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
}

body {
	margin: 0px auto;
	padding: 0;
	background: #D16600 url(../siteimages/background/top.jpg) repeat-x top;
	height: 100%;
}

h1, h2, ul, li, p {
	margin: 0;
	padding: 0;
}

p {
	color: #603813;
	font-size: 14px;
	line-height: 1.8;
}

p.takasu {
	color: #42210b;
}

p.mincho {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;	
}

p.gothic {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
	border: 0;
}

.larger {
	font-size: 18px;
}

.m1 {
	margin-top: 14px;
}

.m2 {
	margin-top: 28px;
}

.m3 {
	margin-top: 10px;
}


#header {
	width: 900px;
	height: 355px;
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	background: url(../siteimages/background/bottom.jpg) no-repeat top;
	height: 100%;
	min-height: 100%;
}

body > #content {
	height: auto;
}

#menu {
	width: 900px;
	height: 30px;
	margin: 0 auto;
}

#menu #logo {
	width: 176px;
	height: 30px;
	float: left;
}

#menu ul {
	width: 724px;
	height: 30px;
	list-style: none;
	float: right;
}

#menu li {
	position: relative;
	padding-left: 1px;
	width: 180px;
	height: 30px;
	float: left;
}

#menu a {
	display: block;
	height: 30px;
	overflow: hidden;
}

#menu a span {
	display: none;
}

#menu .top a {
	background: url(../siteimages/menu/navi_top.gif) no-repeat;
}

#menu .tvcm a {
	background: url(../siteimages/menu/navi_tvcm.gif) no-repeat;
}

#menu .special a {
	background: url(../siteimages/menu/navi_special.gif) no-repeat;
}

#menu .download a {
	background: url(../siteimages/menu/navi_download.gif) no-repeat;
}

#menu .download img {
	position: absolute;
	top: -20px;
	left: -5px;
}

#menu a:hover {
	background-position: 0 -39px !important;
}

#menu li.active a {
	background-position: 0 -39px;
}

#sns {
	position: relative;
	top: 30px;
	left: 25px;
}

#sns ul {
	list-style: none;
}

#sns li {
	display: inline;
	margin-right: 10px;
	height: 21px;
	vertical-align: baseline;
}

#sns li.twitter iframe {
        width:110px !important;
}

h1 span {
	display: none;
}

h1.top {
	width: 900px;
	height: 355px;
	margin: 0 auto;
	background: url(../siteimages/header/top_header.jpg);
}

h1.tvcm {
	width: 900px;
	height: 208px;
	margin: 0 auto;
	background: url(../siteimages/header/tvcm_header.jpg);
}

h1.special {
	width: 900px;
	height: 208px;
	margin: 0 auto;
	background: url(../siteimages/header/special_header.jpg);
}

h1.download {
	width: 900px;
	height: 208px;
	margin: 0 auto;
	background: url(../siteimages/header/download_header.jpg);
}

h2 {
	width: 880px;
	margin: 60px auto;
}

h2.question {
	margin: 60px auto 10px auto;
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 2;
	border-bottom: 2px solid #663300;
}

h2.gothic {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.answer {
	width: 860px;
	margin: 0 auto;
}

.box {
	margin: 30px auto;
	position: relative;
	width: 900px;
	height: 148px;
	padding: 10px;
	border: 1px solid #88613E;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 1;
	background-color: transparent;
}

.tvboxall {
	width: 900px;
	margin: 50px auto;

}


.tvbox {
	margin-left: 7px;
	text-align: center;
	position: relative;
	padding-top: 20px;
	width: 288px;
	height: 245px;
	border: 1px solid #88613E;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 1;
	background-color: transparent;
	float: left;
}

.tvbox.first {
	margin-left: 8px;
}

.tvbox.last {
	margin-right: 8px;
}

* html .tvbox {
	margin: 0 0 0 7px;
}

.c1 {
	width: 230px;
	text-align: center;
	float: left;
}

.c2 {
	width: 195px;
	text-align: center;
	float: left;
}

.c3 {
	width: 422px;
	float: right;
}

.c2d {
	width: 222px;
	text-align: center;
	float: left;
}

.c3d {
	width: 395px;
	float: right;
}

.clear {
    clear:both;
}

.special-title {
	margin: 40px 0 15px;
	color: #663300;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.special-text {
	position: absolute;
	color: #603813;
	width: 422px;
	top: 50%;
	margin-top: -2.5em;
}

.download-title {
	position: relative;
	margin: 10px 0 5px 0;
	color: #663300;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.download-title img {
	position: absolute;
	top: -15px;
	left: -8px;
}

.download-text {
	position: absolute;
	color: #603813;
	width: 395px;
}

.download-play2 {
	margin: 65px 0;
	color: #663300;
}

.download-play {
	margin: 0;
	color: #663300;
}

.tvcm-title {
	color: #663300;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.tvcm-text {
	position: absolute;
	color: #603813;
	width: 422px;
}

.tvcm-play {
}

.swf {
	margin: 0 auto;
	width: 900px;
}

.youtube {
	width: 360px;
	height: 213px;
}

.caution {
	 width: 900px;
	 margin: 30px auto;
	 text-align: center;
}

#index-catch {
	position: relative;
}

#footer {
	width: 900px;
	margin: 50px auto 0;
	padding: 20px 0;
	color: #8B613E;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	border-top: 1px solid #8B613E;
}

.cp1 {
	width: 200px;
	float: left;
}
.cp2 {
	width: 500px;
	float: left;
}
.cp3 {
	width: 200px;
	float: left;
}
