@charset "utf-8";
/*
Theme Name: VTJ Web
Theme URI: http://virtualtech.jp/
Description: VTJ Web Design
Version: 0.1
Author: STUDIO Arcana Co., Ltd.
Author URI: http://www.s-arcana.co.jp/
Tags: VTJ Japanese
*/

@import url("css/common.css");
@import url("css/layout.css");


/* Added by Akira Ouchi @ VTJ */
td { padding: 0.5em; }
p.in_h4 { padding-left: 15px; }

div#right_contents p { margin: 1em 0; }

#right_contents table {
	border          :1px solid #e0e0e0;
	border-collapse :collapse;
	border-spacing  :0px;

}
#right_contents table th {
	padding      :5px;
	border       :solid #e0e0e0;
	border-width :0px 0px 1px 1px;
	background   :#F2F2F2;
	font-weight  :bold;
	line-height  :120%;
	text-align   :center;
}
#right_contents table td {
	background   :white;
	padding      :5px;
	border       :solid #E3E3E3;
	border-width :0 0 1px 1px;
}


