/*東洋印刷website

main.css - PhotoGalleryトップ

==========================================================================================   index
/	ALL
/	#mainphot  -------photoトップコンテンツ囲み
/	#navipho-t  -------photoトップメインボタン
====================================================================================================
*/

/* safari崩れのため削除------------------------
@charset "utf-8";

#no {}
-------------------------------------------- */
/* #noダミー記述safariで始めのcss読み込まない-- */


/* photoトップコンテンツ囲み
-------------------------------------------- */
#mainphot {
	margin: 0px 15px;
	padding: 268px 0px 0px;
	font-size: 83%;
	background: #000000 url(../images/bg-phototop.jpg) no-repeat top;
	width: 750px;
	text-align: center;
}


/* photoトップメインボタン
-------------------------------------------- */
#navipho-t {
	width: 504px;
	padding: 0px;
	margin: 55px 25px 0px 221px;
}


#navipho-t ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navipho-t li {
	float: left;
}

/* 販売説明
-------------------------------------------- */
#guidet {
	text-align: left;
	width: 504px;
	padding: 30px 0px 40px;
	margin: 0px 25px 0px 221px;
	clear:both;
}

#guidet a:link,#guidet a:visited {
	color: #606060;;
	text-decoration: none;
}
#guidet a:hover,#guidet a:active {
	text-decoration: none;
	color: #0d78bc;
}
