/*
Theme PIERTIME
Theme URI: http://piertime.com
Description: 
Version: 0.12
Author: Ryan Allex
Author URI: http://allef.com
*/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	/* スマホ対策 */
	-webkit-text-size-adjust: none;
}

body, html {height:100%; width:100%; }

#wrapper {height: 100%; width:100%; }

#header {
	background-image: url(images/menu_bg.png);
	height: 90px;
	width: 100%;
	position: fixed;
	display: block;
	z-index:10;
}

#header_menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



#header_logo {
	float: left;
	height: 90px;
	width: 200px;
	display: block;
}
#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 90px;
}
#top_title {
	background-image: url(images/top_title.png);
	height: 137px;
	width: 566px;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#menubar {
	float: left;
	height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
}
#menubar li{
	float: left;
	height: 30px;
	width: 130px;
	list-style-type: none;
	text-align: center;
	display: block;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#menubar li a{
	float: left;
	height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 130px;
	color: #099;
	display: block;
}
.reset {
	clear: both;
	float: none;
	display: block;
}

article {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "MS UI Gothic", sans-serif;
	font-size: 12px;
	line-height: 2.2em;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

article h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo UI", Osaka, "MS UI Gothic", sans-serif;
	font-size: 16px;
	color: #399;
}

#list {
	z-index: 1;
}
.webgal {
	padding: 5px;
	width: 350px;
	float: left;
	height: 220px;
}

.webgal_02 {
	padding: 5px;
	width: 350px;
	float: left;
	text-align: center;
}

table.edutable_b{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.edutable_b th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-image:url(../img/table-back.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.edutable_b td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}
.reset {
	clear: both;
	float: none;
}
#obtain_box {
	width: 600px;
	margin-top: 170px;
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4em;
}
#obtain_box h2{
	font-family: "meiryo UI", sans-serif;
	font-size: 18px;
	color: #069;
}
#obtain_box h3{
	font-family: "meiryo UI", sans-serif;
	font-size: 18px;
	color: #960;
	font-weight: bolder;
}
.obtain_box_sub {
	font-family: "meiryo UI", sans-serif;
	padding: 15px;
	border: 1px solid #CCC;
	background-color: #fdfdfd;
}
