@charset "UTF-8";

/*================================================
         全体レイアウト
================================================*/

body {
	background:url(../image/main/all_bg.gif) top center repeat-y #F4F4F4;
	font: 14px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: center;
	margin: 0;
}

/* 　リンクデコレーション
────────────────── */
a:link { color: #1D3994; text-decoration: underline; }
a:visited { color: #941D55; text-decoration: underline; }
a:active { color: #941D55; text-decoration: underline; }
a:hover { color:#F30; text-decoration: underline;}


/*================================================
         レイアウト
================================================*/

/* 　幅サイズ
────────────────── */
#wrapper {
	width:800px;
	margin:0 auto;
	background: url(../image/main/wrapper_bg.gif) repeat-y;
}

#container {
	width: 780px;
	margin: 0px auto;
}

/* 　コンテンツ幅サイズ
────────────────── */
#main {
	width: 565px;
	background: url(../image/main/contents_bg.gif) repeat-y;
	float: right;
	margin: 0 auto 0 0;
	padding:10px 10px 0 0;
}


/*================================================
         コンテンツ
================================================*/

/* 　コンテンツ囲み
────────────────── */
div.right-box {
	background: #FFF url(../image/main/main_bg.jpg) repeat-x scroll 0 0;
	text-align: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.seminar img{
	width: 100%;
	}

/* 　コンテンツ見出し
────────────────── */
div.right-box h2 {
	background: url(../image/main/h2.jpg) no-repeat;
	color:#333;
	height:40px;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin:0 0 10px 0;
	padding: 10px 0 0 15px;
}
div.right-box h3 {
	border-bottom:#ccc 1px dotted;
	letter-spacing:0.1em;
	color:#333;
	margin:10px 0;
	padding:0 0 5px 0;
}

h3.second_title {
	border-bottom:none !important;
	background: url(../image/main/second_title.jpg) no-repeat;
	color:#ffffff !important;
	height:34px;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin:0 0 10px 0;
	padding: 32px 0 0 15px !important;
}


/*================================================
         見出し
================================================*/

h1 {
  display: block;
  position: absolute;
  text-indent: -9999px;
}


/*================================================
         テーブルデザイン
================================================*/

/* 　テーブル
───────────────────────── */
.table {
	width: 500px;
	margin:0px auto 10px;
	font-size: 12px;
}
.ths {
	width: 100px;
	text-align:left;
	padding: 3px 10px;
	color:#000;
	font-weight:bold;
	border: #CCC solid 1px;
}
.td {
	padding: 10px;
	text-align:left;
	color:#030303;
	background-color: #FFF;
	border: #CCC solid 1px;
}


/* 　メールフォーム 登録
───────────────────────── */
table.mail{
	color: #666;
	padding: 3px 20px;
	background-color:#FFF;
	border: 5px solid #900;
	text-align:left;
	margin:10px auto;
}
.mail td{
	padding: 5px 0px 10px 10px;
	border-bottom: thin dashed #CCC;
}
.mail th{
	padding: 15px 0 10px 0;
	text-align:center;
}


table.profile{
	color: #666;
	padding: 10px 15px;
	background-color:#F9F9F9;
	border: 5px solid #999;
	text-align:left;
	margin:10px auto;
}
.profile td{
	padding: 5px 0px 10px 5px;
	border-bottom: thin dashed #CCC;
}
.profile th{
	padding: 15px 0 10px 0;
	text-align:center;
}



/*================================================
         メールフォーム
================================================*/

div.mailform {
	width:480px;
	background: url(../image/main/mail_form.jpg) no-repeat;
	border:1px solid #888;
	padding: 140px 25px 0 25px ;
	height:135px;
}

div.mailform input[type="text"] {
	font-size: 18pt;
	text-align:left;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 ;
	background: #FFF ;
}


/*================================================
         メルマガ規約
================================================*/

#information{
	width:525px;
	clear:both;
	border:1px #CCC;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	padding:0px 0 0px 10px;
	text-align:left
}

#information div{
	width:525px;
	height:100px;
	max-height:100px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:0;
	margin:0;
}

#information p{
	font-size:80%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
}


/*========================================
         グローバルメニュー
========================================*/

#g-menu{
 font-size:     14px;
 font-weight:   bold;
 margin:	    0 auto;
 text-align:    center;
 width:         780px;
}

#g-menu ul{
 line-height:     40px;
 list-style-type: none;
}

#g-menu ul li{
 display: inline;
 float:   left;
}

#g-menu a{
 background-image: url(../image/main/g-menu1.jpg);
 background-repeat: no-repeat;
 color:				#FDFDFD;
 display:           block;
 text-decoration:   none;
 width:             195px;
}

