@charset UTF-8;
/*   
Theme Name: WordCamp Yokohama 2010
Theme URI: 
Description: Themes for WordCamp Yokohama 2010
Author: WordCamp Yokohama 2010 Executive Committee
Author URI: http://yokohama2010.wordcamp.jp/
Template: thematic
Version: 1.0
Tags: Thematic,WordCamp,Yokohama,2010
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* Apply basic typography styles */
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   
body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}
/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}
/* Text elements
-------------------------------------------------------------- */
p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* Pullquotes
-------------------------------------------------------------- */
blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights
body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}
All other styles can be overridden--or ignored!--in Child Theme stylesheets
*/

/* Apply a basic layout */
/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content
*/
body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:540px;
    float:left;
    margin:0 0 0 10px;
}
#content {
    overflow:hidden;
}
#primary {
    width:220px;
    float:right;
    margin:0 10px 0 20px;
}
#secondary {
    width:140px;
    float:right;
    margin:0 0 0 10px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* Apply basic image styles */
/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/*
Adapt the following for use in your Child Themes when using
different font-sizes and line-heights
.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}
All other styles can be overridden--or ignored!--in Child Theme stylesheets
*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* =Global Elements
-------------------------------------------------------------- */
body, input, textarea {
    font: 15px Georgia,serif;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}

/* =Header
-------------------------------------------------------------- */
#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Menu
-------------------------------------------------------------- */
.skip-link {
    display:none;
}
#access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/* =Content
-------------------------------------------------------------- */
#main {
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/* =Attachments
-------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #FF4B33;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

/* =Footer
-------------------------------------------------------------- */
#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}

/* =PageNavi
-------------------------------------------------------------- */
/* Using !important to override PageNavi CSS */
.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* Prepare theme for plugins */
/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  
/* =Ajax Edit Comments
-------------------------------------------------------------- */
.edit-comment {
    margin-bottom:18px;
}
/* =PageNavi
-------------------------------------------------------------- */
/* I'm not overriding PageNavi anymore, it's too much of a mess.
/* =WordPress Stats
-------------------------------------------------------------- */
img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* これより下に CSS を記述し、定義を上書きしてください。 */

/* 構造 */
html, body{
height:100%;
}

#primary {
	padding:0;
	display:inline;
	width:200px;
}
#secondary {
	margin:0;
	width:180px;
}

/* fonts */
body {
	font: 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.6;
	background: url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/header_bg.png') repeat-x top;
	text-align:center;
}

select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ヘッダ部分 */
#header {
	position:static;
	background: url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/header.png') no-repeat center top;
}

#branding {
	padding: 0;
	width:960px;
	overflow:hidden;
	zoom:1;
}

#blog-title{
	padding:0 0 0 10px;
	/padding:0 0 0 10px;
	float:left;
	width:174px;
}

#blog-description {
	clear:none;
	margin:0 10px 0 0;
	float:left;
	width:522px;
}

#ykhm2010_join {
	float:left;
	width:195px;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/submit_f2.png') no-repeat left top;
}

#ykhm2010_join a{
	display:block;
}

#ykhm2010_join a:hover{
	position:relative;
	background-color:transparent;
}

#ykhm2010_join a:hover img{
	visibility:hidden;
}

/* 1カラムページ */
.slug-sponsor #container,
.slug-application #container,
.slug-schedule #container,
.slug-speaker #container{
	width:960px;
}
.slug-sponsor #primary,
.slug-sponsor #secondary,
.slug-application #primary,
.slug-application #secondary,
.slug-schedule #primary,
.slug-schedule #secondary,
.slug-speaker #primary,
.slug-speaker #secondary{
	display:none;
}

/* スポンサー */
#platinum h2,
#gold h2,
#silver h2,
#media h2{
	border-bottom:1px dotted #999999;
	margin-bottom:11px;
	padding:4px 0 2px 30px;
	min-height:23px;
	height:auto!important;
	height:23px;
	background-position:0 0.3em;
	background-repeat:no-repeat;
}

#platinum h2{background-image:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/icons_platinum.png');}
#gold h2{background-image:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/icons_gold.png');}
#silver h2{background-image:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/icons_silver.png');}
#media h2{padding:0;}

