@charset "euc-jp"; /*euc-jpの場合*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*090705　ソラ臨時対応*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
p{
margin-bottom:1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*テスト中*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kinou {
	visibility: hidden;
	z-index: 9999;
	position: absolute;
	width:250px;
	/*margin: 20px 0 0 20px;*/
	padding: 5px 5px 5px 5px;
	border: 1px solid #d2d2d2;
	cursor: move;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 170%;
	font-size: 12px;
/*	divPopをスクロールさせたい時（テスト中）*/
/*	height: 450px;*/
/*	overflow: auto;*/
}

.topicPass{
	width: 100px;
	float: left;
	text-align: center;
	background-color: #F7F7F7;
	margin: 0px 5px 0px 0px;
	font-size: 9px;
}
.topicPass_a{
	width: 100px;
	display:block;
	border: 1px dotted #CEA374;
	text-decoration: none;
}
/*------------------------------------------------------------*/
/*忍*/
/*------------------------------------------------------------*/
#parts{
	position:absolute;
	top:100px;
	left: -333333px;
	
}

/*------------------------------------------------------------*/
/*忍*/
/*------------------------------------------------------------*/
/*ヘッダ右上に忍div*/
#shinobi {
	height: 20px;
	position: relative;
	background-color: #FAFAFA;
	right: 0px;
	text-align: right;
	width: 180px;
	line-height: 17px;
	margin-top: 5px;
	visibility: visible;
}
/*アクセスカウンター*/
#shinobi_counter {
	float:left;
	width: 83px;
	height: 10px;
	text-align: center;
/*	border: 1px solid #C9C9C9;*/
	border: 1px solid #CEA374;
	margin-top: 1px;
	padding-top: 3px;
	overflow: hidden;
}
/*アクセス解析*/
#shinobi_accsess {
	float:right;
	width:85px;
	height:15px;
	overflow:hidden;
}
/*アクセス解析の枠を重ねる*/
#shinobi_accsess_cover {
	float: right;
	width: 83px;
	height: 13px;
	text-align: center;
	border: 1px solid #CEA374;
	margin-top:1px;

	z-index:999;
	right: 1px;
	position:absolute;
	overflow: hidden;

}
/*------------------------------------------------------------*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【置換調整】*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*メインテキストカラー		#707070*/
/*メインキーカラー			#CEA374*/
/*メインキーカラー(薄)		#FFFBF4*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*共通要素*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【共通：不変】単発シンプルクラス設定*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*枠*/
.border_C_sic {
	border: 1px solid #CCCCCC;
}
/*段落（section）*/
.section_sic {
	margin-bottom: 1em;
}

/*------------------------------*/
/*float系*/
/*------------------------------*/
/*回り込み：左*/
.float_right_sic {
	float:right;
}
/*回り込み：左*/
.float_leftt_sic {
	float:left;
}
/*------------------------------*/
/*clear系*/
/*------------------------------*/
/*回り込み解除：左*/
.clear_right_sic {
	clear:right;
}
/*回り込み解除：右*/
.clear_left_sic {
	clear:left;
}
/*回り込み解除：両方*/
.clear_both_sic {
	clear:both;
}




/*------------------------------*/
/*フォント系*/
/*------------------------------*/
/*フォントサイズ*/
.font1_3em_sic {
	font-size: 1.3em;
	line-height: 1.8em;
}
.font1_5em_sic {
	font-size: 1.5em;
	line-height: 2.0em;
}
.font2_0em_sic {
	font-size: 2.0em;
	line-height: 2.5em;
}


/*bold（em：強調とは無関係にただ太字）*/
.font_blod{
	font-weight: bold;
}
/*等幅フォント指定*/
.font_touhaba_sic {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}





/*------------------------------*/
/*text-align系*/
/*------------------------------*/
/*左揃え*/
.ta_left_sic {
	text-align: left;
}
/*中央揃え*/
.ta_center_sic {
	text-align: center;
}
/*右揃え*/
.ta_right_sic {
	text-align: right;
}



/*------------------------------*/
/*margin系*/
/*------------------------------*/
/*margin無し*/
.mar0_sic {
	margin: 0;
}


/*margin　上1em*/
.mar_t1em_sic {
	margin-top: 1em;
}
/*margin　上2em*/
.mar_t2em_sic {
	margin-top: 2em;
}
/*margin　上3em*/
.mar_t3em_sic {
	margin-top: 3em;
}


