﻿/* バナーのスタイル */
#banner1 {
    background: #D81B60;
}
#banner2 {
    background: #8E24AA;
}
#banner3 {
    background: #3949AB;
}
#banner4 {
    background: #43A047;
}
#banner5 {
    background: #C0CA33;
}
#banner6 {
    background: #FB8C00;
}

/* 見出しのスタイル */
h1 {
	color: #2D3E50;
	font-size: 2.0em;
}
h2 {
	color: #2D3E50;
	font-size: 1.75em;
	line-height: 1.3em;
}
h3 {
	padding: 0 0 2px 0;
	background-image: url('img/bgIndex.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: 30px;
	color: #2D3E50;
	font-size: 1.5em;
}
h4 {
	color: #2D3E50;
	font-size: 1.25em;
}
h5 {
	color: #2D3E50;
	font-weight: bold;
	font-size: 1em;
}
h6 {
	color: #2D3E50;
	font-size: 0.75em;
}

/* リンクのスタイル */
a {
	color: #3268B0;
	text-decoration: underline;
}
a:hover {
	color: #cc0033;
	text-decoration: underline;
}

/* メインのスタイル */
p {
	margin: 0;
	padding: 0.5em 1em 0.5em 1em;
	border: 0;
}
strong {
	font-weight: bold;
}
strong.line_lb {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #66ffff 60%);
}
strong.line_lg {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #66ffcc 60%);
}
strong.line_p {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ff66cc 60%);
}
strong.line_y {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* リストのスタイル */
dl {
	margin: 0 5px 20px;
	padding: 0;
}
dt {
	float: left;
	margin: 0;
	padding: 5px 0 5px 15px;
	text-align: left;
	width: 60px;
	background: url("img/pointBU.png");
	background-position: 3px 7px;
	background-repeat: no-repeat;
}
dd {
	padding: 5px 10px 5px 70px;
	text-align: left;
	border-bottom: 1px #DDDDDD solid;
}
dl.wide dt {
	width: 80px;
}
dl#other dt {
	width: 80px;
}
dl.fee dt {
	width: 80px;
}
dd.event_new {
	padding: 5px 10px 5px 120px;
	text-align: left;
	border-bottom: 1px  #DDDDDD;
	background-image: url('img/new.png');
	background-repeat: no-repeat;
	background-position: 70px 5px;
	border-bottom: 1px #DDDDDD solid;
}
a.detail {
	background: #2D3E50;
	color: #ffffff;
	text-decoration: none;
}

/* テーブルのスタイル */
th#name {
	width:90px;
}
th#title {
	width:120px;
}
td.name {
	text-align: center;
}
td.title {
	text-align: center;
}
img.face {
	width: 320px;
	height: 320px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	float: left;
    }
h3#field {
	background-position: 330px 0;
    }
h3#belonging {
	clear: both;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 320px; 
	height: 320px;
}