#platinum ul,
#gold ul,
#silver ul,
#media ul{
	letter-spacing:-.40em;
}
#platinum ul li,
#gold ul li,
#silver ul li,
#media ul li{
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	background:none;
	padding:0;
}

#platinum ul li{padding:0 30px 15px 0;width:402px;}
#gold ul li{padding:0 25px 15px 0;width:267px;}
#silver ul li{padding:0 18px 15px 0;width:168px;}
#media ul li{padding:0 18px 15px 0;width:168px;}

#platinum ul li a,
#gold ul li a,
#silver ul li a,
#media ul li a{
	text-decoration:none;
}

#platinum ul li img,
#gold ul li img,
#silver ul li img,
#media ul li img{
	margin:0;
	border:2px solid #999999;
}

#platinum ul li span,
#gold ul li span,
#silver ul li span,
#media ul li span{
	float:left;
}

#platinum ul li a:hover img,
#gold ul li a:hover img,
#silver ul li a:hover img,
#media ul li a:hover img{
	border:2px solid #067ab8;
}

#platinum ul li a:hover span,
#gold ul li a:hover span,
#silver ul li a:hover span,
#media ul li a:hover span{
	text-decoration:underline;
	cursor:pointer;
}

/* スケジュール */
.slug-schedule #schedule{
	width:948px;
	border-width:1px 0 0 0;
	border-color:#999999;
	border-style:solid;
	border-spacing:0;
	word-break:break-all;
	word-wrap:break-word;
	border-collapse:collapse;
	/border-collapse:separate;
	table-layout:fixed;
}

.slug-schedule #schedule th,
.slug-schedule #schedule td{
	padding:4px 10px;
	border-width:0 0 1px 0;
	border-color:#999999;
	border-style:solid;
	min-height:1em;
	height:auto!important;
	height:1em;
}

.slug-schedule #schedule th.time,
.slug-schedule #schedule td.time{
	width:5em;
	text-align:center;
	border-width:0 1px 1px;
	border-color:#999999;
	border-style:solid;
}

.slug-schedule #schedule th{
	color:#ffffff;
	background:#81bcdb;
	font-weight:bold;
}
.slug-schedule #schedule td.time{
	background:#dfdfdf;
}
.slug-schedule #schedule td.time span{
	visibility:hidden;
}
.slug-schedule #schedule td.program{
	background:#cfeafb;
}

.slug-schedule #schedule td.program a{
	font-weight:bold;
}

.slug-schedule #schedule td.program .title{
	font-size:84%;
}

.slug-schedule #schedule td.program ol{
	margin:0;
	padding:0;
}

.slug-schedule #schedule td.program ol li{
	margin:0 0 .5em 1.5em;
	list-style-position:outside;
}

/* アクセス */
#access {
	margin:-26px auto 0;
	padding:0;
	border: 0;
	font-size: 92%;
	width:958px;
	height:auto;
}

#access .menu {
	float:left;
	padding:12px 0 8px 200px;
	width:auto;
	text-align:left;
}

.sf-menu,
.sf-menu a,
.sf-menu a:hover {
  border: 0;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;  
  border-radius: 6px;
}

.sf-menu a,
.sf-menu a:visited{
  color: #067ab8;
  font-weight: bold;
}

.sf-menu li {
  background-color: transparent;
}

.sf-menu li ul li a:hover {
  color: #76c9EF;
}

#wordcamp_introduction{
	clear:both;
	margin:0 auto;
	padding:0 0 14px;
	width:963px;
	min-height:238px;
	height:auto!important;
	height:238px;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/3box_bg_foot.png') left bottom no-repeat;
}

#wordcamp_introduction ul{
	margin:0 0 0;
	padding:0;
	width:963px;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/3box_bg_sub.png') left top repeat-y;
	overflow:hidden;
	zoom:1;
	font-size:100%;
	text-align:left;
	list-style:none;
}


#wordcamp_introduction li{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	width:321px;
	color:#ffffff;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/3box_bg_body.png') 0 97px no-repeat;
	font-size:68.75%;
}

#wordcamp_introduction li img{
}

