@import "page_style.css";

* {
	margin: 0; padding: 0;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	text-align: center;
	}
a {
	color: #06c;
	}
a:hover {
	color: #f06;
	}
h2 {
	font-size: 18px;
 }
table {
	border-collapse: collapse;
	}
blockquote {
	margin: 10px; padding: 5px;
	border: 1px dotted #e2dada;
	background: #f0ebeb;
	}
p.stxt {
	font-size: 10px;
	}
select {
	border: 1px solid #e2dada;
	}
input.w300,
textarea.w300h120 {
	border: 1px solid #e2dada;
	background: #f0ebeb;
	}
input.w300:focus,
textarea.w300h120:focus {
	background: #fff;
	}
input.w300 {
	width: 300px;
	height: 18px;
	}
textarea.w300h120 {
	width: 300px; height: 120px;
	}
.al-center {
	text-align: center;
	}
#container {
	width: 950px;
	margin: auto; padding: 0 10px;
	font-family: "verdana";
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
	color: #555;
	background: url(img/bg.png) repeat-y;
	}
*html #container {
	width: 970px;
	}
#header {
	height: 120px;
	background: url(img/ishibashi_logo3.jpg) no-repeat 426px 21px;
	}
#header h1 a {
	display: block;
	height: 80px; width: 380px;
	text-indent: -9999px;
	background: url(img/ishibashi_logo.png) no-repeat 10px 10px;
	}
#head_navi, #c_navi, #u_navi, #foot_navi {
	list-style-type: none;
	}
#head_navi {
	height: 28px;
	margin: 0 5px; padding: 0 1px;
	background: url(img/head_navi_edge.png) no-repeat 1px 0;
	}
#head_navi li {
	float: left;
	text-align: center;
	background: url(img/head_navi_bg.png) -22px 0 no-repeat;
	}
#head_navi li a {
	display: block;
	width: 134px; height: 28px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #fdd;
	}
#head_navi li a:hover {
	position: relative; top: -1px;
	color: #fff;
	border-top: 1px solid #e60020;
	background: url(img/head_navi_bg.png) no-repeat -22px -28px;
	}
#head_navi li.current a {
	position: relative; top: -1px;
	color: #fd0;
	border-top: 1px solid #e60020;
	}
table#column3 {
	width: 950px;
	border-bottom: 5px solid #e2dada;
	}
#column3 td {
	vertical-align: top;
	}
#left_navi {
	width: 240px;
	padding: 5px;
	background: #e2dada;
	}
#left_navi h3 {
	height: 28px;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	background: url(img/h3_bg-240.gif) no-repeat;
	}
#left_navi li {
	height: 31px; width: 240px;
	line-height: 30px;
	vertical-align: bottom;
	background: url(img/c_navi_bg.png) repeat-x;
	}
*html #left_navi li {
	margin: 0;
	}
#left_navi li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	}
#left_navi li a:hover {
	background: #f0ebeb;
	}
#center_content {
	}
.center_element {
	border-top: 5px solid #e2dada;
	}
#center_content h2 {
	margin: 0 0 10px 0; padding: 0 5px;
	color: #e60020;
	border-bottom: 1px dotted #e2dada;
	background: #f0ebeb;
	}
#center_content h4 {
	font-size: 12px;
	}
#center_content p {
	margin: 0 10px 10px 10px;
	}
table#menu {
	margin: 10px auto;
	border: 1px dotted #e2dada;
	background: #f0ebeb;
	}
table#menu td {
	text-align: center;
	padding: 20px;
	}
ul#menu {
	list-style-type: none;
	margin: 10px; padding: 10px;
	border: 1px dotted #e2dada;
	background: #f0ebeb;
	}
#center_content h3 {
	margin:10px;
	color: #e60020;
	font-size: 14px;
	}
#center_content h4 {
	margin: 10px 0 0 10px;
	font-size: 12px;
	}
#center_content dl {
	margin: 10px;
	}
#center_content dt {
	font-weight: bold;
	}
#center_content dd {
	margin-bottom: 10px;
	}
#center_content ol {
	list-style-position: inside;
	margin: 2em;
	text-indent: -1.5em;
	}
#center_content ol li {
	font-weight: bold;
	}
#center_content ol li span {
	font-weight: normal;
	}
#center_content table.fig {
	margin: 10px;
	border: 4px solid #e2dada !important;
	}
#center_content table.fig th {
	background: #f0ebeb;
	}
#center_content table.fig th,
#center_content table.fig td {
	border-top: 1px solid #e2dada;
	vertical-align: top;
	padding: 5px;
	border-left: 1px solid #e2dada;
	}
#right_navi {
	width: 170px;
	padding: 5px;
	background: #e2dada;
	}
#right_navi h3 {
	height: 28px;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	background: url(img/h3_bg-170.gif) no-repeat;
	}
#u_navi {
	background: #fff;
	}
#u_navi li {
	height:60px; width: 170px;
	line-height: 60px;
	vertical-align: bottom;
	border-bottom: 1px solid #e2dada;
	}
#u_navi li a {
	display: block;
	height:60px; width: 170px;
	line-height: 60px;
	text-indent: -9999px;
	outline: none;
	}
#u_navi #gibson a {
	background: url(img/gibson.png) no-repeat;
	}
#u_navi #fender a {
	background: url(img/fender.png) no-repeat;
	}
#u_navi #prs a {
	background: url(img/prs.png) no-repeat;
	}
#u_navi #martin a {
	background: url(img/martin.png) no-repeat;
	}
#u_navi #yamaha a {
	background: url(img/yamaha.png) no-repeat;
	}
#u_navi #roland a {
	background: url(img/roland.png) no-repeat;
	}
#u_navi #korg a {
	background: url(img/korg.png) no-repeat;
	}
#u_navi #boss a {
	background: url(img/boss.png) no-repeat;
	}
#u_navi #zoom a {
	background: url(img/zoom.png) no-repeat;
	}
#u_navi #gibson a:hover ,
#u_navi #fender a:hover ,
#u_navi #prs a:hover ,
#u_navi #martin a:hover ,
#u_navi #yamaha a:hover,
#u_navi #roland a:hover ,
#u_navi #korg a:hover ,
#u_navi #boss a:hover ,
#u_navi #zoom a:hover {
	background-position: 0 -60px;
	}
#footer {
	width: 950px;
	margin: auto; padding: 15px 10px;
	font-family: "verdana";
	font-size: 12px;
	line-height: 2;
	text-align: center;
	color: #555;
	background: url(img/footer_bg.png) no-repeat 0 100%;
	}
*html #footer {
	width: 970px;
	}
#foot_navi {
	margin: auto; padding: 0;
	}
#foot_navi li {
	display: inline;
	margin: 0 10px;
	}
#footer p {
	}
