﻿@charset"utf-8";

body{
margin:0;0;0;0;
background-color:black;
}

/*-----------------------------*/
/*　　main(heder)  PRGM        */
/*-----------------------------*/


.main{
width:940px;
height:auto;
margin-left:auto;
margin-right:auto;
padding:0em;
}

header{
width:940px;
height:470px;
}

/*-----------------------------*/
/*　  　headber PRGM           */
/*-----------------------------*/

.headber{
width:940px;
height:100%;
}

.headber li{
width:14%;
list-style-type:none;
float:left;
}


/*-----------------------------*/
/*　　文字(header)  PRGM      */
/*-----------------------------*/



.headber a{
display:inline-block;
width:100%;
text-align:center;
font-family:"Meiryo UI","MS Gothic",sans-serif;
/*font-family:"MS Mincho",serif;*/
font-size:0.9em;
text-decoration:none;
line-height:2.5em;
color:White;
}


/*-----------------------------*/
/*　　main-frame  PRGM      */
/*-----------------------------*/
.main-frame{
width:940px;
height:auto;
background-color:white;
}



/*-----------------------------*/
/*　　main(sidber-main)  PRGM      */
/*-----------------------------*/

.sidber-main{
width:205px;
min-height:35vh;
border-right: solid 5px;
background-color:black;
float:left;
}




.frame01{
width:205px;
height:auto;
border-right: solid 5px;
background-color:white;
float:left;
}

.sideber-1{
width:210px;
height:auto;
border-right: solid 5px;
border-bottom: solid 20px;
background-color:white;
float:left;
}

.main-event{
width:725px;
min-height:35vh;
border-left: solid 5px;
border-bottom: solid 20px;
background-color:white;
float:left;
}

.main-event article{
width:687px;
height:auto;
margin-left:1em;
margin-right:1em;
margin-bottom:1em;
border: medium solid #ff00ff;
border-color:BurlyWood;
float:left;
}




footer{
width:940px;
height:auto;
background-color:white;
float:left;
}

/*-----------------------------*/
/*　　文字(sideber-1)  PRGM      */
/*-----------------------------*/

.sideber-1 h1{
/*text-align:center;*/
margin-left:1.0em;
padding-left:0em;
font-size:1.2em;
line-height:0.5em;
color:SteelBlue;
}

.sideber-1 h2{
/*text-align:center;*/
padding-left:0.5em;
font-size:1.0em;
line-height:1.3em;
color:blue;
}



.sideber-1 p{
margin-top:-3em;
/*padding-left:0.8em;*/
font-size:0.8em;
line-height:-0.3em;
color:black;
}

.sideber-1 p span{
margin-top:-2.5em;
padding-left:0.5em;
font-size:1.0em;
line-height:2em;
color:purple;
}

.sideber-1 p span{
margin-top:-2.5em;
padding-left:0.5em;
font-size:1.0em;
line-height:2em;
color:purple;
}

.sideber-1 a{
/*text-align:center;*/
padding-left:5.0em;
font-size:1em;
line-height:1.0em;
color:SteelBlue;
}




/*-----------------------------*/
/*　　文字(main-event)  PRGM      */
/*-----------------------------*/


.main-event h1{
/*text-align:center;*/
margin-left:1.0em;
padding-left:1.0em;
font-size:1.2em;
line-height:1.0em;
color:SteelBlue;
}

.main-event h2{
margin-left:0.7em;
padding-left:0.5em;
font-size:1em;
line-height:0.5em;
color:blue;
}

.main-event h3{
/*text-align:center;*/
padding-left:5.0em;
font-family:"MS Mincho",serif;
font-size:1.6em;
line-height:1em;
color:red;
}

.main-event h4{
padding-left:0.7em;
padding-right:2em;
font-family:"MS Mincho",serif;
font-size:1em;
line-height:1.6em;
color:black;
}

.main-event p{
padding-left:2em;
padding-right:2em;
font-family:"MS Mincho",serif;
font-size:1em;
line-height:1.6em;
color:black;
}

/*-----------------------------*/
/*　　文字(footer)  PRGM      */
/*-----------------------------*/

footer p{
font-size:1em;
text-align:center;
color:purple;
}

