@charset "utf-8";
/*  
Theme Name: Leadership Learning
Description: Theme of Leadership Learning
Version: 0.1
*/



/*
------------------------------
   RESET
------------------------------ */


html,body,
h1,h2,h3,h4,h5,h6,p,
div,span,
table,tr,th,td,
ul,ol,li,
dl,dt,dd,
form,fieldset,input,option,select,textarea {
	margin:0;
	padding:0;
}

html {
	scroll-y: auto;
}

body {
	color: #2e2e2e;
	background: #f1f1f1;
}

a:link    { color: #223e6e; text-decoration: none; }
a:visited { color: #223e6e; text-decoration: none; }
a:hover   { color: #900; text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol,li,dl,dt,dd { list-style: none; }
hr { display: none; }

iframe{border:none;}

img,object{
	border: none;
	vertical-align: middle;
}


img.fl{
	float: left;
	margin: 0 14px 14px 0;
}

img.fr{
	float: right;
	margin: 0 0 14px 14px;
}

.ac{text-align: center;}
.ar{text-align: right;}




/*
------------------------------
   LAYOUT
------------------------------ */

#container {
	width: 890px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #fff;
}

#content{
	
}

#content-inner{
}

#content-inner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Header */

#header {
	position: relative;
	width: 890px;
	height: 142px;
	margin: 0 0 20px 0;
}

#headerInner {
	height: 100px;
	background: #223e6e; 
}

#headerCopy {
	margin: 0 0 1px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

ul#headerNav {
	overflow: hidden;
	height: 42px;
}

ul#headerNav li {
	float: left;
}

ul#headerNav li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/* Contents */

#main{
	float: right;
	width: 610px;
}

#main{
	padding: 0 15px 0 15px;
	width: 580px;
}

.entry {
	margin: 0 0 14px 0;
}

.entry a {
	text-decoration: underline;
}

.entry-content {
	margin: 0 10px 0 10px;
}

.entry h2.entry-title {
	margin: 0 0 20px 0;
	padding: 7px 10px 7px 20px;
	font-size: 18px;
	line-height: 24px; 
	background: url("img/bg_ttl_entry.png") left no-repeat;
	border-left: none;
	border-bottom: 2px solid #223e6e;
}

.entry h2.entry-title a {
    color: #0097e6;
    text-decoration: none;
}

.entry h2.entry-title a:hover {
    text-decoration: underline;
}

.entry h2 a{ text-decoration: none; }

.entry h3{
	margin: 3px 0 24px 0;
	padding: 3px 0 3px 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border-left: 7px solid #0097e6;
}

.entry h4{
	margin: 3px 0 18px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry p{
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ul,
.entry ol{
	margin: 0 14px 21px 28px;
}

.entry ul li{
	list-style-type: disc;
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ol li{
	list-style-type: decimal;
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ul.entry-info{
	height: 20px;
	margin: 0 0 21px 0;
	padding: 3px 42px 3px 42px;
	overflow: hidden;
}

.entry ul.entry-info li{
	float: left;
	list-style-type: none;
	margin: 0 14px 0 0;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 20px;
}

.entry ul.entry-info li.entry-date {
	padding-left: 19px;
	background: url("img/entry-date.png") left no-repeat;
}

.entry ul.entry-info li.entry-tags {
	padding-left: 19px;
	background: url("img/entry-tag.png") left no-repeat;
}

.entry ul.entry-info li.entry-tweets {
	margin: 0 5px 0 0;
}

.entry ul.entry-info li.entry-hatena a{
	
}

.entry blockquote {
	margin: 0 21px 21px 21px;
	padding: 21px 21px 0.1px 21px;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.entry table,
.entry table th,
.entry table td {
    border: 1px solid #ccc;
}

.entry table {
    margin: 0 0 20px 0;
}

.entry table th,
.entry table td {
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
}

.entry table th {
    background: #f1f1f1;
}

.google-meta {
	margin: 0 42px 0 42px;
	text-align: center;
}

.note {
	font-size: 12px;
	line-height: 16px;
}

#main dl{
	margin-bottom: 2em;
}

#main dl dt{
	margin: 0.5em 0 0.3em 0;
}

#main dl dd{
	margin: 0.3em 0 0.3em 2em;
}

#main .entry .related-entries{
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #f1f1f1;
}

#main .entry  .related-entries ul {
    margin: 0 0 5px 2px;
}

#main .entry  .related-entries ul li {
    list-style-type: none;
    margin: 0 0 8px 0;
    font-size: 13px;
}

#main .entry  .related-entries ul li span {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

#main .entry  .related-entries ul li a {
    font-weight: bold;
    color: #0097e6;
    text-decoration: none;
    border-bottom: 1px solid #0097e6;
}

#google-adsense{
	margin-bottom: 2em;
	text-align: center;
}

.wp-pagenavi {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

p#backtotop{
	clear: both;
	width: 870px;
	margin: 0 auto 16px auto;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

div.topsy_widget_shortcode,
div.topsy_theme_brick-red { display: inline; }


/* Page */

.page {
	margin: 0 0 42px 0;
}

.page-content {
	margin: 0 42px 0 42px;
}

.page h2.page-title {
	margin: 0 0 24px 0;
	padding: 9px 42px 9px 42px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: url(img/bg-entry-title.jpg) bottom repeat-x #fefefe;
	border-bottom: 1px solid #ddd;
}

.page h3{
	margin: 3px 0 24px 0;
	padding: 3px 0 3px 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border-left: 7px solid #111;
}

.page h4{
	margin: 3px 0 18px 0;
	font-size: 14px;
	line-height: 21px;
}

.page p{
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}



/* Home */

#mainvisual {
	margin: 0 15px 20px 15px;
}

