/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #0038a5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
	outline:none;
}

.site {
	width: 338px;
	background: #dde8fc;
	border: 1px solid #b7b7b7;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 10px;
}

.site .thumb{
	width: 120px;
	height: 92px;
	position: relative;
	margin-right: 10px;
	
	
}

.site .thumb img {
	width: 120px;
	height: 120px;
	position: absolute;
	clip: rect(0px 120px 92px 0px);
}

.jishasite {
	width: 338px;
	background: #dde8fc;
	border: 1px solid #b7b7b7;
	float: left;
	margin: 0 5px 10px 5px;
	padding: 10px;
}

.jishasite img {
	float: left;
	margin-right: 10px;
}

.jishainfo {
	padding:2px 0px 2px 6px;
	background: #ffffff;
	width: 210px;
	float: right;
}

h3 {
	color: #FF0000;
	font-size: 14px;
	margin-bottom: 6px;
}

.title a:link, .title a:visited{
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom: 6px;
	
}

.title a:hover{
	color: #FF0000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 6px;
	
}

.jishalink {
	margin-top: 0px;
}

.left {
	text-align: left;
	color: #999999;
}


/* ----------------------- Browser Default Initialization */
html {overflow-y: scroll;}

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;}

address, caption, cite, code, dfn, em, strong, th, var	{font-style: normal;}

table	{border-collapse: collapse;	border-spacing: 0;}

caption, th	{text-align: left;}

q:before ,q:after	{content: '';}

object, embed	{vertical-align: top;}

hr, legend	{display: none;}

h1, h2, h3, h4, h5, h6	{font-size: 100%;}

img, abbr, acronym, fieldset{border: 0; vertical-align: bottom;}

li	{list-style-type: none;}
/* ----------------------- Basic Style */

/* ------------ Font Style */
body {font-family: verdana,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",Sans-Serif;
font-size: 75%;line-height: 150%;}

html>/**/body {font-size: 12px;}

*+html body { font-size: 71%; font-family: "¥á¥¤¥ê¥ª","Meiryo";}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	html { overflow:hidden; }}
	
/* ----------------------- Basic Style end*/

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
 
/* for IE6 */
* html .clearfix {
    display: inline-block;
}
 
/* for IE7 */
*+html .clearfix {
    display: inline-block;
}