@charset "utf-8";

/* CSS Document */
/* --- ◆基本設定--- */

html {
	background-color:#FFFFFF;
}

* {
	float: left;
	margin: 0;
	padding: 0;
	font-size:100%;
	font-weight:normal;
	font-family: "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	line-height:140%; 
	word-break:normal;
}

body {
	height: 100%;
	width: 100%;
	color:#313131;
	font-size:83%;
}


/*	font: 0.75em "MS Pゴシック", "ヒラギノ丸ゴPro W4", "Osaka", sans-serif; */

a:link { color: #00a0e9; text-decoration: none;}
a:visited { color: #00a0e9; text-decoration: none;}
a:hover { color: #66cfff; text-decoration: none;}
a:active { color: #00a0e9; text-decoration: none;}

img {
	border: 0;
}

ul,dl {
	height: 100%;
	list-style: none;
}

b {
	font-weight: bold;
}

.photo_list {
	width: 675px;
	float: left;
}

.photo_list li {
	float: left;
	padding-right: 5px;
	white-space:nowrap;
	padding-bottom: 5px;
}

.photo_list a {
	float: left;
	padding: 1px 5px 1px 5px;
	background-color: #FFFFFF;
	color: #00a0e9;
	border: 1px solid #00a0e9;
}
.photo_list a:hover {
	background-color: #00a0e9;
	color: #FFFFFF;
}
.photo_list a#current {
	background-color: #00a0e9;
	color: #FFFFFF;
}