/*margin　下1em*/
.mar_t1em_sic {
	margin-bottom: 1em;
}
/*margin　下2em*/
.mar_t2em_sic {
	margin-bottom: 2em;
}
/*margin　下3em*/
.mar_t3em_sic {
	margin-bottom: 3em;
}


/*margin　左1em*/
.mar_l1em_sic {
	margin-left: 1em;
}
/*margin　左2em*/
.mar_l2em_sic {
	margin-left: 2em;
}
/*margin　左3em*/
.mar_l3em_sic {
	margin-left: 3em;
}


/*margin　右1em*/
.mar_r1em_sic {
	margin-right: 1em;
}
/*margin　右2em*/
.mar_r2em_sic {
	margin-right: 2em;
}
/*margin　右3em*/
.mar_r3em_sic {
	margin-right: 3em;
}


/*------------------------------*/
/*padding系*/
/*------------------------------*/
/*padding無し*/
.pad0_sic {
	padding: 0;
}


/*padding　上1em*/
.pad_t1em_sic {
	padding-top: 1em;
}
/*padding　上2em*/
.pad_t2em_sic {
	padding-top: 2em;
}
/*padding　上3em*/
.pad_t3em_sic {
	padding-top: 3em;
}


/*padding　下1em*/
.pad_t1em_sic {
	padding-bottom: 1em;
}
/*padding　下2em*/
.pad_t2em_sic {
	padding-bottom: 2em;
}
/*padding　下3em*/
.pad_t3em_sic {
	padding-bottom: 3em;
}


/*padding　左1em*/
.pad_l1em_sic {
	padding-left: 1em;
}
/*padding　左2em*/
.pad_l2em_sic {
	padding-left: 2em;
}
/*padding　左3em*/
.pad_l3em_sic {
	padding-left: 3em;
}


/*padding　右1em*/
.pad_r1em_sic {
	padding-right: 1em;
}
/*padding　右2em*/
.pad_r2em_sic {
	padding-right: 2em;
}
/*padding　右3em*/
.pad_r3em_sic {
	padding-right: 3em;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【共通：調整】共通パーツclass設定*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------*/
/*インラインパーツ*/
/*------------------------------*/
/*「このページのトップへ戻る」*/
.pagetop {
	text-align: right;
	clear:right;
	border-top: 1px dotted #CEA374;
	margin-top: 0.5em;
}
/*「NEW」アイコン部*/
.icom_new {
	color: #ffa444;
	font-family: "Arial", "Tahoma", "Verdana";
	font-size: 0.8em;
}
/*「必須」アイコン部*/
.icon_need{
	color: #FF0099;
}
/*「必須」アイコン部*/
.color_keisen{
	color: #CEA374;
}
/*------------------------------*/
/*フォームパーツ*/
/*------------------------------*/
/*フォームカラー統一*/
.form_maincolor,
.form_txtline_sht,
.form_txtline_mid,
.form_txtline_lng,
.form_textbox,
.form_btn{
	border: 1px solid #CEA374;
	background-color:#FFFFFF;
	color:#707070;
}


/*テキストライン（一行のもの）統一*/
.form_txtline_sht,
.form_txtline_mid,
.form_txtline_lng {
	padding: 2px 2px 1px 3px;
}
/*テキストライン短*/
.form_txtline_sht {
	width:150px;
}
/*テキストライン中*/
.form_txtline_mid {
	width:200px;
}
/*テキストライン長*/
.form_txtline_lng {
	width:300px;
}


.form_btn {
	color:#FFFFFF;
	background-color:#CEA374;
	padding: 0px 0px 0px 1px;
}


/*テキストボックス部*/
.form_textbox {
	width:450px;
	height:175px;
	margin-bottom:2em;
	padding: 2px 2px 1px 3px;
}


/*
.form_maincolor input:link    { color: #463728; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
.form_maincolor input:visited { color: #8493A2; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
.form_maincolor input:hover   { color: #CEA374; text-decoration: none; border-bottom: 1px dotted #CEA374;}
.form_maincolor input:active  { color: #CEA373; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
*/


/*------------------------------*/
/*class Table設定 1*/
/*------------------------------*/
/*<table>の再定義*/
table.table1 {
	border:none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
	padding: 0px;
}

/*<caption>の再定義*/
.table1 caption {
	text-align: center;
	margin-top: 3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #CEA374;
}
/*<th>の再定義*/
.table1 th {
	border:none;
	color:#FFFFFF;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #CEA374;
	background-color: #CEA374;
}
/*<td>の再定義*/
.table1 td {
	border:none;
	padding: 4px;
	border: 1px solid #CEA374;
}
/*------------------------------*/
/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*レイアウト全体調整要素*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*【共通：調整】全体基本設定*/
/*------------------------------------------------------------*/
/*全マージン、パッディングをキャンセル*/
/*全称セレクタ（*）ですべての要素の margin と padding を 0 に(ブラウザがもつデフォルトスタイルシートごとの違いをリセット)*/
/*※全て再設定し直し*/
* {
	margin: 0;
	padding: 0;
}
/*スクロールバーの装飾（IEのみ）*/
body,html {
	scrollbar-arrow-color: #CEA374;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #CEA374;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #CEA374;
	scrollbar-track-color: #FAFAFA;
	scrollbar-darkshadow-color: #FFFFFF;
}
/*全体の表示位置（中央揃え）*/
#global_center {
	/*↓autoはNN6.xで中央揃えする場合に使う*/
	margin: 0px auto;
	width: 950px;
	height: 588px;
	text-align: left;
	overflow: hidden;
	/*一枚画像で背景設定*/
/*	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main.gif) no-repeat left top;*/
} 
/*主テキスト周り*/
body {
	color: #707070;
	font-size:12px;
	font-family:Verdana, Osaka, Arial, "ＭＳ Ｐゴシック";
	line-height: 170%;
	clear: both;
	overflow: auto;
}



