@charset "utf-8";

/* CSS Document */

/*
Theme Name: TriumphTokyoOhta
Theme URI: http://Triumphtriumph-tokyoohta.jp
Description: 08.12.28 build
Version: 1.0
Author: maruno eriko
Author URI: http://maruno.org/
Tags: bike
*/

/* スタイルクリア */
* {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}

ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

pre{
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
}
/* スタイルクリアここまで */


body {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-size: 12px; /* モダンブラウザ向け */
	line-height: 22px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link {
	color: #272A75;
}
a:visited {
	color: #272A75;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #CC3333;
}
a img {
	border: none;
}

/* 枠 */
#wrap {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダ */
#Header {
	height: 171px;
	margin-bottom: 5px;
	background: url(../images/header.jpg) no-repeat left top;
}
/* ヘッダタイトル */
#Header h1 {
	text-indent: -9999px;
}
#Header h1 a {
	text-align: left;
	height: 153px;
	width: 385px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
/* ヘッダメニュー */
#Header ul {
	float: right;
	margin-top: 24px;
	margin-right: -9px;
}
#Header #HeaderNavi li {
	display: inline;
	margin-right: 5px;
	border-right: 1px dotted #FFFFFF;
	padding-right: 14px;
}

#Header #HeaderNavi li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* パンくずリスト */
/* #BreadCrumble { */
/* 	text-align: left; */
/* 	padding-top: 2px; */
/* 	padding-bottom: 2px; */
/* 	white-space : nowrap; */
/* } */

/* コンテンツエリア */
#Contents {
	width: 525px;
	float: right;
	margin-left: 15px;
	text-align : left;
}

H2.category_title{
	/* border : 1px solid #CCAA88;
	background-color : #FFEEDD; */
	
	font-size : 0px;
	padding : 10px 0px 5px;
	position : relative;
	text-indent: -9999px;
}


H3.category_title{
	border : 1px solid #66CC00;
	border-width : 0px 0px 1px 0px;
	padding : 15px 5px 5px 15px;
	font-weight: bold;
}

.article H3{
	margin : 20px 0px 10px 0px;
	background-color : #66CC00;
	padding : 3px;
	color : #FFFFFF;
}

.article H3 .article_name{
	display : inline;
	float : left;
}


.article H3 .jumper{
	display : block;
	float : right;
	text-align : right;
	font-size : 12px;
	margin : 5px 0px 0px 5px;
	white-space : nowrap;
}

.article H3 .empty{
	clear : both;
}

.article H3 A {
	color : #FFFFFF;
	text-decoration: none;
}
.article H3 A:visited {
	color : #FFFFFF;
	text-decoration: none;
}
.article H3 A:hover {
	color : #FFFFFF;
	text-decoration: underline;
}
.article H3 A:active {
	color : #FFFFFF;
	text-decoration: none;
}

.article .entry_image{
	float: left;
	visibility : hidden;
}
.article TABLE{
	float: left;
	display : inline;
}

.article .entry_noimage{
	width : 200px;
	height : 120px;
	border : 1px solid #999999;
	background-color : #CCCCCC;
	text-align : center;
	font-size : 14px;
}

.article .entry_etc{
	float : right;
	display : inline;
}

.article .entry_etc pre {
	width : 310px;
	text-align : left;
	font-size : 10px;
	line-height: 18px;

	/* 改行 */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */

}

.article .entry .empty{
	clear : both;
	margin : 0px 0px 10px 0px;
}


/* サイドナビエリア */
.SideBar{
	float: left;
	width: 180px;
}

/* フッタ */
#Footer {
	clear: both;
	width: 720px;
	margin-bottom: 5px;
	text-align: right;
	margin-top: 2px;
}
/* フッタメニュー */
#Footer ul {
	margin-bottom: 3px;
}
#Footer #FooterNavi li {
	display: inline;
	margin-left: 18px;
}

/* サイドナビ：カテゴリ */
.Category {
	background: url(../images/ct_bg_u.gif) no-repeat left top;
	text-align: left;
	padding-top: 7px;
	margin-bottom: 1px;
}
.Category ul {
	margin:0;
	padding:0;
	background: url(../images/ct_bg.gif);
}
.Category ul li {
	margin:0;
	padding-left:3px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
}
.Category ul li ul{
  border:none;
}
.Category ul li ul li {
	margin-left:12px;
	background: url(../images/ct_mark.gif) no-repeat left center;
	font-size: 12px;
	padding-left: 8px;
}


.Category ul li ul li a {
	color: #FFF151;
}
.Category ul li ul li a:visited {
	color: #FFF151;
}
.Category ul li ul li a:hover {
	color: #FF6600;
}
.Category ul li ul li a:active {
	color: #CCFF00;
}





