@charset "Shift_JIS";
/* ネイルサロン作品集ページ用CSS */

@import url("nail.css");

/* タイトル下メイン画像読込 */
#header #headmain {
	background-image: url(../../nail/work/images/photo_head01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* タイトル下ナビゲーションの補正 */
#header #headnavi .hn_work {
	background-image: url(../../nail/images/hn_nail_work_hover.gif);
}


/* 写真枠　440px×1 */
#main .photo440x1 {
	display: block;
	background-color: #FDE6E6;
	width: 460px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
	margin-right: 0px;
	vertical-align: top;
}

/* 写真枠　200px×2 */
#main .photo200x2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: center;
	width: 220px;
	float: left;
	background-color: #FDE6E6;
	padding: 0px;
	margin-right: 5px;
	display: inline;
	vertical-align: top;
}
/* 写真画像のマージン設定（上下用） */
#main img {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

