@charset "utf-8";
/*
Theme Name: BASE Theme
Theme URI: http://wordpress.org/
Description: WordPress のテーマ
Version: 1.0
Author: Ryosuke Furuya
Author URI: 
Tags: custom theme

*/

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

 /*
 * ページ全体
 * テーブルタグ装飾
 * リンクテキストの装飾
 * 全ての行間を詰める（行間リセット）
 * リストタグ装飾
 * ページの先頭に戻る
 * ヘッダー装飾（サイトID部分）
 * globalnavi（グローバルナビゲーション）
 * コンテンツ部分
 * レイアウト
 * 見出し装飾
 * main装飾（メインカラム）
 * recentPost装飾
 * sub装飾（サブカラム）
 * subFirstSection装飾
 * subSecondSection装飾
 * subPost装飾
 * フッター装飾
 * カテゴリー一覧
 * categoryPost装飾
 * postPage
 * postSingle
 * 投稿ページ内、テキスト回り込み
 * カレンダー
 * ページナビゲーション
 * ソーシャルブックマーク
 * recommendPlan装飾
 * tweetmeme_button
 * clearfixハック
 */

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* ページ全体
------------------------------------------------------------ */

body {
	margin: 0;
	padding: 0;
	background: #f6f6f6 url(img/bg.jpg) repeat-x;
	color: #333;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

img {
	border: none;
}

/* リンクテキストの装飾
------------------------------------------------------------ */

a:link,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* 全ての行間を詰める（行間リセット）
------------------------------------------------------------ */

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

/* リストタグ装飾
------------------------------------------------------------ */

ul {}

ol {}

li {}


/* ページの先頭に戻る
------------------------------------------------------------ */

.gotop {
	clear: both;
	margin: 0 10px;
	text-align: right;
	font-size: 77%;
}

/* ヘッダー装飾（サイトID部分）
------------------------------------------------------------ */

#wrapperHeader {
	padding: 5px 0 0 0;
	background: url(img/bg_header_top.gif) repeat-x top;
}
#header {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 20px 0;
}
#headerInner {
	width: 960px;
	min-height: 100px;
	_height: 100px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#header h1 {
	float: left;
	margin: 0;
}
#header p.description {
	float: left;
	line-height: 1.5em;
}
#naviContact {
	float: right;
	width: 220px;
	margin: 0 10px 0 0;
}
#visual {
	clear: both;
	width: 940px;
	height: 300px;
	margin: 0 10px;
}
#visualSub {
	clear: both;
	width: 940px;
	height: 150px;
	margin: 1px 10px 0 10px;
}

/* globalnavi（グローバルナビゲーション）
------------------------------------------------------------ */
#wrapperNavi {
	clear: both;
	margin: 0;
}
#globalnavi {
	height: 60px;
	width: 940px;
	margin: 0 10px;
	padding: 0;
}
#globalnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#globalnavi li {
	display: inline;
	margin: 0;
	padding: 0;
}
#globalnavi a {
	color: #fff;
}

/* コンテンツ部分
------------------------------------------------------------ */

#content {
	margin: 0 0 20px 0;
	padding: 0 10px 0 10px;
}
#contentSingle {
	margin: 0 0 20px 0;
	padding: 20px 10px 0 10px;
}
#content p {
/*	line-height: 1.5;*/
}

/* レイアウト
------------------------------------------------------------ */

#content #main {
	float: left;
	width: 540px;
}
#contentSingle #main {
	float: left;
	width: 700px;
}
#content #sub {
	float: left;
	width: 380px;
	margin: 0 0 0 20px;
}
#contentSingle #sub {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
}
#contentSingle #subFirst {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 0 40px 0;
	background: #f0f0f0;
}

/* 見出し装飾
------------------------------------------------------------ */

