@charset "UTF-8";

/*---------- 共通設定 ----------*/
body{
	margin:0;
	padding:0;
	font:13px/175% Verdana, Arial, sans-serif;
	color:#343434;
	text-align:center;
	background-color:#ffc27f;
background-image: url(http://osaka.spot-repo.com/image/bg_b29_8.gif);
}

/* フォントサイズ／1行の高さ／フォント */
body, th, td, li, div, address, blockquote{
	font:12px/150% Verdana, Arial, sans-serif;
}

/* 余白の削除 */
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form{
	margin:0;
	padding:0;
}

/* アンカーテキスト */
a{text-decoration:none;}
a:link{color:#2359a3;}
a:active{color:#2359a3;}
a:visited{color:#2359a3;}
a:hover{color:#6fa3e6;}

/* imgタグの罫線削除 */
img{border:none;}

/* floatの回り込み解除 */
.clear{clear:both;}
.clear hr{display:none;}


/*---------- レイアウト ----------*/

/* 全体 */
#container{
	width:920px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#ffffff;
}

/* 全体内側 */
#innerWrap{
	width:100%;
	border-left:solid 1px #c09260;
	border-right:solid 1px #c09260;
}

/* コンテンツスペース */
#contentsWrap{
	width:auto;
	padding:10px;
	position:relative;
}

/* メインスペース */
#mainWrap{
	width:490px;
	float:left;
	overflow:hidden;
}

#mainWrap2{
	width:630px;
	float:left;
	overflow:hidden;
}


/* サイドスペース */
#sideWrap{
	width:390px;
	float:right;
	overflow:hidden;
}

#sideWrap2{
	width:260px;
	float:right;
	overflow:hidden;
}

/* サイドバー(A) */
#sideAlpha{
	width:220px;
	float:left;
	overflow:hidden;
}

/* サイドバー(B) */
#sideBeta{
	width:160px;
	float:right;
	overflow:hidden;
}


/*---------- ヘッダー ----------*/

/* ヘッドライン */
#headline{
	width:auto;
	padding:0 10px;
	font-size:10px;
	line-height:20px;
	color:#343434;
text-align:right;
background-image: url(http://osaka.spot-repo.com/image/bg_b29_8.gif);
}

#headline h1{
	padding-right:10px;
	display:inline;
	font-size:10px;
	line-height:20px;
}

/* タイトル */
#header #title{
	width:auto;
	font-size:15px;
	font-weight:bold;
	color:#ff8000;
margin-top:20px;
	margin-bottom:5px;
	margin-left:10px;
}

#header #title a{
	color:#343434;
}

#header #title a:hover{
	color:#6fa3e6;
}

#header{
background-image: url(http://osaka.spot-repo.com/image/photo_title2.jpg);
background-repeat: no-repeat;
background-position: right;
padding:5px;
border-top:solid 1px #c09260;
}

.description{
font-size:13px;
margin-left:10px;
margin-bottom:25px;
}

/*-- グローバルナビ --*/

#grobalNavi{
	width:auto;
	padding:0px 15px;
	list-style:none;
	line-height:26px;
	color:#343434;
	background-color:#fbca11;
font-size:14px;
}

#grobalNavi li{
	display:inline;
	line-height:26px;
}

#grobalNavi li a{color:#343434;}
#grobalNavi li a:hover{text-decoration:underline;}

#grobalNavi img{
margin-top:5px;
}
/*---------- 記事スペース ----------*/

/* 記事フレーム */
.entryWrap{
	margin-bottom:30px;
}

/* 記事タイトル */
.entryWrap h3{
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	color:#343434;
	border-bottom:solid 3px #343434;
}

