@charset "Shift_JIS";

/*___________ 基本設定 ___________ */

body {

	margin:0;

	padding:0;

	text-align:center;

	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;

	background-image: url(../img/bg.gif);

	background-repeat: repeat-y;

	background-position: center;

	color: #333333;

	background-color: #F3F3F3;

}

#WRAP {

	width:810px;

	margin:0 auto;

	color:  #333333;

	background-color: #FFFFFF;

}

div,td {

	text-align:left;

}

p,pre {

	font:14px/18px 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;

}

li {

	margin: 0;

	list-style-type: none;

}

ol, ul {

	margin: 0;

	padding:0;

}

/* ____ リンクテキスト用 ____ */

a {

	color: #0000FF;

	text-decoration: underline;

}

a:hover,

a:active, 		/* for IE (Keyboard) */

a:focus {		/* for Netscape (Keyboard) */

	color: #FF0000;

	text-decoration: none;

}

/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */

.clear {

	clear:both;

}

/* ____ テキスト用 ____ */

em {

	font-style: normal;

	font-weight: bold;

}

.b {

	font-weight: bold;

}

.s {

	text-decoration: line-through;

}

.u {

	text-decoration: underline;

}

.f10 {

	font-size: 10px;

	line-height:12px;

}

.f12 {

	font-size: 12px;

	line-height:14px;

}

.f14 {

	font-size: 14px;

	line-height:18px;

}

.f16 {

	font-size: 16px;

	line-height:18px;

}

.f18 {

	font-size: 18px;

	line-height:22px;

}

.text-right {

	text-align: right;

}

.center {

	text-align: center;

}

/* ____ テキスト・色 ____ */

.red {

	color: #FF0000;

	font-weight: bold;

}

.blue {

	color: #0000FF;

	font-weight: bold;

}

.error {

	color: #CC0000;

	font-weight: bold;

}

/* ____ マージン用 ____ */

.mt4 {

	margin-top: 4px;

}

/* ____ 画像用 ____ */

img {

	border:0;

}

.float-left {

	float: left;

	margin-right: 6px;

}

.float-right {

	float: right;

}

.img-middle {

	vertical-align: middle;

}

/*___________ レイアウト設計【HEADER】 ___________ */

#HEAD {

	width: 770px;

	padding: 4px 20px 0 20px;

}

h1 {

	font-size:12px;

	line-height:14px;

	margin: 0;

	color:  #333333;

	background-color: #FFFFFF;

	float: left;

	font-weight: normal;

}

#HEAD p {

	font-size:12px;

	line-height:14px;

	float: right;

}

#HEAD a {

	color: #333333;

	text-decoration: underline;

}

#HEAD a:hover,

#HEAD a:active, 		/* for IE (Keyboard) */

#HEAD a:focus {		/* for Netscape (Keyboard) */

	color: #FF0000;

	text-decoration: none;

}

#TOP {

	width: 810px;

	background-image: url(../images/logo.gif);

}

#TOP h2 {

	font-size:12px;

	margin: 0;

	padding: 110px 10px 0 0;

	color:  #333333;

	font-weight: normal;

	float: right;

}

#MENU {

	width: 810px;

	text-align: center;

}

#MENU p {

	font-size:12px;

	line-height:32px;

	margin: 0;

	padding: 4px 0 2px 0;

	font-weight: bold;

}

#MENU a {

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu.gif);

	background-repeat: no-repeat;

	display: block;

	width: 161px;

	float: left;

}

#MENU a:hover,

#MENU a:active, 		/* for IE (Keyboard) */

#MENU a:focus {		/* for Netscape (Keyboard) */

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu_o.gif);

	background-repeat: no-repeat;

}

/*___________ レイアウト設計【MAIN】 ___________ */

#MAINWRAP {

	width:810px;

	float:left;

	background-image: url(     );

}

/*___________ レイアウト設計【CONTENTS】 ___________ */

#CONTENTS {

	width:570px;

	float:right;

}

.m-con {

	padding: 12px 30px 20px 0;

}

