@charset "utf-8"; 

/* --------------------------------------

	layout.css
	
-------------------------------------- */

/* ---------------
表示調整汎用
--------------- */

/*	IE対策	*/
*{
	zoom:1;
}

/* フロート解除 */
.clear {
	clear: both !important;
}
/*	フロート解除(不可視)(予備)	*/
.clearHidden {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/* フロート解除(不可視) */
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}
h2 ,h3 {
	margin: 10px auto;
}



/*	---レイアウトの設定ここから---	*/
body {
	color:#333333;
	margin:0;
	padding:0;
	background: #e6002d;
	background-image:url(../images/bg.gif);
}


/*	コンテンツ全体のボックス	*/
#allwrapper {
	min-width:970px;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
	background: url(../images/allwrapper.png) repeat-y;
	background-position:center top;
}

#wrapper {
	min-width:970px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background: url(../images/mainBg.png) no-repeat;
	background-position:center top;
}

#container {
	position: relative;
	width: 970px;
	height: 497px;
	margin: 0 auto;
	*margin: 0 auto 30px auto;
	padding: 0;
	text-align: left;
	
	overflow: hidden;
}

#containerMain {
	position: relative;
	width: 940px;
	margin: 20px auto 0 auto;
	padding: 15px;
	text-align: left;
	background: #fff;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	overflow: hidden;
}

/*	ロゴ	*/
#logo{
	position: absolute;
	width: 100px;
	height: 35px;
	top: 13px;
	left: 775px;
}

#logo a{
	display: block;
	width: 100px;
	height: 35px;
	text-indent: -9999px;
}

#logo2{
	position: absolute;
	width: 85px;
	height: 35px;
	top: 13px;
	left: 884px;
}

#logo2 a{
	display: block;
	width: 85px;
	height: 35px;
	text-indent: -9999px;
}

#snsBtn {
    left: 730px;
    position: absolute;
    top: 55px;
    z-index: 3;
}

#tweet_top {
    float: right;
    width: 75px;
}

#fb_top {
    float: right;
    width: 160px;
}

#header {
	background: url(../images/headerBg.png) no-repeat;
	width: 970px;
	height: 328px;
}

#topLink a {
	display: block;
	width: 410px;
	height: 268px;
	text-indent: -9999px;
}

#sugakiyaBtn {
	position: absolute;
	width: 377px;
	height: 70px;
	top: 427px;
	left: 0px;
	background: #7b0d3e;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
}

#sugakiyaBtn span {
	display: block;
	width: 377px;
	height: 70px;
	background: url(../images/sugakiyaBtn.png) no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
}

#kotobukiBtn {
	position: absolute;
	width: 390px;
	height: 70px;
	top: 427px;
	left: 387px;
	background: #7b0d3e;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
}

#kotobukiBtn span {
	display: block;
	width: 390px;
	height: 70px;
	background: url(../images/kotobukiBtn.png) no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
}

#tenpoBtn {
	position: absolute;
	width: 183px;
	height: 70px;
	top: 427px;
	left: 787px;
	background: #7b0d3e;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
}

#tenpoBtn span {
	display: block;
	width: 183px;
	height: 70px;
	background: url(../images/tenpoBtn.png) no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
}






#title1 {
	display: block;
	width: 940px;
	height: 77px;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	background: url(../images/title1Bg.gif) no-repeat;
	text-indent: -9999px;
}


#etcBtn {
	height: 69px;
	margin: 10px 0 20px 0;
}

#etcBtn li {
	float: left;
}

#etcBtn li#etcBtn1 a {
	display: block;
	width: 289px;
	height: 69px;
	margin: 0 19px 0 0;
	background: url(../images/etcbtn1.gif) no-repeat;
	text-indent: -9999px;
}

#etcBtn li#etcBtn2 a {
	display: block;
	width: 363px;
	height: 69px;
	margin: 0 19px 0 0;
	background: url(../images/etcbtn2.gif) no-repeat;
	text-indent: -9999px;
}

