@charset "utf-8";

/* 総合トップ [/index.html]
=======================================================================================*/
body {
	float: none;
}

.link a {
	padding-left: 15px;
	background: url(../img/common/icn_arrow_brown.gif) no-repeat left;
}

/* view
---------------------------------------------------------------------------------------*/
#view {
	position: relative;
	width: 768px;
	margin: 0 auto;
	padding-bottom: 5px;
	font-size: 92%;
	background: url(../img/bg_view.gif) repeat-x bottom;
}
#view p,
#view li {
	line-height: 1.3em;
}
#image {
	position: absolute;
	bottom: 0;
	left: 0;
}
#about {
	min-height: 72px;
	padding-top: 147px;
	background: url(../img/bg_about.gif) no-repeat top center;
}
#about strong {
	display: none;
}
#about p {
	padding-left: 50px;
	text-align: center;
}
#profile {
	overflow: hidden;
	margin-left: 253px;
	background: url(../img/bg_profile.gif) no-repeat top left;
}
#detail {
	float: left;
	width: 172px;
	padding-top: 55px;
	padding-left: 72px;
}
#detail strong {
	display: none;
}
#detail ul {
	margin-bottom: 5px;
}

/* contents
---------------------------------------------------------------------------------------*/
div#contents {
	padding:  16px 18px 0;
}

#main dt.shindan,
#main dt.lectureroom {
	margin-bottom: 10px;
}
#main dt.ellenet {
	margin-bottom: 5px;
}
#main dt.mailmagazine {
	margin-bottom: 8px;
}
#main dt.chapter {
	margin-bottom: 10px;
}
#main li .date {
	padding-right: 25px;
}
#main dd.shindan,
#main dd.lectureroom,
#main dd.ellenet,
#main dd.mailmagazine {
	padding-bottom: 28px;
	padding-left: 127px;
	background: no-repeat left top;
}
#main dd.chapter {
	overflow: hidden;
	margin-bottom: 30px;
}
#main dd.chapter li {
	float: left;
}
#main dd.shindan {
	background-image: url(../img/bg_shindan.jpg);
}
#main dd.lectureroom {
	background-image: url(../img/bg_lectureroom.jpg);
}
#main dd.ellenet {
	background-image: url(../img/bg_ellenet.gif);
}
#main dd.mailmagazine {
	background-image: url(../img/bg_mailmagazine.gif);
}
#main dd.mailmagazine a {
	display: block;
	margin-top: 10px;
}
#main dd .tips {
	margin-bottom: 5px;
	padding: 5px 20px;
	background-color: #EBF3F7;
}


/* side-nav
---------------------------------------------------------------------------------------*/
div#side-nav ul.banner {
	padding-left: 0;
}

#qa {
	background-color: #E5F6DA;
}
#qa .box {
	width: 140px;
	margin: 0 auto;
	padding: 5px 0;
}
#qa .box p {
	line-height: 1.2em;
}
#qa .box .link {
	margin-top:  3px;
}
#search {
	width: 162px;
	margin: 0 auto;
	padding: 3px 0 8px;
	border-top: 1px #000000 solid;
}
#search p {
	text-align: center;
}
#search input.txt {
	width: 150px;
	margin: 3px 0 5px;
}
