﻿a	{color: #017acd}

/* コンテナ */
div#container	{width: 1000px;
	margin-left: auto;
	margin-right: auto}


/* ヘッダー */
header	{	 position: relative;
         background: -moz-linear-gradient(left top,
   	 darkorange,
         darkorange 25%,
         orange 25%,
         orange 50%,
         darkorange 50%,
         darkorange 75%,
         orange 75%,
         orange);  
        background: -webkit-gradient(linear, left top, right bottom,
    from(darkorange),
         color-stop(25%, darkorange),
         color-stop(25%, orange),
         color-stop(50%, orange), 
         color-stop(50%, darkorange),
         color-stop(75%, darkorange),
         color-stop(75%, orange),
    to(orange)); 
     -moz-background-size: 20px 20px;
     -webkit-background-size: 20px 20px;
     background-size: 12px 12px;
	background: -o-linear-gradient(darkorange 0%, darkorange 100%);
	background: -ms-linear-gradient(darkorange 0%, darkorange 100%);
         padding: 10px 0 3px;
         border-radius: 10px}
header img {float:left; margin-left:15px; margin-right:10px;}
header h1	{margin: 0 0 8px 8px; color:#ffffff}
header h1 div#s_text{font-size:0.6em}

body {font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	 background-color:#fff7e7}
/* コンテンツ */

h2	{
	width: 300px;
	background-color: #444444;
	border-radius: 10px;
	color: white;
	text-align: center;
	font-size: 1.6em;
	}

ul.icon	{list-style-image: url(./figure/button.png)}

article	{width: 980px;
	margin-left: auto;
	margin-right: auto}

article section#t01, article section#t04, article section#t03{
	height: 540px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

article section#t02{
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

article div.oval{width:200px; height:50px;background-color:gray;}

/*article p{
        margin-bottom: 20px;
}*/


article section div.titleleft	{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 300px;
        font-size: 2.6em;
	background-color:darkorange;
	color: white;
	padding: 16px;
        /*margin-bottom: 12px;*/
	text-align: left;
        border-radius: 5px
}

article section div.titleright	{
	position: absolute;
	top: 0px;
	left: 650px;
	width: 300px;
        font-size: 2.6em;
	background-color:orange;
	color: white;
	padding: 16px;
	/*float: right;*/
        /*margin-bottom: 12px;*/
	text-align: right;
        border-radius: 5px
}

article section div.docleft	{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 600px;
	height: 500px;
	background-color:white;
	font-size: 1em;
	padding: 16px;
        /*margin-bottom: 12px;*/
}

article section div.docleft_short	{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 600px;
	height: 360px;
	background-color:white;
	font-size: 1em;
	padding: 16px;
        /*margin-bottom: 12px;*/
}

article section div.docright	{
	position: absolute;
	top: 0px;
	left: 350px;
	width: 600px;
	height: 500px;
	background-color:white;
	font-size: 1em;
	padding: 16px;
        /*margin-bottom: 12px;*/
        /*float: right;*/
}

strong.large{
	font-size: 1.2em;
}

img.tag{width:210px; height:70px;}
img.floatright{float: right; margin-left: 5px}
video.floatright{float: right; margin-left: 5px}

/*　テーブルまわり */


table#timeslot tr td{
	text-align: center;
	background-color: orange;
	font-weight: bold;
	font-size:1.1em;
	color: black;
}

table#timeslot tr td.title{
	text-align:left;
	padding-left: 20px;
	padding-right: 20px;
}

table#timeslot tr td.size150{
	width: 150px;
	background-color: darkorange;
	color: white;
	font-size: 1.2em;
}

table#timeslot tr td.size240{
	width: 240px;
	background-color: darkorange;
	color: white;
	font-size: 1.2em;
}

table#timeslot tr td.size300{
	width: 300px;
	background-color: darkorange;
	color: white;
	font-size: 1.2em;
}

/* フッター */
footer	{color: #ffffff;
	background-color: darkorange;
	/*margin-top: 25px;*/
	padding-top: 8px;
	padding-bottom: 8px}

small	{font-size: 0.75em;
	font-style: normal;
	text-align: center;
	display: block}