.mainHeader h2,
.subFirstHeader h2,
.subSecondHeader h2 {
	line-height: 30px;
	font-weight: normal;
}
.mainHeader {
	margin: 0 0 20px 0;
	padding: 10px 0 0 5px;
	background: #fff url(img/line_header.gif) no-repeat left top;
	color: #666;
	font-size: 138.5%;
}
.mainHeader a {
	color: #666;
}
.mainSubHeader {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	color: #999;
}
.mainSubHeader a {
	color: #999;
}
.subFirstHeader {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background: #fff url(img/line_header.gif) no-repeat right top;
	color: #999;
	font-size: 85%;
}
.subFirstHeader a {
	color: #999;
}
.subSecondHeader {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
	background: #fff url(img/line_header.gif) no-repeat right top;
	color: #999;
	font-size: 85%;
}
.subSecondHeader a {
	color: #999;
}

/* main装飾（メインカラム）
------------------------------------------------------------ */

#main p {
	line-height: 1.5;
}
.breadcrumb {
	margin: 0 0 10px 0;
	font-size: 85%;
}
.navigation {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 1px dotted #ccc;
	text-align: center;
	font-size: 85%;
}
.btnAttend {
	clear: both;
	padding: 0 0 20px 0;
	text-align: center;
}
.btnAttend a {
	padding: 5px 20px;
	border: 2px solid #333;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 108%;
}
.btnAttend a:hover {
	border: 2px solid #666;
	background: #999;
}

/* recentPost装飾
------------------------------------------------------------ */

.recentPostBox {
	min-height: 90px;
	_height: 90px;
	margin: 0;
	padding: 0 10px 20px 10px;
}
.recentPostThumb {
	float: left;
}
.recentPostThumb img {
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}
.recentPostBox h3 {
	font-size: 138.5%;
	line-height: 1.5;
}
.recentPostBox p {
	color: #999;
	font-size: 85%;
	line-height: 1.5;
}
.recentPostOpen {
	margin: .5em 0 0 0;
	padding: .5em 0 0 0;
	border-top: 1px dotted #e0e0e0;
}
.recentPostList {
	clear: left;
	margin: 0 0 20px 10px;
}
.recentPostList ul {

}
.recentPostList li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}

/* sub装飾（サブカラム）
------------------------------------------------------------ */

#sub p {
	line-height: 1.5;
}
#subFirst {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0 0 40px 0;
/*	background: #f0f0f0; */
}
#subSecond {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0 0 40px 0;
	background: #fff;
}
.subFirstBanner {
	clear: left;
	padding: 0 0 10px 0;
}
.subSecondBanner {
	clear: left;
	padding: 0 0 10px 0;
}

/* subFirstSection装飾
------------------------------------------------------------ */
.subFirstSectionOuter {
}
.subFirstSection {
	margin: 0 0 20px 0;
}
.subFirstSection ul {
	font-size: 93%;
	padding: 0 10px 10px 10px;
}
.subFirstSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}
li ul.children  {
	margin: 0 0 10px 15px;
	padding: 0;
}
.children li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.3;
	font-size: 93%;
}

/* リンク装飾
------------------------------------------------------------ */
.subFirstSectionLink h2 {
	margin: 0 0 10px 0;
	line-height: 30px;
	font-weight: normal;
}
.subFirstSectionLink li.linkcat {
	padding: 0 0 0 5px;
	background: #fff url(img/line_header.gif) no-repeat right top;
	color: #999;
	font-size: 85%;
}
.subFirstSectionLink li.linkcat ul {
	font-size: 100%;
	padding: 0 10px 10px 5px;
}
.subFirstSectionLink li.linkcat ul li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
	font-size: 93%;
}

/* subSecondSection装飾
------------------------------------------------------------ */
.subSecondSection {
	margin: 0 0 20px 0;
	color: #999;
}
.subSecondSection ul {
	font-size: 85%;
	padding: 0 10px 10px 10px;
}
.subSecondSection li {
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}
.subSecondBanner {
	clear: left;
	padding: 0 0 10px 0;
}

/* subPost装飾
------------------------------------------------------------ */

