@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装飾（メインカラム）
 * post装飾（メインカラム）
 * 投稿ページ内、テキスト回り込み
 * sub装飾（サブカラム）
 * スポンサー装飾
 * フッター装飾
 * 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;
	color: #333;
	background: url(img/bg.gif);
}
#wrapper {
	width: 100%;
	padding: 4px 0 0 0;
	background: url(img/bg_top.gif) repeat-x;
}
#wrapperInner {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	background: #fff;
}

/* リンクテキストの装飾
------------------------------------------------------------ */

a:link,
a:hover,
a:active,
a:visited {
	color: #71B60A;
	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.5;
}

/* リストタグ装飾
------------------------------------------------------------ */

blockquote,ul,ol,dl {
	margin: 1em;
}
ol,ul,dl {
	margin-left: 2em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left: 1em;
}

/* ページの先頭に戻る
------------------------------------------------------------ */

.gotop {
	width: 100%;
	text-align: right;
	padding-bottom: 15px;
	background: #fff;
}
.gotop a {
	color: #71B60A;
}

.goback {
	width: 100%;
	text-align: right;
	padding-bottom: 15px;
	background: #fff;
}

/* 現在ページ
------------------------------------------------------------ */
.current {
	font-weight: bold;
}

/* ヘッダー装飾（サイトID部分）
------------------------------------------------------------ */

#header {
	width: 280px;
}
#header h1 {
	font-size:138.5%;
	font-weight: bold;
}
#header p.description {}

/* globalnavi（グローバルナビゲーション）
------------------------------------------------------------ */

#globalnavi {
	font-size: 85%;
	background: #71B60A;
}
#globalnavi ul {
	width: 620px;
	margin: 0;
	padding: 0;
}
#globalnavi li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
#globalnavi li a {
	display: block;
	width: 135px;
	padding: 5px 10px;
	background: #358300;
	color: #fff;
}
#globalnavi li a.last {
}
#globalnavi li.current a {
	background: #71B60A;
	color: #fff;
}
#globalnavi li a:hover {
	background: #67A609;
	text-decoration: none;
}
#navi ul {
	margin: 0;
	padding: 10px 0 10px 10px;
}
#navi li {
	list-style-type: none;
	display: block;
	padding-left: 23px;
	background: url(img/ic_list.gif) no-repeat left 4px;
	font-size: 123.1%;
}
#navi li a {
	color: #487506;
}

/* コンテンツ部分
------------------------------------------------------------ */

#content {}

/* main装飾（メインカラム）
------------------------------------------------------------ */

#main {
	float: left;
	width: 620px;
	margin: 0 0 0 40px;
}
#mainTop {
	margin: 0 0 20px 0;
}
#mainTop h2 {
	font-weight: bold;
	font-size: 138.5%;
}
.home #mainBody h2 {
	margin-bottom: 1em;
	padding: 5px 10px;
	border-bottom: 3px solid #B8DA84;
	background: #71B60A;
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
}
#mainBody h3 {
	margin-bottom: 1em;
	padding: 5px 10px;
	border-bottom: 3px solid #B8DA84;
	background: #71B60A;
	color: #fff;
	font-weight: bold;
	font-size: 138.5%;
}
#mainBody h4 {
	clear: left;
	font-weight: bold;
	font-size: 123.1%;
}
#mainBody h5 {
	font-weight: bold;
}
#mainBody a {
	color: #487506;
}
#mainBody .section {
	clear: left;
	padding-left: 20px;
}
#mainBody .sectionInner {
	float: left;
/*	width: 280px;*/
	padding-right: 20px;
}
#mainBody .section .sectionInner {
	float: left;
	width: 280px;
	padding-right: 20px;
}
#about {
	height: 56px;
	text-align: right;
}
#about p {
	line-height: 56px;
}
#about a {
	color: #71B60A;
}
#visual {
	margin: 0 0 20px 0;
}
.supervisor {
	text-align: right;
	font-size: 88%;
}
.content dt {
	float: left;
}
.content dd {
	margin-left: 300px;
}
.content dd a {
	margin: 0 10px;
}

/* post装飾（メインカラム）
------------------------------------------------------------ */

#mainBody .post {
	margin: 0 10px 60px 0;
	padding-top: 20px;
}
#mainBody h2.posttitle {
	margin-bottom: 30px;
	padding-bottom: .2em;
	border-bottom: 5px solid #f0f0f0;
	font-weight: normal;
	font-size: 167%;
}
#mainBody .post h3 {
	padding: .5em 0 0 0;
	margin-bottom: 1em;
	border: none;
	border-bottom: 1px dotted #ccc;
	background: none;
	color: #333;
	font-size: 138.5%;
}
#mainBody .post h4 {
	margin-bottom: .5em;
	border: none;
	font-size: 123.1%;
}
#mainBody .post p {
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.6;
	font-size: 116%;
}
#mainBody .post strong {
	font-size: 100%;
	font-weight: bold;
}
#mainBody .post ul,
#mainBody .post ol {
	padding-left: 2em;
	line-height: 1.6;
	font-size: 116%;
}
#mainBody .post ul li {
	padding-bottom: .5em;
}
#mainBody .post ul li ul {
	font-size: 100%;
}
#mainBody .post ul ul {
	font-size: 100%;
}
#mainBody .post .metadata {
	color: #999;
	font-size:85%;
}
#mainBody .post em {
	display: block;
	margin-top: 60px;
	padding: 20px;
	background: #f0f0f0;
	color: #999;
	font-size: 85%;
	font-style: italic;
}