/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【共通：調整】全体調整要素：タグ定義部*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*【定義】ハイパーリンク系*/
/*------------------------------------------------------------*/
/*リンク共通部*/
a {
}
/*擬似クラス(順番必須)*/
a:link    { color: #463728;}
a:visited { color: #8493A2;}
a:hover   { color: #CEA374;}
a:active  { color: #CEA373;}

/*画像にリンクした場合、標準ボーダーを非表示*/
a img { border:none }



/*------------------------------------------------------------*/
/*【定義】段落系*/
/*------------------------------------------------------------*/
h1 {
	margin: 0px 0px 10px 0px;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}
h3 {
	margin: 0px 0px 10px 0px;
}
h4 {
	margin:  0px 0px 5px 0px;
}
h5 {
	margin:  0px 0px 5px 0px;
}
h6 {
	margin:  0px 0px 5px 0px;
}
p {
	margin:  5px 10px;
}
pre {
}
/*------------------------------------------------------------*/
/*【定義】リスト系*/
/*------------------------------------------------------------*/
ul,ol,li {
}
ul,ol {
}
ul {
}
ol {
}
li {
	margin-left:0.5em;
	padding-left: 1.5em;
	list-style: none;
	/*リスト左のアイコン*/
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images/list.gif) no-repeat left 1px;
}


#contents_navi ul {
	margin:0;
	margin-bottom: 2em;
}
#mainmenu li,
#cat li,
#ent li,
#com li,
#tra li {
	margin:0;
	margin-bottom: 1em;
}
/*
#contents_navi li,
#contents_entry li {
}
*/


/*------------------------------------------------------------*/
/*【定義】テーブル系*/
/*------------------------------------------------------------*/
table {
}
caption {
}
tr {
}
td {
}
/*------------------------------------------------------------*/
/*【定義】定義リスト*/
/*------------------------------------------------------------*/
dl {
}
dt {
	margin: 0px;
	padding: 3px 4px 1px 4px;
	background-color: #8F8F8F;
	display: inline;
	color: #FFFFFF;
}
dd {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
/*------------------------------------------------------------*/
/*【定義】no系*/
/*------------------------------------------------------------*/
noscript {
}
noframes {
}
/*------------------------------------------------------------*/
/*【定義】その他*/
/*------------------------------------------------------------*/
div {
}
blockquote {
	margin: 20px 10px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
center {
}
hr {
}
address {
	font-size: 10px;
	font-style: normal;
	text-align:right;
	margin-right: 3px;
}
/*------------------------------------------------------------*/
/*【定義】インライン要素*/
/*------------------------------------------------------------*/
span {
}
em {
	color: #CEA374;
	font-style: normal;
}
strong {
	color: #CEA374;
}
img {
}
label {
	cursor:pointer;
}
/*------------------------------------------------------------*/
/*【定義】フォーム要素*/
/*------------------------------------------------------------*/
form {
}
input {
}
textarea {
}
/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*固有要素*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【固有：調整】IDレイアウト*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ヘッダ関係*/
/*------------------------------------------------------------*/
/*margin adding out*/
#header_mpo{
	padding: 0px 25px;
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_header.gif) no-repeat 0px 0px;
}
#header{
	width: 900px;
	height: 51px;
}
#header_name{
	width: 110px;
	float:left;
	font-style:normal;
	height: 50px;
}
/*margin adding out*/
#header_calendar{
	margin: 24px 10px 0px 0px;
	font-size:9px;
	width: 590px;
	height: 16px;
	text-align:right;
	float:right;
}