#wordcamp_introduction li span{
	margin:0 10px 9px 20px;
	float:left;
	display:inline;
	width:90px;
}

#wordcamp_introduction li p{
	margin:0 25px 9px 0;
	overflow:hidden;
	zoom:1;
}

/* スピーカー */
.slug-speaker #speaker{
}

.slug-speaker #speaker{
	letter-spacing:-.40em;
}

.slug-speaker #speaker li{
	margin:0 50px 40px 0;
	padding:0;
	letter-spacing:normal;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	background:none;
	width:430px;
}

.slug-speaker #speaker li dl{
	margin:0;
}

.slug-speaker #speaker li dt{
	margin:0;
	border-bottom:1px dotted #999999;
}

.slug-speaker #speaker li dd{
	margin:12px 0 0;
	font-size:75%;
}

.slug-speaker #speaker li dd img{
	margin:0 10px 6px 0;
	float:left;
	width:60px;
	height:60px;
}

.slug-speaker #speaker li dd p{
	margin:0;
}

.slug-speaker #speaker li dd.title{
	margin:0;
	padding:4px 0 0;
	color:#666666;
	font-weight:bold;
}

/* メイン */

#main {
  padding: 18px 0;
  text-align:left;
}

/* ギャラリー */

#gallery_box {
  width: 530px;
  margin: 0 0 1.6em;
  border: 1px solid #aaa;
}

#ykhm2010_gallery_header {
  margin-bottom: 0.6em;
  border-left: 5px solid #067ab8;
  padding: 0 0 0 0.6em;
  color: #0679b8;
  font-size: 132%;
  font-weight: bold;
}

#ykhm2010_gallery {
  border: 15px solid #fff;
}
* html #ykhm2010_gallery {
	width:500px;
}


/* 投稿 */
.hentry {
  background: url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/entry_li_img.jpg') no-repeat top left;
  zoom:1;
}

.entry-title {
  padding-top: 22px;
  padding-left: 75px;
}

.entry-title a, {
  color: #067ab8;
}

.entry-title a:hover {
  color: #76c9EF;
}

.entry-meta {
  color: #7d5e26;
  padding-left: 75px;
  font-style:normal;
}

.entry-meta a {
  color: #7d5e26;
}

.entry-meta a:hover {
  color: #ce7318;
}

.entry-content a,
.entry-content a:visited {
  color: #067ab8;
  text-decoration: none;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content ul {
  margin: 0 0 22px 0;
}

.entry-content ul li {
	padding-left:10px;
	list-style: none;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/list_image.png') no-repeat 0px .5em;
}

.entry-content blockquote {
  border: 1px solid #a9a9a9;
  margin: 0 0 1.6em 0;
  padding: 1em 1em 0;
  color: #696969;
  background-color: #ededed;
}

.entry-content blockquote p,
.entry-content blockquote ul,
.entry-content blockquote ol{
	margin:0;
	padding:0 0 1em;
}

.entry-content .wp-caption {
  margin-bottom: 0;
  padding: 10px 5px 0;
  border: 1px solid #a9a9a9;
}

* html .entry-content .wp-caption{padding:10px 10px 0;}


.entry-content .wp-caption.alignnone {
	margin-bottom:22px;
	border: 1px solid #a9a9a9;
}

.entry-content .wp-caption.alignleft {
  margin-right: 20px;
}

.entry-content .wp-caption.aligncenter {
  margin: 0 auto 22px;
  border: 1px solid #a9a9a9;
}

.entry-content .wp-caption.alignright {
  margin-left: 20px;
  border: 1px solid #a9a9a9;
}

.entry-content img.alignnone,
.entry-content img.alignleft,
.entry-content img.aligncenter,
.entry-content img.alignright{
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid #a9a9a9;
}
* html .entry-content img.alignnone,
* html .entry-content img.alignleft,
* html .entry-content img.aligncenter,
* html .entry-content img.alignright{
}


.entry-content .wp-caption .wp-caption-text{
}

/* コメント */
#comments h3 {
  border-bottom: 1px dotted #999;
  margin-bottom: 11px;
  padding: 0;
  font-size: 124%;
}

#comments ol li {
  line-height: 22px;
}