/* 投稿ページ内、テキスト回り込み
------------------------------------------------------------ */

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 10px;
	display: inline;
}
img.alignleft {
	padding: 0;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* sub装飾（サブカラム）
------------------------------------------------------------ */

#sub {
	float: left;
	width: 280px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	background: #358300 url(img/bg_sub_bottom.gif) no-repeat bottom;
}
#subInnerFirst {
	margin: 0 0 0 0;
	padding: 20px 20px 0 20px;
	background: #2C6C00 url(img/bg_sub_top_first.gif) no-repeat top;
	color: #fff;
	font-size: 123.1%;
}
#subInner {
	margin: 0 0 60px 0;
	padding: 60px 20px 0 20px;
	background: #358300 url(img/bg_sub_top.gif) no-repeat top;
	color: #fff;
	font-size: 123.1%;
}
#subInner ul,
#subInnerFirst ul {
	margin: 0;
	padding: 0;
}
#subInner ul.navi,
#subInnerFirst ul.navi {
	font-size: 77%;
}
#subInner ul li,
#subInnerFirst ul li {
	list-style-type: none;
	border-bottom: 1px solid #4A901A;
}
#subInner ul li a,
#subInnerFirst ul li a {
	display: block;
	padding: 5px;
}
#subInner ul li a:hover,
#subInnerFirst ul li a:hover {
	background: #307600;
	text-decoration: none;
}
#subInner ul li ul,
#subInnerFirst ul li ul {
	padding: 0 0 0 20px;
	font-size: 85%;
}
#subInner ul li ul li,
#subInnerFirst ul li ul li {
	display: inline;
	width: 220px;
	border: none;
}
#subInner ul li ul li a,
#subInnerFirst ul li ul li a {
	padding: 2px 0 5px 5px;
}
#subInner ul li.current ul li,
#subInnerFirst ul li.current ul li {
	font-weight: normal;
}
#subInner a,
#subInnerFirst a {
	color: #fff;
}
#subInner p.select,
#subInnerFirst p.select {
	font-size: 85%;
}
#subInner form,
#subInnerFirst form {
	margin-bottom: 0;
	font-size: 85%;
}
#subInner input,
#subInnerFirst input {
	font-size: 85%;
}
#subInner select,
#subInnerFirst select {
	font-size: 85%;
}
#selectModule form {
	padding: 0 5px;
}
#selectModule select {
 	display: block;
	margin: 0 0 5px 0;
}
#selectModule .submit {
 	display: block;
	margin: 0 0 0 75px;
}
#selectModule .select {
    padding: 5px;
}
.search {
	padding: 20px 0 0 5px;
}


/* スポンサー装飾
------------------------------------------------------------ */
.sponsor {
	padding: 40px 0 10px 0;
	background: url(img/bar_footer.gif) no-repeat top;
	text-align: left;
}
.sponsor p {
	margin-bottom: 1em;
	color: #71B60A;
	font-size: 93%;
}
.sponsorList {
	width: 920px;
	min-height: 80px;
	_height: 80px;
	margin: 0 0 0 20px;
	color: #666;
	font-size: 93%;
}
.sponsorList .operation {
	color: #999;
}
.sponsorList dl {
	margin: 0;
	padding: 0;
}
.sponsorList dt {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.sponsorList dd {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.sponsorList img {
	margin: 0;
	padding: 5px 0;
}

/* フッター装飾
------------------------------------------------------------ */
#footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer #copyright {
	padding: 10px;
	background: #71B60A;
	color: #fff;
	font-size:77%;
}
#footer #copyright a {
	color: #fff;
}

/* 投稿ページ内、テキスト回り込み
------------------------------------------------------------ */

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 .post .wp-caption-text {
	color: #666;
	font-size: 85%;
	line-height: 1.2;
}
.alignright p.wp-caption-text {
	padding: 0 0 2px 15px;
}
.alignleft p.wp-caption-text {
	padding: 0 15px 2px 0;
}

/* 記事内テーブル
------------------------------------------------------------ */

table {
	margin: 0 0 1.5em 0;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 93%;
}
th {
	padding: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}
tr {
}
td {
	padding: 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
td span {
	display: block;
	margin: 1em 0 0 0;
}
.caption {
	margin: 0 0 2em 0;
	font-size: 93%;
	line-height: 1.5;
}

.history {
	text-align: right;
	margin: 0 10px 40px 0;
}

/* 記事内Index
------------------------------------------------------------ */

.listIndex ul {
	margin: 0 0 2em 0;
}
.listIndex li {
	list-style: none;
	line-height: 120%;
	font-size: 93%;
}

/* Clear Floated Elements
------------------------------------------------------------ */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* 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 */