/*--------------------*/
/*サイト内検索部*/
/*--------------------*/
/*margin adding out*/
#header_search{
	width: 180px;
	float:right;
	height: 25px;
}
/*テキストボックス部は名前変えられない*/
#search{
	width: 118px;
	height: 14px;
	border: 1px solid #CEA374;
}
/*ボタン部*/
#search_btn{
	width: 50px;
	color: #FFFFFF;
	background: #CEA374;
	border: 1px solid #CEA374;
	height: 16px;
	padding-bottom: 16px;
	margin-left: 5px;
}



/*------------------------------------------------------------*/
/*コンテンツ部*/
/*------------------------------------------------------------*/
/*margin adding out*/
#contents_mpo{
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_middle.gif) repeat-y 0px 0px;
	padding: 0px 25px;
}
#contents{
	width: 900px;
	height: 448px;		/*実際450px - 枠線1*2px*/
}
/*------------------------------*/
/*コンテンツ部上*/
/*------------------------------*/
/*margin adding out*/
#contents_mpi{
	padding: 5px 15px 0px;
}
/*--------------------*/
/*トピックパス部*/
/*--------------------*/
#topics_pass{
	height: 20px;
	overflow: visible;
	line-height: 16px;
}
/*--------------------*/
/*ナビ部*/
/*--------------------*/
/*ナビ部*/
#contents_navi{
	width: 250px;
	height: 400px;
	float:left;
	overflow:auto;
	z-index: 999;
}
/*margin adding in*/
#contents_navi_mpi{
	padding-right:5px;
}
.linktitle {
	font-family:Verdana, Osaka, Arial, "ＭＳ Ｐゴシック";
}
/*ナビリンク*/
#contents_navi .linktitle a		    { text-decoration: none; display: block; width:100px; border-bottom: 1px dotted;}
#contents_navi .linktitle a:link,
#contents_navi .linktitle a:visited { color: #975F00;}
#contents_navi .linktitle a:hover   { color: #CEA374; border-bottom: 1px dotted #CEA374; margin-left:1.5em;}
#contents_navi .linktitle a:active  { color: #CEA373;}

/*ナビメニュー部*/
#contents_navi .menu {
	/*メニュー部のデフォルト調整：直接記述は「style="display:none;"」*/
	display:block;
	
	z-index: 999;
	margin:0px 0px 0px 5px;
	padding:5px 0px 5px 0px;
}
/*ナビメニュー部リンク*/
#contents_navi .menu a:link    { color: #463728; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
#contents_navi .menu a:visited { color: #8493A2; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
#contents_navi .menu a:hover   { color: #CEA374; text-decoration: none; border-bottom: 1px dotted #CEA374;}
#contents_navi .menu a:active  { color: #CEA373; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
/*amazonのreccomend部*/
.amazon {
	margin-bottom:1em;
}


/*--------------------*/
/*エントリー部*/
/*--------------------*/
#contents_entry{
	width: 500px;
	height: 400px;
	float:right;
	overflow:auto;
}
/*margin adding in*/
#contents_entry_mpi{
	padding-right:5px;
}

/*--------------------*/
/*トピックパス部*/
/*--------------------*/
#topics_pass_btm{
	height: 25px;
}

