﻿/* --------------------リセット------------------ */
@charset "utf-8";

/* reset css */
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

*/
ul.tdftad {
	display: none;
}

/* --------------------個別------------------ */
#wrap{
	width:600px;
}
#bar{
	width:100%;
	margin:10px;
}
#gallery{
	width:530px;
	margin:10px;
}
.back1{
	float:left;
	width:100px;
	height:78px;
	margin:3px;
	background-color:#eeeeee;
}
.back2{
	width:94px;
	height:72px;
	margin:3px;
	background-color:#ffffff;
}

img.photo,img#med,img#sta,img#cat{
	width:88px;
	height:66px;
	margin:3px;
}

span.tooltip1{
	line-height:1.5;
	color:white;
	width:155px;
	background:#ff9900;
	border:2px solid white;
	padding:1em;
	font-size:small;
}
span.tooltip6{
	line-height:1.5;
	color:white;
	width:130px;
	background:#ff99cc;
	border:2px solid white;
	padding:1em;
	font-size:small;
}
span.tooltip10{
	line-height:1.5;
	color:white;
	width:200px;
	background:#228B22 url(../img/cat.gif) right bottom no-repeat;
	border:2px solid white;
	padding:1em;
	font-size:small;
}


