@charset "utf-8";
/*
Theme Name: Japan 2012
Theme URI: http://adworks24.co.jp/
Description: 2012年版 aepshep
Author: the Adworks team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: blue, white, three-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: 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;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0 190px 0 200px;
}
#primary {
	float: left;
	overflow: hidden;
	width: 160px;
	margin: 0 0 0 -880px;
}

#secondary {
	float: right;
	overflow: hidden;
	width: 160px;
	margin: 0 0 0 -180px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
small {
	color: #A1A1A1;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#main {
	margin: 0 auto;
	width: 880px;
}
#wrapper {
	background: #0D0015;
	width: 960px;
	margin: 0 auto;
}
#branding,
#colophon,
#footer {
	width: 960px;
	margin: 0 auto;
}
	

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #0D0015;
}
body,
input,
textarea {
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
	text-align: justify;
}
ul {
	list-style: none;
	margin: 0;
}
ol {
	list-style: decimal;
	margin: 0 0 0 20px;
}
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: 0;
}
dl {
	margin: 0 0 15px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
}
strong {
	font-weight: bold;
}
cite,
em,
i {	font-style: normal;
	font-size: 15px;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 30px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:active,
a:hover {
	color: #666;
}
.entry-content a:link {
	color: #8E4A84;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 5px 0 0 0;
}
#site-title {
	float: left;
	color: #A1A1A1;
	margin: 0;
	width: 120px;
	font-size: 12px;
}
#site-description {
	clear: right;
	text-align: right;
	color: #A1A1A1;
	float: right;
	margin: 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#primary a:hover,
#secondary a:hover {
	font-weight: bold;
}
#menu-item-883 a{
	background: #F1E9E3 url(images/logo.gif) 0 0 no-repeat;
	width: 160px;
	height: 51px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 10px 0;
}
#menu-item-884,
#menu-item-885,
#menu-item-886,
#menu-item-887,
#menu-item-888,
#menu-item-889 {
	height: 30px;
}
#menu-item-884 a,
#menu-item-885 a,
#menu-item-886 a,
#menu-item-887 a,
#menu-item-888 a,
#menu-item-889 a {
	line-height: 30px;
	padding-left: 30px;
	display: block;
}

#menu-item-884 a { background: #F1E9E3 url(images/icon_p.gif) 0 7px no-repeat; }
#menu-item-885 a { background: #F1E9E3 url(images/icon_b.gif) 0 7px no-repeat; }
#menu-item-886 a { background: #F1E9E3 url(images/icon_g.gif) 0 7px no-repeat; }
#menu-item-887 a { background: #F1E9E3 url(images/icon_y.gif) 0 7px no-repeat; }
#menu-item-888 a { background: #F1E9E3 url(images/icon_o.gif) 0 7px no-repeat; }
#menu-item-889 a { background: #F1E9E3 url(images/icon_r.gif) 0 7px no-repeat; }



/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	background: #F1E9E3;
	overflow: hidden;
	padding: 30px 40px;
}
#content {
}
#content ul,
#content ol,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

.hentry {
	padding: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000b00;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-weight: normal;
}

#content .entry-title {
	line-height: 1.3em;
	color: #0E120A;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 25px;
	margin: 20px 0 0 20px;
}
.entry-meta {
	color: #666;
	padding: 0 20px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 20px 6px;
}
#post-2 .entry-content {
	clear: both;
	padding: 0;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000b00;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000b00;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000b00;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #666;
	padding: 0 20px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin-left: 10px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000b00;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000b00;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
}
.comment-meta {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
}



/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 10px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#footer a:link {
	color: #FFF;
}
#colophon {
	overflow: hidden;
	background: #FFF url(images/bg_footer.gif) 0 0 repeat-x;
	height: 70px;
	margin-bottom: 5px;
}
#site-info {
	margin: 20px 0 0 40px;
	float: left;
	width: 108px;
}
#site-info a {
	background: #FFF url(images/logo_footer.gif) 0 0 no-repeat;
	display: block;
	height: 30px;
	width: 108px;
	text-indent: -9999px;
}




/* =Content
-------------------------------------------------------------- */
#content {
	background: #F1E9E3 url(images/bg_page.gif) left bottom no-repeat;
	overflow: hidden;
	display: block;
	padding: 0 10px 4px 0;
	min-height: 480px;
}
h3.widget-title {
	color: #FFF;
	background: #B1959B;
	height: 15px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}
#menu-important li {
	background: #F1E9E3 url(images/icon_a.gif) 0 7px no-repeat;
	display: block;
	padding-left: 30px;
	line-height: 30px;
}
#menu-important li a:link {
	color: #666;
}

/* =Fotterリンク
-------------------------------------------------------------- */

.attention {
	float: left;
	width: 450px;
}
.copy {
	float: right;
	width: 300px;
}
.copy p {
	text-align: right;
}
.site-link {
	float: right;
	width: 700px;
	margin: 20px 40px 0 0;
}
.site-link ul {
	float: right;
}
.site-link li {
	float: left;
	margin-right: 10px;
}
.site-link li.m_right {
	margin-right: 80px;
}
.site-link li.finish {
	margin-right: 0;
}