/*------------------------------*/
/*コンテンツ下部*/
/*------------------------------*/
/*margin adding out*/
#contents_btm_mpo{
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_footer.gif) no-repeat 0px 0px;
	padding: 0px 25px 0px 25px;
}
#contents_btm{
	width: 900px;
	height: 60px;
	/*color: #FFFFFF;*/
}
#contents_btm_mpi {
	padding: 5px 0px 0px 10px;
}
/*pキャンセル*/
#contents_btm_mpi p{
	margin:0;
}

/*--------------------*/
/*左右共通設定*/
/*--------------------*/
/*左右：基本設定*/
#contents_btm_left,
#contents_btm_right {
	width: 430px;
	font-size: 10px;
	line-height: 170%;
}
/*左右：フロート*/
#contents_btm_left {
	float: left;
}
#contents_btm_right {
	float: right;
}
/*------------------------------------------------------------*/
/*フッタ部*/
/*------------------------------------------------------------*/
#footer{
	width: 900px;
	height: 91px;		/*実際90px + 枠線1px*//*moveDivHeightと同じサイズ*/
	padding-top:1px;
}
#logo{
	height: 55px;
}


/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【固有：調整】ロリポブログ　固有クラス　レイアウト*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*ヘッダ*/
/*------------------------------------------------------------*/
/*h1*/
.site_title{
	font-size: 10px;
}
.site_title a:link    {color:#CEA374; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
.site_title a:visited {color:#CEA374; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}
.site_title a:hover   {color:#CEA374; text-decoration: none; border-bottom: 1px dotted #CEA374;}
.site_title a:active  {color:#CEA374; text-decoration: none; border-bottom: 1px dotted #FFFFFF;}



/*------------------------------------------------------------*/
/*エントリー*/
/*------------------------------------------------------------*/
/*エントリー部のDiv*/
.entryRepeat {
	margin-bottom: 10em;
}
/*各セクション単位（最下段には設定しない）*/
.section{
	margin-bottom: 5em;
}
/*prev、next（初期状態では非表示）*/
#entry_nextprev {
	display:none;
	font-size: 9px;
	text-align: center;
}
.entry_navi{
}
.entry_date{
	text-align:right;
	font-size: 9px;
}
.entry_body{
	margin-bottom: 5em;
}
/*独自追加、旧「entry_date」*/
.entry_blogmidashi {
	background-color:#FFFBF4;
	margin-bottom: 1em;
	border-bottom: 1px dotted #CEA374;
	border-left: 3px solid #CEA374;
	padding-left:5px;
}
.entry_title{
	margin-bottom:1em;
	font-weight: bold;
	color: #CEA374;
	background-color:#FFFBF4;
	border-bottom: 1px dotted #CEA374;
	border-left: 3px solid #CEA374;
	padding-left:5px;
}
.entry_title a:link,
.entry_title a:visited { color: #CEA374; text-decoration: none;}
.entry_title a:hover,
.entry_title a:active { color: #975F00;}


/*「続きを読むはここから↓」の初期設定*/
.entry_sequelHeader{
	display:none;
}
/*独自追加、旧「entry_title」*/
.entry_sequelHeader,		/*[続きを読む]部にも同じ設定を*/
.entry_title_sub{
	background-color:#FFFBF4;
	margin-bottom:1em;
	border-bottom: 1px dotted #CEA374;
	height: 1.5em;
}
.entry_state{
	text-align: right;
}
.entry_state a { text-decoration: none;}
.entry_state a:hover,
.entry_state a:active   { color: #CEA374; border-bottom: 1px dotted #CEA374;}



/*セッション：「noise」時以外は非表示*/
.section_noise{
	display:none;
}
.entry_footer{
	text-align: right;
	margin-bottom: 0.5em;
}
/*コメント部の「[管理者名]@masuter」部を後からJavaScriptで装飾*/
.master{
	color: #CEA374;
	background-color:#FFFBF4;
}
.master_Firefox{
	color: #CEA374;
	background-color:#FFFBF4;
	border-bottom: 1px dotted #CEA374;
}

/*トラックバック部のブログネーム*/
.trackback_blog{
	margin-bottom: 1em;
	font-weight: bold;
	background-color: #F7F7F7;
}

/*------------------------------------------------------------*/
/*ナビ*/
/*------------------------------------------------------------*/



/*------------------------------------------------------------*/
/*フッタ*/
/*------------------------------------------------------------*/
.description {
	text-align:left;
}
/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*【固有：調整】ロリポブログ　固有クラス　インライン*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*画像要素*/
.pict_center {
	text-align:center;
}
.pict_center img {
	border: 1px solid #CCCCCC;
	margin: 1.5em 5px;
}

/*カレンダー*/
/*旧today。「ページ」にも使うため、名前変更*/
.today,
.current {
	color: #CEA374;
	text-decoration: overline;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*CSS上書き用*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*トップページ以外はoverflowを解除*/
/*------------------------------------------------------------*/
/*------------------------------*/
/*メインレイアウトの調整*/
/*------------------------------*/
/*初期化（IEのバグ？）*/
#body_Standard {
	margin:0;
	padding:0;
	overflow:visible;
}
#body_Standard #global_center{
	background-image:none;
	overflow:visible;
}


#body_Standard #contents,
#body_Standard #contents_navi,
#body_Standard #contents_entry{
	height:  inherit;
}



/*------------------------------*/
/*コンテンツ部*/
/*------------------------------*/
#body_Standard #entry_nextprev {
	display:block;
}
/*ナビ部、エントリー部のoverflowを解除*/
#body_Standard #contents_navi,
#body_Standard #contents_entry{
	overflow:visible;
}



/*------------------------------*/
/*ヘッダ部*/
/*------------------------------*/
/*画像は実際よりも1px上に書き出し*/
/*margin adding out*/
#body_Standard #header_mpo{
/*	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_header.gif) no-repeat 0px 0px;*/
}



/*------------------------------*/
/*コンテンツ部*/
/*------------------------------*/
/*y軸リピート*/
#body_Standard #contents_mpo{
/*	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_middle.gif) repeat-y 0px 0px;*/
}