.subPostBox {
	clear: left;
	min-height: 55px;
	_height: 55px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #e0e0e0;
	font-size: 85%;
}
.subPostThumb {
	float: left;
}
.subPostThumb img {
	margin: 0 5px 5px 0;
	border: 3px solid #e0e0e0;
}
.subPostBoxRight {
	min-height: 72px;
	_height: 72px;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #e0e0e0;
	font-size: 93%;
}
.subPostThumbRight {
	float: right;
}
.subPostThumbRight img {
	margin: 0 0 5px 5px;
	border: 3px solid #e0e0e0;
}
p.subPostDetail {
	font-size: 85%;
}

/* フッター装飾
------------------------------------------------------------ */

#footer {
	width: 940px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 85%;
}
#footer p {
	margin-bottom: .5em;
	font-weight: bold;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 0;
	line-height: 140%;
}
#footer li a {
	margin: 0;
	padding: 0;
	color: #666;
}
.footerListFirst {
	float: left;
	width: 200px;
	padding: 0 10px;
}
.footerList {
	float: left;
	width: 200px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}

#copyright {
	clear: both;
	margin: 0;
	padding: 10px;
	background: url(img/bg_copyright.gif);
	color: #666;
	font-size: 77%;
	text-align: center;
}
#copyright a {
	color: #666;
}

/* カテゴリー一覧
------------------------------------------------------------ */

.categoryHeader {
	margin: 0 0 20px 0;
	padding: 5px 0;
	border-bottom: 1px solid #e0e0e0;
}
.categoryHeader h3 {
	font-weight: normal;
	font-size: 116%;
}
.categoryHeader a {
	color: #000;
}

/* categoryPost装飾
------------------------------------------------------------ */

.categoryPostBox {
	min-height: 90px;
	_height: 90px;
	margin: 0 0 10px 0;
	padding: 0 10px 10px 10px;
/*	border-bottom: 1px dotted #f0f0f0; */
}
.categoryPostThumb {
	float: left;
}
.categoryPostThumb img {
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}
.categoryPostDate {
	color: #666;
	font-size: 85%;
}
.categoryPostTitle {
	font-size: 116%;
	line-height: 1.5;
}
.categoryPostContent p {
	color: #999;
	font-size: 85%;
	line-height: 1.5;
}
.categoryPostCategory {
	font-size: 85%;
}
.categorySoldout {
	color: #900;
	font-size: 85%;
}

/* postPage
------------------------------------------------------------ */
.postPage {
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0 0 40px 0;
}
.postPage h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postPage h4 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 123.1%;
}
.postPage h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
#main .postPage p {
	margin: 0 0 1em 0;
	line-height: 1.8;
}
.postPage a {
	text-decoration: underline;
}
.postPage a:hover {
	text-decoration: none;
}
.postPage ul,
.postPage ol {
	margin: 0 0 1.5em 40px;
}
.postPage li {
	padding: ;
	list-style: disc;
	line-height: 1.5;
}
.postPage blockquote {
	margin: 0 0 1.5em 20px;
	padding: 5px;
	border: 1px dotted #ccc;
}
.postPage dl {
}
.postPage dt {
	line-height: 1.5;
}
.postPage dd {
	line-height: 1.5;
}

/* postSingle
------------------------------------------------------------ */
.postSingle {
	width: 530px;
	margin: 0 0 0 10px;
	padding: 0 0 40px 0;
}
.postSingle h3 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 182%;
}
.postSingle h3 a {
	text-decoration: none;
}
.postSingle h3 a:hover {
	text-decoration: underline;
}
.postSingle h4 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 123.1%;
}
.postSingle h5 {
	margin: 0 0 1em 0;
	line-height: 1.5;
	font-weight: bold;
	font-size: 116%;
}
.postSingle h6 {
	margin: 0 0 .2em 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #ccc;
	color: #888;
	font-size: 100%;
}
#main .postSingle p {
	margin: 0 0 1.5em 0;
	line-height: 1.8;
	font-size: 116%;
}
#main.home .postSingle p {
	margin: 0 0 1.5em 0;
	line-height: 1.8;
	font-size: 108%;
}
.postSingle a {
	text-decoration: underline;
}
.postSingle a:hover {
	text-decoration: none;
}
.postSingle ul,
.postSingle ol {
	margin: 0 0 1.5em 40px;
}
.postSingle li {
	padding: ;
	list-style: disc;
	line-height: 1.5;
}
.postSingle blockquote {
	margin: 0 20px 1.5em 20px;
	padding: 10px;
	border: 1px dotted #ccc;
	background: #f0f0f0;
	font-size: 85%;
}
.postSingle blockquote:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.postSingle blockquote {display: inline-table;}
/* Hides from IE-mac \*/
* html .postSingle blockquote {height: 1%;}
.postSingle blockquote {display: block;}
/* End hide from IE-mac */

