@charset "EUC-JP";
/*************************************/
/** R18ワーク東京　ライブドアブログ **/
/*************************************/

/* Table of Contents
==================================================
	00. default　−　デフォルト
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/

/* =============================================== */
/** 00. default */
/* ----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/*#001{margin-left:-24%;}
*html #001{margin-left:0%;}
*/
#002{
	width:100%;
	text-align:left;
	}



body {
/*	background-image:url(http://work.r18.me/images/img.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed; */
	background-color:#fff;
	color: #666;
	text-align: center;
	font-family: Verdana, sans-serif;
/*	font-size: x-small; */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 13px;

}

html>body {
	font-size: 13px;
}

/* for IE \*/
* html body {
/*	font-size: 78%; */
}	
/**/


.main_list	{margin-bottom:15px}

/* Hyper text
------------------------------------------------- */

a { 
	text-decoration: none;
	/*\*/
	overflow: hidden;
	/**/
}

a:link,
a:visited {color: #6666ff; }
a:focus,
a:hover,
a:active {
	color:#ff6699; 
}
 a:link,a:visited{
 	text-decoration:underline;
	}

 a:hover{
 	text-decoration:none;
	}

/* font,color
------------------------------------------------- */
.red{
	color: #ff0000
	}

.blue{
	color: #33ccff;
	}
	
.pink{
	color: #ff0066;
	}	
			
/* image
------------------------------------------------- */

img,
a img {
	border: none;
}

img{
	vertical-align:middle;
}
	
.emoji{
	vertical-align:middle;
}


/* Base elements
------------------------------------------------- */
.cb{
	clear:both;
	}
	
td{
	vertical-align:top;
}
h1 { font-size: 94%; font-weight:normal; color:#ccc; }
	
h2 { font-size: 100%; }
	
h3 { font-size: 108%; }
	
h4 { font-size: 100%; }
	
h5 { font-size: 94%; }
	
h6 { font-size: 85%; }
	
ul, ol, li, dl, dt, dd { list-style: none; }
	
blockquote {
	width: auto;
	margin: 10px 20px;
	padding: 0.2em 1em;
	border: 1px dashed;
}
	
textarea,input,select {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body textarea,
html>body input,
html>body select { font-size: small; }

pre {
	margin: 1em auto;
	padding: 0.5em;
	border: 1px solid;
	font-family: sans-serif;
	overflow: auto;
	width: 90%;
}

/* for without MacIE5 \*/

div.main_body pre { overflow: scroll; }
/**/
	
div.main_body > pre { width: auto; }
	
div.main_body code { font-family: monospace; }
/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	word-break: break-all;
}

/* -- サイドカラムのリンク　--*/
div#sub a:link,div#sub a:visited{
	color:#6666ff;
	}

div#sub a:hover{
	color:#ff6699;
	}

/*--*/
		
table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
	color: #0000fe;
}

h1#blog-title a:link
, h1#blog-title a:active
, h1#blog-title a:visited {
	color: #ccc;
	text-decoration: none;
	font-size:10px;
	font-weight:normal;
	margin:0;
}

h1#blog-title a:hover {
	color: #aaa;
	text-decoration: none;
}

p#blog-description {
	color: #ffffff;
}

h2.archives-title {
	color: #ffffff;
}

div.article-body a:link
, div.article-body a:active {
	color: #6666ff;
}

div.article-body a:visited {
	color: #ff6699;
}

h2.article-title {
	color: #33ccff;
	text-decoration: none;
	display:inline;
	}
	
h2.article-title a:link
, h2.article-title a:active
, h2.article-title a:visited 
	 {
	color: #33ccff;
	text-decoration: underline;
}

h2.article-title a:hover {
	text-decoration: none;
}

ul.article-post li a {
	color: #6666ff;
}

dl.article-category dd a {



	color: #6666ff;



}

div.pager a:link, div.pager a:visited,{
	color: #6666ff;
}

div.pager a:hover{
	color: #ff6699;
}

div.article-date-outer {
	color: #6666ff;
}

ul.ping-info li.ping-date
, ul.comment-info li.comment-date {
	color: #8d8d8d;
}


div.article-body a:link
, div.article-body a:active,
div.article-body a:visited {
	color: #6666ff;
}

