/* ページ全体の基本的な設定と背景色 */
	body {
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		background:#ffffff;
	}

/* リンク文字設定 */
	a {
		color: #000099;
		text-decoration: none;

	}
	a:link {
		color: #000099;
		background: none;
	}
	a:visited {
		color: #000099;
		background: none;
	}
	a:active {
		color: #000099;
		background: none;
	}
	a:hover {
		color: #cc0000;
		background: none;
		text-decoration: underline;
	}

	img {
		border: 0px;
	}

/* h1h2h3 */
	h1{
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}
		
	h2{
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}

	h3 {
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
	}

/* エントリーのあるカラム */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}


/* タイトルバナー */
	#banner {
		color:#000000;
		background:#ffffff;
		margin : 0px 0px 0px 0px ;
		padding:0px 15px 0px 15px;
		text-align: left;
		border-bottom: 1px solid #999999;
	}

	#banner h1 {
		font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
		color: #000000;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		font-size: 27px;
	}

	#banner h2 {
		font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
		color: #000000;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
	}




/* タイトルの文字のリンク色 */
	#banner a {
		font-size: 27px;
		text-decoration: none;
	}
	#banner a:link{
		color: #000000;
		background: none;
	}
	#banner a:visited{
		font-size: 27px;
		color: #000000;
		background: none;
	}
	#banner a:active,
	#banner a:hover {
		font-size: 27px;
		color: #000000;
		background: none;
	}


/* サイト説明文 */
	.description {
		color: #000000;
		font-size: 12px;
	}

/* バナー左がわ */
	#banner-right {
		position : absolute ;
		right : 15px ;
		top : 15px ;
		color:#000000;
		background:#;
		margin : 0px 0px 0px 0px ;
		padding: 8px 0px 0px 0px;
		font-size: 12px;
		text-align: right;
	}


	#banner-right h2 {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		font-weight: normal;
		font-size: 12px;
	}

	#banner-right p {
		color: #000000;
		font-family: Verdana, Arial, sans-serif;
		margin : 0px 0px 0px 0px ;
		padding: 5px 0px 0px 0px;
		font-weight: normal;
		font-size: 12px;
	}

/* ◆ヘッダーメニュー部分の背景色や余白などの設定◆ */
#tophead {
	background-image: url("");
	background-color: #000066;
	text-align: center;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	
	}

/* ◆ヘッダーメニュー部分のリンクの設定◆ */
#tophead a {
	color: #ffffff;
	text-decoration: none;
	}

#tophead a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

#subcat {
	background-image: url("");
	background-color: #eaeaea;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px solid #999999;
	
	}



#prbox1 {
	background-image: url("");
	background-color: #e5edfd;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height:1.25;
	margin : 0px 0px 0px 0px ;
	padding: 8px 0px 5px 0px;
	border-bottom: 1px solid #999999;
	
	}


#prbx1 a {
	color: #000000;
	text-decoration: none;
	}

#prbx1 a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

/* エントリー */
	#content {
		border-bottom: 1px solid #666699;
		border-right: 1px solid #666699;
		margin-right : 285px ;
		margin-top : 0px ;
		margin-bottom : 0px ;
	}


/* エントリー別の段落 */
	.blog {
		padding:10px;
		font-size:14px;
		font-weight:normal;
		color: #000000;
		background: none;
	}

/* 各エントリー */
	.blogbody {
		background:#ffffff;
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height:1.25;
		padding-top:0px;
		padding-left:8px;
		padding-right:8px;
		line-height:150%;
		width : auto ;
		margin-bottom:15px;
		word-break: break-all; 
	}

/* タイトルと本文の行間 */
	.blogbody p {
		margin: 7px　0px 7px 5px;
	}

/* タイトルと本文の行間 */
	.blogbody li {
		background:#ffffff;
		padding: 5px 5px 5px 5px;
		margin: 10px　0px 10px 0px;
		border-bottom: 1px dashed #999999;
	}



/* エントリーの画像 */
	.blogbody img {
		margin-right: 8px;
		margin-bottom: 5px;
	}

/* エントリーの日付 */
	.blog p.date	{
		font-weight: bold; 
		font-size: 12px;
		color: #666666;
		padding:0px 0px 0px 5px;
		margin:6px 0px 0px 5px;

	}


	.blogbody h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
		margin:8px 0px 0px 0px;
	}

	.blogbody h3 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
		margin:8px 0px 0px 0px;
	border-bottom: 1px dashed #666666;

	}

/* エントリーh2のデザイン */
	.title	{ 
		color: #000000;
		background: #eaf6ec;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding:4px 0px 3px 15px;
		margin:0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;

	}

	.blog h2 {
		font-family: Verdana, Arial, sans-serif;
		font-size: 15px;
		margin:8px 0px 0px 0px;
	}

/* エントリーh2-2のデザイン */
	.title2	{ 
		color: #000000;
		background: #cee6ff;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding:4px 0px 3px 15px;
		margin:0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	}


/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
	}

/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}

