@charset "UTF-8";

/* INDEX
-------------------------------------------
1. main layout
2. navigation
3. link style
4. common parts
-------------------------------------------*/


/* 1. main layout
-------------------------------------------*/
body{
margin:0px 0px 20px;
font-size:80%;
}
#wrapper{
margin:0 auto;
padding:0px;
width:600px;
}


#contents{
margin:0px;
padding:0px;
width:600px;
}

#maincol{
margin:0px;
padding:0px;
width:600px;
}


/* 2. navigation
-------------------------------------------*/


/* 3. link style
-------------------------------------------*/
a{
overflow:hidden;
}

a:link{
color:#999;
text-decoration:underline;
}

a:visited{
color:#999;
text-decoration:underline;
}

a:hover{
color:#666;
text-decoration:none;
}

a:active{
color:#666;
text-decoration:none;
}

/* 4. common parts
-------------------------------------------*/

h1{
margin:0px 0px 20px;
padding:20px;
background:transparent url(http://www.cospa.com/img/events/bg_h1.jpg) repeat scroll left bottom;
border-bottom:1px solid #DDDDDD;
border-top:2px solid #317B96;
font-size:120%;
font-weight:bold;
}

#map{
width:600px;
height:600px;
}

.close{
margin:25px 0px 0px;
text-align:center;
}

.fukidashi_text{
line-height:1.5;
}
.fukidashi_text dt,
.fukidashi_text dd span{
font-weight:bold;
}
/* 4.1 of header
-------------------------------------------*/

/* 4.2 of content
-------------------------------------------*/

/* 4.3 of footer
-------------------------------------------*/
