@charset "utf-8";
/*
Theme Name: JSRT shuki
Description: Description: Child theme for the base
Author: MAC InterNet
Author URI:http://www.macnet.or.jp/
Template: base
Version:1.0
*/

@import url('../base/style.css');
a {
	color: #800E0D;
	text-decoration: underline;
}
a:hover {
color: #800E0D;
}

#header {
	background-image: url(../base/images/header_bg2.png);
}
#side #primary ul li a:hover {
	background-color: #FFF;
	color: #BF1313;
	text-decoration: underline;
}

#contents .info_box h3{
	line-height: 30px;
	background-image: url(../base/images/h3_home2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	font-size: 100%;
	color: #FFF;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 0px;
}