@charset "UTF-8";
/* =========================================================
Pieces
========================================================= */

/* -------------基本フレーム---------------- */
#foot1frame {
	margin-top: 10px;
	width: 100%;
	background-color: #d4e5f3;
}

#foot2frame {
	width: 100%;
	background-color: #c2cdd6;
	clear: both;
}

#foot3frame {
	width: 100%;
	background-color: black;
}

/* -------------内部フレーム---------------- */
#logo {
	width: 160px;
	height: 95px;
	background-color: #e76721;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	float: left;
}

#submenu {
	width: 790px;
	height: 95px;
	text-align: right;
	float: left;
}

#leftmenu {
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
	padding: 10px;
}

#subcolumn {
	background-color: #d7e7f4;
	text-align: center;
	margin-top: 10px;
	border-radius: 10px;
	padding: 5px;
}

#sideNavi .pieceContainer {
	margin-top: 10px;
	border-radius: 5px;
}

#sideNavi .pieceContainer .pieceHeader {
	text-align: center;
	padding: 5px;
}

#sideNavi .pieceContainer .pieceHeader h2 {
	color: white;
}

#sideNavi .pieceContainer .pieceBody ul {
	padding-bottom: 1px;
}

#sideNavi .pieceContainer .pieceBody ul li {
	border-radius: 2px;
	background: url(images/button_back1.png) top left repeat-x;
	padding: 4px 2px;
	margin: 5px;
}

#sideNavi .pieceContainer .pieceBody ul li:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
}

#sideNavi .pieceContainer .pieceBody ul li a,#sideNavi .pieceContainer .pieceBody ul li a:visited
	{
	color: #000;
	font-weight: bold;
	font-size: 90%;
	padding-left: 5px;
}

#sitemap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#smap {
	_width: 16.6%;
	width: 20%;
	float: left;
	font-size: 12px;
}

#smap label {
  font-weight: bold;
}

#access {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#copy {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	color: white;
	text-align: center;
	font-size: 12px;
}

#navi {
	text-align: left;
	margin: 5px 15px;
	font-size: 10px;
}

#jamp {
	text-align: right;
	margin-top: 10px;
	font-size: 10px;
}

/*
#labelbar {
	margin:10px 15px;
	border-radius:3px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	position:relative;
	padding:5px;
}
*/
#sublabelbar {
	margin: 0px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

/* -------------要素---------------- */
#label {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	color: white;
}

#sublabel {
	font-size: 12px;
	font-weight: bold;
}

#menubutton {
	margin-top: 10px;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	border: solid 2px white;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

#submenubutton {
	margin-top: 10.5px;
	width: 90px;
	height: 20px;
	border-radius: 10px;
	border: solid 2px white;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}

#labelbarbutton {
	width: 80px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	border: solid 2px white;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	right: 10px;
}

/*
.textbutton {
	width:25px;
	height:25px;
	border-radius:12.5px;
	border:solid 0px white;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	margin-top:7.5px;
}
*/
#mainMessage {
	text-align: center;
}

#mainMessage img {
	display: inline;
	vertical-align: middle;
}

#mainMessage #text {
	margin: 10px 15px;
	text-align: left;
}

#subtext {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
}

#time {
	font-size: 12px;
}

#list {
	list-style-position: inside;
}

#memberphoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 60px;
}

#submenu .fontSize li {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 12.5px;
	border: solid 0px white;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 7.5px;
	text-align: center;
	line-height: 25px;
	background: url(images/button_back1.png) top left repeat-x;
}

#submenu .fontSize li.active {
	background-color: #e76721;
	background-image: none;
}

#submenu .fontSize li.active a {
	color: white;
}

/* -------------追加要素---------------- */
.line1 {
	border-bottom: dotted 2px #c2cdd6;
}

.line2 {
	border-bottom: solid 2px #c2cdd6;
}

.maincolor1,.contact h1, .help h1 {
	background-color: #fdd319;
	color: white;
}

.maincolor2,.league h1 {
	background-color: #008542;
	color: white;
}

.maincolor3,.learn h1 {
	background-color: #e76721;
	color: white;
}

.maincolor4,.workshop h1, .project h1 {
	background-color: #6c367c;
	color: white;
}

.maincolor5,.enter h1,.enter #sideNavi .pieceContainer {
	background-color: #00a2a3;
	color: white;
}

.maincolor6,.news h1 {
	background-color: #bf4c90;
	color: white;
}

.fontcolor1 {
	color: #fdd319;
}

.fontcolor2,.league h2,.league h3,.league h4,.league h5 {
	color: #008542;
}

