@charset "utf-8";

/* 
Theme Name:マウンテンバイク 3列
Theme URI: http://www.fsv.jp/
Description: Firstserver Tmaplate 
Version: 1.02 2008/07/16
Author: Firstserver
Author URI: http://www.fsv.jp/
*/


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

body {
	color:#555;
	background:#ffcc00 url(images/back.gif) ;														/* ----- 背景色 ----- */
	margin:0;
	font: normal 75%/1.5 "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a:link, a:visited {
    text-decoration: underline;
}

a {
    color: #826220;																									/* ----- リンク色 ----- */
}

a:hover {
    text-decoration: none;
	color:#826220;																									/* ----- リンク色 ----- */
}


ol { list-style: decimal outside; }
ul { list-style: disc outside; }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

img a {
	border:0;
}

address {
    font-style: normal;
    display: inline;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-form-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}
.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

/* Layout ----------------------------------------------------------------- */


#container-inner {
    width: 900px;
    min-height: 100%;
    text-align: left;
    margin: 0 auto;
    background: #fff;
}

#header, #content, #alpha, #beta, #gamma, #footer {
	position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}
* html #alpha, * html #beta, * html #gamma {
	padding-top: 24px;
}
#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
	position: static;
    overflow: hidden;
}


/* TWT */

.layout-twt #alpha {
    left: 190px;
    width: 520px;
}

.layout-twt #beta {
    left: -520px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* WT */

.layout-wt #alpha {
    width: 660px;
}

.layout-wt #beta {
    width: 190px;
}


/* TW */

.layout-tw #alpha {
    left: 190px;
    width: 660px;
}

.layout-tw #beta {
    left: -660px;
    width: 190px;
}


#alpha-inner {
	padding:0 20px 20px;
}

#beta-inner {
	padding: 0 0 5px;
	margin:0 10px 10px;
	background:#fff;
}

#gamma-inner {
	padding: 0 0 5px;
	margin:0 10px 10px;
	background:#fff;
}

.layout-twt #content-inner {
	background: url(images/content-twt.gif) repeat-y;
}

.layout-wt #content-inner {
	background: url(images/content-wt.gif) repeat-y;
}

.layout-tw #content-inner {
	background: url(images/content-tw.gif) repeat-y;
}


/* Header ----------------------------------------------------------------- */

#header {
	background: url(images/header_2.jpg) no-repeat right top;
	
}

#header-inner {
    padding: 0 0 30px;
}

#header a {
    color: #ffb400;
    font-weight: bold;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

* html #header-content {
    height: 50px;
}

#header-content {
    width: 880px; 
	margin: 20px 0 0 20px;
}

#header-name {
    margin: 10px 0 5px 5px;
    font-size: 240%;
    font-weight: bold;
	text-indent: -9999px;
}
#header-name a {
	display: block; width: 220px; height: 28px; background: url(images/logo.gif) no-repeat;
}

#header-description {
	margin:0 0 0 14px;
	font-size: 100%;
	line-height: 1.3;
	color: #555;
	width: 320px;
}


/* Content ---------------------------------------------------------------- */

.asset-body,
.asset-more,
.asset-more-link,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}


.entry-categories {
    margin-bottom: .5em;
}

.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.entry-categories-list .entry-category {
    display: inline;
}

#content {
	background: #fff url(images/content.gif) repeat-x left top;
	padding-top: 24px;
}

#content-inner {
    padding: 0 !important;
}

.content-nav {
    text-align: center;
    margin: 30px 0 10px;
}


/* asset */
.asset {
    margin:0 0 10px;
	background:#FAF1D1;																							/* ----- 記事背景色 ----- */
}

.asset-header {
    margin:0 0 10px;
	padding-top:5px;
}

.layout-twt .asset-header {
}

.asset-name {
	font-size: 180%;
	font-weight: bold;
	color: #000000;
	margin:0 5px 5px;
	padding:5px 5px 5px 50px;
	background:url(images/asset-name_bg.gif) no-repeat left center;
	border-bottom: 1px dotted #333333;
}

.asset-meta {
    margin:5px 0 0;
    padding: 5px 10px 10px;
    font-size: 90%;
}

.asset-name a {
	text-decoration: none;
	color: #000000;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
	padding:0 10px;
}
.asset-body {
    margin:0 0 10px; line-height: 1.8;
}
.asset-body p {
	margin-bottom: 1.7em;
}

.asset-more-link {
    font-size: 90%;
	text-align:right;
}

.asset-footer {
	clear: both;
	margin: 10px 0 0;
	padding: 5px 10px 10px;
	font-size: 90%;
	background:url(images/asset-footer_bg_2.gif) 0 bottom repeat-x;
}

.layout-twt .asset-footer {
	background:url(images/asset-footer_bg_3a.gif) 0 bottom repeat-x;												/* ----- 記事背景色Bottom ----- */
}

.entry-categories,
.entry-tags {
	color:#003366;
}


/* comment*trackback */

.comments,
.trackbacks {
    margin:10px 0 30px;
}

.comments-header,
.trackbacks-header,
.comments-open-header {
	font-size : 120%;
	font-weight: bold;
	color: #000099;
	margin:0 0 10px;
	padding:10px 10px 10px 25px;
	background: url(images/comments-header_bg.gif) no-repeat left center;
	border-bottom: 1px dotted #666666;
}

.comments-content {
    margin:0 0 10px;
}

.comments-content p {
    margin:10px;
}

.comments-open {
    margin:0 0 10px;
}

.comment,
.trackback {
	margin:0 10px 0px;
	padding:0 0 5px;
	border-bottom:1px solid #999999;
}

