@charset "UTF-8";
/* CSS Document */


* {
	font-size: 1.1em;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
}
a {
	color: violet;
}
a:hover    {  
	color: pink;
}
a:active    {  
	color: mediumvioletred;
}
a:visited    {  
	color: plum;
}

ruby {
	font-size: 1.2em;
}

rt {
	font-size: 6px;
}



.container{
	width: 100%;
}
@media only screen and (min-width: 1600px){
	.container{
		width: 1600px;
	}
}



.hidden_txt {
	display: none;
}


.menubar {
	font-size: 24px;
	background: #292728;
	width: 100%;
	position: fixed;
	z-index: 99;
}

#mobile_menu {
	display: none;
}
#navigation1 {
	display: block;
	font-size:20px;
	background: black;
	font-color: white;
}

ul,li   {  
    margin:0;  
    padding:0;  
    list-style: none;  
}  


.contentsbox {

	margin: 2px;
	font-size: 12px;
	line-height: 130%;
	
	color: #fff;
	background: #292728;
	padding: 6px;
	word-wrap: break-word;
	
	border: 4px solid rgb(188, 76, 75);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.contentsbox h3 {
	background: rgb(188, 76, 75);
	padding: 2px 5px;
	margin: 10px 0px;
}


#contentsbody {
	margin-top: 10px;
	
}


#main-header {
	position: absolute;
	left:20px;
	top:0px;
	z-index: 1;
	height:auto;
	width:100%;
	min-width:300px;
}

.main-blank {
	height:200px;
	width:45%;
	min-width:200px;
}
.main-title {
	height:auto;
	width:50%;
	min-width:320px;
}
.main-catch {
	height:auto;
	width:50%;
	min-width:310px;
	max-width:500px;
}
#main-footer {
	position: absolute;
	bottom:20px;
	z-index: 1;

	height:auto;
	width:90%;
}
.main-release {
	height:auto;
	width:40%;
	min-width:200px;
	max-width:350px;
	margin-top: 50px;
}
.main-author {
	height:auto;
	width:60%;
	min-width:240px;
	max-width:400px;
}


.popup-image {
    width:auto;
    height:auto;
    max-width:100%;
	max-height:400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




#main-body {
	background: #292728;
}
.main-image {
	width:100%;
	height:auto;
	background-position: 15% center;
	background-repeat: no-repeat;
}
.popup-contents {
	position: absolute;
	height:100%;
	width:100%;
	display: none;
	z-index: 2;
	margin-top: auto;
	margin-bottom: auto;
}
.popup-contents .contentsbox {
	font-size:18px;
	top: 25%;
	width: 80%;
	margin-top: 80px;
	margin-left: 20px;
}
#text2 {
}
.text2-image {
	width:100%;
	height:auto;
	background-position: 15% center;
	background-repeat: no-repeat;
}
#movie1 {
}
#tweet1 {
}

/*////////////////////*/

ul#menu li {
    margin:0;  
    padding:0;  
    list-style: none;  
    text-align: center;  
    font-weight: bold;  

}
ul#menu li a  {  
    display: block;  
    width: 100%;
    padding: 5px 10px;  
	white-space: nowrap;
    color: rgb(188, 76, 75);
	background: cornsilk;

	border: 4px solid rgb(188, 76, 75);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*
	border-top: 4px solid rgb(188, 76, 75);
	border-left: 4px solid rgb(188, 76, 75);
	border-right: 4px solid rgb(188, 76, 75);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
*/
}
ul#menu li a:hover  {
    padding: 5px 10px;  
    text-decoration: none;  
    color: #FFF;
	background: inherit;
}



/*////////////////////*/


#contentsfooter {
	margin-top: 10px;
	background-color: black;
	color: white;
	text-align: center;
}

