/**
	POP Design
	Art-Meter Blog Skin
	2007/01/23
	
	// Image Directory
	/images/tmp_art_waitpig_l/

*/
/* レイアウト */
table {
	margin:0 auto 10px;
}
#header table,
#container table {
	margin:0;
}
	#container #main #center {
		margin:0;
		padding: 0;
		float: right;
		margin-right:20px;
		_margin-right:10px;
		width: 550px;
		overflow:hidden;
	}
	#container #main #left,
	#container #main #right  {
		margin:0;
		padding:0;
		overflow: hidden;
		float: left;
		width: 180px;
	}
	#container #main #right {
		clear:left;
	}

/* clearfix Hack */
	#container #main{
	    zoom:1;/*for IE 5.5-7*/
	}
	#container #main:after{
		/*for modern browser*/
	    content:".";
	    display: block;
	    height:0px;
	    clear:both;
	    visibility:hidden;
	}

/* メインブロックレイアウト */
	#header a,
	#header a:link,
	#header a:link:hover,
	#header a:link:active,
	#header a:visited:hover,
	#header a:visited:active {
		text-decoration:underline;
	}
	#container #banner,
	#container #main,
	#footer {
		margin-right: auto;
		margin-left: auto;
	}
	#container #banner {
		height: 121px;
		width: 760px;
		background: #fff url( /images/tmp_art_waitpig_l/bgheader.jpg) no-repeat left top;
		border:1px solid #E7292D;
		border-width:0 1px 1px;
	}
	#container #main {
		width: 760px;
		padding-top: 20px;
		border:1px solid #E7292D;
		border-width:0 1px;
	}
	#footer {
		height: 30px;
		width: 760px;
		clear: both;
		background:#fff;
		border:1px solid #E7292D;
		border-width:0 1px;
	}

/* 背景処理 */
#container {
	background: #E7292D url( /images/tmp_art_waitpig_l/bg.gif);
}
/* 各項目 */

	/* バナー部 */
	#container #banner A ,
	#container #banner A:link:hover ,
	#container #banner A:link:active ,
	#container #banner A:visited {color: #4ad100;}
	
	#container #banner #banner-body{
		height:121px;
		text-align:left;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		color: #4ad100;
		overflow:hidden;
	}
	#container #banner #banner-body h1 {
		font-size: 2em;
		font-weight:bold;
		vertical-align: middle;
		padding: 0 10px 0;
	}
	#container #banner #banner-body h2 {
		padding: 25px 10px 0;
		color:#fff;
		line-height: 1.2;
	}
/* サイドバー */
	/* 共通 */

		.sidebar .lgBar,
		.sidebar h2 {
			font-weight: bold;
			vertical-align:middle;
			color: #E7292D;
			margin:0 0 10px;
            background: url( /images/tmp_art_waitpig_l/marker.gif) no-repeat left top;
			padding-left: 2.5em;
			height:1.8em; 
		}
		.sidebar .lgBar {
        	background-position:-0.3em 0;
			padding-top:0.2em;
			padding-left: 1.8em;
		}
			.sidebar h2 A ,
			.sidebar h2 A:link:hover ,
			.sidebar h2 A:link:active ,
			.sidebar h2 A:visited { color: #F7653E; }

		/* 各モジュール */
			.sidebar .module .module-body {
				margin-left: 20px;
				margin-bottom: 30px;
				padding:0 2px;
			}
			.sidebar .module .module-body table{
				width:100%;
				margin:0;
				padding:0;
				border-collapse: collapse;
			}
			.sidebar td {
				padding-bottom: 6px;
			}
			.sidebar #calendar .calendar td {
				padding-bottom: 0px;
			}
		/* カレンダー */
			.sidebar #calendar .calendar {
				width: 140px;
				line-height:1.6;
				color: #0E3062;
			}
			.sidebar #calendar .calendar .calMonth,
			.sidebar #calendar .calendar .calWeek {
				font-weight: bold;
			}

			.sidebar #calendar .calendar .calLink {
				color: #e7292d;
                text-decoration:none;
                font-weight:bold;
			}
			.sidebar #calendar .calendar A,
			.sidebar #calendar .calendar A:link:hover,
			.sidebar #calendar .calendar A:link:active,
			.sidebar #calendar .calendar A:visited { color: #e7292d; }

			.sidebar #calendar .calendar .calLink:visited,
			.sidebar #calendar .calendar A:visited {
				color:#ffad97;
			}
			.sidebar #calendar .calendar .calRule {
				border-top: 1px solid #E7292D;
			}

		/* 検索 */
			.sidebar #search{}
			.sidebar #search input{
				border:#ccc 1px solid;
				background:#fff;
				color:#666;
				padding:1px 2px;
			}
		/* プロフィール */
			.sidebar #profile {
			}
			.sidebar #profile dl#profile_body{
				width:150px;
			}
			.sidebar #profile dt,
			.sidebar #profile dd {
				display:block;
				/* border:1px solid #fcc; */
				color:#FF6600;
				margin:2px;
				padding:2px 0;
			}
			.sidebar #profile dt {
				font-weight:bold;
				color: #000;
			}
			.sidebar #profile dt.sex ,
			.sidebar #profile dt.from {
				clear:left;
				float:left;
				width:56px;
			}
			.sidebar #profile dd.sex,
			.sidebar #profile dd.from {
				margin-left:70px;
			}
			.sidebar #profile dt.pr {
				clear:left;
			}
		/* login module */
			.sidebar #gooblog {
				border:1px solid #E7292D;
				color:#f60;
				margin:0 10px 20px;
			}
			.sidebar #gooblog h2{
				background: #E7292D;
				color:#F60;
				font-weight: bold;
				font-size:100%;
				margin:2px;
				padding:2px 4px;
				height:auto;
			}
			.sidebar #gooblog .module-body {
				margin: 0;
			}
			.sidebar #gooblog table#login_module{
				margin:10px;
				width:auto;
			}
				.sidebar #gooblog #login_module input{
					border:#ccc 1px solid;
					background:#fff;
					color:#666;
					padding:1px 2px;
				}
			.sidebar #gooblog  #login_module .lgText{
			}
			
			.sidebar #gooblog  #login_module .lgRule{
				border-bottom: 1px solid #ccc;
			}
			.sidebar #gooblog  #login_module .editLink {
				text-align:center;
				padding:5px 0 0;
			}


		/* recommendation */
			.sidebar #recommendation{
			}
			.sidebar #recommendation .module-body{
				margin-left:5px;
			}
			.sidebar #recommendation font{
				font-size:100%;
			}

		/* バナー */
			.sidebar #banners {}
			.sidebar #banners h2{
				display:none;
			}
			.sidebar #banners ul{
				margin: 0 0 10px;
			}
			.sidebar #banners li{
				list-style:none;
				margin: 0 0 10px;
			}

