/*タイトル部分*/
.title{
color:RGB(255,255,0);
font-size:2rem;
text-shadow:2px 2px 2px RGB(0,0,0);
text-decoration:underline;
text-align:center;
}

/*ページの文字大きさ*/
body {
margin:0px;
padding:0px;

color:white;
background-image : url(maika_cooking_background.jpg);
background-repeat :repeat;
background-size :25%;
font-size:1rem;
width:100%;
}

.contents{
font-weight:bolder;
color:black;
background-color:white;
border-style:solid;
border-radius:5px;
padding:5px;
width:360px;
}

#main{
margin:8px;
}

#box_1,#box_2,#box_3,#box_4,#box_5{
border-color:black;
border-style:solid;
border-radius:5px;
width:100%;
background-color:white;
}

#box_yellow_1,#box_yellow_2,#box_yellow_3{
border-color:black;
border-style:solid;
border-radius:5px;
width:100%;
background-color:RGB(255,255,150);
}

.gazou_max{
width:85%;
}

#mokuji1{
text-decoration:underline;
}

ul{
padding-left:0px;
list-style-type:none;
}

.yellow_shadow{
display:block;
color:yellow;
text-shadow:2px 2px 2px RGB(0,0,0);
}

.black{
display:block;
text-decoration:none;
color:black;
font-weight:bolder;
border-left:solid 12px RGB(0,60,20);
}

.red_thick{
color:red;
font-weight:bolder;
}

a:hover{
background:RGB(200,200,200);
}

#black_thick{
font-weight:bolder;
}

#thick_under{
font-weight:bolder;
text-decoration:underline;
}

#under{
text-decoration:underline;
}

#logo{
width:20%;
}

#upper{
margin:0px;
padding:0px;
width:100%;
text-align:left;
background:RGB(255,255,255);
border-bottom:solid 2px gray;
}
.date{
font-size:75%;
text-decoration:underline;
}

.movie_wrap{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
}

.movie_wrap iframe{
position:absolute;
top:0;
left:0;
width:85%;
height:85%;
}
