* {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	line-height: 1.6;
}
body {
	overflow-x: scroll;
	background-color:#ccccff;
	margin-bottom:10px;
	background-image:url("../image/bdybg.jpg");
	background-repeat:repeat-x;
}

/*コンテナ*/
.cont {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ccccff;
}

/*ヘッダ*/
.header{
	text-align: left;
/*	background-color:#ffffff;*/
	background-color: #ffffff;
	background-image: url(../image/head_img.jpg);
	background-repeat: no-repeat;
	padding: 1px 10px 5px 10px;
	border-right: 3px solid #aaaaee;
	border-bottom: 3px solid #aaaaee;
}

/*第２コンテナ*/
.cont2 {
	background-color: #ffffff;
	margin-top:4px;
	border-right:3px solid #aaaaee;
	border-bottom: 3px solid #aaaaee;
}

/*画像等用コンテナ*/
.cont3 {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

/*サブページ（詳細ページ等）用コンテナ*/
.cont4 {
	width:850px;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#ffffff;
}

/*メニュー*/
.menu{
	float:left;
	width: 215px;
	font-size:90%;
	margin:10px 10px 0 10px;
}
/*左イベントエリア*/
.ivent1 {
	margin: 20px 5px 5px 5px;
}

/*本文*/
.main{
	float:left;
	text-align: left;
	font-size: 90%;
	width: 445px;
	margin: 10px 10px 0 0;
	background-color:#ffffff;
}

/*サブ*/
.sub {
	float:left;
	text-align: left;
	font-size: 75%;
	width:190px;
	margin: 10px 0 0 0;
	padding:10px 0 10px 0;
/*	margin-left: 10px;*/
	border: 1px dotted #ff9999;
	background-color: #ffffee;
}

/*フッタ*/
.footer{
	/*floatの回り込みを解除*/
	clear:both;
	margin: 0 10px;
	height:2em;
	font-size: 90%;
	background-color:#ffffff;
	text-align:center;
	border-top:  1px solid #000000;
}


/* ヘッダナビ */
.header ul {
	list-style-type: none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	width: 730px;
	clear: both;
	height: 1.95em;
	font-size: 90%;
}
.header li {  /* liに対し */
	float: left;
	width: 173px;
	overflow: hidden;
	border: 1px solid deeppink;
	margin-right: 6px;
	padding: 1px 0 0px 1px;
/*  background-color: #ffffee;*/
}
.header li span {  /* liの中のspanに対し */
	display:block;
/*  height:1.8em;*/
	color: #ffffff;
	font-weight: bold;
	background-color: #ffaaaa;
	border-bottom: 1px solid #bb5555;
	border-right: 1px solid #bb5555;
}
.header li a {
	display: block;
/*  background-color: #ffffef;*/
}
.header p a:link, p a:visited {
	color: #000000;
}
.header li a:link {
	text-decoration: none;
}
.header li a:visited {
	color: blue;
	text-decoration: none;
}
.header li span a:visited {
	color: #ffffff;
}
.header li a:hover {
	color: #ffffff;
	font-weight: bold; 
	text-decoration: underline;
	background-color: #ffaaaa;
	border-bottom: 1px solid #bb5555;
	border-right: 1px solid #bb5555;
}
.header li span a:hover {
	text-decoration: underline;
	border-bottom: none;
	border-right: none;
}


/* 本文ナビ */
.menu ul {
/*	float: left;*/
	font-size:92%;
	list-style-type: none;
	width: 210px;
	margin-bottom:5px;
	margin-left: 5px;
	border: 1px solid navy;
	padding: 1px 1px 0 1px;
	background-color: #ffffff;
}
.menu li {
	width:210px;
	
/*  padding: 1px 0 0 1px;*/
/*  background-color: #9999ff;*/
/*  border: 1px solid navy;*/
	margin-bottom: 2px;
}
.menu li a {
	display: block;
/*	font-weight:bolder;*/
/*	line-height: 1em;*/
	line-height: 1;
	color: #ffffff;
/*	font-weight: bold;*/
	text-decoration: none;
	max-height:3em;
	margin: 1px 0 0 1px;
	padding: 5px 0 5px 15px;
	background-color: #7777dd;
	border-right: 2px solid #333399;
	border-bottom: 2px solid #333399;
/*	background-image:url("../image/mnubg.jpg");
	background-repeat:repeat-y;*/
}
.menu li span {
	display: block;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	max-height:3em;
	margin: 1px 0 0 1px;
	padding: 5px 0 5px 15px;
/*	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #ffffff;*/
	border-right: 2px solid #aaaaff;
	border-bottom: 2px solid #aaaaff;
	background-color: #aaaaff;
}
.menu li span.top {
	display: block;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	max-height:3em;
	margin: 1px 0 0 1px;
/*	padding: 5px 0 5px 15px;*/
	background-color:  #7777dd;
/*	background-image:url("../image/mnubg.jpg");
	background-repeat:repeat-y;*/
	border-right: 2px solid #333399;
	border-bottom: 2px solid #333399;
}
.menu li a:hover {
/*	background-color: #5555bb;*/
	color:#ffffff;
/*	font-weight:bolder;*/
	text-decoration:underline;
}


/* ヘッダ文字書式 */
.header h1 {
	font-size:90%;
	clear: right;
}
.logo {
	float: left;
	border:none;
	margin: 5px 10px 0 0;
}
.header h2 {
	color: #ff6666;
}
.header h3 {
	color: #ff6666;
}
.header p {
	float: right;
	font-size: 80%;
}

/* メニュ文字書式 */
.menu h1 {
	font-size: 90%;
	line-height:1.5em;
	font-weight: normal;
	color: blue;
}

.ivent1 h1 {
	font-size: 95%;
}

/* 本文文字書式 */
.pagetitle {
	font-size:130%;
	display: block;
/*	font-weight:bolder;*/
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
	max-height:3em;
	margin: 0 5em 0.5em 2em;
	padding: 5px 0 5px 20px;
	background-color: #7777dd;
	border-right: 2px solid #333399;
	border-bottom: 2px solid #333399;
/*	background-image:url("../image/mnubg.jpg");
	background-repeat:repeat-y;*/
}
.main h1, .cont4 h1 {
	font-size: 108%;
	line-height: 2;
	border-left: 2px solid #00cc66;
	border-bottom: 2px solid #00cc66;
/*	margin-left: -0.2em;*/
	padding-left:0.5em;
}
.main p + h1,.main span + h1 {
	margin-top:1em;
}
.main h2, .cont4 h2 {
	font-size: 103%;
	line-height: 2;
	border-bottom: 2px dashed #00cc66;
	margin-left: 0.5em;
	padding-left:0.5em;
}
.main a img {
	border:none;
}
.main p, .cont4 p {
	margin: 0.5em 0 0.5em 1.5em;
}
dt.type1 { /*定義リスト*/
	margin: 0.5em 0 0 1.5em;
	color: #ff6666;
	font-weight: bold;
}
dt.type2 { /*定義リスト*/
	text-decoration :underline;
	margin: 0.5em 0 0 1.5em;
	font-weight: bold;
}
dt.type3 { /*定義リスト*/
	text-decoration :underline;
	margin: 0.5em 0 0 1.5em;
	color: #ff6666;
	font-weight: bold;
}
dd.type1 {
	line-height:100%;
	font-size:90%;
	margin: 0 0 0 3em;
}
dd.type2 {
	line-height:100%;
	font-size:100%;
	margin: 0 0 0 3em;
}
dd.type3 {
	text-indent: -0.5em; 
	margin: 0 0 0 3em;
}
/* 本文のテーブル書式 */
table {
	font-size: 90%;
	width: 94%;
	margin: 1em 0 0 2em;
	border-collapse: collapse;
	border: 1px solid navy;
	background-color: #ffffee;
}
th {
	color:#ff6666;
	border: 1px solid navy;
	padding:  1px 5px 1px 5px;
	text-align:center;
}
td {
	line-height:110%;
	border: 1px solid navy;
	padding: 1px 5px 1px 5px;
}
table.type2{
	margin:0 0 0 2em;
}
table.type3{
	margin:0.5em 0 0 0;
	float: right;
}
table.type2 td,table.type3 td {
	text-align: right;
	padding: 0 1px;
}
table.type4 {
	font-size: 100%;
	width:90%;
}
table.type4 th,table.type4 td {
	text-align:center;
}
td.td_tyuou {
	text-align: center;
	font-size:130%;
}
td.ue2jusen1 {
	border-top: 3px double ;
	text-align: center;
}
table.type5 th,table.type5 td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}	
	