div.article-body a:hover {
	color: #ff6699;
}

div.article-option h3 {
	color: #666666;
}

div.trackback-set a
, div.comment-set a {
	color: #000000;
}

div.comment-auth-announcement p a {

	color: #000000;
	font-weight: bold;
}

div.sidetitle {
	color: #ff0066;
}

div.sidetitle a {
	color: #ff0066;
}

div.calendarhead {
	color: #eb918b;
}

div.calendarhead a {
	color: #eb918b;
}

div.side a:link
, div.side a:active {
	color: #ff6699;
}

div.side a:hover {
	color: #ff0099;
}

div.side a:visited {
	color: #ff6699;
}

div#footer p
, div#footer p a {
	color: #aaaaaa;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */
/*
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}
*/

div#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	background-color:#fff;
	overflow: hidden;
	background-image: url(http://work.r18.me/images/bg_content.gif);
         
}

div#header {
	background-image: url(http://work.r18.me/images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:left;
	height: 152px;
	width: 960px;
	position: relative;
	margin: 0px auto;
	color:#ff6699;
}

div#header_left{
	float: left;
	width: 476px;
	height: 152px;
	}
	
div#header_right{
	float: left;
	width: 468px;
	height: px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	line-height:30px;
	}	

div#catch{
	margin-top:5px;
	}
	
div	#catch a:link,div#catch a:visited{
	text-decoration:none;
	color:#ff66a2;
	}
	
div#catch a:hover{
	color:#f21c70;
	}	
		
div#logo{
	margin-top:25px; 
	width:300px;
	height:60px;
	}

.header_ad{
	margin-top:45px;
	}
	
div#intro{
	float:right; 
	margin:10px 5px 0 0; 
	font-size:10px; 
	line-height:15px; 
	color:#ddd; 
	width:440px;
	}	

/* 上部テキスト広告 / アイコン説明---------------------------------- */

div#text_ad{
/*	height: 40px; */
	padding-top:10px;
	background-color:#fff;
	}
	
*html div#text_ad{
/*	height: 50px; */
	}		
	
div#icon{
	border:1px solid #aaa;
	padding:10px 0 10px 0;
	background-color:#fff;
	}

div#icon table{
	width:95%;
	margin:0 auto;
	}
	
div#icon td{
	width:14%;
	font-size:10px;
	text-align:left;
	padding:2px 0 2px 0;
	color:#666;
	}
	
.td1{
	background-color:#ffe8f1;
	font-weight:bold;
	}	

/* ------------------------------ */
div#content {
	margin-top:5px;
	background-image: url(http://work.r18.me/images/bg_content.gif);
	overflow: hidden;
	}

div#main
, div#sub
, div#extra {
	overflow: hidden;
}

div#main {
	float: left;
	display: inline;
	width: 100%;

}

div#main div.column-inner {
	margin: 0 230px;
}

div#sub {
	float: left;
	margin-left: -100%;
	display: inline;
	width: 220px;
	padding-top: 15px;
	background-color:#ffe8f1;
}

div#sub div.column-inner {

	padding-bottom: 30px;
}

div#extra {
	float: left;
	margin-left: -220px;
	display: inline;
	width: 220px;
	padding-top: 15px;
	background-color:#ffe8f1;
}

div#extra div.column-inner {
	padding-bottom: 30px;
}
	
	
/* 右カラム------------*/
div#ad_bana{
	margin:0 0 10px 0;
	}
	
div#ad_bana img{
	margin:0 0 5px 0;
	}	
	
/* カテゴリーメニュー------------*/
div#menu{
	line-height:20px;
	color:#ff0066;
	padding-left:5px;
	}

div#menu a{
	background: url(http://work.r18.me/images/point1.gif) no-repeat 0 5px ;
	display:block;
	font-weight:normal;
	padding-left:13px;
	}
	
div#menu a:link,div#menu a:visited{
	color:#6666fc;
	}
	
div#menu a:hover{
	color:#ff6699;
	}	
	
div#menu a.title{
	background: url(http://work.r18.me/images/point2.gif) no-repeat 0 5px ;
	display:block;
	font-weight:normal;
	padding-left:13px;
	margin-top:5px;
	}
	
