﻿@charset "UTF-8";

/* ==================================================

CSS Document for 山本産業株式会社　リンク集

   ================================================== */

/* Base ------------------------------ */

#links {
	margin-bottom: 35px;
}
#links h3.titleh3 {
	padding-left: 5px;
	margin-top: 25px;
	text-indent: 0;
}
#links p.testindent {
	font-size: 80%;
}
#links ul.pager {
	float: none;
	margin: 15px 0;
	width: 100%;
	text-align: center;
}
#links ul.pager li {
	padding: 0;
	margin: 0 0.3em;
	font-size: 14px;
	display: inline-block;
	/display: inline;/*for IE6,7*/
	/zoom: 1;        /*for IE6,7*/
}
#links ul.pager li a {
	padding: 0 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
	border: 1px solid #003399;
	background: #66ccff url(../img/links/pager-bg.jpg) repeat-x 0px 0px;
	display: block;
}
#links ul.pager li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #66ccff url(../img/links/pager-bg-on.jpg) repeat-x 0px 0px;
}