@charset ‘UTF-8′;
@import "../../style/reset.css";

/*
---------------------------------------------------------------------
	clerfix
---------------------------------------------------------------------
*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix	{
	display : block ;
	}

/* Hides from IE-mac \*/
* html .clearfix { height : 1% ; }
/* End hide from IE-mac */


/*
---------------------------------------------------------------------
	Grobal style
---------------------------------------------------------------------
*/

html	{
	width : 100% ;
	height : 100% ;
	}

body	{
	width : 100% ;
	height : 100% ;
	padding: 0;
	font : normal 14px/150% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Tahoma, 'ＭＳ Ｐゴシック', sans-serif;
	background:url('../images/eventnews/bg-eventnews.gif') repeat top left ;
	color : #7B6E54 ;
	position: relative;
	}

a {
    color: #FD5E87;
	text-decoration : none ;
}

a:visited {
    color: #FD5E87;
}

a:hover	{
	color : #A6DB46 ;
	}

a img	{
	border : none ;
	}


/*
---------------------------------------------------------------------
	header
---------------------------------------------------------------------
*/

header	{
	width: 100%;
	height: 73px;
	background: #fff url('../../images/bg-body.gif') repeat top left;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
}

#headerInner	{
	margin: 0 auto;
	padding-top: 7px;
	width: 996px;
	position: relative;
}


#tweeticon	{
	width: 31px;
	height: 31px;
	background: red;
	position: absolute;
	right: 0;
	top: 20px;
}

#tweeticon a	{
	display: block;
	width: 31px;
	height: 31px;
	background: url('../images/btn-header_twitter.gif') no-repeat top left;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}

#tweeticon a:hover	{
	background-position: bottom left;
	box-shadow: 0 0 1px rgba(255,255,255,.9);
}


/*
---------------------------------------------------------------------
	mainContents
---------------------------------------------------------------------
*/

#mainContents	{
	margin: 0 auto;
	padding: 80px 0 60px 0;
	width: 996px;
	position: relative;
	top: 30px;
}

#mainbox	{
	width: 972px;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:url(../images/eventnews/bg-eventnews_mainbox.png) top left;
}

#mainboxInner	{
	width: 970px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #8ed244;
	box-shadow: 0 0 3px rgba(20,79,19,.3);
}


h1	{
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 716px;
	text-align: center;
	border-bottom: 3px #d8cbac double;
	font-size: 20px;
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text;
	color: #66cc00;
	background-image: -webkit-gradient(linear,left top,left bottom,
	color-stop(0%,#86cc00),
	color-stop(50%,#66cc00),
	color-stop(100%,#009933));
}


.download	{
	padding: 294px 20px 30px 36px;
	height: 152px;
	background:url('../images/eventnews/bg-download.png') no-repeat top left;
}

.download a	{
	display: block;
	width: 571px;
	height: 119px;
	background:url('../images/eventnews/btn-download.png') no-repeat top left;
}

.download a:hover	{
	background-position: bottom left;
}

.caution	{
	margin: 0 auto;
	width: 716px;
	font-size: 12px;
}

h2	{

}

.text	{
	padding: 30px 20px;
	clear: both;
}

.text img	{
	display: block;
	margin: 0 auto;
}

.minHeight	{
	height: 300px;
}

.left ,.right	{
	width: 298px;
	height: 294px;
	border: 1px #bdbdbd solid;
}

.left	{
	float: left;
}

.right	{
	float: right;
}

.list-left	{
	width: 280px;
	float: left;
}

.list-right	{
	width: 320px;
	float: right;
}

.list-right dt,.list-left dt	{
	display: block;
	padding-bottom: 3px;
	width: 70px;
	clear: left;
	float: left;
}

.list-right dt img,.list-left dt img	{
	display: block;
}

.list-right dd,.list-left dd	{
	display: block;
	padding-left: 10px;
	line-height: 26px;
	float: left;
}

small	{
	display: inline;
	padding-left: .5em;
	vertical-align: bottom;
	color: #d8cbac;
}
small:first-letter	{
	color: red;
}

#jumpper	{
	padding-top: 12px;
	width: 970px;
	height: 34px;
	text-align: right;
}

#jumpper a	{
	display: inline-block;
	width: 140px;
	height: 34px;
	cursor: pointer;
	background: url('../images/pillow003/btn-pillow003_totop.png') no-repeat top left;
}

#jumpper a:hover	{
	background-position: bottom left;
}


/*
---------------------------------------------------------------------
	footer
---------------------------------------------------------------------
*/

footer	{
	width: 100%;
	height: 73px;
	background: #fff url('../../images/bg-body.gif') repeat top left;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
	position: relative;
	bottom: 0;
}

#footerInner	{
	margin: 0 auto;
	width: 996px;
	color: #666;
	text-align: center;
	line-height: 73px;
}


.zoomin	{
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	cursor: all-scroll\9;
}


