@charset 'utf-8';
@import url("init.css");
@import url("class.css");

/**
 * Global styles for pcj09
 * ぴーえいちぴーかんふぁれんすにせんきゅうようのすたいる
 *
 * @package   PHP Conference Japan 2009 Website
 * @author    sotarok
 */

/* Global Style
 ----------------------------------- */

html {
  background: #8989ba;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Arial;
}

img {
  border:none;
  vertical-align: middle;
}

a         {color:#3d3d67; text-decoration:none; border-bottom: dotted 1px #8989ba;}
a:visited {color:#3d3d67; text-decoration:none; border-bottom: dotted 1px #8989ba;}
a:active  {color:#8989ba; text-decoration:none;}
a:hover   {color:#3d3d67; text-decoration:none; background: #efeff3;}



/* Layout
 ----------------------------------- */
#frame {
  margin-top: 20px;
  text-align: center;
  background: #fff;
  padding-bottom: 30px;
}
#container {
  margin: 0 auto 20px ;
  width: 860px;
  text-align: left;
}

/* Pre Header
 ----------------------------------- */
#preheader {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 20px;
  background: #3d3d67;
  color: #fff;
  text-align: center;
}

#preheader a {
  color: #fff;
  text-decoration: underline;
  border: none;
}
#preheader a:hover {
  background: none;
}

#preheader-inner {
  margin: 0 auto;
  width: 860px;
  text-align: right;
}

/* Header
 ----------------------------------- */
#header {
  height: 90px;
}

#header h1 {
  margin: 0;
  padding: 0;
  float: left;
  width: 430px;
  height: 90px;
}

#header h1 a {
  display: block;
  width: 430px;
  height: 90px;
  text-indent: -9999em;
  background: url(../images/header_logo.gif) no-repeat;
  border: none;
}

#header-right {
  float: right;
}
#header-right p {
  text-align: right;
  margin: 5px 0;
  line-height: 1.3em;
}

/* Global Navi
 ----------------------------------- */
#globalnavi {
  clear:both;
  position:relative;
  margin-bottom: 10px;
  height: 60px;
  background: url(../images/navi_right.gif) top right no-repeat;
}

#globalnavi-inner {
  background: url(../images/navi_left.gif) top left no-repeat;
}

#globalnavi-inner ul {
  margin: 0 10px;
  padding: 0;
  height: 60px;
  background: url(../images/navi_bg.gif) repeat-x;
}

#globalnavi-inner ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#globalnavi-inner ul li a {
  display: block;
  height: 60px;
  padding: 20px 10px 0;
  line-height:100%;
  text-decoration: none;
  border: none;
  font-size: 1.28em;
}

#globalnavi ul li a:link ,
#globalnavi ul li a:visited {
  color: #333;
}
#globalnavi ul li a.current ,
#globalnavi ul li a:hover {
  background: url(../images/navi_hover.gif) repeat-x;
  color: #fff;
}

/* Main
 ----------------------------------- */
#main {
  clear: both;
  margin-bottom: 20px;
}

#top-intro {
  padding: 15px 0;
  /*
  background: #f2f1fb;
  border: solid 1px #7979a8;
  */
  font-size: 0.9em;
  line-height: 1.5em;
}

/* Footer
 ----------------------------------- */

#footer {
  clear: both;
  margin: 0;
  padding: 10px;
  height: 200px;
  background: #8989ba url(../images/footer_bg.gif) repeat-x;
  font-size: 0.9em;
  color: #fff;
}

#footer p {
  text-align: center;
  margin: 5px;
}

#footer ul.footer-list {
  margin: 15px 0 5px;
  padding: 0;
  text-align: center;
}
#footer ul.footer-list li {
  margin: 0;
  padding: 0 ;
  display: inline;
  list-style: none;
}

#footer a {
  color: #d6d6f5;
}
#footer a:hover {
  color: #3d3d67;
}

#footer-extras {
  text-align: center;
  font-size: 0.8em;
}

/** global style for main column
 */
.main {
  line-height: 1.8em;
}

.main h2 {
  clear: both;
  font-size: 1.30em;
  color: #3f3f3f;
  padding: 5px 15px;
  margin: 10px 0;
  background: url(../images/global_h2_bg.gif) bottom repeat-x;
}
.main h3 {
  clear: both;
  font-size: 1.20em;
  color: #3f3f3f;
  padding: 5px 15px 5px 0;
  margin: 10px 0;
}

.sub h2 {
}

