@charset "utf-8";

/*リセットCSS*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;

}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
/*リセットCSSここまで*/

#wapper {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../../premier2014/l/img/bg.png);
	background-repeat: repeat-y;
	overflow:hidden;
}


#wapper_k {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color:#000;
	background-image: url(../../premier2014/l/img/bg.png);
	background-repeat: repeat-y;
	overflow:hidden;
}

#header {
	margin-top: 10px;
}
#he_btn {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main p {
	margin-top: 20px;
}

#main ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;	
}
#clendar {
	width: 720px;
	position: relative;
}
#tophe {
	position: absolute;
	top: 70px;
	right: 45px;
}
#pdf {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}



/*----------------▼フェード------------------*/
.easyfade {   
    -webkit-transition: 0.5s ease-in-out;   
       -moz-transition: 0.5s ease-in-out;   
         -o-transition: 0.5s ease-in-out;   
            transition: 0.5s ease-in-out;   
}   
.easyfade:hover {   
    opacity: 0.7;   
    filter: alpha(opacity=70);   
}
/*----------------▼フェード------------------*/