@charset "shift_jis";

/* RyugakuJounal WEBSITES
   ----------------------------------------
   2007.8.21
   Shirai Hiroto
   ----------------------------------------*/

/* ブラウザ設定リセット ######################################## */

* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,em,strong {
	font-weight:normal;
	font-style:normal;
}
li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
	margin:0px;
	padding:0px;
}
.clr {
	clear:both;
	margin:0;
	padding:0;
}
.clearfix {
	height:auto !important;
	height:1px;
	min-height:1%;  /* for IE 7*/
	/*\*//*/display:inline-table;/**/
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:1%;
	line-height:1%;
	visibility:hidden;
}

/* ############################################## */

/* body ######################################## */

body {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#layout {
	width:724px;
	text-align:left;
}

/* ############################################## */

/* layout ######################################## */

#head {
	width:724px;
	height:148px;
	margin:0px 0px 10px 0px;
}
#container {
	width:714px;
	margin:0px auto 10px auto;
}
#left_nav {
	float:left;
	width:202px;
	height:534px;
	margin:0px 5px 10px 0px;
	padding:10px 5px;
	background:url(../img/common/left_menu_back_001.gif) no-repeat;
}
#left_nav table {
	width:202px;
}
#left_nav td {
	margin:0px;
	padding:0px;
	line-height:0px;
}
#right_nav {
	float:right;
	width:497px;
	margin:0px 0px 10px 0px;
}
#footer {
	clear:both;
	width:700px;
	height:25px;
}

/* ############################################## */

/* txt_class ######################################## */

.txt_class_001 {
	font-size:12px;
	line-height:18px;
	color:#575757;
}
.txt_class_002 {
	font-size:12px;
	line-height:18px;
	color:#575757;
	padding:5px;
}
.txt_class_003 {
	font-size:10px;
	line-height:14px;
	color:#575757;
}
.body {
	font-size:10px;
	line-height:14px;
	color:#575757;
}
#right_nav p {
	font-size:12px;
	line-height:18px;
	color:#575757;
}
#right_nav h1 {
	width:451px;
	height:20px;
	background:url(/subheading/notxt.gif) no-repeat;
	font-size:15px;
	line-height:18px;
	color:#575664;
	padding:0px 0px 10px 25px;
}

/* ############################################## */

/* table_class ######################################## */

.table_class_001 {
	width:477px;
}
.table_class_001 table {
	border: 1px solid #ffab02;
	border-collapse:collapse;
}
.table_class_001 td {
	padding:5px;
	font-size:12px;
	line-height:18px;
	color:#575757;
	border: 1px solid #ffab02;
	border-collapse:collapse;
}
.table_class_001 th {
	width:85px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#ffffff;
	background:#ffab02;
	text-align:right;
	border: 1px solid #ffffff;
	border-collapse:collapse;
}
.table_class_002 {
	width:477px;
}
.table_class_002 td {
	padding:5px;
	font-size:12px;
	line-height:18px;
	color:#575757;
}
.table_class_003 {
	border: 1px solid #ffab02;
	border-collapse:collapse;
	font-size:12px;
	line-height:18px;
	color:#575757;
}
.table_class_003 td {
	padding:5px;
}
.table_class_003 th {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#000000;
	background:#ffab02;
	text-align:left;
	border: 1px solid #ffab02;
	border-collapse:collapse;
}
.table_class_004 {
	width:477px;
}
.table_class_004 table {
	margin:0 auto; 
}
.table_class_004 td {
	padding:5px;
	font-size:10px;
	line-height:13px;
	color:#575757;
}
.index_table {
	border: 1px solid #ffac00;
}
.txt_class_004 {
	padding:5px;
	font-size:10px;
	line-height:14px;
	color:#575757;
}
.index_right {
	text-align:right;
	padding:5px;
	font-size:10px;
	line-height:14px;
	color:#575757
}

a:link
{
text-decoration : none ;
color : #4b00c7 ; 
}
a:visited
{
text-decoration : none ;
color : #4b00c7 ;
}
a:hover
{
text-decoration : underline ;
color : #4b00c7 ; 
}
a:active
{
text-decoration : none ;
color : #4b00c7 ;
}