div#menu a.title:link,div#menu a.title:visited{
/*	color:#6666ff; */
	color:#ff0066;
	}
	
div#menu a.title:hover{
	color:#ff6699;
	}		
/* ----------------------------------------------- */
/** clearfix */

div#container:after
, div#content:after
, ul.article-navigator:after
, ul.archives-navigator:after
, div.article-body:after
, div.article-body div.article-body-more:after
, div#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
div.blog-title-outer
, h2.archives-title
, div.article-body
, div.article-footer
, h2.article-title
, div.pager
, ul
, div.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
div#trackback-form
, div#trackbacks-list
, div#comments-list
, div#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */

div.blog-title-outer {
	text-align: left;
	margin-bottom: 10px;
}

div.blog-title-outer-2 {
	padding-right: 10px;

}

div.blog-title-outer-3 {
}


h1#blog-title {
	margin: 0;
	padding: 0px 0px 0px 0px;

}


div.blog-description-outer {
}

p#blog-description {
	margin: 0;
	padding: 10px 30px 35px;
	line-height: 135%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

div.archives-title-outer {
	margin-bottom: 10px;
}

div.archives-title-outer-2 {
	padding-top: 15px;
}

div.archives-title-outer-3 {
	padding-right: 20px;
}

h2.archives-title {
	margin: 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 108%;
}

/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

div.pager {
	margin-bottom: 10px;
	text-align: left;
}

div.pager-inner {
	padding-bottom: 15px;
}

div.index-navigator-outer
, div.archives-pager-outer
, div.article-pager-outer {
}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
	padding-top: 15px;
	font-size: 90%;
}

ul.index-navigator li a {
	padding: 0 7px;
	color: #000;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	list-style-type: none;
	padding-top: 15px;
	font-size: 90%;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	padding-top: 15px;
	font-size: 90%;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 32768px;
	margin-bottom: -32767px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}

/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

div.article-outer {
	margin-bottom: 10px;
	text-align: left;
}

div.article-outer-2 {
	padding-bottom: 6px;
}

div.article-outer-3 {
	padding-bottom:  0px;
}


/* ----------------------------------------------- */
/** 記事ヘッダー */

div.article-header {
	padding-top: 7px;
	background:url(http://work.r18.me/images/article_title.jpg) no-repeat;
	width:500px;
	height:32px;
	display:block;
	margin-bottom:10px;
}

*html div.article-header {
	height:39px;
	}

div.article-header2 {
	padding-top: 7px;
	padding-left: 30px;
	background:url(http://work.r18.me/images/article_title2.jpg) no-repeat;
	width:500px;
	height:32px;
	display:block;
	margin-bottom:10px;
}

*html div.article-header2 {
	height:39px;
	}





/*** 日付 */
div.article-date-outer {
	float: left;
	padding-left: 20px;
	font-size: 90%;
	font-weight: bold;
}
div.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}
div.article-date-outer span.article-time {}

/*** カテゴリ */
div.article-category-outer {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/common/category.gif) no-repeat;
	margin-left: 12.5em;/* 日付の幅 */
	padding-left: 20px;
	padding-right: 20px;
}

div.article-category-outer dl.article-category {
	margin: 0;
	padding: 0;
	line-height: 1.25;
}

div.article-category-outer dl.article-category dt
, div.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 90%;
}

div.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category div.article-category-outer {
	display: none;
}

/*** 記事タイトル */
div.article-title-outer {
	padding-right: 20px;
	overflow:hidden;
}

h2.article-title {
	clear: left;
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-size: 125%;
	font-weight: bold;
	display:inline;
	float:left;
}

.wakaba{
	float:right;
	}

	
/* ----------------------------------------------- */
/** 投稿記事タイトル部 */

.td_h1 {
	color:#ff6699; 
	font-size:14px; 
	font-weight:bold;
	width:480px;
	padding:2px; 
	line-height:18px;
	}

*html .td_h1 {
	width:470px;
	}	
	
.area{
	background-color:#ff6699; 
	font-size:14px; 
	color:#ffffff; 
	margin-right:5px;
	font-weight:bold;
	padding:2px 2px 2px 2px; 
	}	