/* メイン部 */
	#main {
		background: white;
		color: #4d4d4d;
		
	}
	#main #center .content{
	}
	#main #center table ,
	#main #center table th,
	#main #center table td,
	#main #center table thead,
	#main #center table tbody,
	#main #center table tfoot{
		text-align: left;
	}

	/* エントリー部 */
		#main #center .content .entry-set {
			background: white;
		}
		/* エントリーヘッダ */
			#main #center .content .entry-top h2 {
				color: #E7292D;
				font-weight: bold;
				border-bottom:1px dotted #000;
				padding-top: 3px;
				padding-bottom: 10px;
				margin:0 0 10px;
			}
			#main #center .content .entry-top h2  A ,
			#main #center .content .entry-top h2  A:link:hover ,
			#main #center .content .entry-top h2  A:link:active ,
			#main #center .content .entry-top h2  A:visited {
	        	color: #E7292D;
	       		font-weight: bold;
	      	}

			/* overflowについての指定 */
			#main #center .content .entry-top,
			#main #center .content .entry-body,
			#main #center .content #entry-comment{
				overflow:auto;
				word-break: break-all;
			}
			/* overflowに伴いまして、幅の指定 */
			#main #center .content .entry-top,
			#main #center .content #entry-comment{
				width:550px;
			}
			#main #center .content .entry-body {
				width:514px;/* 50px - 36px = 514px */
			}

			#main #center .content .entry-top .entry-top-item{
				text-align: right;
				height:15px;
				margin:5px 0 10px;
				padding-right:5px;
			}
				#main #center .content .entry-top .entry-top-item .etTime{}
				#main #center .content .entry-top .entry-top-item .etCategory{}
				#main #center .content .entry-top .entry-top-item .etText{}
		/* エントリーボディ */
			#main #center .content .entry{
			}
				#main #center .content .entry .entry-body {
					margin: 0 18px;
					line-height: 1.5;
				}

				#main #center .content .entry .entry-body .entry-body-top .etImage{}
				#main #center .content .entry .entry-body .entry-body-top .thumbnail{}
	
				#main #center .content .entry .posted {
					text-align:right;
					margin:0 0 32px;
					padding:15px 0;
				}
				#main #center .content .entry .posted .etgooLink{}
				#main #center .content .entry .posted .etCommentLink{}
				#main #center .content .entry .posted .etTBLink{}
		/* エントリーフッタ */
			#main #center .content .entry-footer {}

		/* 広告エリア */
		#main #center .content .entry-gooAd{
			margin-bottom:30px;
		}
		#main #center .content .entry-gooAd iframe{
			width:100%;
		}
