/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */
#pagetitle {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #FBD8B6 1px solid;
	width: 830px;
}
#pagetitle h1 {
	padding: 30px 10px;
	width: 810px;
	font-size: 140%;
}
#pagetitle h1.h1_nomal {
	background: url(../images/h1_bg01.jpg) no-repeat top left;
}
#topcontents h2 ,
#maincontents h2  {
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
	border-bottom: #006600 5px solid;
	background: #5B1900 url(../images/h2_bg.jpg) no-repeat top left;
}
#topcontents h3 ,
#maincontents h3{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 590px;
	padding: 1px 1px;
	margin-bottom: 10px;
	background-color: #006600;
}
#topcontents p ,
#maincontents p{
	margin-bottom: 10px;
}

/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #333333;}
a:hover {text-decoration: none;color: #999999;}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu a:link, #pankuzu a:visited, #pankuzu a:active {text-decoration: underline !important; color: #FF6600 !important;}
#pankuzu a:hover {text-decoration: none !important; color: #FF6600 !important;}

/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav a:link, #local_nav a:visited, #local_nav a:active {text-decoration: none !important; color: #FF6600 !important;}
#local_nav a:hover {text-decoration: none !important; color: #591800 !important;}

/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_nomal {
	margin-bottom:10px;
}
ul.ul_nomal li {
	padding-left: 2em;
	list-style: none;
	background: url(../images/li_icon.gif) no-repeat 4px 5px;
}
#maincontents ol {
	margin: 0px 0px 10px 0px;
	padding-left: 2em;
}
#maincontents ol li {
	list-style: decimal;
}

/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#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: #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;
}

#footer address {
	font-style: normal;
	font-weight: normal;
}
#footer a:link    {text-decoration: none;color: #CCCC33;}
#footer a:visited {text-decoration: none;color: #CCCC33;}
#footer a:active  {text-decoration: none;color: #CCCC33;}
#footer a:hover   {text-decoration: underline;color: #FFFFFF;}

.text_red{color: #CC0000; font-size: 20px;}
.text_mred{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bred{color: #CC0000; font-weight: bold; font-size: 20px;}
.text_bblue{color: #3333CC; font-weight: bold; font-size: 20px;}
.text_byellow{color: #FCFC4E; font-weight: bold;}
.text_breddark{color: #990000; font-weight: bold;}

.text_bold{font-weight: bold;}

.text_big{font-size: 20px;}

.text_bbred{color: #CC0000; font-weight: bold; font-size: 14px;}

.text_bbblue{color: #3333CC; font-weight: bold; font-size: 14px;}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.tbl_nomal {
	width: 100%;
	margin-bottom: 10px;
	border-top: #FBD8B6 1px solid;
	border-left: #FBD8B6 1px solid;
}
table.tbl_nomal caption{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}
table.tbl_nomal th{
	border-bottom: #FBD8B6 1px solid;
	border-right: #FBD8B6 1px solid;
	background-color: #FBDBBC;
	padding: 3px 5px;
}
table.tbl_nomal td{
	border-bottom: #FBD8B6 1px solid;
	border-right: #FBD8B6 1px solid;
	padding: 3px 5px;
}
table.tbl_nomal th.th_color {
	background-color: #FDEEE0;
}
table.tbl_nomal td.td_color {
	background-color: #F5F5F5;
}

/* //////////////////////////////////// */
