@charset "utf-8";
/* layoutCSS Document */

/*All*/
html{
	overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	background: #fff100;
}
body {
	letter-spacing: normal;
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #fff100;
}
a {
	text-decoration: underline;
	color: #CC0000;

}
a:visited {

}
a:hover {
	text-decoration: underline;
	color: #FEB86A;
}
.nodisp {
	display: none;
}
strong {
	font-weight: bold;
}
.orange {
	color: #FF6600;
}
.green {
	color: #009900;
}
.blue {
	color: #0033CC;
}
.big {
	font-size: 1.5em;
}

.small {
	font-size: 0.8em;
}
.right {
	text-align: right;
}





div#wrapper {
	font-size: 1.2em;
	line-height: 1.8em;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	}
*div#wrapper,
*div#headerArea,
*div#contentsArea {	
	zoom: 1;}


/* 共通：メニューエリア */

.menu {
	background: #e60012 url(../images/menu_title.gif) no-repeat 5px 10px;
	height: 52px;
	padding-top: 6px;
}
.menu ul {
	padding-left: 90px;
}

.menu li {
	float: left;
}

.menu .list_01 {
	background: #FFFFFF;
	height: 43px;
	padding-top: 3px;
	padding-left: 5px;
}
.menu .list_01 a {
	background: url(../images/btn_program.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 111px;
}
.menu .list_01 a:hover {
	background: url(../images/btn_program.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 111px;
}
.menu .list_02 {
	height: 43px;
	padding-top: 3px;
	padding-left: 5px;
	background: #FFFFFF;
}
.menu .list_02 span {
	background: url(../images/btn_oa_soon.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 111px;
}
.menu .list_02 a {
	background: url(../images/btn_oa.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 111px;
}
.menu .list_02 a:hover {
	background: url(../images/btn_oa.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 111px;
}
.menu .list_03 {
	height: 43px;
	background: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
}
.menu .list_03 a {
	background: url(../images/btn_bbs.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 82px;
}
.menu .list_03 a:hover {
	background: url(../images/btn_bbs.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 82px;
}
.menu .list_04 {
	height: 43px;
	background: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
}
.menu .list_04 a {
	background: url(../images/btn_kanran.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 236px;
}
.menu .list_04 a:hover {
	background: url(../images/btn_kanran.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 236px;
}
.menu .list_05 {
	height: 43px;
	background: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.menu .list_05 a {
	background: url(../images/btn_dvdmenu.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 118px;
}
.menu .list_05 a:hover {
	background: url(../images/btn_dvdmenu.gif) no-repeat 0px -40px;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 118px;
}


/* index */



.leftArea {
	float: left;
	width: 680px;
	padding-bottom: 20px;
}
.contents .leftArea {
	background: url(../images/bg.gif) repeat-y;
	border-bottom: 5px solid #E60012;
}
.contents .rightArea {
	background: url(../images/ninnikun.gif) no-repeat right 100%;
	padding-bottom: 15%;
}
.leftArea div .flasharea {
	background: #FFF;
	height: 623px;
	width: 680px;
}

.leftArea .flashArea .next {
	padding-top: 150px;
	padding-left: 200px;
	line-height: 18px;
}



.leftArea .newsArea {
	background: #E60012 url(../images/news_title.gif) no-repeat 10px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.leftArea .newsArea ul {
	padding-left: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.leftArea .newsArea li {
	background: url(../images/news_circle.gif) no-repeat left 3px;
	padding-left: 20px;
	font-weight: bold;
	padding-right: 20px;
}
.leftArea .newsArea a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}

.leftArea .mail img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.leftArea .header {
	background: url(../images/title.gif) no-repeat;
	height: 83px;
	width: 680px;
}
.leftArea .header h1 {
	display: block;
	height: 83px;
	width: 380px;
	float: left;
}
.leftArea .header h1 a {
	display: block;
	height: 83px;
	width: 380px;
	text-indent: -9999px;
}
.leftArea .header img {
	margin-top: 60px;
	margin-left: 25px;
}
.leftArea .return {
	text-align: right;
	padding: 10px 20px 0px 10px;
}

.rightArea {
	float: right;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
}
.rightArea .ad {
	height: 260px;
	width: 300px;
}
.rightArea .Btn {
	padding-bottom: 10px;
}


/* 募集 */

.rightArea .formBtn {
	height: 93px;
	width: 300px;
}
.rightArea .formBtn a {
	background: url(../images/btn_form.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 90px;
	width: 300px;
}
.rightArea .formBtn a:hover {
	background: url(../images/btn_form.gif) no-repeat 0px -90px;
	text-indent: -9999px;
	display: block;
	height: 90px;
	width: 300px;
}
.rightArea .formBtn2 {
	height: 107px;
	width: 300px;
}
.rightArea .formBtn2 a {
	background: url(../images/btn_form2.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 97px;
	width: 300px;
}
.rightArea .formBtn2 a:hover {
	background: url(../images/btn_form2.gif) no-repeat 0px -97px;
	text-indent: -9999px;
	display: block;
	height: 97px;
	width: 300px;
}
.rightArea .dvdBtn {
	height: 103px;
	width: 300px;
}
.rightArea .dvdBtn a {
	background: url(../images/btn_dvd.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 300px;
}
.rightArea .dvdBtn a:hover {
	background: url(../images/btn_dvd.gif) no-repeat 0px -93px;
	text-indent: -9999px;
	display: block;
	height: 93px;
	width: 300px;
}
.rightArea .spBtn {
	height: 100px;
	width: 300px;
}
.rightArea .spBtn a {
	background: url(../images/btn_sp.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 300px;
}
.rightArea .spBtn a:hover {
	background: url(../images/btn_sp.gif) no-repeat 0px -92px;
	text-indent: -9999px;
	display: block;
	height: 92px;
	width: 300px;
}
.rightArea .presentBtn  {
	height: 90px;
	width: 300px;
}
.rightArea .presentBtn a {
	background: url(../images/btn_present.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 88px;
	width: 300px;
}
.rightArea .presentBtn a:hover {
	background: url(../images/btn_present.gif) no-repeat 0px -88px;
	text-indent: -9999px;
	display: block;
	height: 88px;
	width: 300px;
}
.rightArea .tobasuBtn {
	height: 105px;
	width: 300px;
}
.rightArea .tobasuBtn a {
	background: url(../images/btn_tobasu.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 300px;
}
.rightArea .tobasuBtn a:hover {
	background: url(../images/btn_tobasu.gif) no-repeat 0px -100px;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 300px;
}
.rightArea .noriBtn {
	height: 215px;
	width: 300px;
}
.rightArea .noriBtn a {
	background: url(../images/btn_nori.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 205px;
	width: 300px;
}
.rightArea .noriBtn a:hover {
	background: url(../images/btn_nori.gif) no-repeat 0px -205px;
	text-indent: -9999px;
	display: block;
	height: 205px;
	width: 300px;
}
.rightArea .mobile {
	padding-bottom: 10px;
}
.rightArea #bannerSP {
	background: url(../images/banner_special_bg.gif) no-repeat;
	height: 250px;
	width: 300px;
}
.rightArea #bannerSP ul {
	padding-top: 126px;
}

.rightArea #bannerSP ul li {
	padding-bottom: 10px;
}

.rightArea #bannerSP #bannerSPbtn1 a {
	background: url(../images/banner_special_btn1.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
.rightArea #bannerSP #bannerSPbtn1 a:hover {
	background: url(../images/banner_special_btn1.gif) no-repeat 0px -45px;
}
.rightArea #bannerSP #bannerSPbtn2 a {
	background: url(../images/banner_special_btn2.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 270px;
	margin-right: auto;
	margin-left: auto;
}
.rightArea #bannerSP #bannerSPbtn2 a:hover {
	background: url(../images/banner_special_btn2.gif) no-repeat 0px -45px;
}


.footerArea {
	margin-top: 20px;
	font-size: 10px;

}
.footerArea a {
	color: #666666;
	text-decoration: underline;
}
.footerArea a:hover {
	color: #999999;
	text-decoration: underline;
}
.footerArea ul {
	border-top: 1px solid #E1E1E1;
	padding: 5px 20px;
}

.footerArea li {
	color: #999999;
	display: inline;
}
.footerArea #copyArea {
	background: #e1e1e1;
	text-align: right;
	clear: both;
	padding: 10px;
}
.index h1 {
	display: none;
}
/*三苫追加*/
big, small{
	color:#FF8F00;
	text-decoration:underline;
}
strong{
	color:#FF8F00;
	font-weight: bold;

}
em{
	color:#FF8F00;
	font-style: italic;	
}
#wrapper {
	background: url(none);
}