/* コメントエリア */
	#main #center .content #entry-comment{}

	#main #center .content #entry-comment div.direct-source{
		display:none;
	}
	#main #center .content #entry-comment table{
		border-collapse:collapse;
		width: 97%;
		margin:0 2px 10px;
	}
	#main #center .content #entry-comment table table{
		width: auto;
	}

		#main #center .content input,
		#main #center .content textarea{
			border:#ccc 1px solid;
			background:#fff;
			color:#666;
			padding:1px 2px;
		}
	/* ナビゲーション */
		#main #center .content #next-back {
			text-align:center;
			margin:15px 0;
		}
		#main #center .content #next-back .etPrev{}
		#main #center .content #next-back .etNext{}
	/* コメント */
		#comment-module{
			line-height: 1.5;
			background:#fff;
		}
			#comment-module div.direct-source{
				display:none;
			}

		/* 基本設定 */
		#comment-module .cmHeadText{
			font-size: 1.2em;
			font-weight:bold;
		}
		#comment-module .comment{
			border:solid #FF9181 1px;
			padding: 0;
			margin: 0;
		}
		#comment-module .comment .comment {
			border: 0;
			margin: 0;
			padding:10px 30px;
		}
		.comment td,
		#comment-module td{
			font-size:0.75em;/*12px*/
		}
		#entry-comment #comment-module td,
		#entry-comment .comment td{
			font-size:1em;/*12px*/
		}
		/* 詳細設定 */
			#comment-module .cmTitle{
				font-weight:bold;
			}
			#comment-module .cmName{
			}
			#comment-module .cmBody{
				line-height:1.5;
				display:block;
				width:auto;
				overflow:auto;
			}
			#comment-module .etRule{}
			#comment-module .cmDate{}


/* TrackBack */
	#tb_module{
		margin:10px 0;
		padding:0;
		line-height: 1.5;
		background:#fff;
		width:95%;
		overflow:auto;
		word-break: keep-all;
	}
		#tb_module div.direct-source{
			display:none;
		}
		/* この記事のTrackback Ping-URL */
		#tb_module .tbTrackback {
		}
		/* トラックバックURL */
		#tb_module .tbUrl,
		#entry-comment #tb_module .tbUrl{
			font-size:9px;
		}

		#tb_module td,
		.trackback td{
			font-size:0.75em;/*12px*/
		}
		#entry-comment #tb_module td,
		#entry-comment .trackback td{
			font-size:1em;/*12px*/
		}
		.trackback {
			border:solid #FF9181 1px;
			padding: 0;
			margin: 0;
		}
		.trackback .trackback {
			border: 0;
			margin: 0;
			padding:10px 30px;
		}
	 	.trackback .tbETitle {
		/*ブログタイトル*/
			font-weight:bold;
		}
		/* トラックバック記事 */
		.trackback .tbDesc {
			color: #333;
			line-height:1.5;
			display:block;
			width:auto;
			overflow:auto;
		}

/* MicroAdの項目 */
	.gooAd {
		background-color: #fef5f5;
	}
	.gooAd TD{
		line-height:120%;
	}

	TD.gooAd_sponsor_td {
		font-size: 9px;
		padding: 3px 3px 2px 3px;
		text-align: left;
		color: #999 !important;
	}
	TD.gooAd_title_td {
		font-size: 10px;
		padding: 4px 3px 0 3px;
		text-align: left;
	}
	TD.gooAd_url_td {
		font-size: 10px;
		padding: 4px 3px 0 3px;
		text-align: right;
	}
	TD.gooAd_text_td {
		font-size: 10px;
		padding: 3px 3px 2px 3px;
		text-align: left;
	}
	.gooAd_text{}
	TD.gooAd_btm_td {
		font-size: 20px;
		padding: 3px 3px 3px 3px;
	}

	/* スポンサーリンク文字 */
	a.gooAd_sponsor {
		text-decoration: none !important;
		color: #E7292D !important;
	}
	/* タイトルリンク文字 */
	a.gooAd_title {
		font-weight: bold !important;
		text-decoration: underline !important;
		color: #E7292D !important;
	}
	/* URLリンク文字 */
	a.gooAd_url {
		text-decoration: none !important;
		color: #E7292D !important;
	}
	
	/* テキストリンク文字 */
	a.gooAd_text {
		text-decoration: none !important;
		color: #E7292D !important;
	}
	/* リンク範囲拡大 */
	.gooAd_title_td A,
	.gooAd_url_td A,
	.gooAd_text_td A {display: block;width:100%;}


/* 標準項目 */
/*	#header,*/
	#banner-top,
	#banner-body-top,
    #banner-bottom,
    a#banner-img,
    #main-top, 
    #main-bottom, 
    #left div.sidebar-top,
    .sidebar-bottom,
    .module-top,
    .module-bottom,
    .content-top,
    .content-bottom,
    .date-footer,
    #footer{
		/* display: none; */
		line-height:0;
	}

	h1, h2, h3 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size:1em;
	}

	p {
		font-size: 100%;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
	}
	ul, ol, li, dl, dt, dd {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	img {
		border-style: none;
	}
	address {
		font-style: normal;
	}
	form {
		margin: 0;
		padding: 0;
		text-align: left;
	}
	input {
		margin: 0;
		padding: 0;
		font-size:100%;
	}
	/* コメント、トラックバックの別窓対応のためあえてbody要素にフォント指定しています */
	body{
		font-family: sans-serif;
		font-size:0.75em;/*12px*/
		margin: 0;
		padding: 0;
	}
	a img {
		border: 0;
	}

/* ベースリンクカラー */
	A                { color: #e7292d; text-decoration:none;}
	A:link:hover     { color: #e7292d; }
	A:link:active    { color: #e7292d; }
	A:visited        { color: #ffad97; }
	A:visited:hover  { color: #ffad97; }
	A:visited:active { color: #ffad97; }