#homeLead {
	margin: 0 0 30px 0;
}

#homeLead h2 {
	margin: 0 0 15px 0;
}

#homeLead p {
	margin: 0 0 18px 0;
	font-size: 12px;
	line-height: 18px;
}

.homeMenu {
	overflow: hidden;
	margin: 0 0 30px 0;
}

.homeMenuLeft {
	float: left;
	width: 280px;
}

.homeMenuRight {
	float: right;
	width: 280px;
}

.homeMenu h3 {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	color: 666;
	font-size: 14px;
	line-height: 16px;
	background: url("img/bg_ttl_home_menu.png") repeat-x;
}

.homeMenu p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.homeMenu ul {
	
}

.homeMenu ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	line-height: 18px;
	background: url("img/li_home_menu.png") left no-repeat;
}

#homeEntries {
	margin: 0 0 30px 0;
}

#homeEntriesTitle {
	margin: 0 0 10px 0;
	padding: 11px 10px 11px 10px;
	font-size: 14px;
	line-height: 18px; 
	background: url("img/bg_ttl_home_column.png") repeat-x;
	border-top: 3px solid #223e6e;
	border-bottom: 1px solid #ccc;
}

.entry h3.homeEntryTitle {
	margin: 0 0 10px 0;
	padding: 7px 10px 7px 15px;
	font-size: 14px;
	line-height: 18px; 
	background: url("img/bg_ttl_entry.png") left no-repeat;
	border-left: none;
	border-bottom: 2px solid #223e6e;
}



/* SideNavi */

#sidebar{
	float: left;
	width: 280px;
	padding: 0 0 0 0;
}

#sidebar{
	width: 250px;
	padding: 0 15px 0 15px;
}

#sidebar .sidebar-content{
	margin: 0 0 21px 0; 
}


#sidebar h3{
    margin: 0 0 8px 0;
    padding: 7px 10px 7px 15px;
    font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	border-top: 2px solid #223e6e;
    border-bottom: 1px solid #ccc;
    background: url("img/bg_ttl_entry.png") left no-repeat;
}

#sidebar h4{
	margin-bottom:10px;
	font-size:87.5%;
	line-height:1.3;
}

#sidebar p{
	font-size: 81.25%;
	line-height: 1.3;
}

#sidebar ul, #sidebar ol{
	
}

#sidebar ul li, #sidebar ol li{
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li{
	padding-left: 21px;
	background: url("/img/ic_sidebar_li.gif") left no-repeat;
}

#sidebar ol li{
	list-style: decimal inside;
	color: #7a3324;
}

#sidebar ul.st-tag-cloud {
	margin: 0 14px 0 14px;
	text-align: center;
	border: none;
}

#sidebar ul.st-tag-cloud li {
	margin: 0 7px 7px 7px;
	padding: 0;
	display: inline;
	border: none;
}



/* Comments */

#comments {
	padding: 28px 42px 42px 42px;
}

#comments h3 {
	margin: 0 0 16px 0;
	font-size: 16px;
	line-height: 21px;
}

#comments h4 {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 21px;
}

#comments p {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 21px;
}

.comment-content {
	margin: 0 0 21px 0;
	padding: 21px 21px 0.1px 21px;
	background: #fcfcfc;
	border: 1px dotted #ccc;
}

.comment-content p {
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}

#comments p.note {
	margin: 0 0 21px 0;
	font-size: 12px;
}

form#comment-form label {
	float: left;
	width: 150px;
	padding: 0 0 0 20px;
	font-size: 14px;
}

form#comment-form label#comment-author {
	background: url("img/comment-author.png") left no-repeat;
}

form#comment-form label#comment-email {
	background: url("img/comment-email.png") left no-repeat;
}

form#comment-form label#comment-url {
	background: url("img/comment-url.png") left no-repeat;
}

form#comment-form label#comment-text {
	background: url("img/comment-text.png") left no-repeat;
}

form#comment-form input[type="text"],
form#comment-form textarea {
	width: 330px;
	padding: 3px;
	margin-bottom: 7px;
	color: #2e2e2e;
	border: 2px solid #ccc;
	background: #fcfcfc;
}

form#comment-form p.submit-button {
	margin: 0 10px 20px 0;
	text-align: right;
}

div#trackback {
	margin: 0 0 21px 0;
}

div#trackback  h4 {
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 16px;
}

input#trackback-url {
	width: 500px;
	padding: 3px;
	margin-bottom: 7px;
	color: #2e2e2e;
	border: 2px solid #ccc;
	background: #fcfcfc;
}




/* Footer */

#footer{
	clear: both;
	padding: 24px 0;
	background: #666;
}

#footer a {
	color: #fff;
}

#footer-inner{
	width: 890px;
	margin: 0 auto;
}

#footer p{
	margin: 0 0 14px 0;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

#footer ul{
	margin: 0 auto;	
	text-align: center;
}

#footer ul li{
	display: inline;
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
}