<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */

.top_img_shadow {
	background-image: url(../images/top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 20px;
}

/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */

h2.h2_title {
	margin: 0px auto 20px auto;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 43px;
	width: 810px;
	text-align: left;
	font-size: 18px;
	padding-top: 12px;
	padding-left: 20px;
}
h3.h3_title {
	font-weight: bold;
	color: #000000;
	font-size: 120%;
	background-color: #F3F3F3;
	margin-bottom: 20px;
	padding: 3px 5px 3px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border:#DDDDDD solid;
}

/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #663300;}
a:hover {text-decoration: none;color: #999999;}

/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_box {
	border: 1px solid #DDDDDD;
}
ul.ul_free, ul.ul_box {
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}
ul.ul_free li, ul.ul_box li {
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}

/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#global_nav a:link, #global_nav a:visited, #global_nav a:active {
	text-decoration: none;color: #FFFFFF;}
#global_nav a:hover   {text-decoration: none;color: #CCCCCC;}

#local_nav a:link, #local_nav a:visited, #local_nav a:active {
	text-decoration: none;color: #136fff;}
#local_nav a:hover   {text-decoration: none;color: #000000;}


.p_photo_l img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.p_photo_r img {
	float:right;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

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:20px;
}
table.table_top caption {
	text-align:center;
	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: #386635;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFCC;
}
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;
}

/* //////////////////////////////////// */
</pre></body></html>