﻿@charset "UTF-8";

/* ============================================================ base style */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	font-style: normal;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #222222;
	font-size: 90%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
	font-size: 100%;
	font-weight: normal;
}

table, th, td, img {
	border: none;
}

a:link {
	color: #005396;
	text-decoration: underline;
}

a:visited {
	color: #005396;
	text-decoration: underline;
}

a:hover {
	color: #f71d6f;
	text-decoration: none;
}

a:active {
	color: #f71d6f;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:focus {
	/*\*/
		overflow: hidden;
	/**/
}

.clearBoth {
	clear: both;
}


/* ============================================================ headerArea */

#headerArea {
	width: 100%;
	margin: 20px 0 20px;
	background: url("../img/bg.jpg") center top no-repeat;
}

#headerTop {
	width: 550px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 1.2em;
}

#headerMain {
	width: 960px;
	height: 170px;
	margin: 0 auto;
}


/* ============================================================ contentArea */

#contentArea {
	width: 960px;
	margin: 0 auto 20px;
}

#dateArea {
	width: 700px;
	margin: 0 auto 30px;
}

#workshopArea {
	width: 75%;
	margin: 0 auto;
}

#guidelineArea {
	width: 75%;
	margin: 0 auto;
}

p span.borDer {
	padding: 0 3px;
	border: 2px solid #f71d6f;
	font-size: 80%;
	color: #f71d6f;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 10px;
}

th, td {
	text-align: left;
	vertical-align: top;
}

.imgRight {
	float: right;
	width: 150px;
	margin: 0 0 5px 20px;
	text-align: center;
}

.imgRight img {
	margin: 0 0 5px;
}

.imgCenter {
	text-align: center;
}


/* ============================================================ pageTop */

#pageTop {
	position: fixed;
	bottom: 40px;
	right: 30px;
}


/* ============================================================ footerArea */

#footerArea {
	background: #f9f9f9;
}

#footerMain {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 95%;
}

#footerBottom {
	padding: 7px 0 5px;
	background: #444444;
	font-size: 86%;
	text-align: center;
	color: #ffffff;
}


/* ============================================================ common */

.textRight {
	float: right;
}

.textRed {
	color: #f71d6f;
}

.text80 {
	font-size: 80%;
}

.text90 {
	font-size: 90%;
}

.text110 {
	font-size: 110%;
}

.text120 {
	font-size: 120%;
}

.text130 {
	font-size: 130%;
}

.text140 {
	font-size: 140%;
}

.text160 {
	font-size: 160%;
}

.text180 {
	font-size: 180%;
}

.text200 {
	font-size: 200%;
}

.text220 {
	font-size: 220%;
}

.textBlue {
	color: #005396;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

p {
	line-height: 1.6em;
}

.marginLft10 {
	margin-left: 10px;
}

.marginLft20 {
	margin-left: 20px;
}

.marginLft30 {
	margin-left: 30px;
}

.marginBtm10 {
	margin-bottom: 10px;
}

.marginBtm20 {
	margin-bottom: 20px;
}

.marginBtm30 {
	margin-bottom: 30px;
}

.marginBtm50 {
	margin-bottom: 50px;
}

.marginBtm60 {
	margin-bottom: 60px;
}

.marginBtm70 {
	margin-bottom: 70px;
}

.marginBtm80 {
	margin-bottom: 80px;
}

.marginBtm100 {
	margin-bottom: 100px;
}

.marginBtm105 {
	margin-bottom: 105px;
}

.marginBtm110 {
	margin-bottom: 110px;
}

.marginBtm170 {
	margin-bottom: 170px;
}


