﻿/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */

.top_img_shadow {
	background-image: url(../images/top_shadow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 20px;
}

/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */

h1 {
	width: 800px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2.h2_title {
	margin: 0px auto 20px auto;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 38px;
	width: 760px;
	text-align: left;
	font-size: 18px;
	padding-top: 7px;
	padding-left: 20px;
}
h3.h3_title {
	margin: 0px auto 20px auto;
	font-weight: bold;
	color: #000000;
	font-size: 15px;
	height: 27px;
	width: 750px;
	padding-top: 3px;
	padding-left: 10px;
	background-image: url(../images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #333333;}
a:hover {text-decoration: none;color: #999999;}

/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_free {
	padding: 10px 10px 10px 10px;
	margin-bottom:10px;
}
ul.ul_free li {
	background-image: url(../images/list_icon2.jpg);
	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: #FFCC00;}

#local_nav a:link, #local_nav a:visited, #local_nav a:active {
	text-decoration: none;color: #666666;}
#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_top */
table.table_top {
	width:100%;
	background-color: #333333;
}
table.table_top caption {
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background-image: url(../images/top_info_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 23px;
}
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;
	background-color:#FFFFFF;
}
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;
	background-color:#FFFFFF;
}

/* table_free */
table.table_free {
	margin: 0px auto 20px auto;
	border-top: 1px solid #778899;
	border-left: 1px solid #778899;
}
table.table_free caption {
	margin: 0px auto 0px auto;
	font-size: 100%;
	font-weight: bold;
	color: #330033;
	text-align: left;
	padding-bottom: 3px;
	background-color: #F5F5F5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #778899;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #778899;
	border-left-color: #778899;
	padding-top: 2px;
	padding-left: 5px;
}
table.table_free th {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	background-color:#b0c4de;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
	font:bold;
	color:#333333;
}
table.table_free td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #778899;
	border-right: 1px solid #778899;
}

/* //////////////////////////////////// */
