/*
Theme Name: yamagata2016
Theme URI: http://yamagata.area-link.com/wp/wp-content/themes/yamagata2016
Author: area-link.com
Author URI: http://yamagata.area-link.com/wp/
Description: 
License: 
License URI: 
Tags: 
Text Domain: www.area-link.com
*/


/* 
----------------------------------------------------------------
Global Objects
----------------------------------------------------------------
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html , body {
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans Japanese';
	font-weight:200;
}

h1 {
	font-size:0.75em;;
	font-weight:100;
	color:#466;
	width:980px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

h2 {
	color:#069;
	font-size:1.5em;
	font-weight:500;
	text-shadow:2px 2px 3px #fff;
	padding:2px 12px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #9cf, #69c); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#9cf), to(#69c)); /* Webkit */
	background: linear-gradient(to right, #def, #fff);
	border-radius:8px;
	margin:0px;
}

h3 {
	font-size:1.2em;
	font-weight:500;
	border-style:solid;
	border-width:0px 0px 0px 8px;
	border-color:#bce;
	padding:2px 6px;
}

img {
	border:none;
}

img.alignright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

img.alignleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

img.aligncenter {
	display:block;
	margin:20px auto;
}

img.round {
	border-radius:12px;
}

img.shadow {
	box-shadow:5px 5px 5px 0px rgba(0,0,0,0.1);
}


a {
	text-decoration:none;
}

a:link,
a:visited {
	color:#06f;
}

a:hover,
a:active {
	color:#c00;
	text-decoration:underline;
}

hr {
	clear:both;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ddd;
}


/* 
----------------------------------------------------------------
Layout
----------------------------------------------------------------
*/

div#Layout {
	width:100%;
	margin:0px;
	padding:0px;
}

div#ContentsArea {
	width:980px;
	margin:0px auto;
	padding:0px;
}

div#Contents {
	width:700px;
	margin:0px;
	padding:0px;
	float:left;
}

div.Breadcrumb {
	font-size:0.75em;
	font-weight:100;
	text-align:right;
	color:#777;
	margin:0px;
	padding:4px 0px;
}

div.Breadcrumb a {
	color:#777;
}

table.TimeTable {
	border-collapse:collapse;
	width:100%;
}

table.TimeTable th ,
table.TimeTable td {
	border:solid 1px #ccc;
	padding:6px;
	text-align:center;
}

table.TimeTable thead {
	background:#edc;
}

table.TimeTable tbody tr {
	background:#f9f9f9;
}

table.TimeTable tbody tr:nth-child(2n+1) {
	background:#fff;
}


/* 
----------------------------------------------------------------
Header
----------------------------------------------------------------
*/

div#GlobalHeader {
	background:#dee;
	margin:0px;
	padding:0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#ddd;
}


div#Header {
	width:980px;
	margin:0px auto;
}

div#Headermenu {
	background-color: #69c;
	background: -moz-linear-gradient(top, #9cf, #69c); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#9cf), to(#69c)); /* Webkit */
	background: linear-gradient(to bottom, #9cf, #69c);
	padding:0px;
}

div#Headermenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:980px;
	margin:0px auto;
}

div#Headermenu li {
	display:block;
}

div#Headermenu li a {
	width:140px;
	display:block;
	float:left;
	border-radius:6px;
	padding:8px 0px;
	margin:0px;
	text-decoration:none;
	font-size:0.9em;
	font-weight:normal;
	text-align:center;
	text-shadow:2px 2px 2px #368;
}

div#Headermenu li a:link,
div#Headermenu li a:visited {
	background-color: #69c;
	background: -moz-linear-gradient(top, #9cf, #69c); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#9cf), to(#69c)); /* Webkit */
	background: linear-gradient(to bottom, #9cf, #69c);
	color:#fff;
}

div#Headermenu li a:hover,
div#Headermenu li a:active {
	background-color: #69c;
	background: -moz-linear-gradient(top, #69c, #469); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#69c), to(#469)); /* Webkit */
	background: linear-gradient(to bottom, #69c, #469);
	color:#fff;
}


/* 
----------------------------------------------------------------
Footer
----------------------------------------------------------------
*/

div#FooterLink {
	clear:both;
	background:#eee;
	padding:2px;
}

div#FooterLink ul {
	display:table;
	list-style:none;
	padding:0px;
	margin:0px auto;
}

div#FooterLink li {
	display:inline-block;
	float:left;
}

div#FooterLink a {
	padding:0px 12px;
	text-decoration:none;
	font-size:0.8em;
	text-align:center;
}

div#FooterLink a:link,
div#FooterLink a:visited {
	color:#999;
}

div#FooterLink a:hover,
div#FooterLink a:active {
	color:#c00;
}

div#Footer {
	width:980px;
	margin:0px auto;
	font-size:0.7em;
	color:#999;
	text-align:right;
}

div#ModeSwitch {
	text-align:center;
	padding:8px;
	font-size:0.75em;
}

/* 
----------------------------------------------------------------
Sidebar
----------------------------------------------------------------
*/

div#Sidebar {
	width:240px;
	background:#e9f9ff;
	margin:0px 0px 16px 0px;
	padding:16px 8px;
	border-radius:8px;
	float:right;
}


/* 
----------------------------------------------------------------
HOME
----------------------------------------------------------------
*/

div#HomeContents {
	width:480px;
	float:left;
	margin:10px 0px;
}

div#Information {
	background-color: #9cf;
	background: -moz-linear-gradient(top, #9cf, #69d); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#9cf), to(#69d)); /* Webkit */
	background: linear-gradient(to bottom, #9cf, #69d);
	border-radius:8px;
	margin:10px 0px;
	padding:2px;
	width:50%;
	float:right;
}

div#InformationHeader {
	padding:2px;
}

div#Information table {
	margin:0px;
	padding:0px;
	list-style:none;
	border:solid 2px #9cf;
	border-radius:0px 0px 8px 8px;
	font-size:0.9em;
	border-spacing:0px;
}

div#Information th,
div#Information td {
	line-height:1.3em;
	padding:5px 2px;;
	text-align:left;
	vertical-align:top;
	font-weight:200;
}

div#Information th {
	width:80px;
}

div#Information tr {
	background:#f0f9ff;
}

div#Information tr:nth-child(2n+1) {
	background:#fff;
}

div.InformationMore {
	text-align:right;
	font-size:0.8em;
	padding-right:4px;
}

div.InformationMore a {
	color:#fff;
}

table.Timetable {
	border-collapse:collapse;
	margin:0px;
	background:#ffd;
}

table.Timetable thead {
	background: -moz-linear-gradient(top, #cc9, #996); /* mozilla */
	background: -webkit-gradient(linear, center top, center bottom, from(#cc9), to(#996)); /* Webkit */
	background: linear-gradient(to bottom, #cc9, #996);
	font-weight:bold;
	color:#fff;
}

table.Timetable th ,
table.Timetable td {
	font-size:0.9em;
	border:solid 1px #ccc;
	padding:0px 6px;
	text-align:center;
}





#slideshow {
	position:relative;
	margin:0px;
	padding:0px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	max-width:100%;
	height:auto;
}

#slideshow img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
	z-index: 9;
}


/* 
----------------------------------------------------------------
Information
----------------------------------------------------------------
*/

table.InformationList {
	font-size:0.9em;
}

table.InformationList th ,
table.InformationList td {
	vertical-align:top;
	padding:6px 8px;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
}

table.InformationList tr:last-child th ,
table.InformationList tr:last-child td {
	border:none;
}