/*------------------------------*/
/*フッタ部*/
/*------------------------------*/
/*通常時は消去*/
#footer_top{
	display:none;
}
/*footerUp時だけCSS装飾適応*/
#body_Standard #footer_top{
	display:block;
	height:91px;		/*#footer、moveDivHeightと同じサイズ*/
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_middle.gif) repeat-y 0px 0px;
}

/*footerUp時に動く*/
#body_Standard #contents_btm_mpo{
	background-color:#FFFFFF;
	/*フッタが動く時は、透明部分は無く、従来のものと同じ画像を使う*/
	background: url(http://lightinguz.com/blog_hidamari/global_blog/blogparts/images_css/bg_main_footer_up.gif) no-repeat 0px 0px;
	position:absolute;		/*footerUp対策*/
	visibility:visible;		/*footerUp対策*/
	z-index: 999;			/*footerUp対策*/
	/*【【【071227footer移動解除】】】
	本当なら、「#footer_top」も削除、「position:absolute;」も不要。
	とりあえずの応急処置
	*/
	/*top:-100px;*/				/*footerUp対策*/
}
#body_Standard #footer{
	height:91px;		/*#footer、moveDivHeightと同じサイズ*/
}


/*------------------------------*/
/*------------------------------------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*CSS上書き用　.entry_noise*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*------------------------------------------------------------*/
/*エントリー*/
/*------------------------------------------------------------*/
/*エントリー部のDiv*/
.entryRepeat {
}
.entry_noise {
}
.section{
}
.entry_navi{
}
.entry_date{
}
.entry_body{
}
/*独自追加、旧「entry_date」*/
.entry_blogmidashi {
}
.entry_noise .entry_title{
	color: #4D4D4C;
	background-color:#F6F6F6;
	border-bottom: 1px dotted #4D4D4C;
	border-left: 3px solid #4D4D4C;
}
.entry_noise .entry_title a:link,
.entry_noise .entry_title a:visited {color: #4D4D4C;}
.entry_noise .entry_title a:hover,
.entry_noise .entry_title a:active {color: #CEA374;}


/*独自追加、旧「entry_title」*/
.entry_title_sub{
}
.entry_state{
}
.entry_state a {}
.entry_state a:hover,
.entry_state a:active {}


.entry_noise .section_noise {
	display:block;
/*	margin: 0 2px 2em 209px;*/
	margin: 0 0 2em 0;
	border: 1px dotted #4D4D4D;
}
.entry_noise .section_title {
	color: #4D4D4C;
	background: #F6F6F6;
	font-weight:bold;
	padding-left: 3px;
}
.entry_noise .section_body {
	border-top: 1px dotted #4D4D4D;
	padding: 0.5em;
}
.entry_footer{
}
/*コメント部の「[管理者名]@masuter」部を後からJavaScriptで装飾*/
.master{
}
.master_Firefox{
}

/*トラックバック部のブログネーム*/
.trackback_blog{
}
/*------------------------------------------------------------*/
/*【共通：調整】共通パーツclass設定*/
/*------------------------------------------------------------*/
/*------------------------------*/
/*インラインパーツ*/
/*------------------------------*/
/*「このページのトップへ戻る」*/
.entry_noise .pagetop {
	border-top: 1px dotted #4D4D4C;
}
/*------------------------------*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/	
@charset "euc-jp"; /*euc-jpの場合*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*補正*/
/*その江用上書き微修正*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------------------------*/
/*ヘッダ部*/
/*------------------------------------------------------------*/
/*------------------------------*/
/*見た目の調整*/
/*------------------------------*/
/*見た目調整*/
#header_name{
	padding-left:2px;
	padding-top:5px;
	height:45px;	/*top足し多分だけ、50pxから引いた*/
	overflow:hidden;
}
/*右寄せから左寄せに調整*/
#header_calendar{
	margin-right:0;
	width: 600px;
	text-align:left;
}