#g-menu a:hover,
#g-menu a:active,
#g-menu a:focus{
 background-image: url(../image/main/g-menu2.jpg);
 background-repeat: no-repeat;
 color:             #FDFDFD;
 text-decoration:   none;
}



/*========================================
         サイドバー
========================================*/

#side-navi{
	text-align: left;
	float: left;
	width: 195px;
	padding-top: 10px;
	background-color: #FFF;
}

#side-navi p{
 background-image:    url(../image/main/left-t.gif);
 background-position: center top;
 background-repeat:   no-repeat;
 text-align:          center;
 color:				  #FDFDFD;
 font-size:           18px;
 font-weight:         bold;
 line-height:         40px;
 margin:	          0px;
 padding:    	      0px;
}

/*________ サイドメニュー ________*/
#side-navi .s-menu{
 background-image:    url(../image/main/left-d.jpg);
 background-repeat:   no-repeat;
 background-position: center bottom;
 margin:	          0 0 10px 0;
 padding:	          5px 20px;
}

#side-navi .s-menu ul{
 margin:	    0px;
}

#side-navi .s-menu ul li{
 font-size:     14px;
 line-height:   30px;
 margin-bottom: 1px;
 text-indent:   10px;
}

#side-navi .s-menu ul li a{
 background-image: url(../image/main/bt_menu1.gif);
 background-repeat: no-repeat;
 color:             #080808;
 display:           block;
 text-decoration:   none;
 width:             161px;
}
#side-navi .s-menu ul li a:hover{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F2F2F2;
 text-decoration:   none;
}
#side-navi .s-menu ul li a:active{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F5F5F5;
 text-decoration:   none;
}
#side-navi .s-menu ul li a:focus{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F5F5F5;
 text-decoration:   none;
}

/*________ サイドメニュー ________*/
#side-navi .s-menu2{
 background-image:    url(../image/main/left-d.jpg);
 background-repeat:   no-repeat;
 background-position: center bottom;
 margin:	          0 0 10px 0;
 padding:	          5px 0 5px 17px;
}

#side-navi .s-menu2 ul{
 margin:	    0px;
}

#side-navi .s-menu2 ul li{
 font-size:     10px;
 line-height:   30px;
 margin-bottom: 1px;
 text-indent:   10px;
}

#side-navi .s-menu2 ul li a{
 background-image: url(../image/main/bt_menu1.gif);
 background-repeat: no-repeat;
 color:             #080808;
 display:           block;
 text-decoration:   none;
 width:             161px;
}
#side-navi .s-menu2 ul li a:hover{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F2F2F2;
 text-decoration:   none;
}
#side-navi .s-menu2 ul li a:active{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F5F5F5;
 text-decoration:   none;
}
#side-navi .s-menu2 ul li a:focus{
 background-image:  url(../image/main/bt_menu2.gif);
 background-repeat: no-repeat;
 color:             #F5F5F5;
 text-decoration:   none;
}


/*========================================
         フッター
========================================*/
#footer {
	width:780px;
	clear:both;
	background: url(../image/main/footer_bg.jpg) repeat-x  ;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.f-txt {
	margin: 0;
	padding: 10px 0 0px 7px;
	font-size: 12px;
	color:#030303;
}
.f-txt a:link { text-decoration: none; color: #030303; }
.f-txt a:visited  { text-decoration: none; color:#030303; }
.f-txt a:active { text-decoration: none; color: #900; }
.f-txt a:hover { color: #903;}

#footer-menu { width: 780px; }

.fotter-copy {
	text-align: center;
	width: 780px;
	height: 10px;
	margin: 9px auto 16px auto;
	clear: both;
	color: #333333;
	font-size: 90%;
	font-weight: bold;
}



/*========================================
         テーブル
========================================*/
/*___________ テーブル関連 ___________ */
.borderTable{
 border-collapse: collapse;
 border-top:      #999999 solid 1px;
 border-left:     #999999 solid 1px;
 font-size:       12px;
 width:           510px;
}
.borderTable th{
 background-color: #CCCCCC;
 border-right:     #999999 solid 1px;
 border-bottom:    #999999 solid 1px;
 padding:          5px;
}
.borderTable td{
 background-color: #FFFFFF;
 border-right:     #999999 solid 1px;
 border-bottom:    #999999 solid 1px;
 padding:          5px;
 text-align:       left;
}




.leftphoto{
 float:left;
 margin-right: 10px;
 margin-bottom: 10px;
}
.rightphoto{
 float:right;
}
