@charset "utf-8";
/* CSS Document */


/************** 編集 ****************/

body {
	/*width:100%;*/
	background-color:#FFFFFF;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ明朝 Std W3','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color:#fff;
	-webkit-text-size-adjust: 100%;
	background-image:url(../images/bg_ptn_usagi.png);
}

#wrapper{
	width:1040px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image:url(../images/bg_ptn.png);
	background-repeat:repeat-y;
}

/* naviエリア */

#navi_area{
	width:955px;
	margin:0 auto 30px auto;
}

/*
#navi a:link { color: #FFF; }
#navi a:visited { color: #FFF; }
#navi a:hover { color: #06f9de; }
#navi a:active { color: #FFF; }
*/

.one_navi{
	margin-right:5px;
	margin-bottom:5px;
}

#navi{
}


/*** container ****/


div#container{
	width:980px;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	background-color:#FFFFFF;
}



/*** top area ***/

#top_area{
	width:980px;
	margin:0px auto 60px auto;
	padding-top:60px;
	background-color:#FFFFFF;
}

#top_area #p1{
	color:#555555;
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
}

#top_area #p2{
	color:#555555;
	font-size:14px;
	/*text-align:center;*/
	line-height:23px;
	margin-top:15px;
	padding:0 50px 0 50px;
}

#top_area #p2_name{
	color:#555555;
	font-size:13px;
	text-align:right;
	line-height:23px;
	margin-top:15px;
	padding:0 60px 0 50px;
}

/*** one event area ***/

.one_event_area{
	width:980px;
	background-color:#FFFFFF;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/one_cont_up.png);
	background-repeat:no-repeat;
}

.one_event_area_02{
	width:980px;
	background-color:#FFFFFF;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/bg_tolove_10.jpg);
	background-repeat:no-repeat;
}

.one_event_area_03{
	width:980px;
	background-color:#FFFFFF;
	margin-bottom:40px;
	position:relative;
	background-image:url(../images/bg_revival.jpg);
	background-repeat:no-repeat;
}

.one_event_area .img_day{
	position:absolute;
	top:13px;
	right:13px;
}

.one_event_area .img_tittle{	
}

.text_event{
	color:#555555;
	font-size:15px;
	line-height:18px;
	margin:5px auto 10px auto;
}

.img_btn{
	 width:233px;
	 margin:15px auto 20px auto;
}

/* コピーライト */
#copy{
	font-size:13px;
	color:#555555;
	text-align:center;
	padding-top:60px;
	padding-bottom:40px;
}


/************** 編集 ****************/
a#btn1:hover{
	border:#FF0000 2px solid;
	color:#ffc4cc;
	/*
	background:-moz-linear-gradient(rgba(175,8,30,0.2),rgba(175,8,30,0.2));
	background:-webkit-gradient(linear, 100% 0%,100% 100%, from(rgba(175,8,30,0.2)), to(rgba(175,8,30,0.2)));
	*/
}

a.opacity:hover img{
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* サイドバナー こちらもおすすめ*/
div#banner-container h1{
	background-color: #761799;
	color:#FFFFFF;
	display:block;
	text-align:center;	
}

aside#banner{
    position: absolute;
    right: -240px;
    width: 200px;
}
div#banner-container{
	background-color:rgba(255,255,255,0);
    position: fixed;
    top: 100px;
    width: 198px;
	border:1px solid #761799;
}

div#banner-container img{
	display:block;
}

div#banner-container ul{
	margin:9px 9px 0px;
}
div#banner-container li{
	margin-bottom:9px;
}

/* ソーシャルボタン */
div#socialbuttons{
	position:absolute;
	left:10px;
	top:10px;
}

div#socialbuttons .twitter{
	margin-right:1px;
}

/*
div#socialbuttons-line{
	position:absolute;
	right:10px;
	top: 470px;
}
*/
div#socialbuttons div {
	float: left;
}




/*slide*/
#cursors_area{
	margin:0px 0 20px 0;
	padding:0px 0 5px 0;
	/*background-color:#FF0000;*/
}

#makeMeScrollable{
	width:95%;
	height:150px;
	position:relative;
	margin:0 auto;
}

/* Replace the last selector for the type of element you have in
   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
#makeMeScrollable div.scrollableArea a{
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/cursors/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	/*cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;*/
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/cursors/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/cursors/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	/*cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;*/
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/cursors/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}
/*slide eof*/




/*┏━━━━━━━━━━━━━━━━━━━━*/
/*┃line_one								*/
/*┗━━━━━━━━━━━━━━━━━━━━*/
/*ヘッダーの上の赤ライン*/
div#line_one{
	margin-left:auto;
	margin-right:auto;
	background-color: #c31b22;
	position:relative;
}
/*トップページのみで利用*/
div#line_one h1{
	font-weight: normal;
	font-size:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1040px;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #c31b22;
}
/*トップページ以外で使用*/
div#line_one .dummyh1{
	font-weight: normal;
	font-size:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:870px;
	color:#FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	margin-top:0px;
	margin-bottom:0px;
}

div#line_one img{
	position:absolute;
	top:12px;
	right:50px;
}

/*HSテンプレートstart*/
/*
.line {
	background-image: url(../images/hs_line_01.jpg);
	background-repeat: repeat-x;
	position:relative;
	z-index:100;
}

.hs_logo {
	width: 860px;
	margin: 0 auto;	
}
*/
/*HSテンプレートend*/