/*------------------------------*/
/*{blog_description}移動対策*/
/*------------------------------*/
/*カレンダーの上に、説明文を配置するための記述*/
#header_calendar{
	margin-top: 0px;
}
#blog_description{
	font-size: 10px;
	margin:0;
	padding:0;
	height:24px;
	overflow:hidden;
	float: left;
}





/*------------------------------------------------------------*/
/*コンテンツ部*/
/*------------------------------------------------------------*/
/*------------------------------*/
/*エントリー部*/
/*------------------------------*/
/*
080409
できるだけ縦長にした場合。けど、他が色々不具合が。
#contents_mpi{
	position:relative;
}
#body_Standard #contents_mpi{
	position:relative;
}
#contents_entry{
	width:480px;
	height: 475px;
	position:absolute;
	right:15px;
}
#body_Standard #contents_entry{
	position:static;
}*/

#contents_entry{
	width:480px;
	height: 400px;
}



/*------------------------------------------------------------*/
/*コンテンツ下部*/
/*------------------------------------------------------------*/
/*------------------------------*/
/*footerUp時に動く*/
#body_Standard #contents_btm_mpo{
	background-color:transparent;
	/*↓なんか、青いライン。これ要らないんだけど、なんで残してあったのか不明。*/
	/*border-bottom: 1px solid #00CCFF;*/
	height:92px;
}
#body_Standard #contents_btm_mpo{
	position:relative;
}
/*動かすのやめた*/
#body_Standard #contents{
	height: auto;
}
/*------------------------------*/
/*080409　IE7でフッタ位置がおかしくなる問題に強制対応*/
/*------------------------------*/
#body_Standard #global_center,
#body_Standard #contents_mpo,
#body_Standard #contents_mpi,
#body_Standard #contents,
#body_Standard #contents_entry{
	height:100%;
}



/*------------------------------*/
/*コピーライト周辺*/
/*------------------------------*/
address{
	text-align:left;
	margin-left:10px;
}
#contents_btm_left{
	float: left;
}
.font_touhaba_sic{
}
/*------------------------------*/
/*------------------------------------------------------------*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------------------------*/
/*EXIF部の変更*/
/*------------------------------------------------------------*/
/*EXIF情報*/
.exif {
	color:#A9A0A0; 
	font-size: 10px;
}
/*機材（カメラ、レンズ）*/
.cameraLense {
	color:#171313;
	font-size: 9px;
	text-align:right;
}
/*INFO*/
.info {
	color: #FB711E;
}
/*URL*/
.infoUrl {
	margin-top: 30px;
}
/*枠*/
.border01 {
	border: 1px #cccccc solid;
}
/*dl定義部*/
dt {
	font-weight: bold;
	margin-left: 11px;
}
/*dl内容部*/
dd {
	margin-right: 22px;
	margin-bottom: 11px;
	border-bottom: 1px dotted #CCCCCC;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