.fontcolor3,.learn h2,.learn h3,.learn h4,.learn h5 {
	color: #e76721;
}

.fontcolor4,.workshop h2,.workshop h3,.workshop h4,.workshop h5,
.project h2,.project h3,.project h4,.project h5 {
	color: #6c367c;
}

.fontcolor5,.enter h2,.enter h3,.enter h4,.enter h5 {
	color: #00a2a3;
}

.fontcolor6,.news h2,.news h3,.news h4,.news h5 {
	color: #bf4c90;
}

.tspace {
	margin-top: 5px;
}

.activecolor {
	background-color: red;
}

.buttoncolor1 {
	background: url(images/button_back1.png) top left repeat-x;
}

.buttoncolor2 {
	background: url(images/button_back2.png) top left repeat-x;
}

/* pageTitle
----------------------------- */
#pageTitle h1 {
	margin: 10px 15px;
	border-radius: 3px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	padding: 5px;
}

/* sslSiteSeal
------------------------------------- */
#sslSiteSeal {
	text-align: center;
}

/* recent-news-tab/recent-workshop-tabs/recent-learn-tab/project-menu
----------------------------------------------- */
#recentNewsTab, #recentWorkshopTab,  #recentLearnTab, #projectMenu{
	margin: 0 15px;
}

#recentNewsTab .pieceBody .tabs,
#recentWorkshopTab .pieceBody .tabs,
#recentLearnTab .pieceBody .tabs,
#projectMenu .pieceBody .tabs {
	margin: 10px 0;
	border-radius: 3px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	padding: 5px;
}

#recentNewsTab .pieceBody .tabs {
	background-color: #bf4c90;
}

#recentWorkshopTab .pieceBody .tabs {
	background-color: #6c367c;
}

#recentLearnTab .pieceBody .tabs {
	background-color: #e76721;
}

#projectMenu .pieceBody .tabs {
	background-color: #6c367c;
}

#recentNewsTab .pieceBody .tabs a,
#recentWorkshopTab .pieceBody .tabs a,
#recentLearnTab .pieceBody .tabs a,
#projectMenu .pieceBody .tabs a  {
	color: white;
}

#recentNewsTab .pieceBody .tabs a.list,
#recentWorkshopTab .pieceBody .tabs a.list,
#recentLearnTab .pieceBody .tabs a.list,
#projectMenu .pieceBody .tabs a.list	{
	width: 80px;
	height: 20px;
	background: url(images/button_back2.png) top left repeat-x;
	border-radius: 10px;
	position: absolute;
	right: 10px;
	color: #000;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

#recentNewsTab .pieceBody ul.news li,
#recentWorkshopTab .pieceBody ul.workshop li,
#recentLearnTab .pieceBody ul.workshop li,
#projectMenu .pieceBody ul.project li {
	border-bottom: dotted 2px #c2cdd6;
}

/* recentLearnTab 
----------------------------------------------- */
#recentLearnTab .docs article {
  overflow: hidden;
  position: relative;
  zoom: 1;
  border-bottom: dotted 2px #c2cdd6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#recentLearnTab .docs article .thumb{
    float: left;
    margin-left: 10px; 
    margin-right: 10px; 
    margin-bottom: 10px;  
}

#recentLearnTab .docs article header h3.docTitle{
  font-size: 100%;
}

#recentLearnTab .docs article footer{
  text-align: right;
}

#recentLearnTab .docs article img {
  width: 60px !important;
}

/* recent-docs-tab
----------------------------------------------- */
#recentDocsTab {
	margin: 0 15px;
}

#recentDocsTab .pieceBody .tabs a {
	display: inline-block;
	width: 18%;
	margin: 0;
	padding: 8px 0px;
	border: 1px solid #aaa;
	border-radius: 5px 5px 0 0; /*  IE-CSS3 */
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari and Chrome */
	behavior: url(/_themes/city/js/PIE.htc);
	border-bottom: none;
	background-image: url(./images/bg-tab-off.gif);
	background-position: left top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 110%;
	color: #000;
	text-decoration: none;
	position: relative;
}

#recentDocsTab .pieceBody .tabs li.current a,
#recentDocsTab .pieceBody .tabs a:hover
	{
	background-image: url(./images/bg-tab-on.gif);
}

#recentDocsTab .pieceBody .wrapper {
	padding: 8px;
	border: 1px solid #aaa;
}

#recentDocsTab .pieceBody .wrapper .content li {
	margin-bottom: 3px;
	padding-left: 20px;
	background-image: url(../base/images/ic-list02.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

#recentDocsTab .pieceBody .wrapper .shinchaku {
	width: 100%;
}

