/* 踊る犬.net トップページCSS */
@charset "UTF-8";

html, body{
	background: #FFFFFF;
	line-height: 1.3;
	font-size: 12px;
/*	font-family: "Times New Roman";*/
/*	font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Franklin Gothic Medium", Arial, Helvetica, sans-serif

	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#333333;
	
}

html{
	margin: 0;
	padding: 0;
}

body{
	margin: 30px;
	padding: 0;
}

img{
	border-style: none;
}

.clear{
	clear: both;
}

#menu img{
	margin: 0 3px;
}

#container{
/*	width: 480px;
	margin: 0 auto;*/
}

#dogpart{
	padding-top: 20px;
	padding-bottom: 30px;
}

#dog{
	width: 50px;
	height: 30px;
	float: left;
	background: white url(img/dog.gif) top left no-repeat;
}

#dog_bubble{
	width: 400px;
	height: 40px;
	margin: 0;
	background: white url(img/dog_bubble.gif) top left no-repeat;
	float: left;
}

#dog_bubble_text{
	padding: 15px 0px 0px 35px;
	text-align: left;
	font-size: 11px;
}

#dog_bubble_text a{
	text-decoration: none;
	color: black;
}

#dog_bubble_text a:hover{
	text-decoration: underline;
	color: red;
}

#item_list a
{
	text-decoration: none;
}

#item_list a:visited
{
	color: green;
}
#item_list a:hover
{
	background: orange;
	color: white;
}

#footer{
	margin-top: 5px;
	font-size:10px;
}