@charset "utf-8";
/* ===================================================================
CSS information

 file name  :photo.css
 author     :Ability Consultant
style info  :フォトギャラリーページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	index.html
----------------------------------------------------*/

/* con_photo_nav ナビゲーション
----------------------------------------------------*/
#photo .con_photo_nav {
	width: 690px;
	margin: 0 0 30px 0;
}

#photo .con_photo_nav h3 {
	margin: 0 0 15px 0;
}

#photo .con_photo_nav ul {
	width: 689px;
	padding: 1px 0 0 1px;
	overflow: hidden;
}

#photo .con_photo_nav ul li {
	width: 161px;
	margin: -1px 0 0 -1px;
	padding: 10px 0 10px 10px;
	background-color: #e9e7d1;
	border: 1px #ccc8a0 solid;
	float: left;
}

#photo .con_photo_nav ul li a {
	padding: 0 0 0 10px;
	background: url(../photo/images/ic_list.gif) no-repeat 0 5px;
}


/* con_photo 一覧[共通]
----------------------------------------------------*/
#photo .con_photo {
	width: 690px;
	margin: 0 0 30px 0;
}

#photo .con_photo .entry {
	width: 690px;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: url(../photo/images/bg_category.gif) no-repeat left bottom;
	overflow: hidden;
}

#photo .con_photo .entry h4 {
	font-size: 120%;
	font-weight: bold;
	float: left;
}

#photo .con_photo .entry p {
	margin: 10px 0 0 0;
	float: right;
}

#photo .con_photo table td {
	border: none;
	vertical-align: top;
}

/* 写真表示部分
-----------------------------------------------*/
#photo .con_photo .photo {
	width: 105px;
	padding: 5px 0;
	background: url(../photo/images/bg_photo.gif) no-repeat left bottom;
	border-top: 1px #d0cca6 solid;
}

#photo .con_photo .photo p {
	width: 93px;
	margin: 0 auto 5px auto;
	font-size: 86%;
	line-height: 1.2;
}

#photo .con_photo .photo p img {
	width: 93px;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