#recentDocsTab .pieceBody .wrapper .links ul {
	position: relative;
	position: relative;
	top: 15px;
	_top: 0;
	_margin-top: 10px;
}

#recentDocsTab .pieceBody .wrapper .links .feed a {
	display: block;
	float: left;
	margin-right: 5px;
}

#recentDocsTab .pieceBody .wrapper .links .feed a.rss {
	width: 49px;
	height: 20px;
	background-image: url(../base/images/bt-rss.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#recentDocsTab .pieceBody .wrapper .links .feed a.atom {
	width: 45px;
	height: 20px;
	background-image: url(../base/images/bt-atom.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#recentDocsTab .pieceBody .wrapper .links .more {
	_margin-top: -20px;
}

#recentDocs .date,#recentDocsTab .date {
	margin-bottom: 10px;
	clear: both;
	text-align: right;
}

#recentDocs .docs article,#recentDocsTab .docs article {
	clear: both;
	padding: 10px 5px;
	border-bottom: 1px dotted #666;
}

/* calendar
----------------------------------------------- */
#calendar .pieceContainer,#calendarDates .pieceContainer {
	padding-top: 3px;
	padding-bottom: 4px;
}

#calendar .pieceBody,#calendarDates .pieceBody {
	padding-top: 5px;
	border: 3px solid #6c367c;
        border-radius: 5px;
	background-color: #6c367c;
}

#calendar .pieceHeader h2,#calendarDates .pieceHeader h2 {
	text-align: center;
}

#calendar .pieceBody h3,#calendarDates .pieceBody h3 {
	margin-bottom: 6px;
	background-position: 75% 50%;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	_font-size: 100%;
        color: white;
}

#calendar .pieceBody table,#calendarDates .pieceBody table {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 90%;
        background-color: white;
}

#calendar .pieceBody table th,#calendar .pieceBody table td,#calendarDates .pieceBody table th,#calendarDates .pieceBody table td
	{
	padding: 2px 0;
	border: 1px solid #ddd;
	text-align: center;
}

#calendar .pieceBody table a,#calendarDates .pieceBody table a {
	margin: 0;
	padding: 0;
	background-image: none;
        background-color: gold;
}

#calendar .pieceBody table .prevMonth,#calendar .pieceBody table .nextMonth,#calendarDates .pieceBody table .prevMonth,#calendarDates .pieceBody table .nextMonth
	{
	color: #cccccc;
}

#calendar .pieceBody .sat,#calendarDates .pieceBody .sat {
	background-color: #dff6fe;
	color: #3366ff;
}

#calendar .pieceBody .sun,#calendarDates .pieceBody .sun {
	background-color: #ffe6f1;
	color: #ee0000;
}

#calendar .pieceBody .pagination,#calendarDates .pieceBody .pagination {
	_margin-top: 10px;
}

#calendar .pieceBody .links,#calendarDates .pieceBody .links {
        background-color: white;
	font-size: 0.9em;
}

/* members navi
----------------------------------------------- */
*html #membersNavi {
  height: 0px;
}
#membersNavi {
  clear: both;
  margin: 10px 15px;
}
#membersNavi .pieceBody {
  margin: 0 auto;
}
#membersNavi .pieceBody ul {
  _background-color: #00a2d3;
  border-radius: 3px;
  padding: 1px;
}
#membersNavi .pieceBody li {
  float: left;
  padding: 5px 2px;
  white-space: nowrap;
  border-right: 1px solid #fff;
}

#membersNavi .pieceBody li a {
  display: block;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 100%;
}

#membersNavi .pieceBody li:hover,
#membersNavi .pieceBody li.current {
  background-color: #fff;
}

#membersNavi .pieceBody li:hover a,
#membersNavi .pieceBody li.current a{
  color: #00a2a3;
}


/* convert
----------------------------------------------- */
#recentNewsTab,
#recentWorkshopTab {
  position: relative;
}
#recentNewsTab .feed,
#recentWorkshopTab .feed {
  display: none;
}
#recentNewsTab .more,
#recentWorkshopTab .more {
    width: 80px;
    height: 20px;
    background: url(images/button_back2.png) top left repeat-x;
    border-radius: 10px;
    position: absolute;
    top: -4px;
    right: 10px;
    font-weight: bold;
    font-size: 85%;
    text-align: center;
}
#recentNewsTab .more a,
#recentWorkshopTab .more a {
  color: #000;
  font-size: 100%;
}
#calendar h3.month a {
  color: #fff;
}
#calendar .links .pagination a {
  padding: 0;
}
#calendar .links .pagination {
  margin-top: 0;
}