*html .area{
	height:80%;
	padding:2px 2px 0px 2px; 	
	}	
	
.td_h2{
	font-size:12px;
	width:480px;
	}	

*html .td_h2 {
	width:470px;
	}	
		
/** 投稿記事本文 */

.kiji{
	width:450px;
	}

.img_kto{
	margin:10px 0 5px 0;
	}

.kinmu_waku{	
	padding:10px; 
	background-color:#ffffdb; 
	width:460px; 
	margin-bottom:10px; 
	}

*html .kinmu_waku{	
	width:480px; 
	}
	
.td_01,.td_01b{
	width:80px;
	border-bottom: 1px dotted #ff99ac;
	font-size:12px;
	padding:7px 0 7px 0;
	font-weight:bold;
	}
	
.td_02,.td_02b{
	width:370px;
	border-bottom: 1px dotted #ff99ac;
	font-size:12px;
	padding:7px 0 7px 0;
	}	
.td_01b{
	border-bottom: 0px;
	font-weight:bold;	
	}
	
.td_02b{
	border-bottom: 0px;
	}	

.td_03{
	width:100px;
	font-size:12px;
	padding:2px 0 2px 0;
	font-weight:bold;	
	}
	
.td_04{
	width:268px;
	font-size:12px;
	padding:2px 0 2px 0;
	}
	
.td_04 a:link, .td_04 a:visited{
	color:#6666ff;
	}
	
.td_04 a:hover{
	color:#ff6699;
	}
	
.td_qr{
	text-align:center;
	font-size:10px;
	}
	
.qr{
	border:1px solid #35ccff;
	}				

.joken_waku{
	border:1px solid #f6d0df;
	width:480px;
	margin:0px 0 25px 0;
	}

		

/*　条件で探すページ　*/
.joken_tenpo{
	background-color:#ff6666;
	color:#ffffff;
	width:480px;
	margin:0px 0 0px 0;
	font-weight:bold;
	font-size:14px;
	padding:2px;
	border:1px solid #ff3333;
	}
.joken_tenpo2{
	background-color:#ffffff;
	border-right:1px solid #ff3333;
	border-bottom:1px solid #ff3333;
	border-left:1px solid #ff3333;
	color:#;
	width:480px;
	margin:0px 0 0px 0;
	font-weight:normal;
	font-size:12px;
	padding:2px;
	margin-bottom:5px;
	}
	
.area2{
	padding:2px;
	background-color:#ffffff;
	color:#ff6666;
	margin:2px 10px 2px 2px;
	font-weight:bold;
	font-size:12px;
	}
		
.td_05{
	padding:0px;
	font-size:12px;
	width:350px;
	}
	
.td_06{
	padding:0px;
	font-size:12px;	
	width:130px;
	text-align:right;			
	}
	
.td_06 a:link{
	color:#ffffff;
	}	


.td_07{
	padding:0px;
	font-family:12px;
	width:60px;
	font-weight:bold;
	}

.td_08{
	padding:0px;
	font-family:12px;
	width:180px;
	}
		
/*	
.td_05{
	background-color:#ffa7c9;
	color:#ffffff;
	padding:5px;
	font-size:12px;
	}
	
.td_06, .td_06b{
	border-right:1px solid #f6d0df;
	border-bottom:1px solid #f6d0df;
	padding:5px;
	font-size:12px;				
	}

.td_06b{
	font-weight:bold;
	}
*/	
		
/** 記事本文 */	

div.article-body {
	background-color: #ffffff;
/*	padding: 20px 20px 5px; 
	padding:10px;*/
	padding: 0px 0px 10px 0;
	line-height: 130%;
	font-size: 100%;
}

div.article-body-inner {
	width: 500px;
	margin:0 auto;
	overflow: hidden;
}

.article-kiji{
	width:480px;
	margin:0 auto;
	clear:both;
	}

*html .article-kiji{
	margin-left:0px;
	}
		
/*** 続きを読む */
div.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

div.article-body div.article-body-more
, div.article-body div.article-body-private {
	clear: both;
	margin-top: 1em;
}

/*** blockquote & pre */
div.article-body blockquote
, div.article-body pre {
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin: 5px 0;
	color: #595d68;
}