#CONTENTS h2 {

	font-size:14px;

	line-height:34px;

	margin: 20px 0 8px 0;

	background-image: url(../img/bg_h2.gif);

	background-repeat: no-repeat;

	background-position: left center;

	text-indent: 30px;

}

#CONTENTS h3 {

	font-size:14px;

	line-height:34px;

	margin: 20px 0 8px 0;

	background-image: url(../img/h3bar-01.gif);

	background-repeat: no-repeat;

	background-position: left center;

	text-indent: 35px;

	color: #FFFFFF;

}

.map {

	border: 1px solid #999999;

}

#CONTENTS p {

	margin: 10px 16px 10px 16px;

}

.pagetop {

	text-align: right;

	font-size:11px;

	padding: 10px 0 20px 0;

}

#CONTENTS dl {

	clear:both;

	margin-left:15px;

	font-size: 12px;

}

#CONTENTS dt {

	float:left;

	margin-bottom:10px;

	width:120px;

}

#CONTENTS .mldt {

	margin-left: 135px;

}

/*___________【002link】 ___________ */

.link-t {

	text-align: center;

}

.link-t table {

	font-size:12px;

	background-color: #999999;

}

.link-t table th {

	background-color: #FFFFFF;

	font-weight: normal;

	width: 100px;

}

.link-t table td {

	background-color: #FFFFFF;

}

/*___________【003sitemap】 ___________ */

#CONTENTS ul {

	margin: 2px 16px 20px 16px;

}

#CONTENTS li {

	margin: 8px 16px 8px 16px;

	font-size: 12px;

	list-style-type: circle;

}

/*___________【一覧画面】 ___________ */

.detail-t {

	text-align: center;

}

.detail-t table {

	font-size:12px;

	background-color: #999999;

}

.detail-t table th {

	background-color: #FFFFCC;

	width: 100px;

}

.detail-t table td {

	background-color: #FFFFFF;

}

/*___________ レイアウト設計【LEFT】 ___________ */

#LEFT {

	width:210px;

	float:left;

}

.m-left {

	padding: 12px 0 20px 10px;

}

.left-t {

	font-size: 14px;

	line-height: 28px;

	padding: 0;

	margin: 0;

	color: #003366;

	background-color: #00CCFF;

	background-image: url(../img/left-t.gif);

	background-repeat: no-repeat;

	background-position: center top;

	font-weight: bold;

	text-align: center;

}

.left-m {

	background-image: url(../img/left-d.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding: 9px;

	margin: 0 0 20px 0;

}

.left-m ul {

	margin: 0;

}

.left-m li {

	margin: 2px 0 2px 0;

	font-size: 14px;

	line-height: 30px;

	text-indent: 30px;

	font-weight: bold;

}

.left-m li a {

	color: #000000;

	text-decoration: none;

	background-image: url(../img/bt_menu2.gif);

	background-repeat: no-repeat;

	display: block;

	width: 180px;

}

.left-m li a:hover,

.left-m li a:active, 		/* for IE (Keyboard) */

.left-m li a:focus {		/* for Netscape (Keyboard) */

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(../img/bt_menu2_o.gif);

	background-repeat: no-repeat;

}

.left-m p {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 10px 4px 10px;

}

.left-d {

	background-image: url(../img/left-d.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding: 9px;

	margin: 0 0 20px 0;

}

.left-d p {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 10px 4px 10px;

}

.ul-map {

	font-size: 12px;

	line-height: 16px;

	margin: 4px 6px 12px 8px;

	font-weight: bold;

}

.li-map {

	margin:0px;

	padding:0px;

	float: left;

	width:84px;

}

/*___________ レイアウト設計【FOOTER】 ___________ */

#FOOTER {

	border-top-width: 2px;

	border-top-style: solid;

	border-top-color: #CCCCCC;

	text-align: center;

}

#FOOTER p {

	color: #666666;

	font-size:12px;

	line-height:24px;

	padding-bottom: 30px;

}

#FOOTER a {

	color: #666666;

	text-decoration: none;

}

#FOOTER a:hover,