.postSingleDate p {
	clear: both;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	color: #666;
	text-align: right;
	font-size: 85%;
}
strong {
	font-weight: bold;
}
.postSingleCategory {
	clear: both;
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 85%;
}
.postSingleCategory a {
	margin: 0 0 0 2px;
	padding: 2px 4px;
	background: #f0f0f0;
}
#main .postSingle p.author {
	text-align: right;
	font-size: 93%;
}

/* 投稿ページ内、テキスト回り込み
------------------------------------------------------------ */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright img {
	padding: 0;
	margin: 0 0 2px 15px;
	display: inline;
}
.alignleft img {
	padding: 0;
	margin: 0 15px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#main .postSingle .wp-caption-text {
	color: #666;
	font-size: 77%;
	line-height: 1.2;
}
.alignright p.wp-caption-text {
	padding: 0 0 2px 15px;
}
.alignleft p.wp-caption-text {
	padding: 0 15px 2px 0;
}

/* カレンダー
------------------------------------------------------------ */
#wp-calendar {
	width: 140px;
	font-size: 85%;
}
#wp-calendar caption {
	line-height: 1.5;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

/* ページナビゲーション　wp-pagenavi(wp-content/plugins/wp-pagenavi/pagenavi-css.css)
------------------------------------------------------------ */

.wp-pagenavi {
	position: relative;
	clear: both;
	padding: 10px 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	margin: 1px;
	background: url(img/bg_pagenavi.gif) repeat-x top;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	background: url(img/bg_pagenavi_o.gif) repeat-x top;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* ソーシャルブックマーク
------------------------------------------------------------ */
.sbm {
	margin: 0 0 20px 0;
	text-align: right;
	font-size: 85%;
}

/* Clear Floated Elements
------------------------------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* recommendPlan装飾
------------------------------------------------------------ */
.recommendPlan {
	margin: 0 20px 40px 40px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #f6f6f6;
}
.recommendPlanTitle {
	margin: 0 0 10px 0;
	color: #597C00;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.5;
}
.recommendPlan ul {
	margin: 0 0 10px 20px;
	padding: 0;
	font-weight: bold;
	font-size: 93%;
}
.recommendPlan li {
	list-style: none;
	padding: 0 0 0 8px;
	background: url(img/ic_list.gif) no-repeat left 8px;
	line-height: 1.5;
}
.recommendPlan li a {
	text-decoration: none;
}
.recommendPlan li a:hover {
	text-decoration: underline;
}

/* tweetmeme_button
------------------------------------------------------------ */

.tweetmeme_button {
	clear: both;
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
}

/* Facebook
------------------------------------------------------------ */
.facebook {
	margin: 0 0 0 10px;
}


/* clearfixハック
------------------------------------------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ページ内装飾
------------------------------------------------------------ */
.postPage ol {
	margin: 0 0 0 2em;
	font-size: 108%;
}
.postPage ol li {
	list-style:decimal;
}

dl {
	margin: 0;
	line-height: 1.5em;
}
dt {
	clear: both;
	float: left;
	width: 100px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	color: #999;
}
dd {
	margin-left: 100px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	zoom: 1;
}

.profile dt {
	clear: both;
	float: left;
	width: 200px;
	padding-top: 10px;
	border-top: none;
	color: #999;
}
.profile dd {
	margin-left: 100px;
	margin-bottom: 15px;
	padding-top: 10px;
	border-top: none;
	zoom: 1;
}
.map {
	margin: 0 0 20px 0;
}
.map small {
	display: block;
	text-align: right;
}