/*** img */
div.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
	margin: 25px 10px 0;
}
dl.article-tags a:link{
	color: #eb918b;
}


/*** プライベートモード */
div.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 90%;
}

/* ----------------------------------------------- */
/** 記事フッター */

div.article-footer {
	width: 480px;
	background-color: #fff;
	padding: 0;
	margin:10px auto;
	color:#6666ff;
}

ul.article-post {
	text-align: right;
}

ul.article-post li {
	background-image: url(http://work.r18.me/images/point4.gif);
	background-repeat: no-repeat;
	background-position:left 0;	
	min-height: 16px;
	font-size: 82%;
	padding-left:17px;
}



/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */

div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
}

div.article-option {
	padding: 15px 0;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 2px 2px 2px 5px;
	font-size: 100%;
	background-color:#dddddd;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/** トラックバックURL */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
	margin-top:10px;
	padding: 0 0 10px 20px;
	font-size: 90%;
	background-image: url(http://work.r18.me/images/point3.gif);
	background-repeat: no-repeat;
	background-position:left top;
	border-bottom:1px solid #dddddd;
}

ul.comment-info li.comment-author {
	display: inline;
	font-weight:bold;
	color:#ff66a2;


	
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;

	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 90%;
	height: 250px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}


/* ----------------------------------------------- */
/** 関連記事 */

div.related-articles{
	padding: 15px 0 0;
}
div.related-articles h3{
	color: #f3908b;
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
div.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
div.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat 0 8px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}


/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */

div.sidetitlebody {
	margin-left:10px;
}

div.sidetitle {
	padding: 2px 20px 0px 7px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	background:	url(http://work.r18.me/images/sidetitle.gif) no-repeat;
	margin-bottom:10px;
	height:21px;
}

*html div.sidetitle {
	padding: 4px 20px 0px 7px;
	}
	
div.sidetop
, div.sidebottom {
	display: none;
}

div.side {
	margin: 0 20px 20px 10px;
	text-align: left;
	font-size: 90%;
}

div.sidebody {
	padding: 0 0 5px 5px;
	margin-left: 0px;
	text-align: left;
}

/* ----------------------------------------------- */
/** カレンダー */

div.calendarheadbody {}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

a.acalendar:link{
	color: #eb918b;
}

/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	background: url(http://parts.blog.livedoor.jp/img/usr/default_2008/pink/banner_base.gif) no-repeat center;
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	font-size: 75%;
}

/* ----------------------------------------------- */

/** Footer */

div.footer-outer {
	width: 960px;
	margin: 0 auto 50px;
	border-bottom:1px solid #fac5da;
	border-top:1px solid #fac5da;

}

div.footer-outer-2 {
	margin:2px 0 2px 0;
	background-color:#fac5da;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}


div#footer {
	height: 38px;

}

div#footer p {
	line-height: 38px;
	font-size: 75%;
}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

div#ad {
	margin: 25px auto 0;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {


	font-size: 82%!important;
}

a.adurl {

	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}

/*
.fav {
	font-size:8pt; 
	color:#FF80B2; 
	background-color:#FFE8F1; 
	border:1px solid #FF80B2;
	width:90px;
	padding:2px;
	}
*/
	
.table_inf{
	border-collapse:collapse;
	}
	
.td_info{
	background: url(http://work.r18.me/images/bg_info.jpg) no-repeat bottom;
	width:480px;
	height:230px;
	padding:0px;

	}
	
/* トップページ新着情報 */

#shinchaku{
	background: url(http://work.r18.me/images/bg_shinchaku.gif) no-repeat left top;
	width:485px;
/*	height:150px; */
	height:565px;
	margin-bottom:5px;
	text-align:left;
	padding:30px 5px 5px 10px;
	color:#666;

	}

*html #shinchaku{
	width:500px;
/*	height:185px;  */
	height:600px;
	}	
	
#shinchaku_body{
	overflow:auto;
	overflow-x:hidden;
	height:565px;
	}	

/* ここまでトップページ新着情報 */
	
#osusume{
	background: url(http://work.r18.me/images/bg_osusume.gif) no-repeat left top;
	width:485px;
	height:66px;
	margin-bottom:5px;
	text-align:left;
	padding:30px 5px 5px 10px;

	}

