﻿/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */

.top_img_shadow {

	border-top-color: #DDDDDD;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 0px;
}



/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #0000FF;}
a:hover {text-decoration: underline;color: #0000FF;}


/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */



address {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
}
address a:link    {text-decoration: none;color: #999999;}
address a:visited {text-decoration: none;color: #999999;}
address a:active  {text-decoration: none;color: #999999;}
address a:hover   {text-decoration: underline;color: #333333;}

.text_red{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bold{font-weight: bold;}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.table_top {
	width:100%;
	margin-bottom:10px;
}
table.table_top caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding: 3px 5px 3px 5px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C93430;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F5F5F5;
	text-align:center;
}
table.table_top th {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
table.table_top td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}

/* //////////////////////////////////// */

#mark {
	font-size:130%;
	color:#CC1228;
	margin:0px;
}

#s-title {
	font-size:130%;
	color:#CC1228;
	margin:0px;
}



p.infobox { 

   height: 80px; 
   width: 60%; 
   overflow-y: scroll; 
   border: black 5px double; 
   background-color: #fff; 
   text-align:left;
} 