.entryWrap h3 a:link,
.entryWrap h3 a:active,
.entryWrap h3 a:visited{color:#343434;}

/* 記事データ */
.entryMeta{
	font-size:10px;
	line-height:20px;
	text-align:right;
background-image: url(http://taiken-event.com/joshi-pc/image/bg_b01_18.gif);
}

/* 記事本文 */
.entryBody{
margin-left:10px;
padding-top:5px;
padding-bottom:5px;
padding-left:30px;
padding-right:30px;
border-left:solid 1px #c0c0c0;
border-right:solid 1px #c0c0c0;
border-bottom:solid 1px #c0c0c0;
border-top:solid 1px #c0c0c0;}

/* 記事本文 aタグ */
.entryBody a{
	text-decoration:underline;
}

/* 記事本文 pタグ */
.entryBody p{
	margin:15px 0;
	font-size:15px;
line-height:170%;
}

/* 記事本文 ulタグ */
.entryBody ul{
	margin-left:18px;
}

/* 記事本文 h3タグ */
.entryBody h3{
	margin:30px 0 15px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	color:#343434;
	border-bottom:solid 2px #343434;
background-image: url(http://taiken-event.com/joshi-pc/image/flag_red.gif);
background-repeat: no-repeat;
background-position: left;
}

/* 記事本文 blockquoteタグ */
.entryBody blockquote{
	margin:15px;
	padding:5px 5px 5px 10px;
	font-size:12px;
	color:#404040;
	border:solid 1px #ff8000;
	border-left:solid 5px #ff8000;
}


/* 記事本文 */
.entryBodyTop{
padding:5px;
border-left:solid 1px #c0c0c0;
border-right:solid 1px #c0c0c0;
border-bottom:solid 1px #c0c0c0;
border-top:solid 1px #c0c0c0;}

/* 記事本文 aタグ */
.entryBodyTop a{
	text-decoration:underline;
}

/* 記事本文 pタグ */
.entryBodyTop p{
	margin:15px 0;
	font-size:13px;
line-height:175%;
}

/* 記事本文 ulタグ */
.entryBodyTop ul{
	margin-left:18px;
}

/* 記事本文 h3タグ */
.entryBodyTop h3{
	margin:30px 0 15px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	color:#343434;
	border-bottom:solid 2px #343434;
background-image: url(http://taiken-event.com/joshi-pc/image/flag_red.gif);
background-repeat: no-repeat;
background-position: left;
}

/* 記事本文 blockquoteタグ */
.entryBodyTop blockquote{
	margin:15px;
	padding:5px 5px 5px 10px;
	font-size:12px;
	color:#404040;
	border:solid 1px #ff8000;
	border-left:solid 5px #ff8000;
}


/* パンくずリンク */
ul.topicPath{
	margin-bottom:15px;
	list-style:none;
margin-left:5px;
}

ul.topicPath li{
	display:inline;
}

/* 個別記事ヘッダー */
.entryHeader h2{
	font-size:14px;
	font-weight:bold;
	color:#343434;
       padding-left:50px;
padding-top:10px;
background-image: url(http://osaka.spot-repo.com/image/entry_title.jpg);
background-repeat: no-repeat;
background-position: left;
height:35px;
}

/* アーカイブ／カテゴリ／月別 記事リスト */
.entryListWrap{
	margin:15px 0;
	padding-left:5px;
}

/* アーカイブ／カテゴリ／月別 記事タイトル */
.entryListWrap h3{
	font-size:13px;
	font-weight:bold;
}

/* アーカイブ／カテゴリ／月別 記事概要 */
.entryListWrap p{
	font-size:12px;
	color:#343434;
}

.entryListWrap a {
text-decoration:underline;
color:#660000;

}

/* タグの表示 */
.entryTags dt{
	font-weight:bold;
	float:left;
	clear:left;
background-image: url(http://osaka.spot-repo.com/image/yellow_fff1cf.gif);
}

.entryTags dd{
background-image: url(http://osaka.spot-repo.com/image/yellow_fff1cf.gif);
font-weight:bold;
}

/* トラックバック／コメント */

#writebackWrap{
	margin:15px 0;
}

/* トラックバック／コメントの見出し */
.writebackTitle{
	margin:15px 0 5px;
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
}

/* トラックバック／コメントの小見出し */
#writebackWrap .writebackSubTitle{
	margin:10px 0 5px;
	line-height:30px;
color:#6B6B6B;
}

/* トラックバックURL用フォーム */
#writebackWrap p.writebackSubTitle input{
	width:240px;
}

/* トラックバック／コメントスペース */
#writebackWrap .trackbackWrap,
#writebackWrap .commentWrap{
	margin:0 0 15px;
	padding:5px;
	border:solid 1px #ccc;
}

/* トラックバック／コメントのタイトル */
#writebackWrap .trackbackWrap .trackbackItemTitle,
#writebackWrap .commentWrap  .commentData{
	margin-bottom:3px;
	font-weight:bold;
	line-height:24px;
	border-bottom:solid 2px #343434;
}


/* トラックバック／コメント本文 */
#writebackWrap .commentWrap .trackbackData{
	text-align:right;
}

#writebackWrap .commentWrap .commentBody{
	padding:0 2px;
}

/* コメントフォーム設定 */
.comment-data{
	border-bottom:solid 1px #999;
	font-weight:bold;
}

#comments-open-data dl{
	width:100%;
	overflow:hidden;
}

#comments-open-data dt{
	width:70px;
	float:left;
	clear:left;
	margin:0 0 10px;
	padding:0;
}

#comments-open-data dd{
	margin:0 0 10px;
	padding:0;
}

#comment-author{
	width:100px;
}

#comment-email,
#comment-url{
	width:200px;
}

#comment-text{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
	width:90%;
	height:180px;
}


/*---------- サイドバー ----------*/

