@charset "shift_jis";


body {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:70px;
	margin-right:10px;
}
.blank1 {
	font-size:0em;
	width:1px;
	height:1px
}
.blank3 {
	font-size:0em;
	width:3px;
	height:3px
}
.blank5 {
	font-size:0em;
	width:5px;
	height:5px
}
.blank7 {
	font-size:0em;
	width:7px;
	height:7px
}
.blank10 {
	font-size:0em;
	width:10px;
	height:10px
}
.blank15 {
	font-size:0em;
	width:15px;
	height:15px
}
.blank20 {
	font-size:0em;
	width:20px;
	height:20px
}

/* ************** アーティクル間の点々線を画像にする ************** */
/* 管理者専用の画像置き場を利用する */
.dotline {
background-image : url('../1img/1locker_img/img20070320164934.gif');
background-position: center ;
background-repeat: no-repeat;
height:3px
}

/* ************** ギャラリー（カテゴリー別順）での( 1 Article )を非表示にする ************** */ 
.article {
	display: none;
}

/* ************** 大きいフォントのサイズ変更 ************** */
/* 日記のOld Log月別リスト、ギャラリーやショッピングカートのタイトル、 */
/* Next や Back などのナビゲーションボタンのサイズを変更します */
.title_ja {
font-size:13px;
}
.title_en {
font-size:16px;
}


/* ************** アーティクル間の間隔を変える ************** */
/* 初期値は30px */
.blank_log {
	font-size:0em;
	width:20px;
	height:30px
}


/* ************** ページサイズ調整 ************** */
.wide_5 { width:653px; }
.wide_7 { width:651px; }
#content { margin:0 3px; }
#content .wide_7 { width:645px; }
.wide_77 { width:100%; }


/* ************** 左右余白 ************** */
.PetitPaddingLeft { width:50px; }
.PetitPaddingRight { width:50px; }


/* ************** Body背景画像 ************** */
body {
padding:0;
background:url(../0img_dc/haikei/08_antique_teak_t.jpg);
}


/* ************** パンチ穴 ************** */

.hole {
width : 20px;
height : 20px;
background-image : url('../0img/hole.gif');
}


/* ************** リンクテキスト ************** */

a {text-decoration : none}

a:hover {color : #ff4d00}

/* ======================
a {cursor : help}
====================== */


/* ************** プチの位置変更 ************** */
body {
margin-top : 0px;
margin-left : 120px;
margin-bottom : 0px;
margin-right : 0px;
}


/* ************** 背景画像の固定 ************** */

/* ======================
body {
background-attachment : fixed;
background-repeat : no-repeat;
}
====================== */





/* ************** プチ内側の背景画像 ************** */

/* 管理者専用の画像置き場を利用する */

/* ======================
.textbgcolor {
background-image : url('../1img/1locker_img/画像名')
}
====================== */





/* ************** パンチ穴部分の背景画像 ************** */

/* 管理者専用の画像置き場を利用する */

/* ======================
.accentcolor {
background-image : url('../1img/1locker_img/画像名')
}
====================== */





/* ************** スクロールバーの色変更 ************** */

/* ======================
body { 
scrollbar-base-color : #FF0000;
}
====================== */


