@charset "utf-8";
/*  
Theme Name: Business Skill
Theme URI: http://http://www.dutnux.com/
Description: Theme of Business Skill
Version: 0.1
Author: Business Skill
*/



/*
------------------------------
   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: #fff;
}

a:link    { color: #00a0c6; text-decoration: none; }
a:visited { color: #00a0c6; 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 {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#content{
	width: 950px;
	margin: 0 auto;
}

#contentInner{
	overflow: hidden;
	margin: 0 0 42px 0;
}


#contentInner:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Header */

#header {
	margin: 0 auto 20px auto;
}

#headerInner {
	width: 950px;
	height: 60px;
	margin: 0 auto 0 auto;
}

#headerCopy {
	margin: 0 0 1px 0;
	color: #666;
	font-size: 12px;
	line-height: 14px;
}

#headerNavWrap {
	height: 40px;
}

ul#headerNav {
	overflow: hidden;
	width: 950px;
	height: 40px;
	margin: 0 auto 0 auto;
	background: #fff;
}

ul#headerNav li {
	float: left;
}

ul#headerNav li#hnHome {
	padding: 0;
}

ul#headerNav li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}


/* Contents */

#main{
	float: left;
	width: 620px;
}

.entry {
	margin: 0 0 42px 0;
	padding: 0 0 10px 0;
	background: url("images/bg_entry.png") center bottom no-repeat #fff;
}

.entryContent {
	margin: 0 20px 0 20px;
}

.entry h2.entryTitle {
	margin: 0 0 10px 0;
	padding: 14px 20px 14px 40px;
	font-size: 18px;
	line-height: 22px;
	background: url("images/bg_ttl_entry.png") center no-repeat;
}

.entry h2.entryTitle a {
    color: #0097e6;
    text-decoration: none;
}

.entry h2.entryTitle 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;
}



/* Home */

#mainvisual {
	margin: 0 0 20px 0;
}


#homeLead {
	overflow: hidden;
	margin: 0 0 50px 0;
}

#homeLead h2 {
	margin: 0 0 10px 0;
}

#homeLead p {
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}



#homeEntries {
	margin: 0 0 30px 0;
}

#homeEntriesTitle {
	margin: 0 0 24px 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}

.entry h3.homeEntryTitle {
	margin: 0 0 15px 0;
	padding: 13px 20px 13px 40px;
	font-size: 18px;
	line-height: 24px;
	border-left: none;
	background: url("images/bg_ttl_entry.png") no-repeat;
}



/* SideNavi */

#sidebar{
	float: right;
	width: 300px;
	padding: 0 0 0 0;
}

#sidebar .sidebarContent{
	margin: 0 0 21px 0;
	padding: 0 0 10px 0;
	background: url("images/bg_sn_menu.png") center bottom no-repeat;
}

#sidebar #sidebarPopular {
	background: url("images/bg_sn_topic.png") center bottom no-repeat;
}


#sidebar h3{
    padding: 13px 10px 13px 30px;
    font-size: 16px;
	line-height: 24px;
	background: url("images/bg_sn_ttl_menu.png") no-repeat;
}

#sidebar #sidebarPopular h3 {
	color: #fff;
	background: url("images/bg_sn_ttl_topic.png") 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{
	margin: 0 1px 10px 1px;
}

#sidebar ul li, #sidebar ol li{
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li a:link,
#sidebar ul li a:visited {
	display: block;
	padding: 8px 10px 8px 21px;
	color: #2e2e2e;
	text-decoration: none;
	background: url("images/li_sidebar_list.gif") top left no-repeat #fff;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#sidebar ul li a:hover {
	background: url("images/li_sidebar_list.gif") top left no-repeat #66d3eb;
}

#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;
}

#searchform {
	margin: 10px;
}



/* 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 */

p#backtotop{
	clear: both;
	width: 920px;
	margin: 0 auto 8px auto;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

#footer{
	clear: both;
	width: 916px;
	margin: 0 auto 24px auto;
	padding: 8px 12px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer a {
	color: #2e2e2e;
}

#footer-inner{
	
}

#footer p{
	margin: 0 0 14px 0;
	color: #2e2e2e;
	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;
}