@charset "Shift_JIS";

/*---------------------
  css hack
-----------------------*/
html {  
  overflow-y:scroll;  
}  

/*---------------------
  ロゴおよび名前
-----------------------*/
tr.partner_logo td{
  width: 175px;
  height: 40px; 
  text-align: center;
  vertical-align: middle;
}

tr.partner_name td{
	width: 25%;
	height: 12px;
	padding: 20px 5px 40px;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

#about_partnership {
  padding: 30px 10px 1px 20px;
	vertical-align: middle;
  font-size: 11px;
}

div.headline {
  height: 32px;
  vertical-align:middle;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  background-image:url("http://alpha-leaders.jp/images/partner/subTitle-base.gif");
  background-repeat: no-repeat;
}

/*---------------------
  参加方法
-----------------------*/
#target span{
	display: block;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;	
}

#target ul{
	padding: 0px 0px 5px 1em;
}

#target ul li{
	margin: 0px 0px 0px 1em;
}
.red {
  color: #B10E37;
	padding-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
}

.notification {
	text-decoration: underline;
}

/*---------------------
  友達に伝える mailform
-----------------------*/
div.mailform {
}
.mailform span.red {
    color: red;
}
.mailform input.textbox,
.mailform select,
.mailform textarea
 {
   background-color: #fff;
   border: 1px solid #A58977;
   padding: 1px 2px;
   margin: 2px 0;
}
.mailform input.textbox:focus,
.mailform input.warn-validate:focus,
.mailform select:focus,
.mailform select.warn-validate:focus,
.mailform textarea:focus,
.mailform textarea.warn-validate:focus {
   background-color: #ffe;
   border: 1px solid #A58977;
}
.mailform input.warn-validate,
.mailform select.warn-validate,
.mailform textarea.warn-validate
 {
   background-color: #fdd;
   border: 1px solid #A58977;
}

div.validate-error-message {
   font-weight: bold;
   color: white;
   background-color: red;
   padding: 3px 5px !important;
   margin: 2px !important;
}

body {
   behavior:url("./misc/csshover2.htc");
}

.mailform p,
.mailform div {
	font-size: 12px;
    margin-bottom: 12px;
}

.mailform table.form_table {
	border-collapse: collapse;
    margin: 10px auto;
}

.mailform table.form_table td,
.mailform table.form_table th {
    text-align: left;
    vertical-align: middle !important;
	font-size: 12px;
	padding: 5px;
	margin: 2px
    color:white;
}

.mailform table.form_table th {
	width: 120px !important;
	font-weight: normal;
	text-align: center;
}

.mailform input._btn {
	width: 100px !important;
}

.mailform .form_table table.form_f,
.mailform .form_table table.form_f tr {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
    border: 0 none !important;
}

.mailform .form_table table.form_f td,
.mailform .form_table table.form_f th {
	margin: 0;
	padding: 2px auto;
    border: 0 none !important;
}
.mailform .form_table table.form_f input {
	margin: 0;
	padding: 0;
}

/*---------------------
  for company
-----------------------*/
#forcompany_main.bold {
	font-weight: bold;
	font-size: 1.1em;
}
#forcompany_main.article table {
	border: #0E0E0E 1px solid;
}
#forcompany_main.article td {
	border-bottom: #0E0E0E 1px solid;
	padding:8px 4px;
	line-height:1.4em;
}
#forcompany_main.form_title {
	background: #efefef;
	color: #045B90;
	font-size: 1.1em;
	width: 200px;
	line-height: 1.3em;
    border-right: 1px solid gray;
}
#notification {
	line-height: 1.5em;
}
#notification a{
	text-decoration: underline;
}

/*---------------------
  サイトマップ
-----------------------*/
#sitemap ul li {
	margin: 0 0 0 10px;
	padding: 5px 0 0 50px;
	line-height: 160%;
	list-style: none !important;
}

#sitemap ul li ul {
	background: url(../images/sitemap/ic_bk.gif) no-repeat 17px 0;　// ul の背景に点線の画像を設定
}

#sitemap ul li ul.category li {
	background: url(../images/sitemap/ic_page.gif) no-repeat 1px -273px;　// 長さ 300px あるのでマイナスで位置調整
}

#sitemap ul li ul.page li {
	background: url(../images/sitemap/ic_page.gif) no-repeat 1px -275px;
}

#sitemap ul li ul.page li#pagelast {
	background: url(../images/sitemap/ic_pagelast.gif) no-repeat 1px -273px !important;
}

#sitemap ul li ul li.last {
	background: url(../images/sitemap/ic_pagelast.gif) no-repeat 1px -273px !important;
}
#sitemap td {
	padding: 0 10px 20px 0px;

}


/*---------------------
  イベントページ
-----------------------*/

.event_topic h1 {
  height: 32px;
  vertical-align:middle;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  background-image:url("http://alpha-leaders.jp/images/partner/subTitle-base.gif");
  background-repeat: no-repeat;
}

.event_topic strong{
  color: #950700;
  text-decoration: underline;
}

.event_topic em{
  color: #950700;
}

.event_topic p{
  margin: 10px 10px 10px 20px;
}

.event_topic h2{
  margin: 10px 10px 10px 20px;
  border-left: 2px solid #950700;
  padding-left: 10px; 
}

.event_topic h3{
  margin: 10px 10px 10px 20px;
  border-left: 2px solid red;
  padding-left: 10px; 
}
h3.topic_name {
	border-bottom:1px solid #000000;
	border-left:3px solid #000000;
	color:#800000;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:2px 5px;
}
p.rdate {
	margin:0;
	padding:0;
	text-align:right;
}

// TOPページ
h2.topic_header{
  font-family:"Times New Roman";
  font-size:22px;
  color:black;
  font-weight:none;
  margin:5px 10px 3px 5px;
}
h2.topic_subheader{
 font-size:12px;
 color:gray;
 font-weight:none;
 margin:0px 10px 15px 10px;
}
