/*  
Theme Name: smartsource
Theme URI: 
Description: 
Version: 1.0
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
}

* html #ancillary .block{
	margin: 0px 0px 0px 4%;
}

* html #comments cite{
	width: 30.6%;
}

* html #primary .secondary{
	margin-right: 4%;
}

* html #primary.twocol-stories .story{
	margin-left: 2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

a{
	color: #000000;
}

a img{
	border: none;
}

blockquote{
	border-left: 2px solid #CCCCCC;
	color: #CCCCCC;
	margin-left: 1em;
	padding-left: 1em;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body{
	background: #e1e1e1;
	color: #595757;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
}

fieldset {
	padding: .5em;
}

h1{
	color: #595757;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin: 1em 0px;
}

h2, h3{
	color: #595757;
	font-size: 1.15em;
	font-weight: bold;
}

input.textfield, textarea{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	margin: 5px 0px;
	width: 15em;
}

label.text{
	left: 0.5em;
	position: relative;
	top: -0.5em;
}

li, dd {
	margin-left: 5%;
}

ol#comments{
	list-style-type: none;
	margin: 2em 0px;
}

ol#comments li{
	list-style-type: none;
	margin: 2em 0px;
}

p{
	line-height: 1.75em;
}

pre{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 1em 0px;
	width: 100%;
}

select option{
	padding: 0px 5px;
}

table{
	border-spacing: 2px;
	margin: 1.5em 0px;
	width: 100%;
}

table caption{
	color: #000000;
	margin-bottom: -1em;
	margin-top: 1em;
	text-align: left;
}

table td{
	background: #CCCCCC;
	color: #000000;
}

table th{
	background: #CCCCCC;
	color: #000000;
	text-align: left;
}

table th, table td{
	padding: 0.3em 0.75em;
}

textarea.commentbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	height: 10em;
	margin: 5px 0px;
	padding: 0.25em;
	width: 28em;
}

ul li{
	list-style-type: square;
	margin: 0.5em 0px 0.5em 2em;
}

ul.counts .count{
	color: #7A7A7A;
	float: right;
}

ul.counts{
	border-top: 1px solid #C2C2C2;
	list-style-type: none;
	margin: 1.5em 0px;
}

/*Recenty*/
dl.dates {
	padding-top: 7px;
	background: url(img/common/dotted_line.gif) repeat-x left top;
	line-height: 1.6;
}

dl.dates dt {
	float: left;
}

dl.dates dd {
	padding-left: 72px;
	margin: 0 0 7px 0;
	padding-bottom: 7px;
	background: url(img/common/dotted_line.gif) repeat-x left bottom;
}

dl.dates dd .icon {
	float: left;
	margin-right: 7px;
	padding-top: 1px;
}

dl.dates dd p {
	margin: 0!important;
	overflow: hidden;
	zoom:1;
}

dl.dates dd img {
	vertical-align: middle;
}

dl.dates dd a {
	vertical-align: middle;
	text-decoration: none;
	color: #595757;
	padding-bottom: 1px;
}

dl.dates dd a:hover {
	color: #000;
}

/*Categoeries*/
ul.catList {
	padding-top: 7px;
	background: url(img/common/dotted_line.gif) repeat-x left top;
	margin-bottom: 40px;
}

ul.catList li {
	margin: 0 0 7px 0;
	padding-bottom: 7px;
	background: url(img/common/dotted_line.gif) repeat-x left bottom;
	list-style: none;
	line-height: 1.6;
	vertical-align: middle;
}

ul.catList li img {
	vertical-align: middle;
	margin-right: 3px;
}

ul.catList li a {
	text-decoration: none;
	color: #595757;
}

ul.catList li a:hover {
	color: #000;
}

ul.catList li a span {
	vertical-align: middle;
}

ul.banner {
	margin-bottom: 40px;
}

ul.banner li {
	list-style-type: none;
	margin: 0;
	text-align: center;
}

ul.banner li a {
	margin-bottom: 5px;	
}

.clear{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

.comment-head{
	border-bottom: 1px solid #E3E3E3;
	padding: 0.8em 2em 1.0em 2em;
}

.comment-head .details{
	font-size: 0.95em;
}

.comment-head a{
	color: #868686;
	text-decoration: none;
}

.comment-head h2{
	font-size: 1.5em;
	margin: 0px;
}

.formactions .spinner{
	float: right;
	margin: -8px -20px 0px 0px;
}

.formactions input.submit{
	background-color: #CCCCCC;
	border: 1px solid #868686;
	float: right;
	margin: -1em 0px 0px 0px;
	padding: 0px 0.5em;
}

.hide, .print-logo, .close-button{
	display: none;
}

/* This class sets the width and position for all rows */
.inside{
	width: 80%;
	max-width: 85em;
	min-width: 65em;
	margin:0 auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

.rule{
	border-top: 1px solid #CCCCCC;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 1.5em 0px;
}

.secondary .featured dl{
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary .featured p{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	line-height: 1.5em;
	margin: 1em 0px 0px 0px;
	padding: 0.5em 0px 0.6em 0px;
}

.secondary dd{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.secondary dd a{
	color: #595757;
}

.secondary dd a:hover{
	color: #000000;
}

.secondary dt{
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #595757;
}

.single-post h1, .single-post h2{
	margin-top: 0px;
}

.story h3{
	color: #666666;
	font-size: 1.15em;
	font-weight: normal;
	margin: 0px 0px 1.5em 0px;
}

.story h3 a{
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/
#ancillary{
	padding: 2em 0px 0px 0px;
}

#ancillary .block{
	float: left;
	margin: 0 0 0 5%;
	width: 30%;
}

#ancillary .block h2, #ancillary .block h3{
	margin: 0px 0px 1em 0px;
}

#ancillary .block-separator{
	clear: both;
	height: 2.5em;
}

#ancillary .first, * html #ancillary .first{
	clear: both;
	margin: 0px;
}