*html #osusume{
	width:500px;
	height:101px;
	}	
	
.osusume_body{
	overflow:auto;
	overflow-x:hidden;
	height:66px;
	}		

/* イメージの地域メニュー　-----------------------------------------*/

#area_menu{
	background-color:#fdccdf;
	width:960px;
	height:56px;
	text-align:center;
	}

/*2009.06.19追加*/
#area_menu li{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:26px;
	overflow:hidden;
	line-height:100%;
	vertical-align:top;
	}
#area_menu li img{
	display:inline;
}

		
/*
#area_menu img{
	float:left;
	}
*/

/* 準備中メッセージ　-----------------------------------------*/

.junbichu{
	border:1px solid #aaa; 
	background-color:#eee; 
	padding:10px; 
	margin:0 auto
	}

/* 各条件＆各エリアごとお店一覧ページ　-----------------------------------------*/

.tl{
	text-align:left;
	}
	
.ore{
	color:#ff6600;
	}
	
.green{
	color:#009933;
	}
	
.pink2{
	color:#cc3399;
	}
	
.name{
	color:#cc0066;
	font-weight:bold;
	font-size:14px;	
	}
			

/* 有料掲載 */	
.pr{
	padding:2px 2px 1px 5px;
	color:#cc3399;
	border-bottom:1px dotted #cc3399;	
	}
	
.unit01{
	border:1px solid #cc0066;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:1px;
	width:479px;
	border-collapse:collapse;
	color:#555;
	background-color:#ffe8f1;
	font-size:12px;	
	}
	
.list01	{
	height:20px;
	background-color:#ff99cc;
	color:#cc0033;
	padding:2px 5px 2px 5px;
	border-bottom:1px solid #cc0066;
	text-align:left;	
	}
	
.list01_area{	
	background-color:#cc3399;
	color:#fff;
	margin-right:15px;
	padding:0 2px 0 2px;
	}
	
	
.list01_left{
	float:left;
	font-weight:bold;
	font-size:14px;		
	}	

.list01_right{
	float:right;
	font-size:10px;
	}	
	
.list01_bana{
	 width:220px;
	 padding-left:15px;
	 padding-right:15px;
	 }
	 
.list01_bana img{
	 border:1px solid #333;
	 } 
	 
.list01_w1{
	 width:60px;
	 }
	 
.list01_w2{
	 width:190px;
	 }

/* 無料掲載 */
.unit02{
	border:1px solid #cc0066;
	margin-bottom:2px;
	margin-left:1px;
	width:479px;	
	border-collapse:collapse;
	color:#555;
	font-size:12px;
	}

	
.list02	{
	height:20px;
	color:#CC0033;
	padding:2px 5px 2px 5px;
	border-bottom:1px dotted #6666ff;	
	}
		
.list02_left{
	float:left;
	}	

.list02_right{
	float:right;
	font-size:10px;
	}
	
.list02_b{
	padding:2px 5px 2px 5px;	
	}
	
/* 運営会社情報
------------------------------------------------------------ */
#kaisha{}

.company{
	width:100%;
	border:1px solid #bbbbbb;
	font-size:12px;
	}
	
.com01{
	width:20%;
	background-color:#dddddd;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 2px 2px 5px;
	font-size:12px;
	}
	
.com02{
	width:80%;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:2px 2px 2px 5px;
	font-size:12px;
	}	
	
.jigyou{
	width:100%;
	border:1px solid #bbbbbb;
	font-size:12px;
	}
	
.jigyou01{	
	background-color:#666666;
	color:#ffffff;
	padding:2px 2px 2px 5px;
	font-weight:bold;
	font-size:12px;
	}
	