#trackbacks-list .comment-content {
  left: 0;
  position: relative;
  color: #696969;
}

/* ツイッターハッシュタグ ウィジェット */
.widget_twitter_hash_tag h3 {
  width: 165px;
  height: 89px;
  background: url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/twitter_hashtag.png') no-repeat;
}

.widget_twitter_hash_tag h3 a {
  display: block;
  width: 165px;
  height: 89px;
  text-indent: -9999px;
}

.aside ul ul {
  margin: 0 0 22px 0px;
  list-style-position: inside;
}

.aside ul ul li {
  word-wrap: break-word;
}

ul.twitter-hash-tag-widget,
.widget_categories ul,
.widget_text ul {
  width: 163px;
  border: 1px solid #dfdfdf;
}
* html ul.twitter-hash-tag-widget{
	width:165px;
}

.widget_categories li,
.widget_text li {
  margin: 5px;
  list-style-type: square;
}

ul.twitter-hash-tag-widget li {
  margin: 5px;
  list-style: none;
}

.twitter-hash-tag-widget li img {
  float:left;
  margin: 0 5px 5px 0;
}

.widget_categories h3,
.widget_text h3 {
  width: 155px;
  padding: 5px;
  color: #333;
  background-color: #dfdfdf;
  font-weight: bold;
  font-style:normal;
}


/* スポンサー・スピーカ・スタッフ */
#primary {
  border: none;
  margin: 0 15px 0 5px;
  width:180px
}

.main-aside ul {
  padding: 0;
}

#primary li.widgetcontainer {
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;  
  border-radius: 6px;
  background-color: #cfeafb;
}

#primary li.widgetcontainer h3{
  padding: 0 5px;
  line-height:1.4;
  color: #fff;
  background-color: #81bcdb;
  font-weight: bold;
  font-style:normal;
}

#primary li.widgetcontainer div {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff; 
}

#primary li.widgetcontainer div p{
  margin-bottom: 0;
}

#primary li.widgetcontainer div.catalog {
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
  background-color: #cfeafb;
}

#primary li.widgetcontainer a {
  color: #067ab8;
  text-decoration: none;
}

#primary li.widgetcontainer a:hover{
	text-decoration:underline;
}


/* s */
#subsidiary {
  padding:11px 0;
  text-align:left;
}

/* フッター */
#footer {
  min-height:176px;
  border:none;
  background:#41a1ce url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/footer.png') repeat-x left top;
  text-align:center;
}

#footerLine {
	padding-bottom:23px;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/footerLine.png') repeat-x left bottom;
}

#colophon {
	margin:0 auto;
	width:960px;
	min-height:153px;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/footerLight.png') no-repeat left top;
	text-align:left;
}

#siteinfo {
  padding:0;
  text-align:left;
}

#footer .aside,
#footer .aside a,
#siteinfo,
#siteinfo a {
  color: #fff;
  text-decoration: none;
}


#footer .aside a:hover,
#siteinfo a:hover {
  text-decoration: underline;
}

.page .entry-title {
  border-left: 5px solid #067ab8;
  padding: 0 0 0 0.6em;
  color: #067ab8;
  font-size: 132%;
  font-weight: bold;
}




/* ページテンプレート */
.page .hentry {
  background: none;
}

.page .entry-content h2 {
  border-bottom: 1px dotted #999;
  margin-bottom: 11px;
  padding: 0;
}

.page .entry-content h3 {
  font-weight:bold;
  font-style:normal;
}

.page .entry-content p {
  font-size: 92%;
}

.page .entry-content table {
  border: 1px solid #fff;
  font-size: 92%;
}

.page .entry-content table .theader {
  border: 1px solid #fff;
  color: #787878;
}

.page .entry-content table .tsubitem {
	padding:0.7em 1.25em 0.7em 1.75em;
}

.page .entry-content table td {
  border: 1px solid #fff;
}

/* お問い合わせ */

.wpcf7-form input {
  padding: 4px 5px;
  border: 6px solid #efefef;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;  
  border-radius: 6px;
}

.slug-contact .entry-content p{
  color: #565645;
  font-weight: bold;
}
.slug-contact .entry-content p:first-of-type {
  font-weight: normal;
}

