/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
}




.list {
	list-style-position: inside;
	list-style-image: url(../images/icon_maru.jpg);
	margin-left: 2em;
}
.list2 {
	margin-left: 2em;
	list-style-position: inside;
	list-style-type: none;
}



#navigation {
  position: absolute;
  width:200px;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation li {
  margin: 0;
  padding: 0;
  width: 200px;
}
.imgmargin {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

#group {
	margin-right: auto;
	margin-left: auto;
	float: right;
	width: 800px;
}


/*メニューレイヤー---------------------------*/

.style6 {color: #FF0000}
#pub {
	position:absolute;
	left:73px;
	top:108px;
	width:170;
	z-index:1;
	background-color: #FFFFFF;
	visibility: hidden;
}
#pub {
	position:absolute;
	left:73px;
	top:108px;
	width:170px;
	z-index:2;
	visibility: hidden;
	background-color: #FFFFFF;
}
#communi {
	position:absolute;
	left:187px;
	top:108px;
	width:170;
	z-index:3;
	visibility: hidden;
	background-color: #FFFFFF;
}
#semi {
	position:absolute;
	left:121px;
	top:108px;
	width:170px;
	z-index:4;
	background-color: #FFFFFF;
	visibility: hidden;
}
#trip {
	position:absolute;
	left:260px;
	top:108px;
	width:170px;
	z-index:5;
	visibility: hidden;
	background-color: #FFFFFF;
}
#teach {
	position:absolute;
	left:333px;
	top:108px;
	width:170px;
	z-index:6;
	background-color: #FFFFFF;
	visibility: hidden;
}
#comp {
	position:absolute;
	left:575px;
	top:108px;
	width:135px;
	z-index:7;
	background-color: #FFFFFF;
	visibility: hidden;
}
#mizusawa {
	position:absolute;
	left:8px;
	top:585px;
	width:190px;
	z-index:8;
	background-color: #FFFFFF;
	visibility: hidden;
}
.style11 {color: #F79618}


/*ボーダー---------------------------*/

.box1 {
	float: left;
	width: 380px;
}

.box {
	border: 2px dotted #003399;
}
.border {
	border: 1px solid #79BFFF;
}
.borderup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}
.borderleft {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0033CC;
}

.borderright {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #0033CC;
}

.borderunder {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
}
.borderleftrightup {
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #0000CC;
	border-left-color: #0000CC;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #0033CC;
}
.borderleftunder {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #0000CC;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
	line-height: 140%;
}
.borderrighttunder {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0033CC;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #0033CC;
}
