/* Pages Style */

/* homeStyle
-------------------------------*/
div#archibox {
	margin-bottom: 30px;
}

dl#archives dt {
	float: left;
	margin-right: 2em;
	padding-left: 10px;
	font-weight: bold;
}
dl#archives dd {
	margin-bottom: 0.5em;
}
#home div.aboutbox-l,
#home div.aboutbox {
	width: 218px;
	float: left;
	margin-bottom: 15px;
	background-image: url(img/aboutbox.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#home div.aboutbox-l {
	margin-right: 30px;
}
#home div.aboutbox-l p,
#home div.aboutbox p {
	padding-left: 25px;
}
#home div.aboutbox-l img,
#home div.aboutbox img {
	margin-bottom: 5px;
}
body#home #left img#gansho {
	border-bottom: none;
}

/* Course Style
-------------------------------*/
p.kamoku {
	color: #666666;
	margin-bottom: 5px;
}

/* lecture Style
-------------------------------*/
p.lecture_name {
	color: #4c4398;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(img/lecture-name.gif);
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 30px;
	line-height: 2.7em;
	background-position: 0px 0px;
}

/* OB Style
-------------------------------*/
p.question {
	font-weight: bold;
	color: #4c4398;
	font-size: 115%;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-bottom: 3px;
}
p.answer {
	font-size: 180%;
	color: #FDB731;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
	margin-bottom: 3px;
	font-weight: lighter;
}

/* Salon Style
-------------------------------*/
div.salonbox {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
div.salonbox p.salon-name {
	font-weight: bold;
	color: #4c4398;
	font-size: 115%;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	margin-bottom: 3px;
}


/* Recruite Style
-------------------------------*/
img#suisen-btn {
	padding-right: 30px;
	padding-bottom: 10px;
}
img#gansho-btn {
	padding-bottom: 10px;
}
table.recruit {
	margin-bottom: 10px;
}
table.recruit tr.gr {
	background-color: #EEEEEE;
}
table.recruit tr th {
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
	width: 100px;
	text-align: left;
}
table.recruit tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}
table#gakuhi {
	margin-bottom: 15px;
	font-size: 90%;
	width: 510px;
}
table#gakuhi tr.gr {
	background-color: #EEEEEE;
}
table#gakuhi tr th {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 0px 10px 10px;
}
table#gakuhi tr th.row {
	vertical-align: top;
	text-align: left;
}
table#gakuhi tr th.col {
	text-align: right;
	padding-right: 10px;
}
table#gakuhi tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
	text-align: right;
}

/* OpenCampaus Style
-------------------------------*/
img#opcp-btn {
	padding-bottom: 10px;
}

/* Shiryou Page
-------------------------------*/
table#shiryou-form {
	width: 508px;
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#shiryou-form tr th {
	text-align: left;
	font-weight: normal;
	background-color: #EEEEEE;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
table#shiryou-form tr td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
table#shiryou-form tr td input {
	padding: 2px;
	font-size: 90%;
	line-height: 1em;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #AAAAAA;
}
table#shiryou-form tr td input#ken {
	margin: 4px 0px;
}
table#shiryou-form tr td #form-com {
	width: 25em;
	height: 10em;
}
p#submit {
	text-align: center;
}
p#submit input {
	padding: 0px 5px;
}


/* BLOG Style
-------------------------------*/
div.post {
	padding-bottom: 20px;
}
div.post h2 {
	color: #4c4398;
	font-size: 140%;
	font-weight: normal;
	background-image: url(img/post-h2.gif);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 2em;
}
div.post h2 a {
	color: #4c4398;
	text-decoration: none;
}
div.post div.posttext {
	margin-bottom: 15px;
}
div.posttext p {
	padding-bottom: 0.5em;
}
div.post p.postinfo {
	font-size: 85%;
	border-top: 1px dotted #4c4398;
	padding-top: 10px;
}
p.postinfo span.postauthor {
	float: right;
}
p.pagelink {
	font-size: 85%;
	height: 2em;
	color: #EEEEEE;
}
span.pageprev {
	float: left;
}
span.pagenext {
	float: right;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
}

/* side */
#left .widget {
	padding-top: 15px;
}
#left .widget img {
	padding-bottom: 5px;
}
#left .widget ul li {
	background-image: url(img/w-list.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	line-height: 1.8em;
}
#left .widget ul li a {
	color: #333333;
	text-decoration: none;
}