#FOOTER a:active, 		/* for IE (Keyboard) */

#FOOTER a:focus {		/* for Netscape (Keyboard) */

	color: #666666;

	text-decoration: underline;

}

/*___________【BBS】 ___________ */

#BBS {

	margin: 20px 100px 60px 100px;

	text-align: center;

}

#BBS h2 {

	font-size:14px;

}

#BBS table {

	font-size:12px;

	background-color: #999999;

}

#BBS table th {

	background-color: #D3D9D5;

}

#BBS table td {

	background-color: #FFFFFF;

}

#BBS .w-t {

	width: 396px;

}


/*___________【追加】 ___________ */


.course
{
display:block; width:522px; height:180px; text-indent:-9999px;
background:url(../img/back-course.jpg) no-repeat;
}

.center2{
	text-align:center;
}


.user-go
{
margin:20px 15px 0 15px;
padding:10px 25px 5px 25px;
border:#FFB6C1 solid 3px;
font-size:12px;
line-height:190%;
}



.user-name
{
border-bottom:#FFB6C1 dotted 1px;
font-size:14px;
font-weight:bold;
}


.pp
{
	font-size:14px;
	margin: 5px 30px 5px 40px;
}

.ppp
{
	font-size:14px;
	margin: 20px 30px 5px 40px;
}


/*________ マージン用 ________*/
.m-0{
 margin-top:    0px !important;
 margin-bottom: 0px !important;
 margin-left:   0px !important;
 margin-right:  0px !important;
}
.m-5{
 margin-top:    5px !important;
 margin-bottom: 5px !important;
 margin-left:   5px !important;
 margin-right:  5px !important;
}
.m-10{
 margin-top:    10px !important;
 margin-bottom: 10px !important;
 margin-left:   10px !important;
 margin-right:  10px !important;
}

.m-t0{ margin-top: 0px !important; }
.m-t4{ margin-top: 4px !important; }
.m-t6{ margin-top: 6px !important; }
.m-t8{ margin-top: 8px !important; }
.m-t10{ margin-top: 10px !important; }
.m-t16{ margin-top: 16px !important; }
.m-t20{ margin-top: 20px !important; }
.m-t24{ margin-top: 24px !important; }
.m-t30{ margin-top: 30px !important; }
.m-t50{ margin-top: 50px !important; }
.m-t80{ margin-top: 80px !important; }
.m-t100{ margin-top: 100px !important; }

.m-b0{ margin-bottom: 0px !important; }
.m-b4{ margin-bottom: 4px !important; }
.m-b6{ margin-bottom: 6px !important; }
.m-b8{ margin-bottom: 8px !important; }
.m-b10{ margin-bottom: 10px !important; }
.m-b16{ margin-bottom: 16px !important; }
.m-b20{ margin-bottom: 20px !important; }
.m-b24{ margin-bottom: 24px !important; }
.m-b30{ margin-bottom: 30px !important; }

.m-l0{ margin-left: 0px !important; }
.m-l4{ margin-left: 4px !important; }
.m-l6{ margin-left: 6px !important; }
.m-l8{ margin-left: 8px !important; }
.m-l10{ margin-left: 10px !important; }
.m-l16{ margin-left: 16px !important; }
.m-l20{ margin-left: 20px !important; }
.m-l24{ margin-left: 24px !important; }
.m-l30{ margin-left: 30px !important; }

.m-r0{ margin-right: 0px !important; }
.m-r4{ margin-right: 4px !important; }
.m-r6{ margin-right: 6px !important; }
.m-r8{ margin-right: 8px !important; }
.m-r10{ margin-right: 10px !important; }
.m-r16{ margin-right: 16px !important; }
.m-r20{ margin-right: 20px !important; }
.m-r24{ margin-right: 24px !important; }
.m-r30{ margin-right: 30px !important; }



/*===========================================================================
          文章用
===========================================================================*/
/*________ フォントサイズ用 ________*/
.fs8{
 font-size:   8px !important;
 line-height: normal !important;
}