#etcBtn li#etcBtn3 a {
	display: block;
	width: 247px;
	height: 69px;
	margin: 0 0 0 0;
	background: url(../images/etcbtn3.gif) no-repeat;
	text-indent: -9999px;
}


.imgCenter {
	width: 892px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.imgCenter img {
	border: 1px solid #ccc;
}

.pagetop {
	height: 67px;
	margin: 20px 0;
}

.pagetop a {
	display: block;
	width: 366px;
	height: 67px;
	margin: 0 0 0 574px;
	background: url(../images/pagetop.gif) no-repeat;
	text-indent: -9999px;
}


#title2 {
	display: block;
	width: 940px;
	height: 118px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(../images/title2Bg.gif) no-repeat;
	text-indent: -9999px;
}


.kotobukiBoxL {
	float: left;
	width: 420px;
	margin: 0 35px 15px 17px;
}

.kotobukiBoxR {
	float: left;
	width: 440px;
	margin: 0 0 15px 0;
}


.titleTenpo {
	display: block;
	width: 440px;
	height: 68px;
	margin: 10px 0;
	background: url(../images/titleTenpo.gif) no-repeat;
	text-indent: -9999px;
}

#tenpoListTbl {
	width: 440px;
	border-collapse: collapse;
}

#tenpoListTbl td {
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 120%;
	vertical-align: top;
}

#tenpoListTbl td h4 {
	margin: 0;
	padding: 0;
	color: #ff3873;
}

#tenpoListTbl td a:link,
#tenpoListTbl td a:visited {
	color: #454545;
}

#tenpoListTbl td a:hover,
#tenpoListTbl td a:active {
	color: #FF6600;
}

#tenpoListTbl td ul li a {
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/tenpoListIcon.gif) no-repeat;
	background-position: 10px 10px;
}

.captionL {
	position: relative;
	width: 880px;
	margin: 0 15px;
	padding: 0.5em;
	*padding: 20px 0.5em 0px 0.5em;
	border: 3px solid #ff6600;
	background: #f9fae8;
	color: #ff6600;
	font-size: 130%;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
}

.caption {
	font-size: 90%;
	line-height: 1.5em;
}

.caption span {
	font-size: 130%;
	line-height: 1.5em;
	font-weight:bold;
}

.lineBreak {
	margin: 50px 0;
	border-bottom: 1px dashed #666;
}

.lineBreak2 {
	margin: 50px 0 20px 0;
	border-bottom: 1px dashed #666;
}


.kotobukiBoxL a img,
.kotobukiBoxR a img {
	border: 1px solid #ccc;
}




/*	フッタのボックス	*/

#toTop {
	margin: 10px 0;
	text-align: right;
}

#toTop a {
	color: #e60039;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 25px 0 15px 0;
	text-align: center;
	color: #ffffff;
	zoom: 1;
	width: 100%;
	background: #4a0100;
}

#footerSub {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 970px;
}

#footermenu {
	float: left;
	margin: 0;
	padding: 0;
}

#footermenu a{
	display: block;
	height: 25px;
	margin: 0;
	padding: 5px 0 5px 165px;
	font-size: 100%;
	line-height: 1.3;
	color:#ffffff;
	font-weight: bold;
	background: url(../images/footermenuBg.png) no-repeat;
}


#copyright{
	float:right;
	margin:0;
	padding: 5px 0 5px 0;
	font-size: 90%;
	line-height: 1.3;
}


/*	終了	*/
#closeMsg {
	position: absolute;
	display: block;
	width: 890px;
	height: 340px;
	top: 30px;
	left: 20px;
	background: #fff;
	border: 1px solid #efefef;
	padding: 20px;
	z-index: 100;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.93;
}

#closeMsg h3 {
	text-align: center;
	font-size: 140%;
	line-height: 1.5;
	color: #ff0000;
	margin: 140px 0 0 0;
}

#closeMsg p {
	text-align: center;
	font-size: 120%;
	line-height: 1.7;
}

#closeMsg p a {
	font-size: 80%;
}