@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: AOSEF
	Description: Activities モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================

	0: 汎用class

	1: div#wrapper
	
	2: div#header
	
	3: div#gnav

	4: div#content
		
	5: div#footer
	
==============================================================
*/


/*=========================================================
4: div#content
=========================================================*/

/* subnav
==============================================================*/
#wrapper #content #subnav{
	margin: 0 15px 25px;
	padding: 0 0 0 30px;
	width: 660px;
	height: 35px;
	background: #ccc url(../img/subnav.gif) no-repeat 0 0;
	overflow: hidden;
}
*html #wrapper #content #subnav{
	width: 690px;
}

#wrapper #content #subnav li{
	float: left;
	margin: 0 20px 0 0;
	text-indent: -999999px;
}

#wrapper #content #subnav li,
#wrapper #content #subnav li a{
	display: block;
	height: 35px;
	overflow: hidden;
}
#wrapper #content #subnav #activitie,
#wrapper #content #subnav #activitie a{
	width: 71px;
}
#wrapper #content #subnav #calendar,
#wrapper #content #subnav #calendar a{
	width: 68px;
}

#wrapper #content #subnav li a{background: url(../img/subnav.gif) no-repeat 0 0;}
#wrapper #content #subnav #activitie a{background-position: -26px 0;}
#wrapper #content #subnav #calendar a{background-position: -117px 0;}

#wrapper #content #subnav li a:hover{background: url(../img/subnav_on.gif) no-repeat 0 0;}
#wrapper #content #subnav #oactivitie a:hover{background-position: -26px 0;}
#wrapper #content #subnav #calendar a:hover{background-position: -117px 0;}

.activities #wrapper #content #subnav #activitie a{background: url(../img/subnav_on.gif) -26px 0;}
.calendar #wrapper #content #subnav #calendar a{background: url(../img/subnav_on.gif) -117px 0;}


/* activities
=========================================================*/
#wrapper #content .section h3{
	margin: 15px 0 0 5px;
	padding: 0 0 0 20px;
	background: url(../../common/img/disc.gif) no-repeat 0 0;
}
#wrapper #content .section h3.mar-b15{
	margin-bottom:15px;
}

#wrapper #content .section ul{
	margin: 0 0 15px 27px;
}
#wrapper #content .section ul li{
	margin: 0;
}
#wrapper #content .section ul li ul{
	margin: 0 0 15px 15px;
}
#wrapper #content .section ul ul.lastchild{ margin-bottom: 0;}

.activities .section div{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../../common/img/dotted.gif) repeat-x bottom left;
}
.activities .section div.lastchild{
	background: none;
}

/* event calendar
=========================================================*/


#wrapper #content .section dl{
	margin: 10px 5px 0 5px;
	padding: 0 0 10px 0;
	background: url(../../common/img/dotted.gif) repeat-x 0 bottom;
}
#wrapper #content .section dl.firstchild{
	margin: 15px 5px 0 5px;
}
#wrapper #content .section dl.lastchild{
	background: none;
}

#wrapper #content .section dl dt{
	padding: 0 0 0 20px;
	color: #10007c;
	font-weight: bold;
	font-size: 116%;
	background: url(../../common/img/disc.gif) no-repeat 0 -1px;

}
#wrapper #content .section dl dd{
	padding: 0px 0 3px 20px;
}