/* =パンくずリスト
-------------------------------------------------------------- */
.bread {
	float: left;
	width: 600px;
	padding: 10px 0 0 0;
	color: #A1A1A1;
}
.breadcrumbs {
	float: right;
}
.breadcrumbs li {
	float: left;
}
.breadcrumbs li a {
	color: #A1A1A1;
}

/* =右サイドバー
-------------------------------------------------------------- */

#categories-2 h3.widget-title,
#recent-posts-2 h3.widget-title,
#nav_menu-5 h3.widget-title,
#nav_menu-12 h3.widget-title,
#nav_menu-7 h3.widget-title,
#nav_menu-11 h3.widget-title,
#nav_menu-14 h3.widget-title,
#nav_menu-9 h3.widget-title {
	margin: 40px 0 5px 0;
}

#nav_menu-5 h3.widget-title {
	background: #8474A3;
}
#nav_menu-12 h3.widget-title {
	background: #E6DC58;
}
#nav_menu-7 h3.widget-title {
	background: #889BC8;
}
#nav_menu-11 h3.widget-title {
	background: #C76A52;
}
#nav_menu-9 h3.widget-title {
	background: #6E7E3A;
}
#nav_menu-14 h3.widget-title {
	background: #DEAE58;
}

#categories-2 a,
#recent-posts-2 a,
#menu-overview a,
#menu-venue a,
#menu-lecture a,
#menu-social a,
#menu-accommodation a,
#menu-apply a {
	line-height: 30px;
	padding-left: 30px;
	display: block;
}

#categories-2 a,
#recent-posts-2 a { background: #F1E9E3 url(images/icon_a.gif) 0 7px no-repeat; }
#menu-overview a { background: #F1E9E3 url(images/icon_p.gif) 0 7px no-repeat; }
#menu-venue a { background: #F1E9E3 url(images/icon_y.gif) 0 7px no-repeat; }
#menu-lecture a { background: #F1E9E3 url(images/icon_b.gif) 0 7px no-repeat; }
#menu-social a { background: #F1E9E3 url(images/icon_r.gif) 0 7px no-repeat; }
#menu-accommodation a { background: #F1E9E3 url(images/icon_o.gif) 0 7px no-repeat; }
#menu-apply a { background: #F1E9E3 url(images/icon_g.gif) 0 7px no-repeat; }

#menu-overview a:hover {
	font-weight: bold;
}
#menu-item-140 {
	margin-bottom: 36px;
}

/* =個別ページ
-------------------------------------------------------------- */

.post h2,
.page h2 { background: url(images/icon_a.gif) 0 7px no-repeat; }
.venue h2 { background: url(images/icon_y.gif) 0 7px no-repeat; }
.lecture h2 { background: url(images/icon_b.gif) 0 7px no-repeat; }
.social h2 { background: url(images/icon_r.gif) 0 7px no-repeat; }
.apply h2 { background: url(images/icon_g.gif) 0 7px no-repeat; }
.overview h2 { background: url(images/icon_p.gif) 0 7px no-repeat; }
.accommodation h2 { background: url(images/icon_o.gif) 0 7px no-repeat; }
.aboutsite h2 { background: url(images/icon_s.gif) 0 7px no-repeat; }


h2 {
	line-height: 1.3em;
	color: #000b00;
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 25px;
	margin: 0;
}
#content .entry-content h3 {
	color: #000b00;
	font-size: 18px;
	line-height: 18px;
	margin: 5px 0;
}
ul.disc {
	margin: 0 0 0 20px;
}
ul.disc li{
	list-style: disc;
}
.overview dt {
	float: left;
	width: 170px;
	padding-right: 10px;
	text-align: right;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#post-78 dt {
	float: left;
	width: 210px;
	padding: 2px 0;
	display: block;
}
#post-78 dd {
	border-bottom: 1px dotted #666;
	padding: 2px 0 2px 230px;
	display: block;
	clear: right;
}

/* =個別ページ背景
-------------------------------------------------------------- */

#content .bg1 {
	height: 420px;
	width: 440px;
	display: block;
	padding: 10px 20px 0 20px;
	color: #FFF;
}
#content .venue {
	height: 470px;
	width: 440px;
	display: block;
	padding: 10px 20px 0 20px;
	color: #FFF;
}
#content .venue {
	background: url(http://aepshep.net/wp-content/uploads/2012/04/VenueF.jpg) 0 0 no-repeat;
}

.m0 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.mB15 {
	margin-bottom: 15px;
}

/* =個別Greeting
-------------------------------------------------------------- */

.w150 {
	width: 150px;
	float: left;
	margin-right: 20px;
}

.w150 th {
	height: 300px;
	margin-bottom: 20px;
	display: block;
	width: 150px;
}
.w270 {
	width: 270px;
	float: left;
}
.w270 p {
	text-align: justify;
}
.pr_20 {
	padding-right: 20px;
}
small span {
	display: none;
}