@charset "UTF-8";
/*other*/

ul { margin: 2px; padding: 2px; list-style: decimal outside; text-align: left;}
li { margin-left: 15px;
	 list-style: square outside;
     color: #555;
	 margin-top: 3px;
	 margin-bottom: 3px;
}





/*#################### centerculum　####################*/

#centercolumn {
    float: left;
    width: 650px;
    padding: 0px 15px 10px 10px;
    background-color:#FFF;
    font-size: 100%;
    margin:0;
}

.cont-title {
	color: #777;
	font-weight: bold;
	background-image: url(images/center-title.jpg);
	height: 23px;
	padding-top: 6px;
	padding-left: 18px;
	background-repeat: no-repeat;
}

#theme_breadcrumbs {
   margin: 1px 0px 10px 0px;
   font-size: 90%;
   }
   
/*#################### centerC　####################*/
.centerCcolumn {
	padding-bottom: 0px;


}

.centerCcolumn div.blockTitle {
    background-image: url(images/title_under.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}

.centerCcolumn div.blockContent {
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sub {
    font-size: 90%;
    text-align: right;
    padding-bottom: 20px;
}
/*#################### centerL　####################*/
.centerLcolumn {
	float: left;
	overflow:hidden;
	width: 49%;
	background-color:#FFF;
}

.centerLcolumn div.blockTitle {
	color: #777;
	font-weight: bold;
	background-image: url(images/centerl-title.jpg);
	height: 25px;
	padding-top: 6px;
	padding-left: 18px;
	background-repeat: no-repeat;
}

.centerLcolumn div.blockContent {
   margin-left: 5px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px solid #CCC;
	
}
/*#################### centerR　####################*/
.centerRcolumn {
	float: right;
	overflow:hidden;
	width: 49%;
	padding-left: 1px;

}

.centerRcolumn div.blockTitle {
	color: #777;
	font-weight: bold;
	background-image: url(images/centerr-title.jpg);
	height: 23px;
	padding-top: 6px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.centerRcolumn div.blockContent {
    margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	border:0px solid #CCC;
}
div#content {text-align: left;}


/*#################### rightcolum　####################*/

#rightcolumn {
 	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 85%;
/*  margin-top:10px;*/
   float: right;
   width:260px;
   background:#FFF;
   }

/* 右ブロックタイトル */


.rightTitle1{
   color:#fff;
   font-weight: bold;
   background:#666;
   background-image: url(images/mainmenu.gif);
   background-repeat: no-repeat;
   
   border-top:0px solid #CCC;
   border-left:0px solid #CCC;
   border-right:0px solid #CCC;
   padding: 5px 0px 3px 30px;
   margin: 10px 0px 0px 0px;
}

.rightTitle2, .rightTitle3, .rightTitle4, .rightTitle5 , .rightTitle6, .rightTitle7, .rightTitle8, .rightTitle9, .rightTitle10{
   color:#fff;
   font-weight: bold;
   background:#FFF;
   background-image: url(images/even7.gif);
   background-repeat: no-repeat;
   
   border-top:0px solid #CCC;
   border-left:0px solid #CCC;
   border-right:0px solid #CCC;
   padding: 5px 0px 3px 30px;
   margin: 10px 0px 0px 0px;
   }

/* 右ブロックコンテンツ */

/* 右ブロックコンテンツ */
.rightContent1 {/*
   background-color:#FFFFFF;
   border:1px solid #CCC;
   padding: 5px 0px;
   margin: 8px 0px 5px 0px;
   text-align:center;*/
   padding:10px;
   margin:0px;
   color:#555;
   background:#FFF;
   border-top:0px solid #CCC;
   border-left:0px solid #CCC;
   border-right:0px solid #CCC;
   border-bottom:1px solid #CCC;
   }
   

.rightContent2, .rightContent3, .rightContent4{
   padding:10px;
   margin:0px;
   color:#555;
   background:#FFF;
   border-top:0px solid #CCC;
   border-left:0px solid #CCC;
   border-right:0px solid #CCC;
   border-bottom:1px solid #CCC;
   }




#rightcolumn div.next {
       text-align: right;
}

.rightspace1,.rightspace2{
    clear: both;
}
/*#################### meinmenu　####################*/

#mainmenu a {
	display: block;
	background-image: url(images/menulink1.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 9px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-size: 85%;
}

#mainmenu a:hover {
	background-image: url(images/menulink2.gif);
	background-repeat: no-repeat;
}

#mainmenu a.menuTop {padding-left: 10px;}
#mainmenu a.menuMain {padding-left: 10px;}
#mainmenu a.menuSub {
	padding-left: 10px;
	margin-left: 15px;
	display: block;
}

.topline{
    height:5px;
    width:900px;
    background-image: url(images/hrback.gif);
	
	}