#ancillary .thrice-length{
	width: 100%;
}

#ancillary .twice-length{
	width: 65%;
}

#comment-form{
	margin: 5em 0px 5em 35.4%;
	width: 36em;
}

#comments .content{
	border-left: 1px solid #868686;
	float: left;
	margin-left: 1.9%;
	padding: 0px 0px 0px 2%;
	width: 60%;
}

#comments .content h3{
	font-size: 1em;
	margin: 0px;
}

#comments .content p{
	margin: 0px 0px 1em 0px;
}

#comments .pingback cite .author{
	background: url(../images/trackback_pingback.gif) 100% 0 no-repeat;
	display: block;
	padding-top: 68px;
}

#comments cite{
	float: left;
	font-style: normal;
	text-align: right;
	width: 31%;
}

#comments cite .admin-tools{
	margin: 5px 0px;
}

#comments cite .admin-tools a{
	background: #666666;
	border: 1px solid #999999;
	float: right;
	margin: 0px 5px;
	padding: 0px 3px 3px;
	text-decoration: none;
}

#comments cite .author{
	font-size: 1.2em;
}

#comments cite .author a{
	text-decoration: none;
}

#comments cite span{
	display: block;
}

#errors{
	color: #FF0000;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	color: #6C6C6C;
	text-align: center;
	margin-top: 20px;
}

#footer .footerInner {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 85em;
    min-width: 65em;
	background: url(img/common/footer_bg.gif) repeat-x left top;	
}

#footer .copyRight {
	margin: 0;
	line-height: 1.4;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background: #FFFFFF;
}

#header .inside{
	padding: 25px 0 10px;
	position: relative;
}

#header h2{
	border-right: 1px solid #808080;
	float: left;
	font-size: 2.25em;
	margin: 0px 25px 0px 0px;
	padding: 5px 35px 5px 0px;
}

#header h2 a{
	color: #000000;
	text-decoration: none;
}

#header p.description {
	line-height: 1em;
	margin: 0px;
	padding: 1em 0px;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#live-search{
	position: absolute;
	top: 30px;
	right: 0px;
	-moz-opacity: 0.4;
	
}

#live-search:hover{
	-moz-opacity: 1.0;
}

#live-search input.sText {
	width: 175px;
	background-color: #F8F8F8;
	border: 1px solid #868686;
}

#live-search input:focus {
	background: #fff;
}

#live-search input.sButton {
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#preview{
	border: 1px solid #CCCCCC;
	margin: 1em 0px;
	padding: 0.5em;
}

#preview p{
	margin: 1em 0px 0px 0px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/
#primary{
	background: #FFFFFF;
	color: #595757;
	padding: 30px 0 2em 0;
}

#primary .primary{
	float: right;
	width: 65%;
}

#primary .secondary{
	display: inline;
	float: right;
	margin-right: 5%;
	padding-top: 0.65em;
	width: 30%;
}

#primary .secondary .admin-tools{ margin:1em 0; }
#primary h2{
	color: #000000;
}

#primary.onecol-stories .primary{
	float: left;
	width: 50%;
}

#primary.onecol-stories .secondary{
	float: right;
	margin: 0 0 0 10%;
	width: 40%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}

* html #primary.twocol-stories .story{
	margin-left:2%;
}

#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

.story .details{
	margin:1em 0;
	text-align:right;
	border-top:1px solid #cccccc;
	padding:0.5em 0;
	font-size:0.95em;
	color:#4D4D4D;
}
.story .details .read-on{
	background:url(../images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
}
.story .details a{
	color:#4D4D4D;
	text-decoration:none;
}

.story .details a:hover{ color:#000000; }

#search .spinner{
	padding: 0px 0px 5px 0px;
	text-align: right;
}

#search img{
	left: -5px;
	margin-top: 2px;
	position: relative;
	top: 0.25em;
}

#search img.archives-icon{
	margin: 0px 7px 0px 0px;
	top: 1px;
}

#search input{
	background-color: #F8F8F8;
	border: 1px solid #868686;
	font-size: 0.85em;
	margin-top: 2px;
	width: 175px;
}

#search input:focus{
	background: #FFFFFF;
}

#search-result ul{
	margin: 0px;
}