/* サイドモジュール フレーム */
.moduleWrap{
	margin:0 0 10px;
}
.moduleWrap_info{
	margin:0 0 10px;
	line-height:175%;
background-image: url(http://osaka.spot-repo.com/image/yellow_fff1cf.gif);
border:solid 1px #c09260;
padding:5px;
}

/* サイドモジュール タイトル */
.moduleTitle{
	margin-bottom:5px;
	font-weight:bold;
	line-height:26px;
	color:#7e4008;
	border-bottom:solid 3px #343434;
}

/* サイドモジュール ulタグ/divタグ */
.moduleWrap ul{
	margin-left:18px;
	line-height:14px;
}

.moduleWrap div{
	line-height:14px;
}

.newentry ul li{
margin-left:0px;
padding: 2px 0 3px 20px;
line-height:16px;
background-image: url(http://osaka.spot-repo.com/image/X-beer-16x16.png);
background-repeat: no-repeat;
background-position: left 1px;
list-style-type:none;
}

.catlist ul li{
margin-left:0px;
padding: 2px 0 3px 20px;
line-height: 16px;
background-image: url(http://osaka.spot-repo.com/image/my-computer-16x16.png);
background-repeat: no-repeat;
background-position: left 1px;
list-style-type:none;
font-weight:bold;
}

.catlist_topic{
font-size:11px;
font-weight:300;
font-color:#AEAEB8;
}

.rss_topic ul li{
margin-left:0px;
padding: 0 0 3px 22px;
line-height: 20px;
background-image: url(http://osaka.spot-repo.com/image/rss_icon_glass_reflection12.jpg);
background-repeat: no-repeat;
background-position: left 1px;
list-style-type:none;
font-weight:bold;
}

/* サイドモジュール本体 liタグ/pタグ */
.moduleBody li,
.moduleBody p{
	padding:2px 0;
	line-height:170%;
}

.info_blog ul li{
margin-left:0px;
padding: 0 0 3px 15px;
line-height: 20px;
background-image: url(http://osaka.spot-repo.com/image/icon_61_1.gif);
background-repeat: no-repeat;
background-position: left 1px;
list-style-type:none;
}

/* コメント投稿者他装飾 */
#recentComments span,
#recentTrackbacks span{
	display:block;
	font-size:10px;
	color:#999;
}

/* サイド コメント/トラックバック一覧 投稿者名 */
#recentComments li span、
#recentTrackbacks li span{
	display:block;
	padding-bottom:2px;
	font-size:10px;
	line-height:12px;
}

#comments-open-moderated {
padding:5px;
}

/*---------- フッター ----------*/
#footer{
	margin:3px 0 0;
	padding:15px 0 5px;
	border-top:solid 1px #cccccc;
}

#footer address,
#footer p#tplmk{
	font-size:10px;
	line-height:15px;
	text-align:left;
}

#footer h3{
	font-size:11px;
	line-height:20px;
	text-align:left;
}

#footer p#sitepolicy{
	font-size:10px;
	line-height:30px;
	text-align:left;
}


/*---------- 個別設定 ----------*/
.wakwak{
	margin:20px 0px;
	padding:5px 20px;
	border:solid 1px #dddddd;
	background:#ffefac;
line-height:170%;
}

.pr {
line-height:170%;
margin-top:10px;
}

.pr img{
margin-bottom:5px;
}

.blue-t{
padding:3px 5px;
border-color:#98c5f3;
border-width:0 0 1px 7px;
border-style:solid;
background:#F8F8F8;
}

.tag-title{
padding:5px;
margin:10px;
font-size:14px;
}

.ad{
padding:5px;
margin-top:10px;
margin-bottom:10px;
}

.topics_top{
width:450px;
background-image:url(image/bg_37_15.gif);
}

/*KEYWORD*/
.space_key{
background-image:url(http://osaka.spot-repo.com/image/waku_or.gif);
background-repeat:no-repeat;
width:911px;
height:121px;
margin-bottom:5px;}


/*スペックにつかうテーブル用*/

table.review{
	font-size:14px;
	width: 550px;
	border-collapse: collapse;
	background:#FFF;
	}

table.review th{
	text-align: center;
	padding:2px;
	background-color: #DDDDDD;
	border:1px solid #999999;
	}

table.review td{
	font-size:12px;
	padding:3px 2px 2px 4px;
	border:1px solid #999999;
	}
table.review td.data{
	width: 70px;
	font-size:12px;
	padding:3px 2px 2px 2px;
	border:1px solid #999999;
	background-color: #CCF4FF;
	}


/*ブログナビ*/

.pre2{
padding:5px;
margin-top:10px;
margin-bottom:5px;
}

.pre2_home{
background-image: url(http://osaka.spot-repo.com/image/icon_10_04home.gif);
background-repeat: no-repeat;
background-position: left;
	padding-left:17px;
}

.pre2_back{
background-image: url(http://osaka.spot-repo.com/image/icon_10_04back.gif);
background-repeat: no-repeat;
background-position: left;
	padding-left:17px;
}

.pre2_next{
background-image: url(http://osaka.spot-repo.com/image/icon_10_04next.gif);
background-repeat: no-repeat;
background-position: left;
	padding-left:17px;
}

.pick_entry {
margin-left:0px;
padding: 0 0 3px 13px;
line-height: 20px;
background-image: url(http://osaka.spot-repo.com/image/box_05.gif);
background-repeat: no-repeat;
background-position: left 1px;
list-style-type:none;
}

.info_pr{
	margin:20px 0px;
	padding:5px 20px;
	border:solid 1px #dddddd;
	background:#ffffdd;}