/* CSS Document */

*{
margin:0;
padding:0;
}

* html .Introduction {
	behavior: expression(IEPNGFIX.fix(this));
}
* html .Copyright {
	behavior: expression(IEPNGFIX.fix(this));
}

body{
background:url(../img/background.jpg) no-repeat center top;
background-attachment:fixed;
background-color:#FFF4F8;
font-size:86%;
color:#000000;
text-align:center;
}

#Wrapper{
margin:0 auto;
padding:0;
width:828px;
text-align:left;
}

h1{
margin:0;
padding:0;
}

.Introduction{
background:url(../img/orange.png);
margin:0;
}
.Introduction p{
padding:5px 1em;
line-height:150%;
}


/* --[Navigation]--------*/
ul#globalnavi{
width: 600px;
height: 27px;
margin:15px 10px 15px auto;
padding:0;
line-height: 0;
background:url(../img/menu.gif) no-repeat right top;
position: relative;
}
ul#globalnavi li {
margin:0;
padding:0;
font-size:1px;
line-height:0;
text-decoration:none;
list-style-type: none;
}
ul#globalnavi li a {
height: 27px;
display: block;
text-decoration: none;
text-indent:-9999px;
}
/*--mouseout--*/
li.btn01 a {
width: 146px;
margin:0;
padding:0;
background: url("../img/menu.gif") 0 0 no-repeat;
top: 0;
left:0;
position: absolute;
}
li.btn02 a {
width: 146px;
margin:0;
padding:0;
background: url("../img/menu.gif") -152px 0 no-repeat;
top: 0;
left: 152px;
position: absolute;
}
li.btn03 a {
width: 146px;
margin:0;
padding:0;
background: url("../img/menu.gif") -305px 0 no-repeat;
top: 0;
left: 305px;
position: absolute;
}
li.btn04 a {
width: 146px;
margin:0;
padding:0;
background: url("../img/menu.gif") -458px 0 no-repeat;
top: 0;
left: 458px;
position: absolute;
}
/*--onmouse--*/
li.btn01 a:hover {
background: url("../img/menu.gif")  0 -27px no-repeat;
}
li.btn02 a:hover {
background: url("../img/menu.gif")  -152px -27px no-repeat;
}
li.btn03 a:hover {
background: url("../img/menu.gif")  -305px -27px no-repeat;
}
li.btn04 a:hover {
background: url("../img/menu.gif")  -458px -27px no-repeat;
}
/*--active_tab--*/
li.btn01_act{
width: 146px;
height:27px;
margin:0;
padding:0;
background: url("../img/menu.gif")  0 -27px no-repeat;
top: 0;
left:0;
position: absolute;
text-indent:-9999px;
}
li.btn02_act{
width: 146px;
height:27px;
margin:0;
padding:0;
background: url("../img/menu.gif")  -152px -27px no-repeat;
top: 0;
left: 152px;
position: absolute;
text-indent:-9999px;
}
li.btn03_act{
width: 146px;
height:27px;
margin:0;
padding:0;
background: url("../img/menu.gif")  -305px -27px no-repeat;
top: 0;
left: 305px;
position: absolute;
text-indent:-9999px;
}
li.btn04_act {
width: 146px;
height:27px;
margin:0;
padding:0;
background: url("../img/menu.gif")  -458px -27px no-repeat;
top: 0;
left: 458px;
position: absolute;
text-indent:-9999px;
}

/*--glovalnaviation end--*/
/*--[Navigation]end--*/

.detail{
clear:both;
margin:20px 24px;
overflow: hidden;
width:780px;
}
.detail img{
margin-right:15px;
float:left;
border:none;
}
  
h2.color{
margin:10px auto 0 320px;
width:331px;
display:block;
}

h4{
color:#3F262D;
margin:0 0 10px 0;
font-weight:bold;
font-size:110%;
}
.detail p{
line-height:150%;
}
.detail p.date{
margin:5px 0;
text-align:right;
}

p.Copyright{
line-height:42px;
text-align:center;
background:url(../img/blue.png) no-repeat center top;
margin-bottom:20px;
}
.Copyright a{
color:#006633;
font-weight:bold;
font-size:110%;
text-decoration:none;
}
.Copyright a:hover{
color:#003366;
border-bottom:1px solid #003366;
}
.Copyright a:visited{
color:#666666;
}