.jigyou02a{	
	background-color:#66ccff;
	padding:2px 2px 2px 5px;
	border-right:1px solid #99ccff;
	border-bottom:1px solid #99ccff;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	}
	
.jigyou02b{	
	background-color:#ff99ff;
	padding:2px 2px 2px 5px;
	border-right:1px solid #ffccff;
	border-bottom:1px solid #ffccff;
	color:#ffffff;
	font-weight:bold;	
	font-size:12px;	
	}	
	
.jigyou03{	
	background-color:#dddddd;
	padding:2px 2px 2px 20px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	}
	
.link01	a:link{	
	color:#ff0000;
	font-size:12px;
	}
	
.jigyou04{	
	background-color:#ffffff;
	padding:10px 2px 10px 30px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	}
		
.joge{
    margin:20px 0 5px 0;
}	

/* ページを一つ戻る
------------------------------------------------------------ */	
.back{
	font-size:10px;
	}


/* 性病知識
------------------------------------------------------------ */	

#seibyou{}

#seibyou h3.title01{
	font-size:14px;
	color:#ff6600;
	border-bottom:1px solid #ff6600;
}

#seibyou h3.title02{
	font-size:12px;
	color:#666666;
	border-bottom:1px solid #666666;	
}

#seibyou .body01{
	margin:20px 10px 20px 10px;
}

#seibyou .body02{
	margin:20px 10px 20px 10px;
}

.body02 .ul{
	list-style-type:disc;
	}
	
#seibyou .back{
	font-size:10px;
	width:480px;
	text-align:right;
	}	


/* リンク集
------------------------------------------------------------ */		

#link{
	margin-top:10px;
	border-top:1px solid #ccc;
	}

#link img{
	margin-top:10px;
	}				


/* 広告掲載案内
------------------------------------------------------------ */
#keisai{font-size:12px;}

td{font-size:12px;}

.keisai00{
	border:1px solid #bbbbbb;
	width:100%;
	}
	
.keisai01{
	padding:5px;
	background-color:#dddddd;
	font-weight:bold;
	}	

.keisai01a{
	background-color:#66ccff;
	padding:2px 2px 2px 5px;
	border-right:1px solid #99ccff;
	border-bottom:1px solid #99ccff;
	color:#ffffff;
	font-weight:bold;
	}

.keisai01b{
	padding:5px;
	background-color:#ffccff;
	}
		
.keisai02{
	padding:10px;
	border:1px solid #ccc;
	}	
	
.keisai02a{
	padding:10px;
	}
	
textarea{
	font-size:12px;
	}

/* 終電情報 */
table.train00{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#train tr.train01{background:#90ee90;}
#train tr.train01 td{border:0px!important;}
#train tr.td{border-bottom:1px solid #eeeeee; border-left:2px solid #999999;}
#train tr.train02{background:#dddddd;}
#train tr.train02 td{padding-right:20px; border-left:1px solid #999999;}
#train td{padding-left:2px; border-bottom:1px solid #eeeeee; border-left:1px solid #999999;}

.shuden_line01{
	border-bottom:1px solid #ff9999;

	color:#ff9999;
	}

.shuden_body{
	margin-left:30px;
	margin-bottom:10px;
	margin-top:10px;
	}

/* よくある質問 */
.freq_title{
	border-bottom:1px solid #ff66cc;
	color:#ff66cc;
	}
.freq_body{
	margin:10px 30px 30px 30px
	}

/* 用語集 */


.yougo01{
	width:100px;
	background-color:#ffcccc;
	padding:5px;
	}
	
.yougo02{
	padding:5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

.yougo02a{
	padding:5px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

.yougo_line01{
	border-bottom:1px solid #ff9999;
	color:#ff9999;
	margin:5px 0 2px 0;
	}	

.top{
	width:100%;
	text-align:right;
	
	}
	
/* 業種 */
#gyoushu{}

.menu_box{
	border-bottom:1px solid #ff9999;
	padding:10px;
	width:100%;		
	}

#gyoushu .menu00{
	margin-top:10px;
	font-weight:bold;	
		
	}
	
#gyoushu .title00{
	margin-top:10px;
	background-color:#ff9999;
	padding:2px 5px 2px 5px;
	color:#ffffff;	
	font-weight:bold;
	}
	
#gyoushu .title01{
	margin:5px 0 5px 0;
	color:#e94545;
	font-weight:bold;
	
	}	

#gyoushu .body00{
	
	}
	
.gyoushu_unit01{
	border:1px solid #ff9999;
	padding:10px;
	
	
	}	





		
/* End */

/*************************************/
/** R18ワーク東京　ライブドアブログ **/
/*************************************/


