/*　基本構造　*/

body {
	background: url(../images_new/bg.jpg) no-repeat center top fixed;
	background-color: #051723;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

#wrapper{
	width: 722px;
	background: url(../images_new/bg-middle.jpg) repeat-y center top;
	margin: 0 auto;
	padding: 0;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　各回見出し　*/

h2{
	margin: 30px auto;
	padding: 0;
	}
	
/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　年賀状　*/

div#nenga_area{
	text-align: center;
	}

div#nenga_area p{
	margin:5px auto;
	padding: 0;
	}

div#nenga_area ul{
	width: 620px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	}
	
div#nenga_area li{
	margin: 10px;
	padding: 0;
	border: 1px dotted #999999;
	float: left;
	}

div#nenga_area li a {
	display: block;
	min-height: 150px;
}
/*　メール　*/

.mail{
	border: 1px dotted #cccccc;
	}
	
.comment{
	padding-top: 20px;
	}

/*　フッタ　*/

div#foot{
	width: 722px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: url(../images_new/foot_bg.jpg) no-repeat center top;
	}
	
	/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}



#lbNextLink {
	right: 0;
}



#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/store/techo/2009/shared/close_btn.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
