@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	padding: 0;
	color: #333333;
	font-size: 12px;
	line-height: 17px;	
	background-color: #FFFFFF;
	background-image: url(img/back_01.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0 0 0 10px;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #FF3399;
}
a:visited {
  color: #FF3399;
}
a:hover {
  color: #FF3399;
}
a:active {
  color: #FF3399;
}

/* TOPサイドメニュー
---------------------------------------------------- */
#seminar {
	margin-top: 4px;
	margin-bottom: 4px;
}
#seminar p{
	font-size: 12px;
	background-image: url(img/menu_point02.gif);
	background-repeat: no-repeat;
	background-position: 16px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 38px;
}
#seminar a:link, a:visited{
	color: #333333;
}
#seminar a:hover, a:active{
	color: #CC0066;
}

#class {
	margin-top: 4px;
	margin-bottom: 4px;
}
#class p{
	font-size: 12px;
	background-image: url(img/menu_point01.gif);
	background-repeat: no-repeat;
	background-position: 16px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 38px;
}

#class h6{
	font-size: 12px;
	background-image: url(img/menu_point04.gif);
	background-repeat: no-repeat;
	background-position: 16px 2px;
	margin-top: 20px;
	padding-bottom: 0px;
	padding-left: 38px;
	font-weight: normal;
	margin-bottom: 0px;
}

#class a:link, a:visited{
	color: #333333;
}
#class a:hover, a:active{
	color: #CC0066;
}

#link {
	margin-top: 4px;
	margin-bottom: 4px;
}
#link p{
	font-size: 12px;
	background-image: url(img/menu_point03.gif);
	background-repeat: no-repeat;
	background-position: 16px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	padding-left: 38px;
}
#link a:link, a:visited{
	color: #333333;
}
#link a:hover, a:active{
	color: #CC0066;
}

/* トピックス
---------------------------------------------------- */
#topics p{
	font-size: 12px;
	background-image: url(img/topics_point01.gif);
	background-repeat: no-repeat;
	background-position: 18px 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-left: 38px;
	line-height: 18px;
	padding-right: 10px;
}

#topics a {
  color: #FF3399;
}


/* メイン
---------------------------------------------------- */
#main {
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#main a {
  color: #FF3399;
}

h1 {
	color: #CC3366;
	font-size: 16px;
	line-height: 14px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(img/midasi_back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
}

/* バナー
---------------------------------------------------- */
#banner {
	margin: 0px;
	float: right;
	width: 195px;
	background-color: #FEF5ED;
	padding: 4px;
}

#banner p{
	padding-bottom: 5px;
	margin: 0px;
}
#banner h2{
	padding-bottom: 5px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	color: #CF0B56;
	line-height: 18px;
}
/* フォントサイズ
---------------------------------------------------- */
.p10 {
	font-size: 10px;
}

.p14 {
	font-size: 14px;
	line-height: 22px;	
}


/* ライン
---------------------------------------------------- */
.up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/* イベント用
---------------------------------------------------- */
.color1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 99%;
	background-color: #E7E7E7;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