.ulEnd {
	background: url(../images/ct_bg_b.gif) no-repeat;
	height: 7px;
}
.Category span {
	border-bottom: 2px solid #BFBDBD;
	display: block;
}


/* サイドナビ：バナー */
.Banner {
	margin-bottom: 40px;
	margin-top: 10px;
}
.Banner li {
	margin-bottom: 2px;
	line-height: 0;
}


/* サイドナビ：ショップリンク */
#ShopBanner {
	height: 86px;
	width: 180px;
	margin-bottom: 2px;
}



/* トップメインイメージ */
.MainImage {
	margin-top: 6px;
	margin-bottom: 6px;
}

.MainImage p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	/*margin-left: 3px;*/
}

/* トップキャンペーン告知 */
#CampaignBanner {
	margin-top: 15px;
}
#CampaignBanner h2 {
	margin-bottom: 4px;
	border: 1px solid #ECECEC;
}
#CampaignBanner p {
	margin-bottom: 4px;
}


/* トップ更新履歴 */
#TopNews {
	border: 1px solid #ECECEC;
}
#TopNews dl {
	text-align: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#TopNews dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.5em;
	font-weight: bold;
	color: #64A400;
}
#TopNews dd {
 margin-left: 8.5em;
}
.NewsTitle {
	font-weight: bold;
}


/* フッタ背景 */
#B {
	clear: both;
	background: url(../images/footer_bg.gif) no-repeat left top;
	height: 32px;
	width: 720px;
	margin-top: 5px;
}



/* 調整用：クリア */
.clear {
 clear:both;
}




/* Captions & aligment */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

.post {
	width: 525px;
	background: #FFCCFF;
}







/* 特集見出し */
.category-20 {
	height : 77px;
	background: #FFFFFF url(http://triumph-tokyoohta.jp/default_images/cat_01.gif) no-repeat left top;
}

/* トライアンフ情報見出し */
.category-24 {
	height : 77px;
	background: url(http://triumph-tokyoohta.jp/default_images/cat_02.gif) no-repeat left top;
}

/* オリジナル情報見出し */
.category-29 {
	height : 77px;
	background: url(http://triumph-tokyoohta.jp/default_images/cat_03.gif) no-repeat left top;
}

/* 店舗情報見出し */
.category-33 {
	height : 77px;
	background: url(http://triumph-tokyoohta.jp/default_images/cat_04.gif) no-repeat left top;
}

#BreadCrumble{
	/* position : absolute; */
	top : 0px;
	left : 0px;
/* white-space : nowrap; */
 font-size : 12px;
 font-weight : normal;
	padding : 5px 3px 3px 5px;
	width : 511px;
}

#BreadCrumbleBase {
	background-color : #FFFFFF;
	width : 517px;
	/* height : 16px; */
	/*	-moz-opacity : 0.85;
	opacity : 0.85;
filter : Alpha(opacity=85);
	border : 1px dotted #999999;
*/
	-moz-opacity : 0.50;
	opacity : 0.50;
	filter : Alpha(opacity=50);
	border-width : 0px 0px 1px 0px;
	/* position : absolute; */
	top : 0px;
	left : 0px;
	/* padding : 3px; */
}


.entry p {
	margin-bottom: 15px;
}


ol.mark01 {
	margin-bottom: 10px;
}
ol.mark01 li {
	list-style: decimal;
	margin-left: 50px;
	margin-top: 5px;
}
ol.mark01 ol li {
	list-style: upper-roman;
	margin-left: 20px;
	margin-top: 1px;
}
.page p {
	margin-bottom: 15px;
}

.page H2 {
	font-size : 0px;
	padding : 5px 0px 10px;
}



/* アーカイブページリンク */

.tablenav {
	color: #66CC00;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:right;
}

a.page-numbers, .tablenav .current {
	color: #66CC00;
	padding: 2px .4em;
	border:solid 1px #66CC00;
	text-decoration:none;
	font-size:12px;
}

a.page-numbers:hover {
	color:white;
	background: #66CC00;
}

.tablenav .current {
	color: white;
	background: #66CC00;
	border-color: #66CC00;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}


.counter {
 cursor:pointer;
 font-size:8px;
 text-align: left;
 margin-left: 24px;
 line-height: 5em;
 color: #645F5E;
 }
 
 #text {
 width: 400px;
 border: 1px solid #999;
 position: relative;
 top: -20px;
 left: 150px;
 background: #ECECEC;
 font-size: 12px;
 line-height: 16px;
 }