body {
margin:0;
padding:0;
background-color: #FEF1DD;
}

p {
margin:0;
margin-bottom:1.0em;
padding:0;
font-size:12px;
line-height:150%;
}

.contents_wrap{
width:770px;height:100%;margin:0 auto;background-image:url(../Images/base/base2.jpg); background-repeat:repeat-y;
}
.contents_left {
float:left;

}
.contents_right {
float:left;
height:auto;
width:540px;
}

/*
h2{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 7px solid #947C6E;;
    border-bottom: 1px dashed #947C6E;;
    font-size: 1.143em;
    background:#FBDBA8;
    font-weight: bold;
}
*/

.entry-title{
color:#69C;
font-size:18px;
padding-bottom:10px;
margin:0;
margin-top:5px;
font-weight:bold;
}
.entry-content{
margin-bottom:30px;
}

.orangebb {
 background-image: url(../Images/base/shadow_bottom.gif);
 background-repeat: no-repeat;
 background-position: center top;
 height: 20px;
}
.orangeb {
background-image: url(../Images/base/shadow_base.gif);
background-repeat: repeat-y;
background-position: center;
}
.dot {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #F69;
}

/*左メニュー*/
div.mainmenu{
	width:220px;
	text-align:center;
	margin-top:35px;
	margin-bottom:20px
}

div.sidemenu_area{
	width:220px;
}
div.sidemenu_area div.sidemenu{
	margin-left: 0px;
	margin:0 auto;
	width: 201px;
}
div.sidemenu_area div.sidemenu a{
	width: 201px;
	height: 55px;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/*介護福祉コースの広場*/
.menu01{
	background: url(../Images/topimg/menubar/menu01o.jpg) top no-repeat;
}
.menu01 a:hover{
	background: url(../Images/topimg/menubar/menu01.jpg) top no-repeat;
}

/*在学生の広場*/
.menu02{
	background: url(../Images/topimg/menubar/menu02o.jpg) top no-repeat;
}
.menu02 a:hover{
	background: url(../Images/topimg/menubar/menu02.jpg) top no-repeat;
}

/*ゆうがく広場*/
.menu03{
	background: url(../Images/topimg/menubar/menu03o.jpg) top no-repeat;
}

.menu03 a:hover{
	background: url(../Images/topimg/menubar/menu03.jpg) top no-repeat;
}

/*Topics & お知らせ広場*/
.menu04{
	background: url(../Images/topimg/menubar/menu04o.jpg) top no-repeat;
}
.menu04 a:hover{
	background: url(../Images/topimg/menubar/menu04.jpg) top no-repeat;
}

/*リンクの広場*/
.menu05{
	background: url(../Images/topimg/menubar/menu05o.jpg) top no-repeat;
}
.menu05 a:hover{
	background: url(../Images/topimg/menubar/menu05.jpg) top no-repeat;
}

/*介護職員初任者研修*/
.menu06{
	background: url(../Images/topimg/menubar/menu06o.jpg) top no-repeat;
}
.menu06 a:hover{
	background: url(../Images/topimg/menubar/menu06.jpg) top no-repeat;
}

.top{
	display:inline-block;
	border:1px dashed #d4b2c4;
	padding:10px 15px;
	border-radius:5px;
	font-size:12px;
	color: #F16D69;
}

.text_center{
	text-align:center;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