#search-results{
	background: #CCCCCC;
	border-top: 1em solid #000000;
	float: right;
	-moz-opacity: 0.9;
	padding: 0px 0px 0px 0px;
	width: 30%;
}

#search-results h3{
	background: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	text-align: left;
}

#search-results small{
	border-bottom: 1px solid #555555;
	border-top: 1px solid #666666;
	display: block;
	font-size: 0.9em;
	padding: 0.5em 1em 0.7em 1em;
	text-align: left;
}

#search-results small a{
	color: #CCCCCC;
}

#search-results ul li{
	list-style-type: none;
	margin: 0.5em 0px;
	padding: 0px 1em 0.5em 1em;
}

#search-results ul li a{
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
}

#search-results ul li:hover{
	background: #202020;
}

/*archiveList*/
dl.archiveList {
	border-top: 1px solid #c9c6c5;
	padding-top: 7px;
}
dl.archiveList dt {
	float: left;
}

dl.archiveList dd {
	margin: 0 0 7px 0;
	padding: 0 0 7px 80px;
	border-bottom: 1px solid #c9c6c5;
}

dl.archiveList dd img {
	vertical-align: middle;
}

dl.archiveList dd .title {
	vertical-align: middle;
	padding-left: 15px;
}

dl.archiveList dd a {
	color: #595757;
	text-decoration: none;
}

dl.archiveList dd a:hover {
	color: #000;
}

/*pagenavi*/
.pageNavi {
	text-align: right;
	margin-top: -20px;
	position: relative;
}

.pageNavi a.previouspostslink {
	background: url(img/common/prev_icon.gif) no-repeat left 3px;
	padding-left: 15px;
	margin-right: 10px;
}

.pageNavi a.nextpostslink {
	background: url(img/common/next_icon.gif) no-repeat right 3px;
	padding-right: 15px;
}



/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
#secondary{
	background: #F3F3F3;
	border-top: 1px solid #E3E3E3;
	padding: 1px 2em;
}

/*-----------------------------------------------------------------------------------------------
    Index
-----------------------------------------------------------------------------------------------*/
#conts {
	height: 260px;
}

/*-----------------------------------------------------------------------------------------------
	clearfix
-----------------------------------------------------------------------------------------------*/

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


#fade {
    position:fixed!important;
    position:absolute; /* ie6 */	
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.image_contents {
		text-align: center;
		background: #fff;
}

/*-----------------------------------------------------------------------------------------------
	画像回りこみ
-----------------------------------------------------------------------------------------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/*-----------------------------------------------------------------------------------------------
	0724追加
-----------------------------------------------------------------------------------------------*/
#conts {
	background: #fff;
}
#conts ul {
	list-style-type: none;
    margin: 0 auto;
    max-width: 85em;
    min-width: 65em;
    width: 80%;
	padding: 10px 0;
}

#conts ul li {
	text-align: center;
	list-style: none;
	font-family: 'Fredericka the Great', cursive;
}

#conts ul li h2 {
	font-size: 2.0em;
	font-weight: normal;
	margin: 0;
}

#conts ul li h3 {
	font-size: 14.0em;
	font-weight: normal;
	line-height: 1.0;
	margin: 0;
}

#conts ul li h3 span {
	display: block;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#conts ul li h3 a {
	color: #595757;
	text-decoration: none;
}

#conts ul li h3 a:hover {
	color: #000;
}

ul.dates {
	margin: 0;
	padding: 0;
}

ul.dates li {
	list-style: none;
	margin: 0 0 8px;
	padding: 0 0 9px;
	background: url("http://www.smartsource.jp/wp-content/themes/smartsource/img/common/dotted_line.gif") repeat-x scroll left bottom
}

ul.dates li img {
	vertical-align: middle;
	margin: 0 5px;
}

ul.dates li a {
	color: #595757;
	text-decoration: none;
}

ul.dates li a:hover {
	color: #000;
}


.catlist {
	padding-top: 30px;
}

ul.banner li {
	text-align: left;
	margin-bottom: 7px;
	padding-bottom: 5px;
	background: url(img/common/dotted_line.gif) repeat-x scroll left bottom
}

ul.banner li span {
	padding-left: 10px;
	background: url(img/common/arrow.jpg) no-repeat 0 4px;
}

ul.banner li img {
	width: 100%;
}

.jquery-slider-pages {
	display: none;
}

.holder a {
	text-align: center;
	padding: 2px 5px;
	height: 20px;
	border: solid 1px #ccc;
	cursor: pointer;
	float: left;
}

.holder span {
	text-align: center;
	padding: 2px 5px;
	height: 20px;
	border: solid 1px #ccc;
	float: left;
}

.holder a:hover
,.holder a.jp-current{
	text-decoration: none;
	border-color: #666;
}

.holderbox {  
	position: relative;  
	overflow: hidden;  
}  
.holder {  
	float: left;  
	position: relative;  
	left: 50%;  
}  
.holder a,.holder span {
	display: inline;
	margin: 0 3px;
	width: 15px;
	position: relative;  
	left: -50%;  
	float: left;  
}  

.jquery-slider {

}