.your-message textarea {
  width: 478px;
  padding: 4px 5px;
  border: 6px solid #efefef;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;  
  border-radius: 6px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: 6px solid #81bcdb;
  background-color: #cfeafb;
}

input.button {
  width: 200px;
  margin: 1em 0;
  padding: 12px;
  border: 0;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #c0c0c0;
  background-color: rgb(192, 192, 192);
  background-image: -moz-linear-gradient(
  top,
  rgb(192, 192, 192)    0,
  rgb(160, 160, 160)  50%,
  rgb(160, 160, 160)  50%,
  rgb(128, 128, 128) 100%
  );
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(  0, rgb(192, 192, 192)),
  color-stop(0.5, rgb(160, 160, 160)),
  color-stop(0.5, rgb(160, 160, 160)),
  color-stop(1.0, rgb(128, 128, 128))
  );
  color: #fff;
  font: 124% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: bold; 
  text-shadow: 1px 1px 1px #000;
}

input.button:hover,
input.button:active,
input.button:focus {
  border: 0;
  background-color: #c0c0c0;
  background-color: rgb(129, 188, 219);
  background-image: -moz-linear-gradient(
  top,
  rgb(129, 188, 219)    0,
  rgb(97, 156, 187)  50%,
  rgb(97, 156, 187)  50%,
  rgb(65, 124, 155) 100%
  );
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(  0, rgb(129, 188, 219)),
  color-stop(0.5, rgb(97, 156, 187)),
  color-stop(0.5, rgb(97, 156, 187)),
  color-stop(1.0, rgb(65, 124, 155))
  );
}



/* アクセスページ */ 

.slug-access #container {
  width: 930px;
}

.slug-access #primary,
.slug-access #secondary {
  display: none;  
}

/* ユーザー登録フォーム、ログインフォーム */
.clear {
	clear: both;
}

ul.loginBtn{
	margin:0;
	padding:0 0 1em;
	font-size:92%;
}

ul.loginBtn li{
	margin:0 0 1em;
	padding:0;
	list-style:none;
}

ul.loginBtn li#signupBtn{
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/btn_signup_f2.png') no-repeat left bottom;
}

ul.loginBtn #signupBtn a{
	display:block;
	width:280px;
	height:94px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/btn_signup.png') no-repeat left top;
}

ul.loginBtn #signupBtn a:hover{
	background:none;
}

ul.loginBtn li#loginBtn{
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/btn_login_f2.png') no-repeat left bottom;
}

ul.loginBtn #loginBtn a{
	display:block;
	width:280px;
	height:94px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('http://yokohama2010.wordcamp.jp/wp-content/themes/yokohama2010/images/btn_login.png') no-repeat left top;
}

ul.loginBtn #loginBtn a:hover{
	background:none;
}

.register_note {
  -webkit-border-radius:3px;  
  -moz-border-radius:3px;
  border-style:solid;
  border-width:1px;
  border-color:#CCCCCC;
  font-size:76%;
  padding: .5em 1em;
}

.register_note h3 {
  padding:8px 0 4px;
}

.register_note p, .register_note ul {
  margin-bottom:8px;
}

.register label,
.login label {
  color:#565645;
  font-size:109.5%;
  font-weight: bold;
}

.register input,
.register .message,
.login input,
.login .message {
  font-size:24px;
  margin:0 auto;
  width:95%;
}

.register #wp-submit,
.login #wp-submit {
  width:100%;
}

.register input,
.login input {
  padding: 4px 5px;
  border: 6px solid #efefef;
  -webkit-border-radius: 6px;  
  -moz-border-radius: 6px;  
  border-radius: 6px;
}

.register input:focus,
.login input:focus {
  border: 6px solid #81bcdb;
  background-color: #cfeafb;
}

.register #login_error,
.register .message .message,
.login #login_error {
  -webkit-border-radius:3px;  
  -moz-border-radius:3px;
  border-style:solid;
  border-width:1px;
  padding:12px;
  font-size:12px;
}

.register #login_error,
.login #login_error {
  background-color:#FFEBE8;
  border-color:#CC0000;
}

.register .message .message {
  background-color:#FFFFE0;
  border-color:#E6DB55;
}