.fs10{
 font-size:   10px !important;
 line-height: normal !important;
}
.fs11{
 font-size:   11px !important;
 line-height: normal !important;
}
.fs12{
 font-size:   12px !important;
 line-height: normal !important;
}
.fs14{
 font-size:   14px !important;
 line-height: normal !important;
}
.fs16{
 font-size:   16px !important;
 line-height: normal !important;
}
.fs18{
 font-size:   18px !important;
 line-height: normal !important;
}
.fs20{
 font-size:   20px !important;
 line-height: 22px !important;
}
.fs24{
 font-size:   24px !important;
 line-height: normal !important;
}
.fs30{
 font-size:   30px !important;
 line-height: normal !important;
}
.fs40{
 font-size:   40px !important;
 line-height: normal !important;
}
.fs50{
 font-size:   50px !important;
 line-height: normal !important;
}
.fs60{
 font-size:   60px !important;
 line-height: normal !important;
}


/*________ テキストスタイル用 ________*/
.b{ font-weight: bold !important; }

.i{ font-style: italic !important; }

.s{ text-decoration: line-through !important; }

.u{	text-decoration: underline !important; }


/*________ フォントカラー用 ________*/
.fc-white1{ color: #FFFFFF !important; }
.fc-white2{ color: #DDDDDD !important; }

.fc-black1{ color: #000000 !important; }
.fc-black2{ color: #444444 !important; }

.fc-red1{ color: #FF0000 !important; }
.fc-red2{ color: #CC0000 !important; }

.fc-orange{ color: #FF6600 !important; }

.fc-green1{ color: #006600 !important; }
.fc-green2{ color: #84C146 !important; }

.fc-blue1{ color: #0000FF !important; }
.fc-blue2{ color: #3399CC !important; }

.fc-violet{ color: #9933FF !important; }

.fc-pink{ color: #F8547D !important; }

.fc-gray{ color: #808080 !important; }


/*________ 文字間隔用 ________*/
.ls0{ letter-spacing: 0em !important; }
.ls1{ letter-spacing: 0.1em !important; }
.ls2{ letter-spacing: 0.2em !important; }
.ls3{ letter-spacing: 0.3em !important; }
.ls4{ letter-spacing: 0.4em !important; }
.ls5{ letter-spacing: 0.5em !important; }
.ls6{ letter-spacing: 0.6em !important; }


/*________ フォントの高さ用 ________*/
.lh1{ line-height: 1px !important; }
.lh2{ line-height: 2px !important; }
.lh4{ line-height: 4px !important; }
.lh8{ line-height: 8px !important; }
.lh10{ line-height: 10px !important; }
.lh14{ line-height: 14px !important; }
.lh18{ line-height: 18px !important; }
.lh20{ line-height: 20px !important; }
.lh30{ line-height: 30px !important; }


/*________ 背景色用 ________*/
.bgc-white1{ background-color: #FFFFFF !important; }
.bgc-white2{ background-color: #DDDDDD !important; }

.bgc-black1{ background-color: #000000 !important; }
.bgc-black2{ background-color: #444444 !important; }

.bgc-red1{ background-color: #FF0000 !important; }
.bgc-red2{ background-color: #CC0000 !important; }

.bgc-orange1{ background-color: #FF6600 !important; }
.bgc-orange2{ background-color: #FFFFCC !important; }

.bgc-green1{ background-color: #006600 !important; }
.bgc-green2{ background-color: #84C146 !important; }

.bgc-blue1{ background-color: #0000FF !important; }
.bgc-blue2{ background-color: #3399CC !important; }

.bgc-violet1{ background-color: #9933FF !important; }
.bgc-violet2{ background-color: #E090FF !important; }

.bgc-pink1{ background-color: #F8547D !important; }
.bgc-pink2{ background-color: #FFE0DD !important; }


/*________ テキスト位置用 ________*/
.ta-l{ text-align: left !important; }
.ta-c{ text-align: center !important; }
.ta-r{ text-align: right !important; }

.fl-l{ float: left !important; }
.fl-r{ float: right !important; }
