@charset "utf-8";


/* グローバル設定 --------------------------------------*/

#ContentsHeader {
	background:url(../images/h2_bg.gif) left bottom repeat-x;
	position:relative;
	padding:15px 0px 0px 0px;
	margin:0px;
}
h2 {
	margin-top:21px;
	width:100%;
	height:327px;
	text-align:center;
}
h2.koza {
	margin-top:21px;
	width:100%;
	height:200px;
	text-align:center;
}

h2 span {
	width:1000px;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
}


/* 上書き */
#Contents #Main {
	width:1000px;
	margin:auto;
	color:#444444;
}
#Contents #MainBtm {
	width:1000px;
	margin:auto;
	background:none;
	padding:20px 0px;
	text-align:right;
	height:auto;
}
#Contents #MainLeft {
	width:730px;
	padding:50px 0px 0px 20px;
	float:left;
}
#Contents #MainRight {
	width:220px;
	float:left;
	text-align:right;
}

/* greeting */
.greeting_box {
	background:url(../images/greeting_bg.gif) 0 0 no-repeat;
	width:669px;
	height:213px;
	padding:20px 0px 0px 15px;
}
.greeting_box h3{
	padding:0px;
}

.greeting_box p{
	padding:10px 10px 10px 10px;
}

.column {
	padding-top:35px;
	padding-bottom:35px;
	clear:both;
	width:685px;
}
.column h3 {
	background:url(../images/h3_bg.gif) 0 0 no-repeat;
	font-size:18px;
	font-weight:bold;
	padding:3px 0px 10px 40px;
}
.column img.pict{
	float:right;
	margin:10px 0px 10px 20px;
}
.column p{
	padding:10px;
}

.column p.gobtn{
	padding:10px;
	text-align:right;
}

#MainRight h3 {
	margin-bottom:10px;
	text-align:left;
}
#MainRight .pt25 {
	padding-top:25px;
}
#MainRight ul {
	list-style-type:none;
	margin:0px 0px 25px 0px;
}
#MainRight ul li{
	font-size:0px;
	display:inline;
}
#MainRight div.gray {
	background:url(../images/right_gray_bg.gif)  0 0 no-repeat;
}
#MainRight div.gray ul {
	padding:0px 0px 20px 0px;
	margin:0px 0px 0px 14px;
	text-align:left;
	line-height:10px;
}
#MainRight div.gray ul li{
	padding:9px 0px 9px 0px;
	display:block;
	background:url(../images/r_line.gif) left bottom no-repeat;
}
#MainRight div.gray ul li.last{
	background:none;
	padding:9px 0px 0px 0px;
	line-height:normal;
}
#MainRight div.gray ul li p{
	padding-right:10px; 
}
#MainRight div.gray ul li p a{
	color:#003399;
	text-decoration:underline;
}

/* 講座 */

.column_b {
	padding-bottom:35px;
	clear:both;
	width:685px;
}
.mt25 {
	padding-top:25px;
}
.column_b h3 {
	background:url(../images/h3_bg.gif) 0 0 no-repeat;
	font-size:18px;
	font-weight:bold;
	padding:3px 0px 10px 40px;
}
.column_b div {
	clear:both;
}
.column_b img.pict{
	clear:both;
	float:left;
	margin:10px 20px 10px 0px;
}
.column_b p{
	padding:10px;
}
.column_b p.clear{
	padding:10px 10px 10px 10px;
	clear:both;
}
.pager {
	width:1000px;
	margin:auto;
	text-align:center;
	padding:30px 10px 0px 10px;
	clear:both;
}
.pager ul{
	list-style-type:none;
}
.pager ul li{
	display:inline;
	padding:5px;
}
.pagerbtm{
	padding:0px 10px 0px 10px;
}