.register input.button,
.login input.button {
  border:none;
}
/* Attendee list */

.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
}
.slug-attendees #container {
	width:930px;
}

.slug-attendees #primary,
.slug-attendees #secondary {
	display: none;
}


.attendees{
	letter-spacing:-.40em;
}

.attendee{
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #ddd;
	min-height:55px;
	height:auto!important;
	height:55px;
	width:278px;
	vertical-align:top;
	display:inline-block;
	letter-spacing:normal;
	/display:inline;
	/zoom: 1;
}

.attendee .avatar-42 {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0 14px 0 0;
}

.attendee h4 {
	margin: 0 0 .2em 0;
	padding: 0;
	clear: none;
	text-transform:none;
	word-break:break-all;
	word-wrap:break-word;
	width:auto;
	font-size: 92%;
}

.attendee a {
	color: #333;
}

.attendee h4 a {
	color: #3a3a3a;
	text-decoration: underline;
}

.attendee p {
	margin-bottom:0;
	word-break:break-all;
	word-wrap:break-word;
	line-height:1.4em;
	font-size: 92%;
}


div.note {
  -webkit-border-radius:3px;  
  -moz-border-radius:3px;
  border-style:solid;
  border-width:1px;
  border-color:#CCCCCC;
  margin-top:1em;
  padding: .5em;
  background:#EEEEEE none repeat scroll 0 0;
  letter-spacing:normal;
}

div.note ul {
  margin-bottom:0;
  list-style: none;
}

div.note ul li {
	padding-left:0;
	background:none;
}

div.note span.count {
  font-size:160%;
  margin-left:0.5em;
}


/* add 2010/04/22 */  
.entry-utility {
	border:1px solid #cccccc;
	padding:5px;
    font-size:11px;
    color:#787878;
}
.entry-utility a {
    font-style:normal;
    color:#787878;
}
.entry-utility a:hover {
}

.comments-link a {
    font-weight:bold;
    color:#2772B3;
}

.entry-utility .cat-links,
.entry-utility .tag-links{
}


.entry-utility .edit{
	margin-top:1.0em;
	display:block;
	text-align:right;
}
.entry-utility .line{
	display:block;
}

.entry-utility a{
	color:#004b91;
	text-decoration:underline;
}

.entry-utility a:hover{
	color:#ff4b33;
}

img#wpstats{display:none}


.category-speakers .entry-content p img {
	margin:0 10px 10px 0;
	padding:10px;
	border:1px solid #999999;
	display:inline;
	float:left;
}

.category-speakers h2{
	margin:5px 0;
	padding:0;
	font-weight:bold;
	font-style:normal;
}

.category-speakers h2 a {
	padding-top:17px;
	padding-left:75px;
	display:block;
}

.category-speakers .entry-content h3 {
	margin:0 0 10px;
	padding:3px 8px;
	color:#ffffff;
	background:#81bcdb;
	font-weight:normal;
	font-size:14px;
	font-style:normal;
}

/* サインアップ非表示 */
li.page-item-10 ,
#signupBtn {
display:none;
}

.enquete_table {
	width: 535px;
	font-size: small;
}

.enquete_table th {
	background-color: #cfeafb;
}

.data_field {
	width: 15%;
	text-align: center;
}

.other_feedback {
	font-size: small;
}


div#AMN-Report-area {
	width: 165px !important;
	font: 100% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

div#AMN-Report-area a{
	color: #666666 !important;
}

div#AMN-Report-area a:hover,
div#AMN-Report-area a:active {
	color: #FF4B33 !important;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
}

.twitter_link ,
.wordbench_link {
padding-left:20px;
margin-right:4px;
}
.twitter_link {
background:url(http://twitter-badges.s3.amazonaws.com/t_mini-b.png) no-repeat scroll left 3px #FFFFFF;
}
.wordbench_link {
background:url(http://yokohama2010.wordcamp.jp/wp-content/plugins/custom-profile/img/logo-wb.png) no-repeat scroll left 3px #FFFFFF;
}
#ykhm2010_gallery {
position: relative;
width: 500px;
height: 334px;
margin: 0; padding: 0;
overflow: hidden;
}