/* blockquote設定 */
	blockquote {
		color: #000000;
		margin:15px 20px 0px 20px;
		font-size:12px;
		font-weight:normal;
		background:#ffffcc;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted #999999;
		width: auto ;
	}

	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}


	.blogbody img {
		padding: 0px 0px 0px 10px; 
	}

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}

/* メニュー欄のカラム */
	#links-right{
		color: #ffffff;
		position : absolute ;
		right : 15px ;
		top : 180px ;
		width : 255px ;
	}


/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:14px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:11px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:11px;
		color: #006699;
		text-decoration: underline;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:11px;
	}

	.calendar th {
		font-size:11px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
	}

/* 「メニュー欄」の見出し */
	.menutitle {
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("http://movie.her-style.net/archives/images/btn_saide1.gif");
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:12px;
		margin:3px 0px 0px 0px;
	font-weight: bold;
		line-height:140%;
		padding:7px 0px 5px 0px;
		text-align:center;
		border-top: 1px solid  #999999;
		border-left: 1px solid  #999999;
	}

/* 「メニュー欄」テキスト */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:12px;
		font-weight:normal;
		line-height:150%;
		padding: 5px 2px 2px 2px;
		margin-bottom:25px;
/*		word-break: break-all; *//* 半角文字折り返し対処 */
	}


	.side #categories {
		font-family: Verdana, Arial, sans-serif;
		color: #666666;
		background: none;
		font-size: 12px;
		font-weight:normal;
		line-height:150%;
		text-align: left;
		padding:2px;
		margin-bottom:25px;*//* 冗長指定削除 2004.11.24追加 */
	}

	.side #categories ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side #categories ul ul {
		margin-bottom: 0px;
	}

	.side #categories li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}


	.image img {
		border: 1px solid #666699;
		margin-top: 20px;
	}

/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-bottom:5px;
	}

	.syndicate img {
		padding: 2px 0px 2px 0px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin:20px 0px 20px 0px;
	}

/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8cc5ff;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-left:5px;
		margin-right:5px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all; /
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}


/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}




/* ニュースヘッダー */
#newsbox{
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height:1.0;
	margin : 10px 0px 0px 10px ;
	padding: 0px 10px 0px 0px;

	}

#newsbox span.newsday {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	padding: 0px;
	text-align:left;
	margin : 0px ;
	}

#newsbox p {
	padding: 5px 0px 5px 0px;
	margin : 0px  0px 0px 0px ;
	}


/* ニュースヘッダーPR */
#newspr {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5;
	font-weight: normal;
	margin : 10px 10px 10px 10px ;
	padding: 5px 10px 5px 5px;
	border: 2px solid #a0b0c8;

	}


/* フォトニュース */
	#photobox{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
		color: #000000;
		margin : 10px 0px 0px 0px ;
		padding: 0px 0px 0px 10px;
		width : 205px ;
	border-left: 1px solid #666699;
	}

/* フォトニュース */
#photobox img {
		margin : 5px 0px 5px 0px ;
		padding: 0px 0px 0px 0px;
	}


.side hr { border:1px dashed #999999;}


.blog span.day {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	padding: 0px;
	text-align:left;
	margin : 0px ;
	}

.blog p.pan {
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	padding: 10px 0px 10px 10px;
	margin : 0px 0px 0px 0px;
	text-align:left;
	margin : 0px ;
	}

/* フッター */
	#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
		color:#000000;
		background:#ffffff;
		margin : 0px 0px 0px 0px ;
		padding: 0px 0px 0px 0px;
		text-align: center;

	}

#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}



/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

.toptitle	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #8faebe;
	background-color: #eaf2ff;
	}

.blogbody p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#eaf2fb;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
	}

/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}


	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}


/*  コメントのフォームのtextareaの幅の設定 */
.blog textarea{
	width: 50%;
	}

/* 枠の色を定義します */
.AmazonSearchTB1 table {
    border: 1px solid #000000; 
    background-color : #ff6600;
    color: #000000;
    margin: 0px; padding: 0px; font-size: 11px;
}

/* Ads by drk7.jp の font 色を定義します */
.AmazonSearchTB2 a,
.AmazonSearchTB2 a:link,
.AmazonSearchTB2 a:link:hover,
.AmazonSearchTB2 a:link:active {
    color: #ffffff; text-decoration: underline ; background: none;
}
.AmazonSearchTB2 table{ border: none; margin: 0px; padding: 1px; }

/* 広告部分の背景色を定義します */
.AmazonSearchTB3 table{
    background-color : #ffffff;
    border: none; margin: 0px; padding: 3px;
}

/* 商品名のfont定義 */
.AmaS_title a,
.AmaS_title a:link,
.AmaS_title a:link:hover,
.AmaS_title a:link:active {
    color: #004499;
    text-decoration: underline ; background: none;
    font-weight: bold;
}

/* 値段のfont定義 */
.AmaS_price { color: #006600; font-weight: bold; }

/* 説明文のfont定義 */
.AmaS_com { color: #000000; }

/* 画像のボーダー定義 */
.AmaS_img img{ border: 1px solid #aaaaaa; }