/* サブ文字書式 */
.sub h1{
	font-size: 110%;
	margin:0 0 0 5px;
	text-decoration: underline;
}
.sub p{
	font-size: 100%;
	margin:0 0 0 5px;
}
.clear {
	clear:both;
	height:0;
}
strong {
	color: #ff6666;
	font-weight: bold;
}
strong a {
	color: #ff6666;
	font-weight: bold;
}
.txtlogo {
	color: #5555ee;
	font-weight: bold;
	font-size:105%;
	letter-spacing: -0.1em;
	margin:0 0.1em;
}
.notes{
	font-size:93%;
	text-indent:-1em;
	padding-left: 2em;
	line-height: 1.2;
}
.migi{
	float: right;
	margin:5px 0 0 5px;
}
.naka{
	text-align: center;
}
.mojikan05 {
	letter-spacing: 0.5em;
}
.pagetop2 a {
	color: #ffffff;
	text-decoration: none;
	background-color: #7777dd;
	margin: 1.2em 0 0.2em 0;
	padding:0 0.5em 0 1em;
	background-image: url("../image/mnubg.jpg");
	background-repeat: repeat-y;
	border-right: 2px solid #5555bb;
	border-bottom: 2px solid #5555bb;
}
.pagetop2 a:hover {
	text-decoration: underline;
}
.jisage {
	padding-left:2em;
}
.main p.burasage2em {
margin-left: 3.5em;
text-indent: -1.5em;
}
/*右寄せ*/
.rt{
	text-align:right;
}
