@charset "utf-8";
/* CSS Document */

body{
    text-align: center;
    color: #c490bf;
	font-size: 13px;
	line-height: 130%;
	margin: 0;
	padding: 0;
    background-image: url(../img/kabe05.jpg);
    background-color: #b099b8;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}


/* 基本リンクカラー指定 */

a{
	color: #d20159;
	text-decoration : none;
}
a:visited{
    color: #FF0066;
}
a:hover{
	font-weight : bold;
	color : #FFCC00;
	text-decoration : underline;
}


a.katsudo{
  color : #d20159;
  text-decoration : none;
}
a:visited.katsudo{
	color : #660099;
}
a:hover.katsudo{
  font-weight : bold;
  color : #d20159;
  text-decoration : underline;
}

/* 基本リンクカラー指定ここまで */

#wrapper {
	margin: 0 auto 0 auto;
	position:relative;
	top: 0;
	padding: 0;
	width: 800px;
	text-align: left;
}
#container {
    	position: relative;
}
#header {
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0;
	padding: 0;
	background-image: url(../img/shaei-logo02.jpg);
/*	border-left: 1px solid #333333;
	border-right: 1px solid #333333; */
	width: 800px;
	height: 65px;
}


#header h2 a{
    display:block;
	position:absolute;
	top: 0;
	left: 0;
	height: 65;
	width: 800;
	text-indent:-1000px;
}


#navi_left {
	position: absolute;
	top: 65;
	left: 0px;
	padding: 0;
	width: 50px;
	height: 45px;
/*	border-left: 1px solid #333333; */
	background-image:url(../img/menu-back02.jpg);
}
#navi_area {
	position: absolute;
	top: 65;
	left: 50px;
	padding: 0;
	width: 600px;
	height: 45px;
}
#navi_right {
	position: absolute;
	top: 65;
	left: 550px;
	padding: 0;
	width: 250px;
	height: 45px;
/*	border-right: 1px solid #333333; */
	background-image:url(../img/menu-back02.jpg);
}
#primary {
	position: absolute;
	top: 110px;
	left: 1px;
	margin-top: 20px;
	padding: 0;
	color:#601986;
	font-size: 13px;
	/*	border-left: 1px solid #333333;
	border-right: 1px solid #333333; */
	width: 800px;
}

p.footer {
	color: #444444;
	background: #dddddd;
	border-top: 1px solid #DFDFDF;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 1px 0 1px 0;
	text-align: center;
	width: 800px;
}
p.slink {
	color: #444444;
	background: #dd9999;
	border-top: 1px solid #DFDFDF;
	clear: both;
	margin: 0 auto 0 auto;
	padding: 1px 0 1px 0;
	text-align: center;
	width: 800px;
}

ul#menu{
    list-style:none;
    width:100%;
    margin-left: 50px;
    margin: 0; 
    padding: 0; 
}
ul#menu li{
    list-style:none;
    float:left;
    width:100px;
    height:45px;
    margin:0px 0px 0px 0px;
}
ul#menu a{
    display:block;
    width:100px;
    height:45px;
    text-indent:-1000px;
    overflow:hidden;
}
a.gaiyo{
    background-image:url(../img/menu-gaiyo02.jpg);
}
a:hover.gaiyo{
    background-position:0px -45px;
}
a.shoukai{
    background-image:url(../img/menu-shoukai02.jpg);
}
a:hover.shoukai{
    background-position:0px -45px;
}
a.kamei{
    background-image:url(../img/menu-osusume02.jpg);
}
a:hover.kamei{
    background-position:0px -45px;
}
a.katsudo{
    background-image:url(../img/menu-katsudo02.jpg);
}
a:hover.katsudo{
    background-position:0px -45px;
}
a.ichiran{
    background-image:url(../img/menu-ichiran02.jpg);
}
a:hover.ichiran{
    background-position:0px -45px;
}
a.link{
    background-image:url(../img/menu-link02.jpg);
}
a:hover.link{
    background-position:0px -45px;
}
a.guidemap{
    background-image:url(../img/menu-guidemap01.jpg);
}
a:hover.guidemap{
    background-position:0px -25px;
}


/* テーブル内指定 */

.datatitle1{
  height:auto;
  padding:3px 10px 3px 7px;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  width:100%;
  clear:both;
  background-color:#e80696;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
}    

.datatitle2{
  height:auto;
  padding:3px 10px 3px 7px;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  width:100%;
  clear:both;
  background-color:#CC0000;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
}    


.datatitle3{
  height:auto;
  padding:3px 10px 3px 7px;
  color:#FFFFFF;
  font-size:13px;
  font-weight:bold;
  width:100%;
  clear:both;
  background-color:#0033FF;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
 
}

.tableback{
  filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e80696,endColorStr=#CC0000);
}


.tableback1{
  background-color:#e80696;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
}

.tableback2{
  background-color:#CC0000;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
}

.tableback3{
  background-color:#0033FF;
  filter:alpha(style=1,opacity=100,finishopacity=0,startx=0,starty=0,finishx=240,finishy=90);
}



h3{
  font-size: 16px;
  line-height: 100%;
  padding: 0px;
  margin: 0px;
}


.data0{
  color: #FFFFFF;
  font-size: 16px;
}


a:visited.data0{
  color: #FFFFFF;
}


.data{
  color:#FFFFFF;
  font-size:13px;
  line-height: 150%;
  padding: 10px;
  margin: 10px;
}    


.data2{
  color: #666666;
  font-size:13px;
  line-height: 150%;
  padding: 10px;
  margin: 10px;
  background-color: #FFFFFF;
}    


.data3{
  color: #FFFFFF;
  font-size:13px;
  line-height: 150%;
  padding: 5px;
  margin: 10px;
}    


.data4{
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px;
  margin: 0px;
}


ol#merit{
  	font-size: 13px;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 20px;
}


ul#katsudo{
    list-style-type: square;
  	font-size: 13px;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 20px;
}


/* タイトルナビ */

h4{
    margin: 5px;
	font-size: 16px;
}

.titlenavi{
    background-color: #EBCCFF;
}

a.titlenavi{
    color : #d20159;
    text-decoration : none;
}
a:visited.titlenavi{
	color : #FF0066;
}
a:hover.titlenavi{
    font-weight : bold;
    color : #d20159;
    text-decoration : underline;
}

/* タイトルナビここまで */

/* テーブル内指定ここまで */


#footer {
	position:relative;
	color:#FFFFFF;
	background:#9999FF;
	border-top: 1px solid #DFDFDF;
	clear: both;
	margin: 0 auto 0 auto;
	float:left;
	left: 0px;
	height: 20px;
	padding: 1px 0 1px 0;
	text-align: center;
	font-size: 13px;
	width: 800px;
}

/* ヨルナビリンク */

#header a.yorunavi{
    display:block;
    width:1px;
    height:1px;
    text-indent:-1000px;
    overflow:hidden;
}