.sub h3 {
  text-align: center;
  margin: 10px 0 0 0;
  padding: 8px 0 0;
  height: 32px;
  color: #3f3f3f;
  background: url(../images/sub_title_bg.png) bottom no-repeat;
}
.sub div.sub-body {
  padding: 10px 10px;
  border-left: solid 1px #c1bfea;
  border-bottom: solid 1px #c1bfea;
  border-right: solid 1px #c1bfea;
  /*
  background: url(../images/sub_body_bg.gif) left top no-repeat;
  */
}

/** left, right columns
 */
.narrowcolumn,
.column-left {
  float: left;
  margin-right: 15px;
  width: 625px;
}

.column-right {
  margin-left: 640px;
  padding-top: 15px;
  width: 220px;
}

/** 1column
 */
.column1 {
}

.wp-blogmeta {
  text-align: right;
}


/** Big list
 */
ul.pt-list,
ul.gold-list {
  margin: 0;
  padding: 0;
}
ul.pt-list li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

ul.gold-list li {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

.sponsor-list {
  text-align: center;
}

ul.pt-list-liner {
  clear: both;
  margin: 20px 0;
  padding: 0;
}
ul.pt-list-liner li {
  width: 400px;
  margin: 10px;
  list-style: none;
  float: left;
}

ul.gold-list-liner {
  clear: both;
  margin: 20px 0;
  padding: 0;
}
ul.gold-list-liner li {
  width: 200px;
  margin: 5px;
  list-style: none;
  float: left;
}
ul.gold-list-liner li img {
  vertical-align: bottom;
}

/** wordpress
 */
.wp-sidebar {
}

.wp-sidebar ul {
}

.wp-sidebar ul li {
}

.wp-sidebar > ul > li
{
  list-style: none;
}

.wp-sidebar #wp-calendar ,
.wp-sidebar #wp-calendar th ,
.wp-sidebar #wp-calendar td {
  border-collapse: collapse;
}

.wp-sidebar #wp-calendar th ,
.wp-sidebar #wp-calendar td {
  border: solid 1px #ccc;
  border-collapse: collapse;
  padding: 2px;
}

.wp-sidebar #wp-calendar {
  margin: 0 auto;
}
.wp-sidebar #wp-calendar thead th {
  text-align: center;
  background: #f0f0f0;
}

.wp-sidebar #wp-calendar tfoot td {
  border: none;
}

.widgettitle {
   font-size: 1.2em;
}

#calendar .widgettitle {
  display: none;
}

.wp-sidebar #searchform {
  font-size: 0.9em;
  margin: 10px 0;
}

.postmetadata {
  margin-top: 50px;
  border: dotted 1px #ccc;
  padding: 10px;
  background: #f3f3f3;
}

.timetable {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
.timetable th,
.timetable td {
  border: solid 1px #ccc;
  border-collapse: collapse;
  text-align:left;
  padding: 5px;
}
.timetable thead th {
  text-align: center;
  color: #fff;
  background: #3d3d67;
}
.timetable tbody th {
  white-space: nowrap;
  width: 18%;
  font-size: 90%;
}
.timetable td {
}
.timetable tbody td.interval {
  text-align: center;
  background: #eceaf8;
}
.timetable tbody td .speaker {
  background: #eee;
  margin: 10px 2px 3px;
  padding: 5px 2px;
  line-height: 130%;
  font-size: 90%;
  border-bottom: dotted 1px #999;
  text-align: right;
}

.timetable tbody td .speaker a {
  border: none;
}
.timetable tbody td .speaker a:hover {
  color: #000;
  background: #999;
}

/* register form
 */
ul.reg-liner {
  clear: both;
  margin: 20px 0;
  padding: 0;
}
ul.reg-liner li {
  width: 285px;
  margin: 10px;
  list-style: none;
  text-align: center;
  float: left;
}

ul.reg-liner li a.register-link {
  padding: 10px 20px;
  background: #7c7cac;
  color: #fff;
  font-size: 1.3em;
  border: solid 3px #3d3d67;
}

ul.reg-liner li a.register-link:hover {
  background: #eceaf8;
  color: #3d3d67;
}

/* register form
 */

.fb_blogs,
.fb_bookmarks,
.fb_twitter {
}

.fb_twitter {
  margin: 0;
}
.fb_twitter li {
  list-style: none;
  background: url(../images/global_icon_comment24.png) 5px 8px no-repeat;
  padding: 5px 5px 5px 33px;
  line-height: 140%;
  border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 5px;
}
.fb_twitter p {
  margin: 0;
}
.fb_twitter p.meta {
  font-size: 80%;
  margin-top: 10px;
}

.fb_notice {
  text-align: right;
  font-size: 90%;
  background: #f0f0f0;
  padding: 3px 5px;
}
