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

@import url('../base/style.css');
#main {
	width:800px;
	padding:0px;
	margin-top: 25px;
	margin-right: 60px;
	margin-bottom: 25px;
}
a {
	color: #800E0D;
	text-decoration: underline;
}
a:hover {
color: #800E0D;
}

#header {
	background-image: url(../base/images/header_bg2.png);
}

.post h2.sec-title{
	font-size:160%;
	padding-bottom:0px;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}