@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
html, body {	height: 100%;	}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #333;
	background: #C7BEA6 url(../../../common/images/bg01.jpg) repeat-x;
	margin: 0;
}
* html body {	font-size: 75%;	}
*:first-child+html body {	font-size: 75%;	}

table {	font-size:inherit;line-height:150%;	}

/*select, input, textarea {	font:99% arial,helvetica,clean,sans-serif;	}*/
textarea {	font-size: 99%;	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

ol {	margin-left: 17px;	}
* html ol {	margin-left: 22px;	}
*:first-child+html ol {	margin-left: 22px;	}

li img, dt img, dd img {
	vertical-align: top;
}

a img{ border: 0;	}

a:link, a:visited {
	color: #07455A;
	text-decoration: underline;
}
a:hover, a:active {
	color: #07455A;
	text-decoration: none;
}

strong, em, address {
	font-style: normal;
	font-weight: normal
}

sup {	vertical-align: top;	}
* html body sup {	vertical-align: super;	}

sub {	vertical-align: bottom;	}



/* font@75%p
--------------------------------------------------------------------------------*/
.fS {
 font-size: 85%;
 line-height: 140%;
}

.fM {
 font-size: 100%;
}

.fL {
 font-size: 115%;
	line-height: 160%;
}

/* float hack --- */
.clearFix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html .clearFix {	display: inline-block;	}
*:first-child+html .clearFix {	display: inline-block;	}
/* no mac IE \*/
* html .clearFix {	height: 1%;	}
.clearFix {	display: block;	}
/* */

/* style
--------------------------------------------------------------------------------*/

#wrapper {
	width: 832px;
	margin: 65px auto 0px auto;
	padding-bottom: 50px;
}
#genovaLogo {
	margin-left: 35px;
	padding-top: 7px;
}
#contents {
	background-image: url(../../../common/images/cont_bg.png);
	width: 832px;
	
}
#contentsInnr {
	padding: 0 12px;
}
#contentsWrap {
	width: 676px;
	margin: 0px auto;
}
#contentsWrap .contents {
	width: 700px;
	margin: 0px auto 40px 0px;
}
#contentsWrap .contents2 {
	float: left;
	width: 200px;
	margin: 0px 0px 40px 0px;
}
#contentsWrap .contents3 {
	width: 450px;
	float: left;
}
#pageTitle {
	margin-top: 20px;
	background-image: url(../images/title_bg_news.jpg);
	background-repeat: no-repeat;
	width: 724px;
	height: 154px;
	margin-bottom: 34px;
}
#pageTitle h1 {
	color: #4E4D2E;
	font-size: 1.6em;
	padding-top: 35px;
	margin-bottom: 10px;
	margin-left: 32px;
	line-height: 1.2em;
}
#pageTitle h1 span {
	display: block;
	padding-top: 20px;
}
#pageTitle h2 {
	color: #464646;
	font-size: 1.1em;
	margin-left: 32px;
	font-weight: normal;
}

#headerText {
	margin-bottom: 32px;
}
#headerText p {
	width: 626px;
	margin: 0px auto;
}
#headerText2 {
	margin-bottom: 32px;
}
#headerText2 p {
	width: 500px;
	margin: 0px auto;
}
.contents {
	margin-bottom: 13px;
}
.contents h3 {
	background-image: url(../../images/title_line.gif);
	background-repeat: no-repeat;
	background-position: 0px 26px;
	color: #07455A;
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 16px;
}
.contents h3 span {
	padding-left: 8px;
}
#chair p {
}
#instructor {
}
#instructor img.photo {
	float: left;
}
#instructor img.photo2 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#instructorProfile {
	width: 475px;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
#instructorProfile .name {
	margin-bottom: 1em;
	font-weight: bold;
}

#place {
}
#place dl {
	margin-left: 8px;
}
#place dt {
	float: left;
	clear: left;
	width: 45px;
}
#place dd {
	float: left;
	width: 500px;
}

#entry {
	margin-bottom: 75px;
}

.contents p {
	margin-left: 8px;
	margin-bottom: 1em;
	line-height: 1.6em;
}
.contents p img {
	margin-left: 3px;
	border: 1px solid #E0E0E0;
}

.pTop {
	text-align: center;
}

#footer {
	padding: 10px 12px 16px 12px;
}
#footer ul {
	list-style-type: none;
}

.fltL {	float: left;	}
.fltR {	float: right;	}