#comment-submit,
#comment-preview {
    font-weight: normal;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin: 0;
}

.comment-content p {
    margin: 0 10px 3px;
}

.comments-open-content,
#comments-open-footer {
    margin:0 0 5px;
	padding:0 10px;
}

#comment-form-external-auth{
    margin:0 0 5px;
	padding:0;
}

.comments-open label {
    display: block;
}

#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text {
    margin:0 0 5px;
}

.trackbacks-info,
.trackback-content,
.trackback-footer {
    margin:0 0 5px;
	padding:10px 10px 0;
}

/* archive-title */
.archive-title {
	margin: 5px 0 20px;
	padding:0 5px;
	font-size: 100%;
	font-weight: bold;
	color: #233A53;
	background:url(images/archive-title_bg.gif) 0 center no-repeat;
	border-bottom: 1px dotted #000000;
}

.archive-title em {
	font-style:normal;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text,
#comment-tex {
    width: 80%;
}

/* search */

.search-results-header {
    margin: 5px 0 20px;
	padding:0 5px;
    font-size: 100%;
    font-weight: bold;
    color: #233A53;
	background:url(images/archive-title_bg.gif) 0 center no-repeat;
	border-bottom: 1px dotted #000000;
}

/* Footer ----------------------------------------------------------------- */

#footer {
	background: #B5993A;
	border-top: 3px solid #676767;
}

#footer-inner {
    padding: 0 20px;
}

#footer-content {
    color: #000000;
    margin: 20px 0;
}

#footer-content a {
    color: #000000;
}

#footer .widget {
    margin: 10px 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Widget ----------------------------------------------------------------- */

.widget {
	position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px;
}

.widget a {
    color: #826220;
} 

.widget a:hover {
    color: #826220;
}

.widget-header {
	margin: 0 5px 10px;
	padding: 4px 10px 4px 35px;
	font-size : 120%;
	background: #FAF1D1 url(images/widget-header.gif) no-repeat 5px;												/* ----- タイトル背景色 ----- */
	color:#000000;
	border-bottom:1px solid #000000;
}  

.widget-header a {
    text-decoration: none;
    color: #826220;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
	position: relative;
    margin: 0;
}

.widget li {
	margin: 0 0 3px;
	padding-left:20px;
	background:url(images/li.gif) 0 3px no-repeat;
	height: 100%;
}

.widget ul {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}

.widget ul ul{
    margin: 0;
    padding: 0 0 0 10px;
}

.widget select {
	margin-left: 15px;
	width: 140px;
}

/* Category */

.widget_categories li {
    margin: 0;
	padding-left:20px;
	background: url(images/li.gif) 0 0.4em no-repeat;
	list-style-position: outside;
}

.widget_categories a {
    margin: 0 0 3px;
}

.widget_categories .children li {
    margin: 0;
	padding-left:20px;
	background: none;
	background: url(images/li.gif) 0 0.4em no-repeat;
	list-style-position: outside;
}


/* Links */

.widget_links ul {
	margin: 0; padding: 0; background: none;
}
.widget_links ul li {
	margin: 0 0 0 5px; padding: 0; background: none;
}
.widget_links ul li ul li {
    margin: 0;
	padding-left:20px;
	background: url(images/li.gif) 0 3px no-repeat;
}


/* Calendar */

#wp-calendar {
	text-align:center;
	margin:0 auto;
}

#wp-calendar td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

#wp-calendar caption {
	text-align:center;
	margin:0 auto 5px;
	font-weight:bold;
}

#wp-calendar #prev {
	text-align:left;
}

#wp-calendar #next {
	text-align:right;
}

/* search */

#searchform {
    margin: 0;
    padding: 0 15px;
}

.widget-search ul {
    margin: 5px 0 0;
    padding: 0;
}

.widget-search li {
	padding:0;
	background: none;
	font-size:90%;
}

#s {
	margin-bottom:5px;
	width:130px;
}

/* rss */

.widget_rss .widget-header a {
    text-decoration: none;
	color:#5c87b3;
	font-size : 120%;
}

/* rss */

.textwidget {
    margin: 0;
    padding: 0 15px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-header,
.asset-body,
.asset-footer {	/*HACK targets IE6 but not 7*/
    height: 1%;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

.author_photo {
	float: right; margin: 0px 0px 15px 15px; background-color: #FFF; border: 1px solid #CCC;
}
.author_photo img {
	padding: 3px;
}
#info {
	margin: -8px 10px 15px;
}
#info img {
	border: 1px solid #CCC; padding: 3px; background-color: #FFF; margin-bottom: 8px;
}
#link2 {
	margin: 0px 0px 30px;
}
#link2 p {
	margin: 0px 10px 6px;
}

#rank {
	margin: 0 0 25px;
}
#rank p {
	margin: 0 5px 10px; line-heigh: 120%;
}
#toukou {
	margin: 0 0 25px;
}
#toukou p {
	margin: 0 5px 10px; line-heigh: 120%;
}
#rank2 {
	margin: 40px 10px 20px;
}
#gremz2 {
	margin: 20px 0px 25px;
}
#gremz2 p {
	margin: 0 5px 5px;
}
#gremz {
	text-align: center;
}
#share100 {
	margin: 20px 10px;
}
#mail_form p {
	margin-left: 10px; margin-right: 10px;
}
#toukou .go_li {
	margin: 0 0 3px 10px;
	padding-left: 20px;
	background: url(images/li.gif) 0 3px no-repeat;
	height: 100%;
}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */

#calendar_wrap {
	margin-bottom: 5px;
}